about summary refs log tree commit diff
path: root/scan-tree.c (follow)
Commit message (Expand)AuthorAge
* git: update to v2.14Jeff Smith2017-08-10
* Use skip_prefix() to get rid of magic constantsLukas Fleischer2016-10-12
* git: update to v2.8.2Christian Hesse2016-05-12
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-22
* scan-tree: remove useless strdup()John Keeping2015-10-09
* scan-tree: make some variables 'static'John Keeping2015-03-09
* Remove trailing slash after remove-suffixLukas Fleischer2014-12-23
* remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse2014-06-29
* git: update for git 2.0Christian Hesse2014-06-28
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10
* Update copyright informationLukas Fleischer2014-01-08
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-08
* Fix section-from-path > 1Lukas Fleischer2013-08-12
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-17
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* White space around control verbs.Jason A. Donenfeld2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-17
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-12
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-12
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-12
* scan-tree.c: avoid memory leakJamie Couture2011-06-06
* Fix crash when projectsfile cannot be openedStefan Gehn2011-03-26
* scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-19
* scan_path(): Improve handling of inaccessible directoriesJohan Herland2010-11-16
* Add `strict-export` optionFelix Hanley2010-11-08
* Merge branch 'lh/section-from-path'Lars Hjemli2010-09-19
|\
| * Add support for 'section-from-path' optionLars Hjemli2010-08-22
* | Add support for "readme" optionLars Hjemli2010-08-22
|/
* Add support for 'enable-gitweb-owner' optionJason A. Donenfeld2010-08-04
* Add support for 'remove-suffix' optionJason A. Donenfeld2010-08-04
* Add support for 'project-list' optionJason A. Donenfeld2010-08-04
* scan-tree: add test for noweb-file in repo dirLars Hjemli2010-02-28
* Add support for repo-local cgitrc fileLars Hjemli2009-08-24
* scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli2009-08-24
* scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe2009-08-20
* Add and use a common readfile() functionLars Hjemli2009-08-18
* truncate buffer before reading empty filesSimon Arlott2009-08-18
* Add support for --scan-tree=<path> option to cgitLars Hjemli2008-09-15
22Bind up and down arrows to scrollJune McEnroe Honestly it's kind of weird that IRC clients usually use these for input history. 2019-02-22Remove topic TODOJune McEnroe I played around with it and it doesn't look right unless there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe