about summary refs log tree commit diff
path: root/ui-tree.c (follow)
Commit message (Expand)AuthorAge
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12
* Update copyright informationLukas Fleischer2014-01-08
* Reduce line number bloat, fix hover effectPeter Wu2014-01-08
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* cgit_print_tree(): Free curr_rev after usageLukas Fleischer2013-03-04
* ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-04
* ui-tree.c: Drop the header variableLukas Fleischer2013-03-04
* ui-tree.c: Declare the state variable globallyLukas Fleischer2013-03-04
* ui-tree.c: Pass current revision to print_object()Lukas Fleischer2013-03-04
* White space around control verbs.Jason A. Donenfeld2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* Update git to v1.7.6.5John Keeping2013-03-02
* ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-15
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13
* Merge branch 'fh/filter-api'Lars Hjemli2011-05-23
|\
| * cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26
* | source_filter: fix a memory leakFerry Huberts2011-03-26
|/
* prefer html_raw() to write()Mark Lodato2010-09-04
* fix errors in printf-style format stringsMark Lodato2010-09-04
* ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland2010-06-19
* ui-tree: add link to plain view for blobs in tree listingLars Hjemli2010-02-28
* Merge branch 'stable'Lars Hjemli2009-12-12
|\
| * Fix segfault on ppc when browsing treeMartins Polakovs2009-12-12
* | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-28
|/
* Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-21
* Add 'linenumbers' config optionFlorian Pritz2009-08-21
* ui-tree.c: show line numbers when highlightingFlorian Pritz2009-08-21
* Merge branch 'lh/plugins'Lars Hjemli2009-08-09
|\
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-09
| * ui-tree: add support for source-filter optionLars Hjemli2009-07-31
* | Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki2009-08-08
|/
* fix segfault when displaying empty blobsEric Wong2009-03-15
* ui-tree: escape ascii-text properly in hexdump viewLars Hjemli2009-02-12
* ui-tree: show hexdump of binary blobsLars Hjemli2009-01-31
* Merge branch 'og/tree-view-selection'Lars Hjemli2009-01-27
|\
| * changed objects are outputted, allowing for selections of code onlyOnne Gorter2009-01-10
* | Merge branch 'lh/stats'Lars Hjemli2009-01-27
|\ \ | |/ |/|
| * ui-tree: add link to stats page per pathLars Hjemli2008-12-07
* | Merge branch 'stable'Lars Hjemli2009-01-06
|\ \
| * | ui-tree.c: do not add blank line when displaying blobsLars Hjemli2009-01-06
| |/
* / ui-log: add support for showing the full commit messageLars Hjemli2008-11-29
|/
* ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-06
* Adjust to new calling convention for read_tree_recursive()Lars Hjemli2008-07-21
* ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli2008-05-20
* Don't specify mimetype in ui-blob.cLars Hjemli2008-04-08
* Add ui-shared.hLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16
48:19 -0500'>2021-01-23Drop exec capability iff restrictedKlemens Nanni Nothing must be executed when running /copy, et al. 2021-01-23Drop network capability after ircConnect()Klemens Nanni catgirl has no reconnect feature and generally must not do anything but read/write from/to the connected socket which does not require "inet" or "dns" promises. 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni Simplify logic, be more idiomatic and finalize by pledging after all unveiling is done by omitting the "unveil" promise and thereby not allowing further calls to it. 2021-01-23Separate kiosk mode from restrict modeJune McEnroe Restrict mode will focus on sandboxing, while kiosk will continue to restrict IRC access through a public kiosk. Kiosk mode without restrict mode allows execution of man 1 catgirl with /help, assuming external sandboxing. The /list and /part commands are also added to the list of disabled commands in kiosk mode, since they are pointless without access to /join. 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe No idea why I made that more complicated than it had to be looping backwards. 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe Oops, forgot about these. 2021-01-18Add example tmux(1) configKlemens Nanni Spawn one catgirl per network and handle reconnects through tmux, no extra tool required. 2021-01-17Use Warm heat for blank linesJune McEnroe So they're not hidden by M-+. 2021-01-16Add -I highlight option and /highlightJune McEnroe