paraslash.git
2017-03-25 Andre NollConvert the aac audio format handler to libmp4ff.
2017-03-25 Andre Nollaac_afh: Don't create chunk tables any more.
2017-03-25 Andre Nollafh: Dynamic chunks.
2017-03-25 Andre Nollserver: Store max chunk size in database.
2017-03-25 Andre Nollserver: Move ->size from mmd to struct vss_task.
2017-03-25 Andre Nollaac_afh.c: Remove duplicate check for samplingFrequency.
2017-03-25 Andre Nollload_chunk_table(): Don't trust afhi->chunks_total.
2017-03-25 Andre Nollpara_server: Never read past the end of the chunk table.
2017-03-25 Andre Nollt0001: Prefer shasum over sha1sum.
2017-03-19 Andre NollMerge branch 'maint'
2017-01-28 Andre Nolli9e: Restore file status flags on exit.
2017-01-22 Andre NollNEWS,md: Add introductory text for v0.5.7.
2017-01-22 Andre Nollafh.h: Fix typo in prototype of ->get_file_info().
2017-01-22 Andre Nollogg_afh_common.c: Remove pointless variable.
2017-01-06 Andre NollMerge branch 'maint'
2017-01-04 Andre Nollbase64: Remove an unused variable.
2017-01-01 Andre NollMerge branch 'maint'
2017-01-01 Andre NollUpdate copyright year to 2017.
2016-12-31 Andre Nollparaslash 0.5.7 v0.5.7
2016-12-31 Andre NollMerge branch 'maint'
2016-12-31 Andre Nollparaslash 0.4.14 v0.4.14
2016-12-31 Andre NollMerge branch 'refs/heads/t/simple_error_codes'
2016-12-31 Andre NollMerge branch 'refs/heads/t/doc'
2016-12-30 Andre NollMerge branch 'refs/heads/t/invalid-ids'
2016-12-30 Andre NollMakefile: Don't compile with -Wformat-signedness uncond...
2016-12-30 Andre Nollsignal.h: Add documentation of signal_pre_select().
2016-12-30 Andre Nollmanual: Fix kernel coding style link.
2016-12-30 Andre Nolluser manual: Add section on contributing.
2016-12-28 Andre Nollt0004: Specify proper options for ls commands.
2016-12-28 Andre NollMerge branch 'refs/heads/t/format-signedness'
2016-12-28 Andre Nollresample: Simplify initialization().
2016-12-28 Andre Nollafh: Make sure we never return a negative chunk number.
2016-12-28 Andre Nollfade: Add documentation for main() and include it in...
2016-12-28 Andre Nollsched: Log task termination status.
2016-12-28 Andre NollMerge branch 'refs/heads/t/wma_fixes'
2016-12-27 Andre NollMerge branch 'refs/heads/t/openssl-1.1'
2016-12-26 Andre NollMerge branch 'refs/heads/t/ls-p_deprecation'
2016-12-25 Andre Nollweb: Fix link to git branches.
2016-12-25 Andre Nollafh.h: Trivial whitespace fix.
2016-12-24 Andre NollMerge branch 'refs/heads/t/daemonize-fix'
2016-12-20 Andre Nollportable_io.h: Provide big-endian versions and use...
2016-12-20 Andre Nollaac: Switch from unsigned char to char.
2016-12-20 Andre Nollplay: Minor log message improvements.
2016-12-20 Andre NollSort errors alphabetically.
2016-12-20 Andre NollSimplify the error subsystem, get rid of error2.[ch].
2016-12-20 Andre NollMerge branch 'refs/heads/t/base64'
2016-12-19 Andre Nollaft.c: Use correct format string for error output.
2016-12-19 Andre NollMerge branch 'refs/heads/t/rm_source_browser'
2016-12-11 Andre Nollwmadec: Remove two pointless variables.
2016-12-11 Andre Nollwmadec: Remove a pointless cast.
2016-12-11 Andre Nollwmadec: Set data size to 0 if nothing was decoded.
2016-12-11 Andre Nollwma: Fix packet size calculation.
2016-12-11 Andre Nollgcrypt: Fix a few format-signedness issues.
2016-12-08 Andre Nollwmadec: Properly handle empty outputs.
2016-12-04 Andre Nollwma_common: Fix typo in log message.
2016-12-04 Andre NollCompile with -Wformat-signedness if possible.
2016-12-04 Andre NollFix signedness issues in format strings.
2016-12-04 Andre NollMerge branch 'refs/heads/t/sideband-cleanup'
2016-10-04 Andre Nollserver: Fix race condition in afs startup.
2016-10-04 Andre Nolldaemon: Fix race condition in daemonize().
2016-10-04 Andre Nolltouch: Refuse to set an invalid image or lyrics ID.
2016-10-04 Andre Nolltest-lib: Fix a bash-4.4 issue.
2016-09-26 Andre Nolldaemon: Improve "daemonizing" log message.
2016-09-25 Andre Nollserver: Deprecate ls -p.
2016-09-24 Andre Nollopenssl: RSA fixes for openssl-1.1.
2016-09-24 Andre Nollopenssl: Use EVP API for AES.
2016-08-26 Andre Nollbuild: Remove target "dep".
2016-08-26 Andre Nollafs: Fix error handling of the select command.
2016-08-26 Andre Nollnet.c: Fix two trivial whitespace issues.
2016-08-25 Andre Nollfilter: Make ->open() optional.
2016-08-23 Andre Nollbase64: Speed up decoder by using a table.
2016-08-23 Andre Nollbase64: Use para_isspace() everywhere.
2016-08-23 Andre Nollbase64: Trivial whitespace fixes.
2016-08-23 Andre Nollbase64: Replace Pad64 variable by macro.
2016-08-23 Andre Nollbase64: Remove unnecessary overflow checks.
2016-08-23 Andre Nollbase64: Saner semantics for base64_decode() and uudecode().
2016-08-23 Andre NollMove base64 implementation to own file.
2016-08-22 Andre Nollgcrypt: Check file permissions of private keys.
2016-08-22 Andre Nollgcrypt: Always initialize result pointer.
2016-08-22 Andre NollConstify argument of check_filter_arg().
2016-08-07 Andre Nolldaemon: Make daemon_init_colors_or_die() independent...
2016-08-07 Andre Nollaudiod: Move UID check from audiod_command.c to audiod.c.
2016-08-07 Andre Nollstring.c: Improve documentation of create_argv().
2016-08-07 Andre NollSet copyright year in Makefile.real.
2016-07-31 Andre Nollmood.c: Improve log output for current mood.
2016-07-31 Andre Nollafh: Print help if no arguments are given.
2016-07-31 Andre Nollafh: Improve error diagnostics.
2016-07-31 Andre Nollafh_recv: Improve error message of E_AFH_RECV_BAD_FILENAME.
2016-07-31 Andre NollFix documentation of check_filter_arg().
2016-07-23 Andre Nollweb: Remove extra source browser.
2016-07-23 Andre Nollbuild: Remove @socket_ldflags@ and @nsl_ldflags@.
2016-07-23 Andre Nollbuild: Remove undefined autoconf macro in Makefile.in.
2016-07-23 Andre NollMake local sockets world-readable.
2016-07-17 Andre Nollbuild: Add -Wdeclaration-after-statement.
2016-07-17 Andre Nolltest suite: Fail test if para_server could not be started.
2016-07-17 Andre Nollserver: Do not fail if client does not request sideband.
2016-07-17 Andre Nollclient: No longer fail connection if sideband was not...
2016-07-10 Andre Nollparaslash 0.5.6 v0.5.6
2016-07-10 Andre NollMerge branch 'refs/heads/t/autoplay-fix'
2016-07-03 Andre Nolldaemon: Constify argument of two functions.
next