summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compat: add strlcpy, strlcat, for glibcHiltjo Posthuma2015-12-256-4/+119
* fix libgit2 include, it is in the include pathHiltjo Posthuma2015-12-242-2/+4
* remove double newline bloatHiltjo Posthuma2015-12-202-2/+2
* update README and improve man pagesHiltjo Posthuma2015-12-203-6/+53
* urmoms-index: kill some linesHiltjo Posthuma2015-12-201-95/+9
* rewrite writefiles, now works with bare reposHiltjo Posthuma2015-12-201-26/+76
* README: add install and dependencies instructionsHiltjo Posthuma2015-12-201-0/+13
* style.css: maximize contrast for textHiltjo Posthuma2015-12-201-1/+1
* update TODOHiltjo Posthuma2015-12-201-0/+3
* add urmoms-index, initial versionHiltjo Posthuma2015-12-203-3/+342
* writelog: remove return value, it was unusedHiltjo Posthuma2015-12-201-4/+1
* improve fopen flag: remove b and r+ in some caseHiltjo Posthuma2015-12-201-7/+7
* use relative url in header, escape name and description tooHiltjo Posthuma2015-12-201-33/+40
* set diff optionsHiltjo Posthuma2015-12-171-1/+4
* free the treeHiltjo Posthuma2015-12-171-0/+2
* file_size is uint32_t on latest libgit2, thanks uggedal for reporting it!Hiltjo Posthuma2015-12-171-2/+2
* Add config.def.h and make summary length configurableFRIGN2015-12-143-4/+11
* Dynamic relpath for blob pagesEivind Uggedal2015-12-111-1/+9
* Right align numbers in tablesEivind Uggedal2015-12-101-6/+7
* Line numbers on blob pagesEivind Uggedal2015-12-102-6/+38
* fix warningHiltjo Posthuma2015-12-101-1/+1
* file page improvementsEivind Uggedal2015-12-101-15/+21
* fix warning + minor styleHiltjo Posthuma2015-12-091-1/+2
* Write blobs to files/Eivind Uggedal2015-12-091-36/+65
* Make border solidFRIGN2015-12-091-1/+1
* update TODOHiltjo Posthuma2015-12-091-26/+17
* open repo: dont try to detect repos above the specified dirHiltjo Posthuma2015-12-091-1/+2
* walk revision by time and only "flat"Hiltjo Posthuma2015-12-091-0/+4
* Simplify diff markupEivind Uggedal2015-12-092-10/+6
* Simplify style and make output more legibleEivind Uggedal2015-12-091-13/+18
* also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma2015-12-091-9/+9
* Free git objectsEivind Uggedal2015-12-091-0/+2
* Add myself to LICENSEFRIGN2015-12-081-0/+1
* Remove hardcoded right-alignFRIGN2015-12-081-8/+8
* Add preFRIGN2015-12-081-0/+21
* Refactor style.cssFRIGN2015-12-081-29/+3
* prettificationHiltjo Posthuma2015-12-072-7/+14
* log: reorder time as first columnHiltjo Posthuma2015-12-071-1/+1
* truncate message in log, shorter time formatHiltjo Posthuma2015-12-071-6/+11
* simplify time formatHiltjo Posthuma2015-12-071-38/+15
* update TODOHiltjo Posthuma2015-12-071-0/+3
* rework code, "cache" commit data in struct commitinfoHiltjo Posthuma2015-12-071-178/+175
* cleanup + some better error handlingHiltjo Posthuma2015-12-071-12/+10
* performance tweak: check if commit file exists, if so skipHiltjo Posthuma2015-12-071-1/+5
* logo is 32x32Hiltjo Posthuma2015-12-072-1/+2
* style: center menu and make title smallerHiltjo Posthuma2015-12-072-4/+4
* fix when commit has no parentHiltjo Posthuma2015-12-071-15/+26
* update README with basic usageHiltjo Posthuma2015-12-071-0/+8
* update TODOHiltjo Posthuma2015-12-071-0/+2
* detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma2015-12-071-11/+25