Commit message (Expand) | Author | |||
---|---|---|---|---|
2013-04-08 | shared.c: add strbuf_ensure_end | John Keeping | ||
2013-04-08 | html.c: add various strbuf and varadic helpers | John Keeping | ||
2013-04-08 | Mark char* fields in struct cgit_page as const | John Keeping | ||
2013-04-08 | Fix out-of-bounds memory accesses with virtual_root="" | John Keeping | ||
2013-04-08 | ui-refs.c: Refactor print_tag() | Lukas Fleischer | ||
2013-04-08 | ui-refs.c: Remove global header variable | Lukas Fleischer | ||
2013-04-08 | html.c: Replace strdup() with xstrdup() | Lukas Fleischer | ||
2013-04-08 | Always #include corresponding .h in .c files | John Keeping | ||
2013-04-08 | cgit.mk: fix dependency handling | John Keeping | ||
2013-04-08 | Makefile: re-include cgit.conf in cgit.mk | John Keeping | ||
2013-04-08 | Do not unnecessarily strdup() environment variables | Lukas Fleischer | ||
2013-04-08 | Maŕk cgit_environment members const | Lukas Fleischer | ||
2013-04-08 | Return const char * in cgit_{httpscheme, hosturl, rooturl}() | Lukas Fleischer | ||
2013-04-08 | Update git to v1.8.2.1 | John Keeping | ||
2013-04-07 | ui-blob: don't segfault when no path is given | John Keeping | ||
2013-03-20 | Convert pager navigation into a unordered list | Lukas Fleischer | ||
2013-03-20 | Makefile: remove CGIT-CFLAGS files in clean stage | Jason A. Donenfeld | ||
2013-03-20 | ui-summary.c: Move urls variable into print_urls() | Lukas Fleischer | ||
2013-03-20 | Fix colspan values | Lukas Fleischer | ||
2013-03-20 | html: check return value of write | Jason A. Donenfeld | ||
2013-03-20 | ui-shared: squelch compiler warning. | Jason A. Donenfeld | ||
2013-03-20 | cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh | John Keeping | ||
2013-03-20 | cgit.mk: don't rebuild everything if CGIT_VERSION changes | John Keeping | ||
2013-03-20 | ui-patch: use cgit_version not CGIT_VERSION | John Keeping | ||
2013-03-20 | Makefile: re-use Git's Makefile where possible | John Keepingtle='2009-07-25 12:23:30 +0200'>2009-07-25 | cgitrc.5.txt: document 'embedded' and 'noheader' | Lars Hjemli |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-07-25 | Add support for 'noheader' option | Lars Hjemli | ||
This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-07-25 | cgitrc.5.txt: document 'head-include' | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-07-25 | ui-blob: return 'application/octet-stream' for binary blobs | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-07-25 | ui-plain: Return 'application/octet-stream' for binary files. | Remko Tronçon | ||
Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-06-11 | use cgit_httpscheme() for atom feed | Diego Ongaro | ||
2009-06-11 | add cgit_httpscheme() -> http:// or https:// | Diego Ongaro | ||
2009-06-07 | Return http statuscode 404 on unknown branch | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-06-07 | Add 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-15 | CGIT 0.8.2.1 | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-03-15 | Fix doc-related glitches in Makefile and .gitignore | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-03-15 | ui-snapshot: avoid segfault when no filename is specified | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-03-15 | fix segfault when displaying empty blobs | Eric 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-19 | Add support for HEAD requests | Lars Hjemli | ||
This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-02-19 | Add support for ETag in 'plain' view | Lars 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-12 | ui-tree: escape ascii-text properly in hexdump view | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-02-12 | Makefile: add doc-related targets | Lars Hjemli |