about summary refs log tree commit
DateCommit message (Expand)
2018-09-11ui-shared: ban strcat()
2018-09-11ui-patch: ban sprintf()
2018-09-11ui-log: ban strncpy()
2018-09-11ui-log: ban strcpy()
2018-09-11parsing: ban sprintf()
2018-09-11parsing: ban strncpy()
2018-08-28filters: generate anchor links from markdown
2018-08-03Bump version.
2018-08-03clone: fix directory traversal
2018-08-03config: record repo.snapshot-prefix in the per-repo config
2018-08-03auth-filters: add simple file-based authentication scheme
2018-07-15auth-filters: use crypt() in simple-authentication
2018-07-15auth-filters: generate secret securely
2018-07-14auth-filters: do not crash on nil username
2018-07-14auth-filter: do not write more than we've read
2018-07-14auth-filters: do not use HMAC-SHA1
2018-07-13Bump version.
2018-07-10Update COPYING
2018-07-08css: use correct size in annotated decoration
2018-07-05cgitrc.5: add local tar signature example
2018-07-04Fix gcc 8.1.1 compiler warnings
2018-07-03cgitrc.5: document new signature notes
2018-07-03snapshot: support tar signature for compressed tar
2018-07-03extra-head-content: introduce another option for meta tags
2018-06-27Use string list strdup_strings for mimetypes
2018-06-27manpage: fix sorting order
2018-06-27cache: close race window when unlocking slots
2018-06-27git: update to v2.18.0
2018-06-27global: remove functionality we deprecated for cgit v1.0
2018-06-27snapshot: strip bit from struct cgit_snapshot_format
2018-06-27snapshot: support special value 'all' to enable all formats
2018-06-27snapshot: support archive signatures
2018-06-27ui-refs: use shared function to print tag downloads
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()
2018-06-27ui-shared: use the same snapshot logic as ui-refs
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()
2018-06-27ui-shared: remove unused parameter
2018-06-27ui-refs: remove unnecessary sanity check
2018-06-27ui-snapshot: filter permitted snapshot requests
2018-06-27Add "snapshot-prefix" repo configuration
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()
2018-06-27ui-shared: pass repo object to print_snapshot_links()
2018-06-27ui-log: highlight annotated tags in different color
2018-06-27print git version string in footer
2018-06-27git: update to v2.17.1
2018-06-19ui-blame: free read_sha1_file() buffer after use
2018-06-16ui-tag: Fix inconsistent capitalization
2018-06-16ui-tree: free read_sha1_file() buffer after use
2018-06-16Makefile: drive asciidoc directly for HTML output
2018-02-21doc: use consistent id's when generating html files