1. d88e810 hex-ll: separate out non-hash-algo functions by Calvin Wan · 1 year, 5 months ago
  2. fc7bd51 treewide: replace cache.h with more direct headers, where possible by Elijah Newren · 2 years ago
  3. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
  4. 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
  5. e987df5 list-objects-filter: implement composite filters by Matthew DeVore · 6 years ago
  6. d37dc23 url: do not allow %00 to represent NUL in URLs by Matthew DeVore · 6 years ago
  7. 3f6b8a6 url: do not read past end of buffer by Matthew DeVore · 6 years ago
  8. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  9. d233097 introduce hex2chr() for converting two hexadecimal digits to a character by René Scharfe · 9 years ago
  10. 00b6c17 use strbuf_complete to conditionally append slash by Jeff King · 9 years ago
  11. 294b268 use strbuf_addch for adding single characters by René Scharfe · 11 years ago
  12. 9638384 Merge branch 'jk/http-auth' by Junio C Hamano · 13 years ago
  13. 8b482c0 Merge branch 'jc/is-url-simplify' by Junio C Hamano · 13 years ago
  14. b33a1b9 url.c: simplify is_url() by Junio C Hamano · 13 years ago
  15. 66c8448 url: decode buffers that are not NUL-terminated by Jeff King · 14 years ago
  16. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  17. 3793a30 url: add str wrapper for end_url_with_slash() by Tay Ray Chuan · 14 years ago
  18. 1966d9f shift end_url_with_slash() from http.[ch] to url.[ch] by Tay Ray Chuan · 14 years ago
  19. 730220d Do not unquote + into ' ' in URLs by Thomas Rast · 15 years ago
  20. 3c73a1d url_decode: URL scheme ends with a colon and does not require a slash by Junio C Hamano · 15 years ago
  21. ce83eda url.c: "<scheme>://" part at the beginning should not be URL decoded by Junio C Hamano · 15 years ago
  22. 638794c make url-related functions reusable by Jeff King · 15 years ago