Age | Commit message (Expand) | Author |
2015-12-25 | README: atleast libgit2 v0.22 is required (API) | Hiltjo Posthuma |
2015-12-25 | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma |
2015-12-24 | fix libgit2 include, it is in the include path | Hiltjo Posthuma |
2015-12-20 | remove double newline bloat | Hiltjo Posthuma |
2015-12-20 | update README and improve man pages | Hiltjo Posthuma |
2015-12-20 | urmoms-index: kill some lines | Hiltjo Posthuma |
2015-12-20 | rewrite writefiles, now works with bare repos | Hiltjo Posthuma |
2015-12-20 | README: add install and dependencies instructions | Hiltjo Posthuma |
2015-12-20 | style.css: maximize contrast for text | Hiltjo Posthuma |
2015-12-20 | update TODO | Hiltjo Posthuma |
2015-12-20 | add urmoms-index, initial version | Hiltjo Posthuma |
2015-12-20 | writelog: remove return value, it was unused | Hiltjo Posthuma |
2015-12-20 | improve fopen flag: remove b and r+ in some case | Hiltjo Posthuma |
2015-12-20 | use relative url in header, escape name and description too | Hiltjo Posthuma |
2015-12-17 | set diff options | Hiltjo Posthuma |
2015-12-17 | free the tree | Hiltjo Posthuma |
2015-12-17 | file_size is uint32_t on latest libgit2, thanks uggedal for reporting it! | Hiltjo Posthuma |
2015-12-14 | Add config.def.h and make summary length configurable | FRIGN |
2015-12-11 | Dynamic relpath for blob pages | Eivind Uggedal |
2015-12-10 | Right align numbers in tables | Eivind Uggedal |
2015-12-10 | Line numbers on blob pages | Eivind Uggedal |
2015-12-10 | fix warning | Hiltjo Posthuma |
2015-12-10 | file page improvements | Eivind Uggedal |
2015-12-09 | fix warning + minor style | Hiltjo Posthuma |
2015-12-09 | Write blobs to files/ | Eivind Uggedal |
2015-12-09 | Make border solid | FRIGN |
2015-12-09 | update TODO | Hiltjo Posthuma |
2015-12-09 | open repo: dont try to detect repos above the specified dir | Hiltjo Posthuma |
2015-12-09 | walk revision by time and only "flat" | Hiltjo Posthuma |
2015-12-09 | Simplify diff markup | Eivind Uggedal |
2015-12-09 | Simplify style and make output more legible | Eivind Uggedal |
2015-12-09 | also free objects for haslicense and hasreadme checks, cleanup | Hiltjo Posthuma |
2015-12-09 | Free git objects | Eivind Uggedal |
2015-12-08 | Add myself to LICENSE | FRIGN |
2015-12-08 | Remove hardcoded right-align | FRIGN |
2015-12-08 | Add pre | FRIGN |
2015-12-08 | Refactor style.css | FRIGN |
2015-12-07 | prettification | Hiltjo Posthuma |
2015-12-07 | log: reorder time as first column | Hiltjo Posthuma |
2015-12-07 | truncate message in log, shorter time format | Hiltjo Posthuma |
2015-12-07 | simplify time format | Hiltjo Posthuma |
2015-12-07 | update TODO | Hiltjo Posthuma |
2015-12-07 | rework code, "cache" commit data in struct commitinfo | Hiltjo Posthuma |
2015-12-07 | cleanup + some better error handling | Hiltjo Posthuma |
2015-12-07 | performance tweak: check if commit file exists, if so skip | Hiltjo Posthuma |
2015-12-07 | logo is 32x32 | Hiltjo Posthuma |
2015-12-07 | style: center menu and make title smaller | Hiltjo Posthuma |
2015-12-07 | fix when commit has no parent | Hiltjo Posthuma |
2015-12-07 | update README with basic usage | Hiltjo Posthuma |
2015-12-07 | update TODO | Hiltjo Posthuma |