about summary refs log tree commit diff
path: root/ui-atom.h (unfollow)
Commit message (Expand)Author
2010-11-07Use absolute path for scanned repo readmeDean Scarff
2010-09-27CGIT 0.8.3.4Lars Hjemli
2010-09-27Use GIT-1.7.3Lars Hjemli
2010-09-19RSS items should always use UTC timesAaron Griffin
2010-09-01ui-snapshot: actually compress zip archivesLars Hjemli
2010-08-29html: fix strcpy bug in convert_query_hexcharMark Lodato
2010-08-29t0108-patch: add 'tests_done' to endMark Lodato
2010-08-03CGIT 0.8.3.3Lars Hjemli
2010-08-03ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli
2010-07-13Reencode author and committerRémi Lagacé
2010-06-19CGIT 0.8.3.2Lars Hjemli
2010-04-08shared.c: avoid memory leak during diffLars Hjemli
2010-02-27Clear the whole contextDaniel Milde
2010-02-27ui-shared.c: fix segfault when repo is emptyFlorian Pritz
2009-12-12CGIT 0.8.3.1Lars Hjemli
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs
2009-12-08Don't crash when a repo-specific readme file is usedSami Kyöstilä
2009-11-07shared.c: return original errnoLars Hjemli
2009-11-07Close fd on error in readfile()Rys Sommefeldt
2009-11-07Nov is the correct abbreviationDanijel Tašov
2009-09-20Fix repolist search links with virtual rootGeoff Johnstone
2009-09-14cgitrc.5.txt: Change repo.group to section in example config.Loui Chang
2009-09-14cgitrc.5.txt: Add mansource and manmanual.Loui Chang
2009-09-13CGIT 0.8.3Lars Hjemli
2009-09-13CGIT 0.8.2.2Lars Hjemli
2009-09-13Use GIT-1.6.4.3Lars Hjemli
2009-09-06ui-plain.c: only return the blob with the specified pathLars Hjemli
2009-08-24cgit.c: respect repo-local 'snapshots' option for --scan-pathLars Hjemli
2009-08-24cgit.c: only print first line of repo.desc in print_repo()Lars Hjemli
2009-08-24Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli
2009-08-24cgit.c: generate repo.snapshots in print_repo()Lars Hjemli
2009-08-24cgit.c: add missing options to print_repo()Lars Hjemli
2009-08-24shared.c: initialize cgit_repo structs properlyLars Hjemli
2009-08-24Add config option 'enable-filter-overrides'Lars Hjemli
2009-08-24cgitrc.5.txt: fix markup errorsLars Hjemli
2009-08-24ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli
2009-08-24Add support for repo-local cgitrc fileLars Hjemli
2009-08-24cgit.c: refactor repo_config() from config_cb()Lars Hjemli
2009-08-24ui-repolist.c: sort by section name, repo name as defaultLars Hjemli
2009-08-24Add config option 'repo.section'Lars Hjemli
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli
2009-08-24Add support for --scan-path command line optionLars Hjemli
2009-08-24Rename 'repo.scan' to 'scan-path'Lars Hjemli
2009-08-24cgitrc.5.txt: document repo.scan and cache-scanrc-ttlLars Hjemli
2009-08-24cgit.c: add support for caching autodetected repositoriesLars Hjemli
2009-08-24cgit.c: make print_repolist() and print_repo() reusable for cachingLars Hjemli
2009-08-24cache.h: export hash_str()Lars Hjemli
2009-08-24cgit.c: add support for cgitrc option 'repo.scan'Lars Hjemli
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli
2009-08-24cgitrc.5.txt: fix description and markup for 'snapshots' optionLars Hjemli
pan>Use time_t for save signatureJune McEnroe It's actually more likely to be 64-bit than size_t anyway, and it eliminates some helper functions. Also don't error when reading an empty save file. 2020-02-11Set self.nick to * initiallyJune McEnroe Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe