paraslash.git
2018-02-25 Andre Nollcrypt: Introduce crypt_shutdown().
2018-02-25 Andre Nollcrypt: Rename init_random_seed_or_die() -> crypt_init().
2018-02-25 Andre Nollgcrypt: Use ROUND_DOWN() macro.
2018-02-25 Andre Nollcrypt: Rename RSA functions.
2018-02-25 Andre Nollcrypt: Deduplicate get_public_key().
2018-02-25 Andre Nollcrypt.h: Remove two unused constants.
2018-02-25 Andre NollRename crypt.c -> openssl.c.
2018-02-25 Andre Nollserver: Avoid use of uninitialized memory.
2018-02-11 Andre Nolldaemon: Fix log reload for relative paths.
2018-02-11 Andre NollImprove daemon_open_log_or_die().
2018-02-11 Andre Nollserver: Close logfile later on SIGHUP.
2018-02-11 Andre Nollserver: Simplify afs socket cookie code.
2018-02-11 Andre Nollmixer: Remove default moods for sleep.
2018-02-11 Andre Nollbuild: Error out early if flex or bison are not found.
2018-01-27 Andre Nollaft: Avoid implicit fallthrough in switch statement.
2018-01-14 Andre Nollogg_afh_common.c: Add missing whitespace to log message.
2018-01-14 Andre Nollmp.c: Fix typo in comment.
2018-01-14 Andre Nollcommand.c: Fix typo in comment.
2018-01-14 Andre NollUpdate copyright year to 2018.
2018-01-14 Andre Nollplay: Print help text if no audio files are given.
2018-01-14 Andre Nollplay: Always check arg count and init keymap.
2017-12-31 Andre NollMerge branch 'maint'
2017-12-31 Andre Nollresample filter: Don't discard const.
2017-12-28 Andre Nollcrypt.c: Plug memory leak in get_public_key().
2017-12-28 Andre Nollgcrypt: Seed PRNG in init_random_seed_or_die().
2017-12-27 Andre Nollcrypt.c: Fix two typos in comment.
2017-12-17 Andre Nollbash_completion: Get rid of weird retry logic.
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.
next