summaryrefslogtreecommitdiff
path: root/parsing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-271-2/+2
* Skip unknown header fields when parsing tags and commitsLars Hjemli2007-10-271-0/+6
* Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-261-1/+1
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-311-0/+3
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-311-3/+8
* Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-181-1/+2
* Enable url=value querystring parameterLars Hjemli2007-05-181-0/+43
* Restrict deep nesting of configfilesLars Hjemli2007-05-151-4/+6
* Add include-parameter to config filesLars Hjemli2007-05-141-6/+8
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-3/+3
* Do not die if tag has no messageLars Hjemli2007-02-041-2/+2
* Add function cgit_parse_tag()Lars Hjemli2007-01-171-0/+47
* Handle empty/malformed commit messagesLars Hjemli2007-01-161-6/+13
* Handle %xx encoding in querystringLars Hjemli2007-01-041-0/+21
* Handle '+' in querystringLars Hjemli2006-12-281-0/+2
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-161-2/+10
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-0/+1
* Add a common commit parserLars Hjemli2006-12-151-0/+53
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-0/+106
d2imap-go.git/commit/main.go?h=v0.4.0&id=ed1e06e6d81645fb5fedd89018c30f95b7598f84&follow=1'>Rename 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