about summary refs log tree commit diff
path: root/filters
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-07-31 15:52:57 +0200
committerLars Hjemli <hjemli@gmail.com>2009-07-31 17:40:13 +0200
commit18dfbdc099c1398016427b6fa7f1a1facb363998 (patch)
tree36f0db33da0f9401265cdbe3047e0d620ec941f9 /filters
parentAdd generic filter/plugin infrastructure (diff)
downloadcgit-pink-18dfbdc099c1398016427b6fa7f1a1facb363998.tar.gz
cgit-pink-18dfbdc099c1398016427b6fa7f1a1facb363998.zip
ui-snapshot: use cgit_{open|close}_filter() to execute compressors
This simplifies the code in ui-snapshot.c and makes the test-suite
verify the new filter-functions.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'filters')
0 files changed, 0 insertions, 0 deletions
/expand.c?id=6900ff60ef7347a8c1445853a8f4689808e0976e&follow=1'>expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu