Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn liberty-tui into a terminal/X11 hybrid | Přemysl Eric Janouch | 2023-06-19 | 4 | -292/+2198 |
* | Parse block attribute list lines | Přemysl Eric Janouch | 2023-06-11 | 1 | -3/+55 |
* | asciiman: improve attribute handling | Přemysl Eric Janouch | 2022-10-09 | 1 | -21/+24 |
* | asciiman: fixes, improve mandoc compatibility | Přemysl Eric Janouch | 2022-10-09 | 2 | -12/+36 |
* | Improve documentation | Přemysl Eric Janouch | 2022-10-04 | 2 | -8/+9 |
* | asciiman: support attribute passing | Přemysl Eric Janouch | 2022-09-30 | 1 | -5/+16 |
* | asciiman: render libertyxdr.adoc properly | Přemysl Eric Janouch | 2022-09-30 | 1 | -30/+27 |
* | Document the recently added scripts | Přemysl Eric Janouch | 2022-09-30 | 4 | -18/+155 |
* | Import protocol code generator from xK, add tests | Přemysl Eric Janouch | 2022-09-30 | 8 | -0/+1608 |
* | cmake-parser: clean up | Přemysl Eric Janouch | 2022-09-28 | 1 | -35/+37 |
* | Add a rudimentary CMake script parser | Přemysl Eric Janouch | 2022-09-27 | 3 | -0/+278 |
* | asciiman: fix the first line of output | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+1 |
* | asciiman: improve command escaping | Přemysl Eric Janouch | 2022-09-25 | 1 | -4/+10 |
* | Add a stupid AsciiDoc to manual page converter | Přemysl Eric Janouch | 2022-09-25 | 1 | -0/+231 |
* | Allow for overriding feature test macros | Přemysl Eric Janouch | 2022-09-11 | 1 | -1/+6 |
* | Add some consts to function arguments | Přemysl Eric Janouch | 2022-09-01 | 1 | -2/+2 |
* | Fix up the PEG change from the last commit | Přemysl Eric Janouch | 2022-08-14 | 1 | -2/+2 |
* | Extend string syntax in config | Přemysl Eric Janouch | 2022-08-14 | 3 | -9/+52 |
* | Remove pointless, wrong constant | Přemysl Eric Janouch | 2021-12-18 | 1 | -1/+0 |
* | Import libpulse poller integration, add tests | Přemysl Eric Janouch | 2021-11-07 | 3 | -2/+487 |
* | Update .gitignore | Přemysl Eric Janouch | 2021-10-30 | 1 | -0/+2 |
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-30 | 3 | -2/+33 |
* | Use kqueue on Darwin as well | Přemysl Eric Janouch | 2021-09-29 | 1 | -4/+3 |
* | Ignore empty XDG_*_DIRS env. variables | Přemysl Eric Janouch | 2021-09-26 | 1 | -2/+2 |
* | Escape DEL character in config_item_write_string() | Přemysl Eric Janouch | 2020-10-31 | 1 | -7/+9 |
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-29 | 1 | -5/+5 |
* | CMakeLists.txt: clean up OpenBSD support | Přemysl Eric Janouch | 2020-10-29 | 1 | -2/+0 |
* | Don't suppress -Wimplicit-fallthrough | Přemysl Eric Janouch | 2020-10-26 | 1 | -1/+1 |
* | Fix validation of overlong UTF-8 | Přemysl Eric Janouch | 2020-10-24 | 2 | -8/+6 |
* | Fix config PEG grammar to match strtoll() | Přemysl Eric Janouch | 2020-10-24 | 1 | -1/+1 |
* | Split out utf8_validate_cp(), adhere to RFC 3629 | Přemysl Eric Janouch | 2020-10-21 | 1 | -1/+8 |
* | Reject overlong UTF-8 sequences | Přemysl Eric Janouch | 2020-10-21 | 2 | -4/+11 |
* | Fix optional arguments in --help output | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 |
* | Improve the UTF-8 API | Přemysl Eric Janouch | 2020-10-12 | 2 | -29/+30 |
* | Fix a memory leak in mpd_client_parse_line() | Přemysl Eric Janouch | 2020-10-12 | 1 | -4/+3 |
* | Import configuration test from degesch | Přemysl Eric Janouch | 2020-10-12 | 1 | -0/+73 |
* | Fix crashes in the config parser | Přemysl Eric Janouch | 2020-10-12 | 1 | -6/+9 |
* | Add remaining fuzzing entry points | Přemysl Eric Janouch | 2020-10-12 | 2 | -7/+94 |
* | Add a basic fuzzing framework using libFuzzer | Přemysl Eric Janouch | 2020-10-11 | 3 | -2/+232 |
* | Import xwrite(), cstr_set(), resolve_..._template() | Přemysl Eric Janouch | 2020-10-10 | 1 | -9/+58 |
* | Rename cstr_transform() argument | Přemysl Eric Janouch | 2020-10-10 | 1 | -2/+2 |
* | Mark some issues | Přemysl Eric Janouch | 2020-10-10 | 1 | -0/+2 |
* | Get rid of CMake dev warnings | Přemysl Eric Janouch | 2020-10-02 | 2 | -14/+14 |
* | Bump copyright years | Přemysl Eric Janouch | 2020-10-02 | 2 | -2/+2 |
* | Add iscntrl_ascii() | Přemysl Eric Janouch | 2020-10-02 | 1 | -0/+6 |
* | Add a slogan of sorts | Přemysl Eric Janouch | 2020-08-01 | 1 | -0/+3 |
* | Name change | Přemysl Eric Janouch | 2020-08-01 | 6 | -6/+6 |
* | Improve setjmp safety in config parser | Přemysl Janouch | 2020-04-19 | 1 | -5/+7 |
* | Fix the SCGI parser and tests | Přemysl Janouch | 2018-10-18 | 2 | -9/+27 |
* | Allow aborting the FastCGI protocol parser | Přemysl Janouch | 2018-10-18 | 2 | -7/+9 |