paraslash.git
2017-10-28 Andre Nollgui: Catch SIGWINCH.
2017-10-07 Andre Nollserver: Disable com_tasks().
2017-10-02 Andre Nollserver: Move afs_pid out of mmd struct.
2017-10-02 Andre Nollserver: Don't pass peername to handle_connect().
2017-10-02 Andre Nollserver: Rename "vss task" -> vss.
2017-09-24 Andre Nollbash_completion: Fix typo.
2017-09-23 Andre Nollparaslash 0.6.1 v0.6.1
2017-09-23 Andre NollMerge branch 'maint'
2017-09-23 Andre Nollparaslash 0.5.8 v0.5.8
2017-09-22 Andre Nollvss: Reduce indentation level in vss_send().
2017-09-22 Andre Nollvss: Propagate return value of afh_get_chunk().
2017-09-22 Andre Nollaudioc: Use file_exists().
2017-09-22 Andre Nollfd.c: Change return value of file_exists() to bool.
2017-09-22 Andre NollShorten copyright notice.
2017-09-22 Andre NollMerge branch 'refs/heads/t/mp'
2017-09-17 Andre NollMerge branch 'refs/heads/t/sqrt'
2017-09-10 Andre NollMerge branch 'refs/heads/t/opus'
2017-09-03 Andre NollMerge branch 'refs/heads/t/portable_io'
2017-08-27 Andre NollMerge branch 'refs/heads/t/si_conversion'
2017-08-26 Andre Nollmanual: Fix typo.
2017-08-26 Andre Nollmanual: Update URLs which give 301.
2017-08-26 Andre Nollmanual: Fix typo in link.
2017-08-26 Andre Nollfilter: Simplify FOR_EACH_FILTER().
2017-08-26 Andre Nollfd.c: Remove para_fchdir().
2017-08-26 Andre Nollaudiod: Add log message for receiver errors.
2017-08-20 Andre NollVersion 2 moods.
2017-08-20 Andre NollMerge branch 'refs/heads/t/si_update'
2017-08-13 Andre Nollserver: Fix typo in comment.
2017-08-13 Andre Nollserver: Fix typo in comment for init_user_list().
2017-08-12 Andre NollForce status item update on mood/playlist changes.
2017-08-12 Andre Nollafs: Use correct error code for com_select().
2017-08-12 Andre Nollmood.c: Don't try twice to activate an invalid mood.
2017-08-12 Andre Nollaft: Make get_audio_file_path_of_row() more robust.
2017-08-12 Andre Nollafs: Improve error diagnostics.
2017-08-12 Andre Nollmood.c: Remove some superfluous includes.
2017-08-12 Andre Nollvss: Remove self-made prefaulting.
2017-08-12 Andre Nollbuild: Prefer AC_CHECK_TYPE() over AC_LINK_IFELSE().
2017-08-12 Andre Nollserver: Get rid of a dead store.
2017-08-12 Andre Nollwma_afh: Add some assert() statements.
2017-08-11 Andre NollMerge branch 'maint'
2017-08-08 Andre Nollserver: Perform hostname lookup in client process.
2017-08-08 Andre Nollserver: Fix memory leak in com_check().
2017-08-08 Andre Nollserver: Rename init_vss_task() to vss_init().
2017-08-08 Andre Nollserver: Remove unused ->peer from struct command_context.
2017-08-08 Andre Nollserver: Fix comment of empty_status_items().
2017-08-08 Andre Nollserver: Kill two pointless variables in vss.c.
2017-08-07 Andre Nollvss: Make fec_active a bool.
2017-08-07 Andre Nollvss: Improve comment about sending empty chunks.
2017-08-07 Andre Nollvss: Fix trivial whitespace issue.
2017-08-07 Andre Nollstring.h: Fix indentation, add doxygen reference.
2017-08-06 Andre NollMerge branch 'maint'
2017-08-06 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-08-05 Andre NollImprove documentation of signal_init_or_die().
2017-08-05 Andre Nollautogen: Run make check after a successful build.
2017-08-05 Andre Nollstdin/stdout: Only set nonblock flags for non-tty fds.
2017-08-05 Andre NollMerge branch 'refs/heads/t/wma'
2017-08-03 Andre Nollserver: Remove -F option to ls.
2017-08-03 Andre Nollserver: Make sender subcommand array const.
2017-07-31 Andre NollMerge branch 'maint'
2017-07-29 Andre Nolludp sender: Send EOF package only once.
2017-07-28 Andre Nollserver: Fix segfault in com_sender().
2017-07-28 Andre Nollmood.c: Trivial cosmetics for int_sqrt().
2017-07-28 Andre Nollmood.c: Fix documentation of int_sqrt().
2017-07-28 Andre Nollmood: Speed up int_sqrt().
2017-07-28 Andre Nollmood: Add notice about int_sqrt().
2017-07-28 Andre NollMerge branch 'maint'
2017-07-27 Andre Nollvss: Avoid use after free in vss_send().
2017-07-23 Andre Nollblob: Remove some unnecessary casts for arguments to...
2017-07-23 Andre Nollcrypt: Remove read_ssh_u32().
2017-07-23 Andre NollLet helpers in portable_io.h receive void * arguments.
2017-07-23 Andre NollMerge branch 'refs/heads/t/hash-sort-for-ls'
2017-07-23 Andre NollMake dummy completers static.
2017-07-22 Andre Nollopus_afh: Use custom header API to strip comment packet.
2017-07-22 Andre Nollogg: Abstract out custom header code.
2017-07-22 Andre NollPrefix public functions of ogg_afh_common.c with "oac".
2017-07-22 Andre Nollafh_recv: Downgrade severity of log message.
2017-07-21 Andre NollMerge branch 'refs/heads/t/doxygen'
2017-07-21 Andre NollDefine status items in para.h.
2017-07-18 Andre Nollafh: Unify name of init functions.
2017-07-18 Andre Nollafh: Fix typo in comment.
2017-07-18 Andre Nollaft.c: Improve documentation of get_afhi_of_row().
2017-07-18 Andre Nollmood.c: Rename compute_mood_score().
2017-07-18 Andre Nollmood.c: Trivial whitespace fixes.
2017-07-16 Andre Nollserver: Avoid NULL pointer dereference in make_status_i...
2017-07-16 Andre NollRemove some unnecessary includes.
2017-07-16 Andre Nollgui: Trivial whitespace and spelling fixes.
2017-07-16 Andre Nollaft: Fix a typo in comment.
2017-07-16 Andre Nollafs: Improve documentation of callback_result_handler.
2017-07-16 Andre Nollbuild: Remove an unused function from configure.ac.
2017-07-15 Andre Nollbuild: Fix typo in comment to HAVE_IP_MREQN.
2017-07-15 Andre Nollmanual: Add a sentence about release notifications.
2017-07-15 Andre Nollmanual: Fix typo.
2017-07-15 Andre Nollmanual: libosl is optional.
2017-07-15 Andre Nollbuild: Echo "M4" when running an m4 command.
2017-07-15 Andre Nollbuild: Run lopsubgen with absolute path.
2017-07-14 Andre Nollbuild: Fix check for lopsub.
2017-07-14 Andre Nollbuild: Improve lopsub error diagnostics.
2017-07-14 Andre NollMerge branch 'refs/heads/t/manual'
2017-07-13 Andre NollMerge branch 'maint'
2017-07-12 Andre NollLet error codes start out at index 1.
next