aboutsummaryrefslogtreecommitdiff
path: root/urmoms.c
Commit message (Collapse)AuthorAgeFilesLines
* remove TODO from code, see TODO fileHiltjo Posthuma2015-12-251-10/+4
|
* compat: add strlcpy, strlcat, for glibcHiltjo Posthuma2015-12-251-0/+1
|
* fix libgit2 include, it is in the include pathHiltjo Posthuma2015-12-241-1/+2
|
* remove double newline bloatHiltjo Posthuma2015-12-201-1/+1
|
* rewrite writefiles, now works with bare reposHiltjo Posthuma2015-12-201-26/+76
| | | | dont use the index but get the tree by the last commit id (revparse HEAD).
* 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
| | | | don't require rw rights for just reading
* 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-141-3/+4
|
* 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-101-5/+24
|
* fix warningHiltjo Posthuma2015-12-101-1/+1
|
* file page improvementsEivind Uggedal2015-12-101-15/+21
| | | | | | - header with filename and size - handle binary files - small style changes
* fix warning + minor styleHiltjo Posthuma2015-12-091-1/+2
|
* Write blobs to files/Eivind Uggedal2015-12-091-36/+65
| | | | | | | | This is work in progress: - relpath is broken under files/ - mkdirp was stolen from sbase - strlcpy wrapper might be needed
* 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-091-3/+3
| | | | | Remove <span> for inserted/deleted lines and use the <a> for coloring.
* also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma2015-12-091-9/+9
|
* Free git objectsEivind Uggedal2015-12-091-0/+2
|
* Remove hardcoded right-alignFRIGN2015-12-081-8/+8
| | | | | | | | 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.
* prettificationHiltjo Posthuma2015-12-071-4/+11
|
* 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
|
* 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-071-1/+1
|
* style: center menu and make title smallerHiltjo Posthuma2015-12-071-2/+2
|
* fix when commit has no parentHiltjo Posthuma2015-12-071-15/+26
| | | | also dont show parent when there is no id for it.
* detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma2015-12-071-11/+25
|
* dont use reverse diffHiltjo Posthuma2015-12-071-2/+2
|
* simplify + style fixesHiltjo Posthuma2015-12-071-8/+6
|
* highlight/make bold some fieldsHiltjo Posthuma2015-12-071-8/+10
|
* escape commit msg, dont indent itHiltjo Posthuma2015-12-071-19/+7
|
* fix relpath for files, small cleanupHiltjo Posthuma2015-12-071-10/+12
|
* fix: check readme and license before writing headerHiltjo Posthuma2015-12-071-4/+7
|
* improve HTML codeHiltjo Posthuma2015-12-071-2/+2
|
* make file in diff a link, make hunk and link anchorHiltjo Posthuma2015-12-071-3/+7
|
* commit: use simple shortstatHiltjo Posthuma2015-12-071-2/+1
|
* make author e-mail a linkHiltjo Posthuma2015-12-071-2/+5
|
* improve Atom feedHiltjo Posthuma2015-12-071-17/+19
|
* improve header and footerHiltjo Posthuma2015-12-071-15/+15
|
* print file as table, add linkHiltjo Posthuma2015-12-071-2/+12
|
* add atom feed support + some fixesHiltjo Posthuma2015-12-071-40/+115
|