Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | |
2018-04-06 | stagit-index: pledge after git_libgit2_init | Hiltjo Posthuma | |
2017-04-17 | stagit-index: also dont assume someones <html lang> :) | Hiltjo Posthuma | |
2017-04-17 | stagit-index: remove Content-Language: en | Hiltjo Posthuma | |
forgot to remove this from stagit-index aswell, see also: commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2 | |||
2017-04-16 | stagit-index: remove empty h1 and add bold markup to table headers | Hiltjo Posthuma | |
2017-04-15 | browser compatibility: use numeric entity for ' | Hiltjo Posthuma | |
' is a XHTML entity, browsers such as links, w3m, lynx and dillo don't support it. | |||
2017-03-12 | simplify/shorten pledge stub | Hiltjo Posthuma | |
2017-03-12 | reduce scope of repodir, remove unused branch parameter | Hiltjo Posthuma | |
2016-05-03 | fix joinpath(): use of global 'repodir', should be 'path' | Hiltjo Posthuma | |
use joinpath for another case. | |||
2016-05-03 | code cleanup | Hiltjo Posthuma | |
2016-05-03 | remove config.h, add options to stagit.c | Hiltjo Posthuma | |
2016-05-03 | add OpenBSD pledge(2) support using -DUSE_PLEDGE | Hiltjo Posthuma | |
2016-05-01 | fix times (and timezone) | Hiltjo Posthuma | |
- in the index and log show the short time (GMT). - in the Atom feed use GMT time. - for commits show the time + offset. | |||
2016-05-01 | fix path join '/' | Hiltjo Posthuma | |
add joinpath() function to handle this. | |||
2016-05-01 | code cleanup + style, functionally equivalent | Hiltjo Posthuma | |
2016-04-27 | fix: check gmtime, can return NULL on error | Hiltjo Posthuma | |
2016-04-27 | resolve absolute paths to repodir, remove basename just use strrchr. | Hiltjo Posthuma | |
- resolve repodir, for example: stagit-index ../ used to use ".." as the name, now it will resolve to the real directory name. - just use strrchr(path, '/') instead of basename, '/' path separator is now used. | |||
2016-04-27 | stagit-index: remove unused efopen function | Hiltjo Posthuma | |
2016-02-26 | Use the recommended HTML5 document type. | lostd | |
2016-02-24 | check path truncation | Hiltjo Posthuma | |
be strict about it | |||
2016-01-06 | strip .git suffix from name | Hiltjo Posthuma | |
also free stripped_name in the case of stagit-index | |||
2016-01-06 | extra whitespace | Hiltjo Posthuma | |
2016-01-06 | Be more explicit when stripping the .git suffix | sin | |
2016-01-06 | stagit-index: Strip per repo .git suffix from generated index | sin | |
2016-01-05 | stagit-index: continue making list, but return error code | Hiltjo Posthuma | |
2016-01-05 | stagit-index: owner is one line, strip newline | Hiltjo Posthuma | |
2016-01-05 | revert log.html to log/head.html change | Hiltjo Posthuma | |
2016-01-03 | fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | |
2015-12-26 | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | |