about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-20
* gen-version.sh: check if git is available before trying to call itFabien C2014-02-05
* simple-authentication: styleJason A. Donenfeld2014-01-23
* makefile: use LUA_PKGCONFIG to set Lua implementationNatanael Copa2014-01-22
* tests: only do lua tests if lua is compiled-inJason A. Donenfeld2014-01-20
* cgit: add --version argument for printing infoJason A. Donenfeld2014-01-20
* cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior2014-01-19
* README: document pkg-config for luajitJason A. Donenfeld2014-01-19
* makefile: bump versionJason A. Donenfeld2014-01-17
* mailmap: source before lighttpdJason A. Donenfeld2014-01-17
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-17
* auth: document tweakables in lua scriptJason A. Donenfeld2014-01-17
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-17
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-17
* filter: don't forget to reap the auth filterJason A. Donenfeld2014-01-17
* cgit.c: free tmp variableJason A. Donenfeld2014-01-17
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-16
* auth: lua string comparisons are time invariantJason A. Donenfeld2014-01-16
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-16
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16
* t0111: Additions and fixesLukas Fleischer2014-01-16
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-16
* Add .mailmapLukas Fleischer2014-01-15
* t0111: Add basic tests for Lua filtersLukas Fleischer2014-01-15
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-15
* email-gravatar: do not scale icons upJason A. Donenfeld2014-01-14
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-14
* tests/: Add t0111-filter.shLukas Fleischer2014-01-14
* email-gravatar: fix html syntax issuesChristian Hesse2014-01-14
* email-gravatar.py: fix UTF-8Christian Hesse2014-01-14
* email-gravatar.lua: fix for lua 5.2Christian Hesse2014-01-14
* makefile: only display lua message onceJason A. Donenfeld2014-01-14
* README: document lua makefile flagsJason A. Donenfeld2014-01-14
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-14
* makefile: auto-detect presence of various Lua, bsdJason A. Donenfeld2014-01-14
* filter: style tweaksJason A. Donenfeld2014-01-14
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add gravatar scriptsJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14
* filter: add lua supportJason A. Donenfeld2014-01-14
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-14
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-14
* filter: introduce "filter type" prefixJohn Keeping2014-01-14
* filter: add interface layerJohn Keeping2014-01-14
* filter: add fprintf_filter functionJohn Keeping2014-01-14
* authors: specify maintainersJason A. Donenfeld2014-01-14
* filters: Improved syntax-highlighting.pyStefan Tatschner2014-01-13
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-12
28:16 -0400'>2017-09-27Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft. 2017-09-01Revert "Add client readOnly mode"June McEnroe This reverts commit 9a6c9c91c8092603b914cc0b3085d059e162ca29. 2017-09-01Remove clientRemove call from clientCastJune McEnroe If an error occurs on a client socket during a broadcast, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe