summary refs log tree commit diff
path: root/config.c (follow)
Commit message (Expand)AuthorAge
* Allow interspersing flags and config filesJune McEnroe2021-01-10
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Factor out XDG base directory codeJune McEnroe2020-02-10
* Add -s to save and load buffersJune McEnroe2020-02-10
* Use getopt_config to load optionsJune McEnroe2020-02-05
lass='logsubject'>Add 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