summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fix pbd for neovimJune McEnroe2020-06-11
* Alias sudo=doas if availableJune McEnroe2020-06-11
* Add all VMs to ssh configJune McEnroe2020-06-11
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Replace __DECONST with regular castsJune McEnroe2020-06-08
* Replace __printflike with __attribute__((format(printf, ...)))June McEnroe2020-06-08
* Replace __dead2 with __attribute__((noreturn))June McEnroe2020-06-08
* Replace __FBSDID macros with commentsJune McEnroe2020-06-08
* Remove reference to FreeBSD-specific libedit hackJune McEnroe2020-06-08
* Prefix mandoc with exec in about-filterJune McEnroe2020-06-08
* Remove mktemp options from mkbuiltins, mktokensJune McEnroe2020-06-07
* Cast z_stream fields to size_tJune McEnroe2020-06-07
* Call static_assert by _Static_assertJune McEnroe2020-06-07
* Add OpenBSD to install.shJune McEnroe2020-06-07
* Add The Song of AchillesJune McEnroe2020-06-03
* Allow redirecting input in everJune McEnroe2020-06-01
* Add %c conversion to c scriptJune McEnroe2020-05-31
* Add c script to READMEJune McEnroe2020-05-31
* Add c scriptJune McEnroe2020-05-31
* Update mdoc source URLsJune McEnroe2020-05-31
* Remove unfinished PSF fontsJune McEnroe2020-05-26
* Add musl's COPYRIGHT to wcwidthJune McEnroe2020-05-25
* Add The Hundred Thousand KingdomsJune McEnroe2020-05-22
* Add RFC man-like to planJune McEnroe2020-05-20
* Add hi rule for sh arithmetic expansionJune McEnroe2020-05-14
* Remove gpg symlink from NetBSD installJune McEnroe2020-05-13
* Add AutonomousJune McEnroe2020-05-11
* Move keyboard layout into a .bundleJune McEnroe2020-05-08
* Remove mkshJune McEnroe2020-05-07
* Emulate 1sh prompts in bashJune McEnroe2020-05-07
* Update nvim MANPAGERJune McEnroe2020-05-07
* Post "casual update"June McEnroe2020-05-06
* Remove bman functionJune McEnroe2020-05-06
* Add plansJune McEnroe2020-05-05
* Add git-password script to get a password from git-credentialJune McEnroe2020-05-04
* Add The Rosewater InsurrectionJune McEnroe2020-05-03
* Add endorsement to git.causal.agencyJune McEnroe2020-04-29
* Replace wcwidth implementation with that of muslJune McEnroe2020-04-25
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-04-21
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
* Add CREEP UJune McEnroe2020-04-14
* Add DONT COME TO THE WOODSJune McEnroe2020-04-14
* Include <content src> in feedJune McEnroe2020-04-04
* Set publish date in feed from .DdJune McEnroe2020-04-04
* Update cgit setup post with git-http-backendJune McEnroe2020-04-01
* Add np scriptJune McEnroe2020-03-31
* Teach hi how to underline in IRCJune McEnroe2020-03-30
* Highlight diff lines without lading space as KeywordJune McEnroe2020-03-30
* Remove .psqlrcJune McEnroe2020-03-27
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
'logheader'>2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli