paraslash.git
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 NollMerge branch 'maint'
2017-07-27 Andre Nollvss: Avoid use after free in vss_send().
2017-07-23 Andre NollMerge branch 'refs/heads/t/hash-sort-for-ls'
2017-07-23 Andre NollMake dummy completers static.
2017-07-21 Andre NollMerge branch 'refs/heads/t/doxygen'
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 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.
2017-07-09 Andre NollMerge branch 'refs/heads/t/para_play'
2017-07-06 Andre Nollwma: Remove _XOPEN_SOURCE define from wmadec_filter.c.
2017-07-06 Andre Nollwma: make ->ms_stereo local to wma_decode_block().
2017-07-06 Andre Nollwma: Simplify init_coef_vlc().
2017-07-06 Andre Nollwma: Rename input/output buffer variables.
2017-07-06 Andre Nollwma: Drop unused argument from wma_decode_superframe().
2017-07-06 Andre Nollwma: Remove pointless/incorrect sanity checks.
2017-07-06 Andre Nollwma: Combine wmadec_cleanup() and wmadec_close().
2017-07-06 Andre Nollwma: Simplify get_vlc().
2017-07-06 Andre Nollwma: Remove pointless VLC_TYPE define.
2017-07-06 Andre Nollwma: Make bitstream API more robust.
2017-06-25 Andre Nollaft.c: Trivial spelling/whitespace fixes.
2017-06-25 Andre Nollafh: Expand documentation of init function declarations.
2017-06-25 Andre Nollfilter: Remove duplicate documentation of filter_get().
2017-06-25 Andre Nolldoxygen: Improve documentation of struct receiver.
2017-06-25 Andre Nolldoxygen: Add \ref to references.
2017-06-25 Andre NollImprove documentation of mm.c and mm.h.
2017-06-25 Andre Nolldoxygen: Don't refer to Black Hats Manual.
2017-06-25 Andre Nolldoxygen: Don't refer to libosl functions.
2017-06-25 Andre Nolldoxygen: Trivial cleanups.
2017-06-25 Andre Nolldoxygen: Remove some stale doxygen references.
2017-06-25 Andre Nollrecv: Explain user data mechanism.
2017-06-25 Andre NollUpdate to doxygen-1.8.11.
2017-06-14 Andre Nollplay: Remove unused dummy completer.
2017-06-14 Andre Nollnet.c: Silence clang warning.
2017-06-14 Andre Nollfilter: Handle bad filter numbers gracefully.
2017-06-14 Andre Nollaudiod: Fix off-by-one bug in init_default_filters().
2017-06-11 Andre NollRemove osx_write.c, this time for real.
2017-06-11 Andre Nollserver: Introduce hash sort for ls command.
2017-06-11 Andre Nollserver: Fix help text of ls -s=p.
2017-06-03 Andre Nollafh: Make parse result pointer static.
2017-06-03 Andre NollDoxyfile: Simplify exclude patterns.
2017-06-03 Andre Nollrecv_common.c: Fix doxygen warning in recv_init().
2017-05-25 Andre Nollplay: Remove pointless play_task arguments.
2017-05-21 Andre Nollmanual: Expand description of para_play.
2017-05-21 Andre Nollmanual: Omit level 3 headers from table of contents.
2017-05-21 Andre Nollmanual: Combine overview.pdf and the user manual.
2017-05-21 Andre Nollmanual: Remove text about permissions of /var/paraslash.
2017-05-21 Andre Nollmanual: Correct format of para_client help output.
2017-05-21 Andre Nollmanual: Add lopsub installation instructions to quick...
2017-05-21 Andre Nolldoxygen: Avoid segfault.
2017-05-14 Andre Nollclient: Silence a gcc-7.1,0 warning.
2017-05-14 Andre Nollmp4ff: Fix typo in error code.
2017-05-14 Andre NollRemove unused error code MPI_PRINT.
2017-04-28 Andre Nollparaslash 0.6.0 v0.6.0
2017-04-28 Andre NollMerge branch 'refs/heads/t/logo-0.6'
2017-04-27 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-04-26 Andre Nollvss: Add an assertion for vsst->header_buf.
next