Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/url.c
AgeCommit message (Expand)Author
2023-09-30hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-02-24treewide: replace cache.h with more direct headers, where possibleElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore
2019-06-05url: do not allow %00 to represent NUL in URLsMatthew DeVore
2019-06-05url: do not read past end of bufferMatthew DeVore
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2015-10-05use strbuf_complete to conditionally append slashJeff King
2014-07-11use strbuf_addch for adding single charactersRené Scharfe
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-14Merge branch 'jc/is-url-simplify'Junio C Hamano
2011-10-03url.c: simplify is_url()Junio C Hamano
2011-07-20url: decode buffers that are not NUL-terminatedJeff King
2011-03-22Fix sparse warningsStephen Boyd
2010-11-27url: add str wrapper for end_url_with_slash()Tay Ray Chuan
2010-11-27shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-07-26Do not unquote + into ' ' in URLsThomas Rast
2010-06-25url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano
2010-06-23url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano
2010-05-25make url-related functions reusableJeff King