about summary refs log tree commit diff
path: root/ui-tag.h (unfollow)
Commit message (Expand)Author
2016-11-25Link with -ldl on GNU HurdPeter Colberg
2016-11-24git: update to v2.10.2 againJohn Keeping
2016-11-23Bump version.Jason A. Donenfeld
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse
2016-11-06git: update to v2.10.2Christian Hesse
2016-10-12ui-blog: fix oid handlingChristian Hesse
2016-10-12shared: remove unused function strlpart()Christian Hesse
2016-10-12shared: remove unused function strrpart()Christian Hesse
2016-10-12ui-repolist: fix memory leakChristian Hesse
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer
2016-10-12patch: reapply path limitJohn Keeping
2016-10-07ui-repolist: fix memory leakChristian Hesse
2016-10-04git: update to v2.10.1Christian Hesse
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-01Makefile: remove extra spaceJason A. Donenfeld
2016-10-01Simplify http_parse_querystring()Lukas Fleischer
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping
2016-10-01ui-tag: clean up taginfoJohn Keeping
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping
2016-10-01tree: allow skipping through single-child treesJohn Keeping
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping
2016-10-01configfile: fix EOF handlingJohn Keeping
2016-09-04git: update to v2.10.0Christian Hesse
2016-07-12Fix qry.head leak on errorRichard Maw
2016-07-12git: update to v2.9.1Christian Hesse
2016-07-06Link with -ldl on GNU/kFreeBSDPeter Colberg
2016-07-06Fix spelling in man pagePeter Colberg
2016-07-06ui-shared: fix segfault when defbranch is NULLEric Wong
2016-07-05css: consistent use of empty linesChristian Hesse
2016-07-05ui-log: color line changesChristian Hesse
2016-07-05Avoid ambiguities when prettifying snapshot namesLukas Fleischer
2016-06-17git: update to v2.9.0Christian Hesse
2016-06-17cgit.mk: Use $PKG_CONFIGKylie McClain
2016-06-17md2html: use utf-8 and flush output bufferJason A. Donenfeld
2016-06-07Hosted on HTTPS nowJason A. Donenfeld
2016-06-07Bump version.Jason A. Donenfeld
2016-05-20git: update to v2.8.3Christian Hesse
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld
2016-05-12forms: action should not be emptyJason A. Donenfeld
a>June McEnroe Insert rant about how GNU make handles the .c rule with extra dependencies. Also I don't care that everything links curses now. 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 34f25ae40a3db9369e9d98b3814f2b93bbc21451. 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