about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* git: update to v2.29.1Christian Hesse2020-10-27
* tests: try with commit-graphChristian Hesse2020-10-22
* tests: do not copy snapshots to /tmp/Christian Hesse2020-10-22
* global: replace hard coded hash lengthChristian Hesse2020-10-20
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-20
* git: update to v2.29.0Christian Hesse2020-10-19
* git: update to v2.28.0Christian Hesse2020-07-27
* git: update to v2.27.0Christian Hesse2020-06-02
* git: update to v2.26.0Christian Hesse2020-03-23
* Bump versionJason A. Donenfeld2020-03-13
* global: use proper accessors for maybe_treeJason A. Donenfeld2020-03-13
* ui-snapshot: add support for zstd compressionChristian Hesse2020-03-12
* tests: add tests for xz compressed snapshotsChristian Hesse2020-03-12
* ui-snapshot: add support for lzip compressionHanspeter Portner2020-02-26
* git: update to v2.25.1Christian Hesse2020-02-17
* tests: allow to skip git version testsChristian Hesse2020-01-13
* Bump versionJason A. Donenfeld2020-01-13
* git: update to v2.25.0Christian Hesse2020-01-13
* tests: skip tests if strace is not functionalChristian Hesse2019-12-11
* git: update to v2.24.1Christian Hesse2019-12-10
* ui-repolist: do not return unsigned (negative) valueChristian Hesse2019-11-22
* git: update to v2.24.0Christian Hesse2019-11-08
* git: update to v2.23.0Christian Hesse2019-10-25
* git: update to v2.22.0Christian Hesse2019-10-25
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-25
* tests: successfully validate rc versionsChristian Hesse2019-06-05
* git: update to v2.21.0Christian Hesse2019-06-05
* ui-ssdiff: ban strncat()Christian Hesse2019-06-05
* global: make 'char *path' const where possibleChristian Hesse2019-06-05
* ui-shared: restrict to 15 levelsJason A. Donenfeld2019-05-20
* ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo2019-02-23
* ui-ssdiff: resolve HTML5 validation errorsChris Mayo2019-02-23
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-03
* ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld2019-01-02
* git: update to v2.20.0Christian Hesse2018-12-09
* ui-blame: set repo for sbJason A. Donenfeld2018-11-25
* auth-filter: pass url with query string attachedJason A. Donenfeld2018-11-25
* git: use xz compressed archive for downloadChristian Hesse2018-11-21
* git: update to v2.19.1Christian Hesse2018-10-12
* ui-ssdiff: ban strcat()Christian Hesse2018-09-11
* ui-ssdiff: ban strncpy()Christian Hesse2018-09-11
* ui-shared: ban strcat()Christian Hesse2018-09-11
* ui-patch: ban sprintf()Christian Hesse2018-09-11
* ui-log: ban strncpy()Christian Hesse2018-09-11
* ui-log: ban strcpy()Christian Hesse2018-09-11
* parsing: ban sprintf()Christian Hesse2018-09-11
* parsing: ban strncpy()Christian Hesse2018-09-11
* filters: generate anchor links from markdownChristian Hesse2018-08-28
* Bump version.Jason A. Donenfeld2018-08-03
* clone: fix directory traversalJason A. Donenfeld2018-08-03
e 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe