summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | Move read_size_header() from string.c to stat.c.Andre Noll2026-05-24
* | | | gui: Fix error path of exec_and_display().Andre Noll2026-05-23
* | | | com_{touch,cpsi}: Don't clobber current status items.Andre Noll2026-05-20
* | | | btr: Simplify btr_drop_buffer_reference().Andre Noll2026-05-08
* | | | mixer: Fix waitpid() loop.Andre Noll2026-05-08
* | | | server: Simplify status_refresh() and merge into server_poll().Andre Noll2026-05-08
* | | | server: Move alarm(2) call into handle_connect() of command.c.Andre Noll2026-05-08
| |_|/ |/| |
* | | audiod/gui: Don't abuse basename status item.Andre Noll2026-05-08
* | | Prefer paraslash_version() over PACKAGE_VERSION.Andre Noll2026-05-03
* | | afs: Simplify pass_afd().Andre Noll2026-05-03
* | | audiod: Add documentation of struct status_task's min_iqs field.Andre Noll2026-05-03
| |/ |/|
* | Makefile: Trivial whitespace cleanups.Andre Noll2026-04-21
* | Fix typo in manual.Andre Noll2026-04-21
* | vss: Boolify next_slice_is_due().Andre Noll2026-04-21
* | vss: Boolify need_to_request_new_audio_file().Andre Noll2026-04-21
* | vss: Rename and simplify chk_barrier().Andre Noll2026-04-21
* | vss: Remove two local variables.Andre Noll2026-04-21
* | vss: Fix typo in help text of --autoplay-delay.Andre Noll2026-04-21
* | Move gcc-compat.h into para.h.Andre Noll2026-04-18
* | Remove an unused declaration from afs.h.Andre Noll2026-04-18
* | mp3dec: Replace MAD_TO_SHORT() by a function.Andre Noll2026-04-11
* | build: Always run as many make jobs as possible.Andre Noll2026-04-10
|/
* Fix documentation of alloc().Andre Noll2026-04-08
* Mark zalloc() with __malloc.Andre Noll2026-04-08
* Don't fail the build after header removal.Andre Noll2026-04-08
* server: Rename child_fd -> client_fd.Andre Noll2026-04-08
* server: Rename functions to register tasks.Andre Noll2026-04-08
* Kill signal_shutdown().Andre Noll2026-04-06
* Move para_reap_child() into server.c and make it static.Andre Noll2026-04-06
* paraslash 0.8.2v0.8.2Andre Noll2026-04-06
* Merge topic branch t/gui into masterAndre Noll2026-04-06
|\
| * gui: Drop terminating dummy command from command_list[].Andre Noll2026-03-23
| * gui: Remove dead post-schedule code.Andre Noll2026-03-23
| * gui: Drop SIGUSR1 handling.Andre Noll2026-03-23
| * gui: Ignore SIGINT.Andre Noll2026-03-23
| * gui: Do not request minimal timeout on notifications.Andre Noll2026-03-23
| * gui: Drop refresh_window().Andre Noll2026-03-23
| * gui: Use normal output color for help text.Andre Noll2026-03-23
| * gui: Show file size in human-readable form.Andre Noll2026-03-23
| * gui: New internal command: clear_bot_win.Andre Noll2026-03-23
* | audiod: Fix typo in comment.Andre Noll2026-04-06
* | imdct: Simplify imdct_half().Andre Noll2026-04-03
* | imdct: Remove a pointless local variable.Andre Noll2026-04-03
* | playlist.c does not need sideband.h.Andre Noll2026-04-03
* | vss.c: Fix two typos in one comment.Andre Noll2026-04-02
* | Merge topic branch t/fec into masterAndre Noll2026-03-27
|\ \
| * | fec: Boolify have_header of struct private_fecdec_data.Andre Noll2026-03-22
| * | fec: Remove modnn().Andre Noll2026-03-22
| * | fec: Avoid explicit zeroing.Andre Noll2026-03-22
| * | fec: Replace arr_alloc(1, k) by alloc(k).Andre Noll2026-03-22