]> git.tuebingen.mpg.de Git - paraslash.git/shortlog
paraslash.git
2022-11-25 Andre NollMerge branch 'maint'
2022-11-25 Andre Nollserver: Fix race condition in com_stat().
2022-11-25 Andre Nollserver: Avoid deadlock in daemon_log().
2022-11-22 Andre Nollafs.h: Improve documentation of typedefs.
2022-11-20 Andre NollMerge topic branch t/afs-cleanups into master
2022-11-19 Andre Nollvss: Streamline and dedox documentation of vss_send().
2022-11-16 Andre NollMerge topic branch t/mixer into master
2022-11-14 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge tags 'v0.5.9' and 'v0.6.4' into maint
2022-11-09 Andre NollDoxyfile: Remove GNUC definitions.
2022-11-08 Andre NollExclude status items and error list from doxygen.
2022-11-07 Andre NollMerge topic branch t/net into master
2022-10-24 Andre Nollgui: Allow for 4-digit image IDs on 80-character terminals.
2022-10-24 Andre Nollmood: Fix compute_score().
2022-10-17 Andre NollIntroduce afs_error().
2022-10-17 Andre Nollafs.c: Move com_select() and its callback down.
2022-10-17 Andre NollRename mood_switch(), mood_close(), playlist_{open...
2022-10-17 Andre NollAssume that score_open() and score_clear() always succeed.
2022-10-17 Andre Nollplaylist.c: Rename playlist_info -> playlist_instance.
2022-10-17 Andre Nollmood.c: Rename struct mood to mood_instance.
2022-10-17 Andre Nollafs.c: Rename ->handler of struct callback_query to...
2022-10-17 Andre NollSimplify and improve activate_mood_or_playlist().
2022-10-17 Andre Nollafs: Replace ->init of afs tables by table operations.
2022-10-17 Andre NollMerge load_playlist() into playlist_open() and simplify.
2022-10-17 Andre NollSimplify row_belongs_to_score_table().
2022-10-17 Andre NollRemove mood.h.
2022-10-17 Andre NollClean up and rename change_current_mood().
2022-10-17 Andre Nollmood.c: Simplify and rename load_mood().
2022-10-17 Andre Nollmood.c: Move struct statistics into struct mood.
2022-10-17 Andre Nollafs.c: Improve activate_mood_or_playlist().
2022-10-17 Andre NollImprove playlist_open().
2022-10-17 Andre Nollblob.c: Don't initialize table pointer in table->init().
2022-10-17 Andre Nollblob: Constify name argument of blob_get_def_by_name().
2022-10-17 Andre NollRename admissible_file_loop() -> score_loop().
2022-10-17 Andre NollRemove get_num_admissible_files().
2022-10-17 Andre NollDeclare {was,is}_admissible as bools.
2022-10-17 Andre Nollscore.c: Remove event handler.
2022-10-17 Andre Nollscore.c: Merge score_add into score_update().
2022-10-17 Andre Nollmood.c: Remove pointless check in reload_current_mood().
2022-10-17 Andre Nollmood.c: Remove row_is_admissible().
2022-10-17 Andre NollRemove E_NO_MOOD,
2022-10-17 Andre Nollafs.c: Remove enum afs_table_num.
2022-10-17 Andre Nollattribute.c: Remove struct addatt_event_data().
2022-10-17 Andre Nollscore.c: Remove pointless assignment.
2022-10-16 Andre Nollmixer: sleep: Fade out before stopping the stream.
2022-10-16 Andre Nollmixer: sleep: Cycle audiod on stop.
2022-10-16 Andre Nollmixer: sleep: Add --initial-mood and --initial-delay.
2022-10-16 Andre Nollmixer: sleep: Always set initial volume and channel.
2022-10-16 Andre Nollmixer: sleep: Improve description of sleep subcommand.
2022-10-03 Andre Nollnet: De-doxify static functions.
2022-10-03 Andre Nollnet: Refer to correct man page in stringify_port().
2022-10-03 Andre Nollnet: Pass true/false instead of 0/1 to makesock().
2022-10-03 Andre Nollnet: Demote log level of error message in makesock().
2022-10-03 Andre Nollnet: Rename para_connect_simple() -> para_connect().
2022-10-03 Andre Nollnet: Make is_valid_ipv{4,6}_address() local to net.c.
2022-10-03 Andre Nollnet: Remove IPPROTO_DCCP define.
2022-10-03 Andre Nollnet: Make single-use macros local.
2022-10-03 Andre Nollnet: Combine documentation of struct flowopts.
2022-10-03 Andre Nollnet: Drop extern keyword of function declarations.
2022-10-03 Andre Nollbuild: Run test-clean on maintainer-clean.
2022-10-03 Andre NollMakefile: Fix compilation after header removal, try #2.
2022-10-03 Andre NollOpen-code find_arg().
2022-10-03 Andre Nollcom_term(): Ignore SIGTERM.
2022-10-03 Andre Nollpara_play: Compute the current time more accurately.
2022-10-03 Andre Nollparaslash 0.7.1 v0.7.1
2022-10-03 Andre NollMerge topic branch t/overflow into master
2022-09-27 Andre Nolli9e: Remove \return from documentation of i9e_attach_to...
2022-09-27 Andre Nolldaemon: Improve documentation of daemon_open_log_or_die().
2022-09-25 Andre NollRemove unused error code MOOD_SYNTAX.
2022-09-18 Andre NollMerge branch 'refs/heads/t/ll'
2022-09-11 Andre NollMerge branch 'refs/heads/t/poll'
2022-09-03 Andre NollMerge branch 'refs/heads/t/mp4ff'
2022-08-31 Andre NollMerge branch 'refs/heads/t/autogen'
2022-08-28 Andre NollSwitch from select(2) to poll(2).
2022-08-25 Andre NollRename ->{pre,post}_select methods to ->{pre,post}_monitor.
2022-08-25 Andre NollMisc documentation cleanups related to select().
2022-08-25 Andre Nollstdin/stdout: Streamline documentation of {pre,post...
2022-08-25 Andre NollConsolidate receiver/filter/writer {pre,post}_select...
2022-08-25 Andre NollHide implementation of para_fd_set().
2022-08-25 Andre Nollsend: Avoid select-specific arguments in {pre,post...
2022-08-25 Andre Nollsched: Introduce sched_{read,write}_ok().
2022-08-25 Andre Nollaudiod: Rename handle_connect().
2022-08-25 Andre Nollnet: Drop fd_set parameter from para_accept().
2022-08-25 Andre Nollfd: Drop fd_set parameter from read_nonblock() and...
2022-08-25 Andre Nollinteractive: Avoid select(2) in input_available().
2022-08-25 Andre Nollfd.c: Prefer poll(2) over select(2) for write_ok().
2022-08-25 Andre Nollsched: Use integer value for select timeout.
2022-08-25 Andre Nollpara_play: Avoid invalid time display on pause.
2022-08-21 Andre NollMerge branch 'maint'
2022-08-21 Andre Nolli9e: Fix invalid key handling.
2022-08-21 Andre Nolli9e: Fix braino in i9e_post_select().
2022-07-29 Andre Nollbuild: Compile with -ftrapv.
2022-07-29 Andre Nollstring: Introduce arr_zalloc().
2022-07-29 Andre Nollstring: Introduce arr_alloc().
2022-07-29 Andre Nollstring: Introduce arr_realloc() and check for integer...
2022-07-29 Andre Nollstring: Rename para_calloc() -> zalloc().
2022-07-29 Andre Nollstring: Rename para_malloc() -> alloc().
2022-07-29 Andre Nollstring: Overhaul para_strdup().
2022-07-28 Andre Nollaudiod: Demote severity level of command errors.
2022-07-28 Andre Nollaudiod: Fix time diff warning log message.
next