summaryrefslogtreecommitdiff
path: root/credential.c
AgeCommit message (Expand)Author
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason
2020-10-03credential: treat CR/LF as line endings in the credential protocolNikita Leonov
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano
2020-05-05Merge branch 'js/partial-urlmatch'Junio C Hamano
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson
2020-04-24credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin
2020-04-22Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano
2020-04-19Git 2.26.2v2.26.2Jonathan Nieder
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder
2020-04-19credential: die() when parsing invalid urlsJeff King
2020-04-19credential: refuse to operate when missing host or protocolJeff King
2020-04-19credential: parse URL without host as empty host, not unsetJeff King
2020-04-15credential: treat "?" and "#" in URLs as end of hostJeff King
2020-03-25Git 2.26.1v2.26.1Junio C Hamano
2020-03-17Git 2.18.3v2.18.3Junio C Hamano
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King
2020-03-12credential: avoid writing values with newlinesJeff King
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson
2020-02-20credential: use the last matching username in the configbrian m. carlson
2018-03-29credential: ignore SIGPIPE when writing to credential helpersErik E Brady
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-02-26credential: let empty credential specs reset helper listJeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2014-12-22Merge branch 'jk/credential-quit'Junio C Hamano
2014-12-04credential: let helpers tell us to quitJeff King
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-20refactor skip_prefix to return a booleanJeff King
2012-07-18credential: convert "url" attribute into its parsed subpartsJeff King
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy
2011-12-13credential: use git_prompt instead of git_getpassJeff King
2011-12-13move git_getpass to its own source fileJeff King
2011-12-12credential: make relevance of http path configurableJeff King
2011-12-12credential: add credential.*.usernameJeff King
2011-12-12credential: apply helper configJeff King
2011-12-12credential: add function for parsing url componentsJeff King
2011-12-12introduce credentials APIJeff King