summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-26index: highlight row on mouseoverHiltjo Posthuma
2015-12-25remove TODO from code, see TODO fileHiltjo Posthuma
2015-12-25README: atleast libgit2 v0.22 is required (API)Hiltjo Posthuma
2015-12-25compat: add strlcpy, strlcat, for glibcHiltjo Posthuma
2015-12-24fix libgit2 include, it is in the include pathHiltjo Posthuma
2015-12-20remove double newline bloatHiltjo Posthuma
2015-12-20update README and improve man pagesHiltjo Posthuma
2015-12-20urmoms-index: kill some linesHiltjo Posthuma
2015-12-20rewrite writefiles, now works with bare reposHiltjo Posthuma
2015-12-20README: add install and dependencies instructionsHiltjo Posthuma
2015-12-20style.css: maximize contrast for textHiltjo Posthuma
2015-12-20update TODOHiltjo Posthuma
2015-12-20add urmoms-index, initial versionHiltjo Posthuma
2015-12-20writelog: remove return value, it was unusedHiltjo Posthuma
2015-12-20improve fopen flag: remove b and r+ in some caseHiltjo Posthuma
2015-12-20use relative url in header, escape name and description tooHiltjo Posthuma
2015-12-17set diff optionsHiltjo Posthuma
2015-12-17free the treeHiltjo Posthuma
2015-12-17file_size is uint32_t on latest libgit2, thanks uggedal for reporting it!Hiltjo Posthuma
2015-12-14Add config.def.h and make summary length configurableFRIGN
2015-12-11Dynamic relpath for blob pagesEivind Uggedal
2015-12-10Right align numbers in tablesEivind Uggedal
2015-12-10Line numbers on blob pagesEivind Uggedal
2015-12-10fix warningHiltjo Posthuma
2015-12-10file page improvementsEivind Uggedal
2015-12-09fix warning + minor styleHiltjo Posthuma
2015-12-09Write blobs to files/Eivind Uggedal
2015-12-09Make border solidFRIGN
2015-12-09update TODOHiltjo Posthuma
2015-12-09open repo: dont try to detect repos above the specified dirHiltjo Posthuma
2015-12-09walk revision by time and only "flat"Hiltjo Posthuma
2015-12-09Simplify diff markupEivind Uggedal
2015-12-09Simplify style and make output more legibleEivind Uggedal
2015-12-09also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma
2015-12-09Free git objectsEivind Uggedal
2015-12-08Add myself to LICENSEFRIGN
2015-12-08Remove hardcoded right-alignFRIGN
2015-12-08Add preFRIGN
2015-12-08Refactor style.cssFRIGN
2015-12-07prettificationHiltjo Posthuma
2015-12-07log: reorder time as first columnHiltjo Posthuma
2015-12-07truncate message in log, shorter time formatHiltjo Posthuma
2015-12-07simplify time formatHiltjo Posthuma
2015-12-07update TODOHiltjo Posthuma
2015-12-07rework code, "cache" commit data in struct commitinfoHiltjo Posthuma
2015-12-07cleanup + some better error handlingHiltjo Posthuma
2015-12-07performance tweak: check if commit file exists, if so skipHiltjo Posthuma
2015-12-07logo is 32x32Hiltjo Posthuma
2015-12-07style: center menu and make title smallerHiltjo Posthuma
2015-12-07fix when commit has no parentHiltjo Posthuma