summaryrefslogtreecommitdiff
path: root/stagit-index.c
AgeCommit message (Collapse)Author
2020-11-07Remove commented codeHEADmasterBenjamin Chausse
2020-11-07Test stagit index titleBenjamin Chausse
2020-11-06Update contrib with pgp keyBenjamin Chausse
2020-10-17Make browsing continuousBenjamin Chausse
2020-10-17Link stagit index logo to homepageBenjamin Chausse
2020-10-17Update cssBenjamin Chausse
2020-10-17Update contribute stagit-indexBenjamin Chausse
2020-10-17Revert to original headerBenjamin Chausse
2020-10-17Update templatesBenjamin Chausse
2020-10-17Initial CommitBenjamin Chausse
2020-08-18Merge tag '0.9.4'Oscar Benedito
2020-08-11Add about page for repos with REAMDEOscar Benedito
This commits adds a new dependency: md4c (https://github.com/mity/md4c). Now stagit will generate an about page for each repo with a README, converting it to HTML if it is a Markdown file.
2020-08-08stagit-index: remove unveil support for argvHiltjo Posthuma
This can reach the unveil argument limits and it is not a good case for using unveil.
2020-07-30Change appearence of stagit-indexOscar Benedito
2020-07-30Added contributing informationOscar Benedito
2020-07-30Responsive designOscar Benedito
2020-06-22favicon: png to icoOscar Benedito
2020-02-12improve includes, stagit-index does not need compat.hHiltjo Posthuma
2019-12-22small code-style white-space/newlineHiltjo Posthuma
2019-12-01add OpenBSD unveil supportHiltjo Posthuma
The unveil() system call first appeared in OpenBSD 6.4. For stagit it has the following properties now: - stagit-index: only read-access to the file-system for the specified directories/repositories. - stagit: read-access to the specified directory/repository. read-write and creation access to the current directory for the output files. read-write and creation access to the specified cache file.
2019-03-09pedantic snprintf() improvementHiltjo Posthuma
POSIX says: "If an output error was encountered, these functions shall return a negative value and set errno to indicate the error."
2019-02-16change order of commits in log from most recent to old to applied orderHiltjo Posthuma
2019-02-16fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma
libgit2 commit: https://github.com/libgit2/libgit2/commit/a27a4de6f8003961d38958893c6c637395c7cc04
2018-05-25assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma
2018-04-06stagit-index: pledge after git_libgit2_initHiltjo Posthuma
2017-04-17stagit-index: also dont assume someones <html lang> :)Hiltjo Posthuma
2017-04-17stagit-index: remove Content-Language: enHiltjo Posthuma
forgot to remove this from stagit-index aswell, see also: commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2
2017-04-16stagit-index: remove empty h1 and add bold markup to table headersHiltjo Posthuma
2017-04-15browser compatibility: use numeric entity for 'Hiltjo Posthuma
&apos; is a XHTML entity, browsers such as links, w3m, lynx and dillo don't support it.
2017-03-12simplify/shorten pledge stubHiltjo Posthuma
2017-03-12reduce scope of repodir, remove unused branch parameterHiltjo Posthuma
2016-05-03fix joinpath(): use of global 'repodir', should be 'path'Hiltjo Posthuma
use joinpath for another case.
2016-05-03code cleanupHiltjo Posthuma
2016-05-03remove config.h, add options to stagit.cHiltjo Posthuma
2016-05-03add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma
2016-05-01fix 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-01fix path join '/'Hiltjo Posthuma
add joinpath() function to handle this.
2016-05-01code cleanup + style, functionally equivalentHiltjo Posthuma
2016-04-27fix: check gmtime, can return NULL on errorHiltjo Posthuma
2016-04-27resolve 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-27stagit-index: remove unused efopen functionHiltjo Posthuma
2016-02-26Use the recommended HTML5 document type.lostd
2016-02-24check path truncationHiltjo Posthuma
be strict about it
2016-01-06strip .git suffix from nameHiltjo Posthuma
also free stripped_name in the case of stagit-index
2016-01-06extra whitespaceHiltjo Posthuma
2016-01-06Be more explicit when stripping the .git suffixsin
2016-01-06stagit-index: Strip per repo .git suffix from generated indexsin
2016-01-05stagit-index: continue making list, but return error codeHiltjo Posthuma
2016-01-05stagit-index: owner is one line, strip newlineHiltjo Posthuma
2016-01-05revert log.html to log/head.html changeHiltjo Posthuma