index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
url.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
url: do not allow %00 to represent NUL in URLs
Matthew DeVore
1
-1
/
+1
2019-06-04
url: do not read past end of buffer
Matthew DeVore
1
-1
/
+1
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2016-09-07
introduce hex2chr() for converting two hexadecimal digits to a character
René Scharfe
1
-20
/
+1
2015-10-05
use strbuf_complete to conditionally append slash
Jeff King
1
-2
/
+1
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
1
-1
/
+1
2011-10-17
Merge branch 'jk/http-auth'
Junio C Hamano
1
-8
/
+18
2011-10-13
Merge branch 'jc/is-url-simplify'
Junio C Hamano
1
-26
/
+6
2011-10-03
url.c: simplify is_url()
Junio C Hamano
1
-26
/
+6
2011-07-20
url: decode buffers that are not NUL-terminated
Jeff King
1
-8
/
+18
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-0
/
+1
2010-11-26
url: add str wrapper for end_url_with_slash()
Tay Ray Chuan
1
-0
/
+7
2010-11-26
shift end_url_with_slash() from http.[ch] to url.[ch]
Tay Ray Chuan
1
-0
/
+7
2010-07-25
Do not unquote + into ' ' in URLs
Thomas Rast
1
-5
/
+6
2010-06-24
url_decode: URL scheme ends with a colon and does not require a slash
Junio C Hamano
1
-4
/
+4
2010-06-23
url.c: "<scheme>://" part at the beginning should not be URL decoded
Junio C Hamano
1
-10
/
+18
2010-05-24
make url-related functions reusable
Jeff King
1
-0
/
+118