summaryrefslogtreecommitdiff
path: root/write.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* write.c: Remove struct wav_params and LLS_COPY_WAV_PARMS.Andre Noll2026-01-27
* write.c: Simplify check_wav_init().Andre Noll2026-01-27
* para_write: Move check_wav.{c,h} into write.c.Andre Noll2026-01-27
* Improve writer documentation.Andre Noll2025-10-08
* Revamp the stdin/stdout API.Andre Noll2025-08-27
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* write.c: Make stdin task variable local.Andre Noll2025-07-12
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_zalloc().Andre Noll2022-07-29
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Convert para_write to lopsub.Andre Noll2017-03-26
* Convert writers to lopsub.Andre Noll2017-03-26
* Simplify the error subsystem, get rid of error2.[ch].Andre Noll2016-12-20
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* sched: Introduce task_status().Andre Noll2014-05-25
* task_register() conversion: writersAndre Noll2014-05-25
* task_register() conversion: write taskAndre Noll2014-05-25
* task_register() conversion: stdin taskAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* Revamp ggo help.Andre Noll2013-06-13
* Introduce version.c to limit recompilation on version changes.Andre Noll2013-06-13
* Make all commands print git version and improve version string.Andre Noll2013-06-13
* Avoid unwanted log messages during startup.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* write: Switch to the alternative post select method.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* resample filter: Implementation.Andre Noll2012-11-25
* Replace check_wav_task by write_task.Andre Noll2012-11-25
* Move wav detection code to a separate file.Andre Noll2012-11-25
* write: Get rid of gengetopt's string parser.Andre Noll2012-08-27
* btr: Remove btr_free_node().Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* sched: Allow more than one running scheduler instance.Andre Noll2011-11-20
* write_common: Make check_writer_arg() exit on syntax errors.Andre Noll2011-08-13
* write: Kill E_WRITE_SYNTAX.Andre Noll2011-08-13
* write: Rename main_btr() to setup_and_schedule().Andre Noll2011-08-13
* Move setup_writer_node() from write_common.c to write.c.Andre Noll2011-08-13
* Merge branch 't/crypt_cleanups'Andre Noll2011-04-23
|\
| * Remove some unnecessary includes.Andre Noll2011-03-27