summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Small layout adjustments to summary and blob viewLars Hjemli2006-12-133-5/+13
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-139-8/+113
* cache_lock: do xstrdup/free on lockfileLars Hjemli2006-12-121-1/+2
* Don't truncate valid cachefilesLars Hjemli2006-12-113-4/+16
* Move global variables + callback functions into shared.cLars Hjemli2006-12-114-82/+86
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-114-34/+43
* Move log-functions into ui-log.cLars Hjemli2006-12-115-111/+121
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-114-47/+59
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-115-70/+90
* Move common output-functions into ui-shared.cLars Hjemli2006-12-114-82/+99
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-114-28/+29
* Avoid infinite loops in caching layerLars Hjemli2006-12-113-14/+31
* Let 'make install' clear all cachefilesLars Hjemli2006-12-111-0/+2
* Fix cache algorithm loopholeLars Hjemli2006-12-113-11/+16
* Add version identifier in generated filesLars Hjemli2006-12-102-9/+14
* Add license file and copyright noticesLars Hjemli2006-12-105-0/+372
* Add caching infrastructureLars Hjemli2006-12-109-28/+353
* Add .gitignoreLars Hjemli2006-12-091-0/+3
* Replace useless make rules with generic $(OBJECTS) dependencyLars Hjemli2006-12-091-5/+1
* Import cgit prototype from git treeLars Hjemli2006-12-097-0/+1090
d=0179262628cadd3ed402880a03f3d812f327feec&follow=1'>Improved HTML creationRené 'Necoro' Neumann4-3/+22 2020-04-21Upload mails to imapRené 'Necoro' Neumann3-35/+80 2020-04-21Move HTML template to stringRené 'Necoro' Neumann3-12/+13 2020-04-21HTML Template part of the mailRené 'Necoro' Neumann7-18/+199 2020-04-20Fixes and validationRené 'Necoro' Neumann6-28/+25 2020-04-20Fix vettingRené 'Necoro' Neumann1-1/+1 2020-04-20Started with mail creationRené 'Necoro' Neumann4-3/+126 2020-04-20FeeditemsRené 'Necoro' Neumann2-2/+14 2020-04-20GlobalOptionsRené 'Necoro' Neumann3-25/+79 2020-04-19RestructureRené 'Necoro' Neumann6-152/+177 2020-04-19Rename package 'parse' to 'feed'René 'Necoro' Neumann2-3/+3 2020-04-19SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1