Commit message (Expand) | Author | ||
---|---|---|---|
2007-05-15 | Don't hardcode urls when SCRIPT_NAME is available | Lars Hjemli | |
2007-05-15 | ui-shared.c: fix whitespace breakage | Lars Hjemli | |
2007-05-15 | Show tag heading even if first tag is of the lightweight kind | Lars Hjemli | |
2007-05-15 | Specify static storage class for file-local declarations | Lars Hjemli | |
2007-05-14 | Add include-parameter to config files | Lars Hjemli | |
2007-05-14 | Let makefile override the configfile location | Lars Hjemli | |
2007-05-14 | cgit.c: fix whitespace breakage | Lars Hjemli | |
2007-05-14 | cgit.css: try to make diffs look a little bit nicer | Lars Hjemli | |
2007-05-14 | cgit.css: try do make diffstat a little bit nicer | Lars Hjemli | |
2007-05-14 | Add log filtering by path and link to it from tree view | Lars Hjemli | |
2007-05-13 | cgit v0.4 | Lars Hjemli | |
2007-05-13 | Add commitdiff between commit and each of it's parent | Lars Hjemli | |
2007-05-13 | Add graphical diffstat to commit view | Lars Hjemli | |
2007-05-13 | Add max-commit-count parameter to cgitrc | Lars Hjemli | |
2007-05-13 | Show number of changed lines in log view | Lars Hjemli | |
2007-05-13 | Simplify ui-diff.c using the new file-level diff interface | Lars Hjemli | |
2007-05-13 | Add standard interface for file diff functions | Lars Hjemli | |
2007-05-13 | Show number of changed files in log view | Lars Hjemli | |
2007-05-13 | Use standard tree-diff function when showing diffstat for single commit | Lars Hjemli | |
2007-05-13 | Add shared diff-handling functions | Lars Hjemli | |
2007-05-12 | css: fix bad rendering in Internet Explorer | Lars Hjemli | |
2007-05-11 | Add links to enable downloading of tagged blobs | Lars Hjemli | |
2007-05-11 | Makefile: add support for building w.o. preinstalled git | Lars Hjemli | |
2007-05-11 | Tag release v0.3 | Lars Hjemli | |
2007-05-11 | Update README with submodule build info | Lars Hjemli | |
2007-05-11 | Add submodule links in tree listing | Lars Hjemli | |
2007-05-11 | Add submodules.sh and use it during builds | Lars Hjemli | |
2007-05-11 | Added git as a submodule | Lars Hjemli | |
2007-05-09 | Add support for downloading single blobs | Lars Hjemli | |
2007-05-08 | ui-view: show pathname if specified in querystring | Lars Hjemli | |
2007-05-08 | Update to libgit 1.5.2-rc2 | Lars Hjemli | |
2007-02-21 | Layout update | Lars Hjemli | |
2007-02-08 | Make snapshot feature configurable | Lars Hjemli | |
2007-02-08 | Add support for snapshots | Lars Hjemli | |
2007-02-05 | cgit v0.2 | Lars Hjemli | |
2007-02-05 | Add support for prefix and gitsrc arguments to 'make' | Lars Hjemli | |
2007-02-04 | Update cgitrc template | Lars Hjemli | |
2007-02-04 | Add support for lightweight tags | Lars Hjemli | |
2007-02-04 | Read repo-info from /etc/cgitrc | Lars Hjemli | |
2007-02-04 | Do not die if tag has no message | Lars Hjemli | |
2007-02-03 | Fix search for non-virtual urls | Lars Hjemli | |
2007-01-28 | Update README with install/config information | Lars Hjemlili | |
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 |