summaryrefslogtreecommitdiff
path: root/filter.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve filter 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
* filter.c: Remove pointless variable and assignment.Andre Noll2025-07-12
* Fix (benign) memory leak at exit in para_filter.Andre Noll2025-07-12
* filter.c: Constify dummy variable.Andre Noll2025-05-28
* filter.c: Remove unused status_item_list[].Andre Noll2025-05-28
* 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
|/
* Return from filter_setup() so callers can reset the terminal.Andre Noll2024-05-26
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_alloc().Andre Noll2022-07-29
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().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
|/
* filter: Use lsu_merge_config_file_options().Andre Noll2018-04-22
* Shorten copyright notice.Andre Noll2017-09-22
* Define status items in para.h.Andre Noll2017-07-21
* Convert para_filter to lopsub.Andre Noll2017-03-26
* Convert filters to lopsub.Andre Noll2017-03-26
* Simplify the error subsystem, get rid of error2.[ch].Andre Noll2016-12-20
* filter: Make ->open() optional.Andre Noll2016-08-25
* filter.c: Use EXIT_SUCCESS.Andre Noll2016-05-07
* Constify struct filter access and introduce filter_get().Andre Noll2016-01-10
* Update year in copyright headers.Andre Noll2015-01-12
* filter.c: Add documentation of stat_item_values[].Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* task_register() conversion: filter tasksAndre Noll2014-05-25
* task_register() conversion: stdin taskAndre Noll2014-05-25
* sched: Introduce alternative task API.Andre 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
* Don't check return value of command line parsers unnecessarily.Andre Noll2013-06-13
* Change copyright year to 2013.Andre Noll2013-03-25
* para_filter: Call proper ->free_config method on shutdown.Andre Noll2012-11-25
* 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
* Fix git-version file creation.Andre Noll2011-03-05
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Introduce btr_node_description.Andre Noll2010-01-14
* filter/audiod: Be nice to filters without close method.Andre Noll2010-01-12