summary refs log tree commit diff
BranchCommit messageAuthorAge
upstreamImport LibreSSL 4.3.2June McEnroe6 days
masterMerge LibreSSL 3.8.1June McEnroe3 years
 
TagDownloadAuthorAge
3.8.1libretls-3.8.1.tar.gz  libretls-3.8.1.zip  June McEnroe3 years
3.7.0libretls-3.7.0.tar.gz  libretls-3.7.0.zip  June McEnroe3 years
3.5.2libretls-3.5.2.tar.gz  libretls-3.5.2.zip  June McEnroe4 years
3.5.1libretls-3.5.1.tar.gz  libretls-3.5.1.zip  June McEnroe4 years
3.5.0libretls-3.5.0.tar.gz  libretls-3.5.0.zip  June McEnroe4 years
3.4.2libretls-3.4.2.tar.gz  libretls-3.4.2.zip  June McEnroe5 years
3.4.1libretls-3.4.1.tar.gz  libretls-3.4.1.zip  June McEnroe5 years
3.3.4libretls-3.3.4.tar.gz  libretls-3.3.4.zip  June McEnroe5 years
3.3.3p1libretls-3.3.3p1.tar.gz  libretls-3.3.3p1.zip  June McEnroe5 years
3.3.3libretls-3.3.3.tar.gz  libretls-3.3.3.zip  June McEnroe5 years
3.3.2libretls-3.3.2.tar.gz  libretls-3.3.2.zip  June McEnroe5 years
3.3.1p1libretls-3.3.1p1.tar.gz  libretls-3.3.1p1.zip  June McEnroe5 years
3.3.1libretls-3.3.1.tar.gz  libretls-3.3.1.zip  June McEnroe5 years
3.3.0libretls-3.3.0.tar.gz  libretls-3.3.0.zip  June McEnroe6 years
3.2.2libretls-3.2.2.tar.gz  libretls-3.2.2.zip  June McEnroe6 years
3.2.1libretls-3.2.1.tar.gz  libretls-3.2.1.zip  June McEnroe6 years
3.2.0libretls-3.2.0.tar.gz  libretls-3.2.0.zip  June McEnroe6 years
15:11:05 -0400'>2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe 2018-09-13Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroeheader'>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