paraslash.git
2021-11-28 Andre NollMerge branch 'refs/heads/t/ubsan'
2021-11-25 Andre Nolldaemon: Improve documentation of daemon_set_log_color_o...
2021-11-22 Andre NollMerge branch 'refs/heads/t/duration-keyword'
2021-11-20 Andre Nollerror.h: Document the error code enumeration.
2021-11-20 Andre Nollcommand.c: Remove unused includes.
2021-11-18 Andre NollMerge branch 'refs/heads/t/score-formula'
2021-11-15 Andre NollMerge branch 'refs/heads/t/list-cleanups'
2021-11-14 Andre Nolli9e: Fix typo: s/ie9/i9e.
2021-11-07 Andre NollRemove unused error code E_OGG_STREAM_FLUSH.
2021-11-07 Andre Nollweb: Fix typo on documentation page.
2021-11-07 Andre NollMerge branch 'refs/heads/t/writer_improvements'
2021-11-06 Andre Nollweb: Fix internal link to manual.
2021-11-04 Andre Nollparaslash 0.6.4
2021-11-04 Andre NollMerge branch 'maint'
2021-11-04 Andre Nollparaslash 0.5.9
2021-11-01 Andre Nollcommand.c: Make aux_info_cb() static.
2021-10-27 Andre Nollstring: Remove malloc attribute from para_realloc().
2021-10-21 Andre Nollalsa_write: Avoid spurious underrun warnings.
2021-10-21 Andre NollTeach writers to abort gracefully on early EOF.
2021-10-21 Andre Nollalsa_write: Simplify alsa_post_select().
2021-10-21 Andre Nollclient_common: Improve documentation of client_{pre...
2021-10-21 Andre Nollcompress: Demote log level of clip message.
2021-10-10 Andre Nollmood: Make "duration" a new keyword for the mood grammar.
2021-10-09 Andre NollRemove ->fd of struct audio file data.
2021-10-09 Andre Nollaudiod: Use para_malloc().
2021-09-29 Andre Nollsync_filter: Silence noisy warning.
2021-09-29 Andre Nollafs: Improve error diagnostics if no admissible files...
2021-09-29 Andre Nollplay: Avoid gcc warning when compiling without readline.
2021-09-29 Andre Nollserver: Wait for command handler exit also when afs...
2021-09-29 Andre Nollvss: Avoid double free on exit.
2021-09-29 Andre Nollvss: Handle empty chunk groups gracefully.
2021-09-29 Andre Nollupd sender: Don't send FEC EOF from command handler...
2021-09-23 Andre NollNew configure option: --enable-ubsan.
2021-08-30 Andre Nollafh: Avoid memory leak at exit.
2021-08-30 Andre Nollaac_afh: Fix check of return value of mp4ff_meta_update().
2021-08-30 Andre Nollcom_jmp(): Handle negative values gracefully.
2021-08-30 Andre Nollserver.c: Fix double "the" in comment.
2021-08-30 Andre NollMerge branch 'maint'
2021-08-30 Andre NollAvoid warning about sys/sysctl.h on glibc-2.30.
2021-08-08 Andre Nolllist.h: Convert INIT_LIST_HEAD macro to inline function.
2021-08-08 Andre Nolllist.h: Fix parameter doc of iterators.
2021-08-08 Andre Nolllist.h: Move list_is_singular() up.
2021-08-08 Andre Nolllist.h: Rename argument of list_move().
2021-08-08 Andre Nolllist.h: Don't use "new" as an variable name.
2021-08-08 Andre Nolllist.h: Open-code LIST_POISON1 and LIST_POISON2.
2021-08-08 Andre Nolllist.h: Get rid of internal helpers.
2021-08-08 Andre Nolllist.h: Trivial cleanups.
2021-08-08 Andre Nolllist.h: Remove unused list_for_each_entry_safe_reverse.
2021-05-28 Andre Nollplay: Create ~/.paraslash.
2021-05-28 Andre Nollclient.c: Fix typo in comment.
2021-05-25 Andre Nollmanual: Fix package name of flac library.
2021-05-25 Andre NollUpdate copyright year.
2021-05-25 Andre NollINSTALL: Fix instructions for compiling from git.
2021-05-13 Andre NollRework score formula.
2021-05-06 Andre Nollserver: Don't crash on blank moods.
2021-04-28 Andre Nollaft: Silence format-overflow warning with gcc-10.
2021-04-17 Andre Nollmanual: Fix dead audiocoding.com link.
2021-04-12 Andre Nollprebuffer: Remove buffer tree node on errors.
2021-02-18 Andre Nollparaslash 0.6.3 v0.6.3
2021-01-07 Andre Nollalsa_write: Avoid hung tasks.
2021-01-01 Andre NollMerge branch 'refs/heads/t/fec'
2021-01-01 Andre Nollgui: Fix length of audio format field.
2021-01-01 Andre Nollaft: Avoid NULL pointer dereference.
2021-01-01 Andre Nollprebuffer: Bail out on bufffer tree errors.
2020-09-17 Andre NollReplace /* fallthrouth*/ by __attribute__ ((fallthrough));
2020-09-17 Andre Nollaft: Avoid invalid read.
2020-09-17 Andre Nollmp: Always set mp_context to NULL on errors.
2020-09-17 Andre Nollgui: Do not decode the pressed key multiple times.
2020-09-17 Andre Nollgui: Have km_keyname() return const.
2020-09-17 Andre Nollserver: Add --dccp-no-autostart.
2020-07-19 Andre Nollvss: Fix NULL pointer dereference in vss_del_fec_client().
2020-07-11 Andre Nollafs: Improve error diagnostics.
2020-07-11 Andre Nolldoc: Add missing \ref in crypt.h.
2020-07-11 Andre Nollcrypt_common: Constify hash pointers.
2020-07-11 Andre Nollvss: Rework fec client setup.
2020-06-17 Andre Nollvss.c: Fix typo in comment.
2020-06-17 Andre Nollgui: Adjust position of num_played value.
2020-06-17 Andre NollAvoid audiod hangs when prebuffer filter is active.
2020-05-16 Andre NollMerge branch 'refs/heads/t/para_play'
2020-05-08 Andre NollUpdate copyright year.
2020-05-08 Andre Nollaft: Update afhi after addblob.
2020-03-23 Andre NollMerge branch 'refs/heads/t/stale-pointer-fix'
2020-03-17 Andre NollDon't use strdup() to copy hash.
2020-03-17 Andre Nollcommand.c: Improve documentation of handle_connect().
2020-03-16 Andre Noll.gitignore: Remove web/dia/overview.pdf.
2020-03-16 Andre Nollaft: Avoid stale pointer pointer reference.
2020-03-15 Andre NollMerge branch 'refs/heads/t/mixer'
2020-03-14 Andre Nollafs.c: Remove two pointless casts.
2020-02-29 Andre Nollmp3_afh: Don't bail out on short files.
2020-02-29 Andre Nollopenssl: Fix (harmless) memory leaks at exit.
2020-02-28 Andre NollMerge branch 'refs/heads/t/ogg_afh'
2019-12-08 Andre Nollvss: Improve error diagnostics.
2019-12-08 Andre Nollvss: Fix harmless memory leaks at exit.
2019-12-08 Andre Nollmp3_afh: Fix whitespace issue in debug log message.
2019-11-23 Andre Nollcommand.c: Also invalidate play time if no audio file...
2019-11-23 Andre NollMerge branch 'refs/heads/t/ssh'
2019-11-02 Andre Nollmixer: fade: Handle empty mood strings gracefully.
2019-11-02 Andre NollMerge branch 'refs/heads/t/openssl-header-check'
2019-10-12 Andre Nollerror.h: Document LLS_ERROR_BIT.
2019-10-12 Andre Nollsend.h: Document cpp magic.
next