summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* CGIT-0.9.0.3 v0.9.0.3Lars Hjemli2012-03-181-1/+1
* segfault fix on some bogus requestsEric Wong2012-03-181-2/+2
* use correct type for sizeofJamie Couture2012-03-181-1/+1
* ui-ssdiff.c: correct length check for LCS tableEric Wong2012-01-081-4/+2
* Fix segmentation fault in empty repositoryJohn Keeping2012-01-031-1/+1
* Makefile: fetch git tarballs from http://hjemli.net/git/git/Lars Hjemli2012-01-031-1/+1
* fix css color value and vertical-align valueNorberto Lopes2012-01-031-2/+2
* Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-033-2/+3
* ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller2012-01-031-0/+3
* Add sort parameter to pager of repo listTobias Grimm2012-01-033-13/+19
* ui-ssdiff: move LCS table away from the stackJamie Couture2012-01-032-2/+43
* Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-221-4/+6
* Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-221-1/+1
* CGIT 0.9.0.2 v0.9.0.2Lars Hjemli2011-07-211-1/+1
* html.c: avoid out-of-bounds access for url_escape_tableEric Wong2011-07-211-2/+2
* tests: fix failures when CDPATH is setFerry Huberts2011-07-211-0/+1
* cgit.c: improve error message when git repo cannot be accessedLars Hjemli2011-06-181-1/+5
* cgitrc.5.txt: document repo.module-linkLars Hjemli2011-06-151-0/+6
* cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli2011-06-131-4/+26
* README: update some stale information/add some newLars Hjemli2011-06-131-16/+6
* CGIT 0.9.0.1 v0.9.0.1Lars Hjemli2011-06-131-1/+1
* ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli2011-06-121-19/+46
* scan-tree.c: avoid memory leakJamie Couture2011-06-061-0/+2
* ui-log.c: do not link from age columnLars Hjemli2011-06-022-10/+1
* ui-snapshot.c: remove debug cruftLars Hjemli2011-06-021-2/+0
* Properly escape ampersands inside HTML attributesLukas Fleischer2011-05-301-1/+3
* fix virtual-root if script-name is ""Mark Lodato2011-05-231-1/+4
* ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli2011-05-231-1/+1
* Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-231-2/+6
* Avoid null pointer dereference in reencode().Lukas Fleischer2011-05-231-1/+4
* Fix memory leak in http_parse_querystring().Lukas Fleischer2011-05-231-2/+3
* Remove unused variable from cgit_diff_tree().Lukas Fleischer2011-05-231-3/+2
* shared.c: do not modify const memoryLars Hjemli2011-05-231-11/+3
* tests: add tests for links with space in path and/or argsLars Hjemli2011-05-233-3/+19
* tests/setup.sh: add support for known bugsLars Hjemli2011-05-231-1/+13
* Fix escaping of paths with spacesJonathon Mah2011-05-231-4/+6
* Add advice about scan-path in cgitrc.5.txtJulius Plenz2011-03-261-2/+3
* fix two encoding bugsJulius Plenz2011-03-261-9/+15
* new_filter: correctly initialise all arguments for a new filterFerry Huberts2011-03-261-2/+4
* source_filter: fix a memory leakFerry Huberts2011-03-261-0/+2
* cgitrc.5: tar.xz is a supported snapshot formatLars Hjemli2011-03-261-1/+2
* Fix crash when projectsfile cannot be openedStefan Gehn2011-03-261-0/+1
* CGIT 0.9 v0.9Lars Hjemli2011-03-051-1/+1
* Update READMELars Hjemli2011-03-051-8/+1
* ui-diff.c: avoid html injectionLukasz Janyst2011-03-051-2/+5
* Merge branch 'stable'Lars Hjemli2011-03-054-6/+7
|\
| * CGIT 0.8.3.5 v0.8.3.5Lars Hjemli2011-03-051-1/+1
| * Avoid trailing slash in virtual-rootLars Hjemli2011-03-051-2/+3
| * do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering2011-03-051-1/+1
| * ui-shared: silence warningBernhard Reutner-Fischer2011-02-191-1/+1
| * Makefile: Make `make get-git` work under OpenBSD.Lukas Fleischer2011-02-191-1/+1
* | Merge branch 'br/misc'Lars Hjemli2011-02-199-17/+74
|\ \
| * | Use transparent background for the cgit logoBernhard Reutner-Fischer2011-02-191-0/+0
| * | ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-194-11/+43
| * | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-194-6/+31
* | | Merge branch 'jh/scan-path'Lars Hjemli2011-02-194-9/+23
|\ \ \
| * | | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-194-0/+14
| * | | scan_path(): Improve handling of inaccessible directoriesJohan Herland2010-11-161-9/+9
| |/ /
* | | Merge branch 'jh/graph'Lars Hjemli2011-02-199-49/+219
|\ \ \
| * | | ui-log: Move 'Age' column when commit graph is presentJohan Herland2010-11-161-12/+30
| * | | ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-164-8/+35
| * | | ui-log: Colorize commit graphJohan Herland2010-11-162-0/+43
| * | | ui-log: Implement support for commit graphsJohan Herland2010-11-166-23/+112
| * | | ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-162-25/+18
* | | | Merge branch 'lh/improve-range-search'Lars Hjemli2011-02-195-13/+118
|\| | |
| * | | html.c: use '+' to escape spaces in urlsLars Hjemli2010-11-101-2/+2
| * | | ui-log.c: improve handling of range-search argumentLars Hjemli2010-11-101-11/+60
| * | | Add vector utility functionsLars Hjemli2010-11-103-0/+56
* | | | Use GIT-1.7.4Lars Hjemli2011-02-192-1/+1
| |/ / |/| |
* | | ui-stats: Remove unnecessary #includeJohan Herland2010-11-161-2/+0
* | | Merge branch 'tz/make-improvements'Lars Hjemli2010-11-103-13/+77
|\ \ \ | |/ / |/| |
| * | Use example.com in documentation, per RFC 2606Todd Zullinger2010-09-191-5/+5
| * | cgit.css: Add syntax highlighting entriesTodd Zullinger2010-09-191-1/+15
| * | Install filter scriptsTodd Zullinger2010-09-191-0/+4
| * | Add Makefile targets to install/uninstall docsTodd Zullinger2010-09-191-1/+38
| * | Generalize doc generationTodd Zullinger2010-09-191-7/+16
* | | ui-log: Prevent crash when given empty range searchJohan Herland2010-11-101-1/+1
* | | Makefile: avoid spurious rebuilds of git sources due to `sudo make`Lars Hjemli2010-11-101-0/+2
* | | ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-093-4/+5
* | | Add `strict-export` optionFelix Hanley2010-11-084-0/+14
* | | Fix a typo in README, s/ExecCGI/+ExecCGIKamil Kaminski2010-11-081-1/+1
* | | Append path and branch to atom feed titleLars Hjemli2010-11-071-0/+8
* | | Use committer date for atom feed entry updated elementChris Mayo2010-11-071-1/+1
* | | Merge branch 'stable'Lars Hjemli2010-11-070-0/+0
|\ \ \ | | |/ | |/|
| * | Use absolute path for scanned repo readmeDean Scarff2010-11-071-1/+1
* | | Makefile: add -MP optionLars Hjemli2010-11-071-1/+1
* | | Merge branch 'stable'Lars Hjemli2010-09-271-1/+1
|\| |
| * | CGIT 0.8.3.4 v0.8.3.4Lars Hjemli2010-09-271-1/+1
| * | Use GIT-1.7.3Lars Hjemli2010-09-275-8/+8
* | | Merge branch 'stable'Lars Hjemli2010-09-191-2/+2
|\| | | |/ |/|
| * RSS items should always use UTC timesAaron Griffin2010-09-191-2/+2
* | Merge branch 'ml/bugfix'Lars Hjemli2010-09-1912-30/+42
|\ \
| * | prefer html_raw() to write()Mark Lodato2010-09-043-12/+12
| * | ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato2010-09-041-6/+0
| * | fix errors in printf-style format stringsMark Lodato2010-09-046-12/+25
| * | use __attribute__ to catch printf format mistakesMark Lodato2010-09-043-0/+5
* | | Merge branch 'lh/section-from-path'Lars Hjemli2010-09-194-6/+45
|\ \ \
| * | | Add support for 'section-from-path' optionLars Hjemli2010-08-224-6/+45
* | | | Merge branch 'lh/readme'Lars Hjemli2010-09-196-24/+43
|\ \ \ \
| * | | | Add support for "readme" optionLars Hjemli2010-08-226-24/+43
| |/ / /
* | / / Use GIT-1.7.3Lars Hjemli2010-09-192-1/+1
| |/ / |/| |
* | | Merge branch 'stable'Lars Hjemli2010-09-011-0/+1
|\ \ \ | | |/ | |/|
| * | ui-snapshot: actually compress zip archivesLars Hjemli2010-09-011-0/+1
* | | Merge branch 'stable'Lars Hjemli2010-08-292-4/+7
|\| | | |/ |/|
| * html: fix strcpy bug in convert_query_hexcharMark Lodato2010-08-291-4/+5
| * t0108-patch: add 'tests_done' to endMark Lodato2010-08-291-0/+2
* | Use GIT-1.7.2.2Lars Hjemli2010-08-227-10/+10
* | Support refspecs in about-filter.Jason A. Donenfeld2010-08-205-7/+63
* | Merge branch 'jd/gitolite'Lars Hjemli2010-08-045-17/+116
|\ \
| * | Add support for 'enable-gitweb-owner' optionJason A. Donenfeld2010-08-044-9/+33
| * | Add support for 'remove-suffix' optionJason A. Donenfeld2010-08-044-0/+13
| * | Add support for 'project-list' optionJason A. Donenfeld2010-08-045-8/+70
* | | Merge branch 'js/notes'Lars Hjemli2010-08-044-0/+57
|\ \ \
| * | | ui-log: Display git notes when presentJeff Smith2010-08-042-0/+23
| * | | ui-commit: Display git notes when presentJeff Smith2010-08-043-0/+34
| |/ /
* | | Merge branch 'stable'Lars Hjemli2010-08-032-13/+15
|\ \ \ | |/ / |/| / | |/
| * CGIT 0.8.3.3 v0.8.3.3Lars Hjemli2010-08-031-1/+1
| * ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli2010-08-031-12/+14
* | commit-links.sh: Seperate the expressions for filtering commit messages.Jeff Smith2010-07-221-7/+9
* | Makefile: do not include dependency-file on `make clean`Lynn Lin2010-07-221-1/+3
* | Merge branch 'jh/ignorews'Lars Hjemli2010-07-187-12/+40
|\ \
| * | ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-182-0/+15
| * | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-186-12/+25
* | | Merge branch 'lh/macros'Lars Hjemli2010-07-183-5/+78
|\ \ \
| * | | Add support for environment variable expansionLars Hjemli2010-03-223-5/+78
* | | | Merge branch 'stable'Lars Hjemli2010-07-131-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Reencode author and committerRémi Lagacé2010-07-131-0/+4
* | | | Merge branch 'lh/range-search'Lars Hjemli2010-06-222-4/+8
|\ \ \ \
| * | | | ui-log.c: allow commit range as search expressionLars Hjemli2010-06-192-4/+8
* | | | | Merge branch 'jh/context-lines'Lars Hjemli2010-06-227-8/+34
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-192-1/+23
| * | | | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-196-7/+11
* | | | | Merge branch 'jh/path-limit'Lars Hjemli2010-06-2217-164/+275
|\| | | | | |/ / / |/| | |
| * | | ui-shared.c: path-limit style nitpickLars Hjemli2010-06-191-4/+2
| * | | ui-log: Preserve path limit in outgoing linksJohan Herland2010-06-191-12/+15
| * | | ui-shared: Preserve path limit in "tab bar" linksJohan Herland2010-06-191-5/+6
| * | | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-195-12/+15
| * | | ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-191-1/+5
| * | | ui-patch: Apply path limit to generated patchJohan Herland2010-06-196-8/+10
| * | | ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-193-4/+4
| * | | ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-191-3/+5
| * | | ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland2010-06-191-13/+2
| * | | ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland2010-06-192-1/+82
| * | | ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2010-06-192-0/+14
| * | | ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland2010-06-191-4/+4
| * | | struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-194-22/+30
| * | | ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland2010-06-191-19/+12
| * | | ui-shared: Improve const-ness in APIJohan Herland2010-06-192-65/+80
| * | | Remove unused variable in shared.cJohan Herland2010-06-191-1/+0
| * | | Fix small typo in cgitrc exampleJohan Herland2010-06-191-1/+1
| | |/ | |/|
* | | Fix style of commit-filter links in commit-subject.Johan Herland2010-06-191-1/+4
* | | Merge branch 'stable'Lars Hjemli2010-06-191-1/+1
|\ \ \ | | |/ | |/|
| * | CGIT 0.8.3.2 v0.8.3.2Lars Hjemli2010-06-191-1/+1
* | | Merge branch 'ag/atom-fixes'Lars Hjemli2010-06-195-2/+15
|\ \ \
| * | | Add 'max-atom-items' config variableAaron Griffin2010-03-224-1/+9
| * | | Add all=1 query param for atom feedsAaron Griffin2010-03-223-1/+6
| | |/ | |/|
* | | Merge branch 'lh/noweb'Lars Hjemli2010-06-191-0/+2
|\ \ \
| * | | scan-tree: add test for noweb-file in repo dirLars Hjemli2010-02-281-0/+2
* | | | Merge branch 'ml/plain-improvements-part1'Lars Hjemli2010-06-191-8/+60
|\ \ \ \
| * | | | ui-plain: print directory listingsMark Lodato2010-01-311-1/+47
| * | | | ui-plain: more efficient walk_tree()Mark Lodato2010-01-311-6/+14
| * | | | ui-plain: remove unused curr_rev variableMark Lodato2010-01-301-2/+0
* | | | | Merge branch 'sn/subject-link'Lars Hjemli2010-06-195-4/+25
|\ \ \ \ \
| * | | | | Optionally generate verbose parent linksLars Hjemli2010-02-275-5/+24
| * | | | | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-271-3/+5
* | | | | | Merge branch 'stable'Lars Hjemli2010-04-081-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | shared.c: avoid memory leak during diffLars Hjemli2010-04-081-0/+8
* | | | | ui-tree: add link to plain view for blobs in tree listingLars Hjemli2010-02-281-0/+2
| |_|_|/ |/| | |
* | | | Use GIT-1.7.0Lars Hjemli2010-02-272-1/+1
* | | | Merge branch 'html-updates' of git://github.com/MarkLodato/cgitLars Hjemli2010-02-272-30/+58
|\ \ \ \ | |_|/ / |/| | |
| * | | html: properly percent-escape URLsMark Lodato2010-02-091-4/+32
| * | | html: make all strings 'const char *'Mark Lodato2010-02-082-26/+26
| | |/ | |/|
* | | Merge branch 'stable'Lars Hjemli2010-02-272-3/+3
|\ \ \ | |/ / |/| / | |/
| * Clear the whole contextDaniel Milde2010-02-271-1/+1
| * ui-shared.c: fix segfault when repo is emptyFlorian Pritz2010-02-271-2/+2
* | Merge branch 'stable'Lars Hjemli2009-12-124-4/+4
|\|
| * CGIT 0.8.3.1 v0.8.3.1Lars Hjemli2009-12-121-1/+1
| * Fix segfault on ppc when browsing treeMartins Polakovs2009-12-123-3/+3
* | Add .tar.xz-snapshot supportAndreas Wiese2009-12-081-4/+10
* | Merge branch 'lh/remote-branches'Lars Hjemli2009-12-085-0/+18
|\ \
| * | Add support for remote branchesLars Hjemli2009-11-075-0/+18
* | | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-0813-25/+586
|\ \ \
| * | | In side-by-side diff, add support for marking individual characters.Ragnar Ouchterlony2009-11-072-25/+130
| * | | Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2009-09-162-6/+16
| * | | Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-164-30/+96
| * | | Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-169-16/+73
| * | | First version of side-by-side diff.Ragnar Ouchterlony2009-09-165-2/+325
* | | | Merge branch 'master' of http://op-co.de/cgitLars Hjemli2009-12-086-17/+31
|\ \ \ \
| * | | | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-284-0/+14
| * | | | cgit.css: highlight directories in treeGeorg Lukas2009-11-281-0/+5
| * | | | syntax highlighting for all formats supported by "highlight"Georg Lukas2009-11-191-17/+12
| | |/ / | |/| |
* | | | Merge branch 'stable'Lars Hjemli2009-12-081-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Don't crash when a repo-specific readme file is usedSami Kyöstilä2009-12-081-2/+2
* | | Merge branch 'stable'Lars Hjemli2009-11-071-3/+5
|\| |
| * | shared.c: return original errnoLars Hjemli2009-11-071-3/+5
* | | Add NO_OPENSSL optionMikhail Gusarov2009-11-071-3/+12
* | | Merge branch 'stable'Lars Hjemli2009-11-072-3/+8
|\| |
| * | Close fd on error in readfile()Rys Sommefeldt2009-11-071-2/+7
| * | Nov is the correct abbreviationDanijel Tašov2009-11-071-1/+1
* | | ui-shared.c: prettify download links when generated from tag pageLars Hjemli2009-10-161-2/+7
* | | ui-tag: make output more similar to commit viewLars Hjemli2009-10-061-6/+6
* | | ui-tag: add snapshot linksAlexey Nezhdanov2009-10-061-0/+12
* | | Skip leading "/" in url querystring valueStefan Bühler2009-10-061-0/+2
|/ /
* | Fix repolist search links with virtual rootGeoff Johnstone2009-09-202-1/+2
* | cgitrc.5.txt: Change repo.group to section in example config.Loui Chang2009-09-141-4/+4
* | cgitrc.5.txt: Add mansource and manmanual.Loui Chang2009-09-141-0/+3
|/
* CGIT 0.8.3 v0.8.3Lars Hjemli2009-09-131-1/+1
* Merge branch 'stable'Lars Hjemli2009-09-131-1/+1
|\
| * CGIT 0.8.2.2 v0.8.2.2Lars Hjemli2009-09-131-1/+1
* | Merge branch 'lh/repo-scan'Lars Hjemli2009-09-1311-80/+329
|\ \
| * | cgit.c: respect repo-local 'snapshots' option for --scan-pathLars Hjemli2009-08-241-0/+10
| * | cgit.c: only print first line of repo.desc in print_repo()Lars Hjemli2009-08-241-2/+14
| * | Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli2009-08-243-0/+12
| * | cgit.c: generate repo.snapshots in print_repo()Lars Hjemli2009-08-241-0/+25
| * | cgit.c: add missing options to print_repo()Lars Hjemli2009-08-241-0/+18
| * | shared.c: initialize cgit_repo structs properlyLars Hjemli2009-08-241-0/+1
| * | Add config option 'enable-filter-overrides'Lars Hjemli2009-08-243-11/+26
| * | cgitrc.5.txt: fix markup errorsLars Hjemli2009-08-241-9/+10
| * | ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2009-08-242-7/+12
| * | Add support for repo-local cgitrc fileLars Hjemli2009-08-245-13/+39
| * | cgit.c: refactor repo_config() from config_cb()Lars Hjemli2009-08-241-41/+48
| * | ui-repolist.c: sort by section name, repo name as defaultLars Hjemli2009-08-241-0/+15
| * | Add config option 'repo.section'Lars Hjemli2009-08-242-0/+5
| * | Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-246-17/+22
| * | Add support for --scan-path command line optionLars Hjemli2009-08-241-1/+2
| * | Rename 'repo.scan' to 'scan-path'Lars Hjemli2009-08-242-10/+10
| * | cgitrc.5.txt: document repo.scan and cache-scanrc-ttlLars Hjemli2009-08-241-0/+9
| * | cgit.c: add support for caching autodetected repositoriesLars Hjemli2009-08-242-1/+75
| * | cgit.c: make print_repolist() and print_repo() reusable for cachingLars Hjemli2009-08-241-12/+12
| * | cache.h: export hash_str()Lars Hjemli2009-08-241-0/+2
| * | cgit.c: add support for cgitrc option 'repo.scan'Lars Hjemli2009-08-241-0/+2
| * | scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli2009-08-241-0/+4
* | | Merge branch 'fp/linenumbers'Lars Hjemli2009-09-135-17/+32
|\ \ \
| * | | cgit.css: make the blob display in tree view a bit prettierLars Hjemli2009-08-211-3/+3
| * | | Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-214-8/+9
| * | | Add 'linenumbers' config optionFlorian Pritz2009-08-214-11/+23
| * | | ui-tree.c: show line numbers when highlightingFlorian Pritz2009-08-211-9/+11
* | | | Use GIT-1.6.4.3Lars Hjemli2009-09-134-3/+3
* | | | Merge branch 'stable'Lars Hjemli2009-09-061-1/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ui-plain.c: only return the blob with the specified pathLars Hjemli2009-09-061-1/+2
* | | cgitrc.5.txt: fix description and markup for 'snapshots' optionLars Hjemli2009-08-241-8/+3
| |/ |/|
* | scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe2009-08-201-0/+3
* | cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGLars Hjemli2009-08-201-1/+1
* | Add and use a common readfile() functionLars Hjemli2009-08-184-23/+34
* | Merge branch 'stable'Lars Hjemli2009-08-182-0/+2
|\|
| * truncate buffer before reading empty filesSimon Arlott2009-08-182-0/+2
* | Merge branch 'stable'Lars Hjemli2009-08-181-8/+11
|\|
| * ui-shared: don't print header <img/> if there isn't a logo definedMatthew Metnetsky2009-08-181-8/+11
* | Merge branch 'stable'Lars Hjemli2009-08-172-1/+7
|\|
| * cgit.c: do not segfault on unexpected query-string formatLars Hjemli2009-08-171-0/+3