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
/
http.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-06
http*: add http_get_info_packs
Tay Ray Chuan
1
-0
/
+164
2009-06-06
http.c::http_fetch_ref(): use the new http API
Mike Hommey
1
-25
/
+8
2009-06-06
http.c: new functions for the http API
Mike Hommey
1
-0
/
+104
2009-06-06
http: create function end_url_with_slash
Tay Ray Chuan
1
-3
/
+9
2009-06-06
http*: move common variables and macros to http.[ch]
Tay Ray Chuan
1
-0
/
+9
2009-04-02
Allow curl to rewind the read buffers
Martin Storsjö
1
-0
/
+19
2009-03-12
http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL
Junio C Hamano
1
-3
/
+1
2009-03-10
http authentication via prompts
Junio C Hamano
1
-0
/
+60
2009-03-10
http_init(): Fix config file parsing
Junio C Hamano
1
-42
/
+27
2009-03-09
http.c: style cleanups
Junio C Hamano
1
-23
/
+21
2009-03-07
http.c: use strbuf API in quote_ref_url
Tay Ray Chuan
1
-20
/
+10
2008-12-07
Merge branch 'maint'
Junio C Hamano
1
-7
/
+4
2008-12-07
http.c: use 'git_config_string' to get 'curl_http_proxy'
Miklos Vajna
1
-7
/
+4
2008-09-16
Merge branch 'mh/maint-honor-no-ssl-verify'
Junio C Hamano
1
-1
/
+10
2008-09-09
Use xmalloc() and friends to catch allocation failures
Dotan Barak
1
-1
/
+1
2008-09-07
Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is set
Junio C Hamano
1
-1
/
+10
2008-07-05
http.c: Use 'git_config_string' to clean up SSL config.
Brian Hetro
1
-24
/
+12
2008-07-04
Work around gcc warnings from curl headers
Junio C Hamano
1
-6
/
+7
2008-06-14
Don't allocate too much memory in quote_ref_url
Mike Hommey
1
-1
/
+1
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-3
/
+3
2008-04-26
Make ls-remote http://... list HEAD, like for git://...
Daniel Barkalow
1
-1
/
+4
2008-04-26
Make walker.fetch_ref() take a struct ref.
Daniel Barkalow
1
-6
/
+7
2008-03-04
Merge branch 'maint'
Junio C Hamano
1
-11
/
+3
2008-03-03
Fix random crashes in http_cleanup()
Mike Hommey
1
-11
/
+3
2008-02-27
Set proxy override with http_init()
Mike Hommey
1
-1
/
+9
2008-02-11
http.c: guard config parser from value=NULL
Junio C Hamano
1
-10
/
+15
2007-12-14
Move fetch_ref from http-push.c and http-walker.c to http.c
Mike Hommey
1
-0
/
+82
2007-12-14
Use strbuf in http code
Mike Hommey
1
-20
/
+14
2007-12-14
Remove a CURLOPT_HTTPHEADER (un)setting
Mike Hommey
1
-1
/
+0
2007-12-09
Cleanup variables in http.[ch]
Mike Hommey
1
-14
/
+14
2007-12-03
Allow HTTP proxy to be overridden in config
Sam Vilain
1
-0
/
+11
2007-09-19
Properly cleanup in http_cleanup so builtin-fetch does not segfault
Shawn O. Pearce
1
-2
/
+5
2007-09-19
Make function to refill http queue a callback
Daniel Barkalow
1
-2
/
+28
2007-09-19
Refactor http.h USE_CURL_MULTI fill_active_slots().
Daniel Barkalow
1
-0
/
+24
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+1
2007-04-29
http.c: Fix problem with repeated calls of http_init
Julian Phillips
1
-0
/
+1
2006-09-28
http/ftp: optionally ask curl to not use EPSV command
Sasha Khapyorsky
1
-0
/
+12
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-2
/
+2
2006-06-06
HTTP cleanup
Nick Hengeveld
1
-1
/
+6
2006-05-31
http: prevent segfault during curl handle reuse
Nick Hengeveld
1
-3
/
+6
2006-04-04
Set HTTP user agent to git/GIT_VERSION
Nick Hengeveld
1
-0
/
+2
2006-03-10
HTTP slot reuse fixes
Nick Hengeveld
1
-1
/
+7
2006-02-07
http-fetch: Abort requests for objects which arrived in packs
Mark Wooding
1
-1
/
+17
2006-02-05
http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment
Mark Wooding
1
-0
/
+3
2006-01-31
Fix HTTP request result processing after slot reuse
Nick Hengeveld
1
-1
/
+8
2005-11-19
http.c: reorder to avoid compilation failure.
Junio C Hamano
1
-36
/
+35
2005-11-19
Isolate shared HTTP request functionality
Nick Hengeveld
1
-0
/
+443
[prev]