Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
don't require rw rights for just reading | |||
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 | |
- header with filename and size - handle binary files - small style changes | |||
2015-12-09 | fix warning + minor style | Hiltjo Posthuma | |
2015-12-09 | Write 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-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 | |
Remove <span> for inserted/deleted lines and use the <a> for coloring. | |||
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 | Remove hardcoded right-align | FRIGN | |
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-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 | 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 | |
also dont show parent when there is no id for it. | |||
2015-12-07 | detect binary diff, comment index + delta header for now (broken) | Hiltjo Posthuma | |
2015-12-07 | dont use reverse diff | Hiltjo Posthuma | |
2015-12-07 | simplify + style fixes | Hiltjo Posthuma | |
2015-12-07 | highlight/make bold some fields | Hiltjo Posthuma | |
2015-12-07 | escape commit msg, dont indent it | Hiltjo Posthuma | |
2015-12-07 | fix relpath for files, small cleanup | Hiltjo Posthuma | |
2015-12-07 | fix: check readme and license before writing header | Hiltjo Posthuma | |
2015-12-07 | improve HTML code | Hiltjo Posthuma | |
2015-12-07 | make file in diff a link, make hunk and link anchor | Hiltjo Posthuma | |
2015-12-07 | commit: use simple shortstat | Hiltjo Posthuma | |
2015-12-07 | make author e-mail a link | Hiltjo Posthuma | |
2015-12-07 | improve Atom feed | Hiltjo Posthuma | |
2015-12-07 | improve header and footer | Hiltjo Posthuma | |
2015-12-07 | print file as table, add link | Hiltjo Posthuma | |
2015-12-07 | add atom feed support + some fixes | Hiltjo Posthuma | |
2015-12-07 | improve log, fix warnings | Hiltjo Posthuma | |
2015-12-07 | add diffstat | Hiltjo Posthuma | |
2015-12-07 | initial diff support, fix log link | Hiltjo Posthuma | |
2015-12-06 | read README and LICENSE from repo, escape as HTML | Hiltjo Posthuma | |
2015-12-05 | fix menu separator if one or both of license or readme is missing | Hiltjo Posthuma | |