summaryrefslogtreecommitdiff
path: root/urmoms.c
AgeCommit message (Collapse)Author
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-20rewrite writefiles, now works with bare reposHiltjo Posthuma
dont use the index but get the tree by the last commit id (revparse HEAD).
2015-12-20writelog: remove return value, it was unusedHiltjo Posthuma
2015-12-20improve fopen flag: remove b and r+ in some caseHiltjo Posthuma
don't require rw rights for just reading
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
- header with filename and size - handle binary files - small style changes
2015-12-09fix warning + minor styleHiltjo Posthuma
2015-12-09Write blobs to files/Eivind Uggedal
This is work in progress: - relpath is broken under files/ - mkdirp was stolen from sbase - strlcpy wrapper might be needed
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
Remove <span> for inserted/deleted lines and use the <a> for coloring.
2015-12-09also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma
2015-12-09Free git objectsEivind Uggedal
2015-12-08Remove hardcoded right-alignFRIGN
Dramatically reduces the filesize. There also was no reason to have the aligns. It now is even easier to read how many lines have changed in the commits and given the table doesn't expand itself over the size of its entries, we're cool anyway.
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-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
also dont show parent when there is no id for it.
2015-12-07detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma
2015-12-07dont use reverse diffHiltjo Posthuma
2015-12-07simplify + style fixesHiltjo Posthuma
2015-12-07highlight/make bold some fieldsHiltjo Posthuma
2015-12-07escape commit msg, dont indent itHiltjo Posthuma
2015-12-07fix relpath for files, small cleanupHiltjo Posthuma
2015-12-07fix: check readme and license before writing headerHiltjo Posthuma
2015-12-07improve HTML codeHiltjo Posthuma
2015-12-07make file in diff a link, make hunk and link anchorHiltjo Posthuma
2015-12-07commit: use simple shortstatHiltjo Posthuma
2015-12-07make author e-mail a linkHiltjo Posthuma
2015-12-07improve Atom feedHiltjo Posthuma
2015-12-07improve header and footerHiltjo Posthuma
2015-12-07print file as table, add linkHiltjo Posthuma
2015-12-07add atom feed support + some fixesHiltjo Posthuma
2015-12-07improve log, fix warningsHiltjo Posthuma