index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mv/ssl-ftp-curl'
Junio C Hamano
2013-04-19
1
-0
/
+9
|
\
|
*
Support FTP-over-SSL/TLS for regular FTP
Modestas Vainius
2013-04-12
1
-0
/
+9
*
|
http: drop http_error function
Jeff King
2013-04-07
1
-5
/
+0
*
|
http: simplify http_error helper function
Jeff King
2013-04-07
1
-3
/
+2
*
|
http: add HTTP_KEEP_ERROR option
Jeff King
2013-04-07
1
-0
/
+1
|
/
*
Verify Content-Type from smart HTTP servers
Shawn Pearce
2013-02-04
1
-1
/
+1
*
http: do not set up curl auth after a 401
Jeff King
2012-10-12
1
-2
/
+1
*
http: fix segfault in handle_curl_result
Jeff King
2012-10-12
1
-1
/
+2
*
http: factor out http error code handling
Jeff King
2012-08-27
1
-0
/
+1
*
correct spelling: an URL -> a URL
Jim Meyering
2012-03-28
1
-1
/
+1
*
Merge branch 'jk/maint-push-over-dav'
Junio C Hamano
2011-12-20
1
-1
/
+2
|
\
|
*
http-push: enable "proactive auth"
Jeff King
2011-12-14
1
-1
/
+2
*
|
Merge branch 'mf/curl-select-fdset'
Junio C Hamano
2011-12-06
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
http: drop "local" member from request struct
Jeff King
2011-11-04
1
-1
/
+0
|
*
http.c: Rely on select instead of tracking whether data was received
Mika Fischer
2011-11-04
1
-1
/
+0
*
|
http_init: accept separate URL parameter
Jeff King
2011-10-16
1
-1
/
+1
*
|
Merge branch 'jc/zlib-wrap'
Junio C Hamano
2011-07-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
zlib: zlib can only process 4GB at a time
Junio C Hamano
2011-06-10
1
-1
/
+1
*
|
http: make curl callbacks match contracts from curl header
Dan McGee
2011-05-04
1
-3
/
+3
|
/
*
standardize brace placement in struct definitions
Jonathan Nieder
2011-03-16
1
-10
/
+5
*
shift end_url_with_slash() from http.[ch] to url.[ch]
Tay Ray Chuan
2010-11-26
1
-1
/
+1
*
Standardize do { ... } while (0) style
Jonathan Nieder
2010-08-13
1
-2
/
+2
*
Merge branch 'sp/maint-dumb-http-pack-reidx'
Junio C Hamano
2010-05-21
1
-2
/
+0
|
\
|
*
http.c: Don't store destination name in request structures
Shawn O. Pearce
2010-04-17
1
-2
/
+0
*
|
Merge branch 'rc/maint-curl-helper'
Junio C Hamano
2010-05-09
1
-0
/
+1
|
\
\
|
*
|
http: make end_url_with_slash() public
Tay Ray Chuan
2010-04-10
1
-0
/
+1
|
|
/
*
/
Prompt for a username when an HTTP request 401s
Scott Chacon
2010-04-02
1
-0
/
+2
|
/
*
http.c: mark file-local functions static
Junio C Hamano
2010-01-12
1
-9
/
+0
*
Smart push over HTTP: client side
Shawn O. Pearce
2009-11-05
1
-0
/
+2
*
http*: add helper methods for fetching objects (loose)
Tay Ray Chuan
2009-06-06
1
-4
/
+33
*
http*: add helper methods for fetching packs
Tay Ray Chuan
2009-06-06
1
-0
/
+17
*
http*: add http_get_info_packs
Tay Ray Chuan
2009-06-06
1
-0
/
+4
*
http.c: new functions for the http API
Mike Hommey
2009-06-06
1
-0
/
+30
*
http*: move common variables and macros to http.[ch]
Tay Ray Chuan
2009-06-06
1
-0
/
+5
*
Allow curl to rewind the read buffers
Martin Storsjö
2009-04-02
1
-0
/
+7
*
Work around gcc warnings from curl headers
Junio C Hamano
2008-07-04
1
-6
/
+3
*
Make walker.fetch_ref() take a struct ref.
Daniel Barkalow
2008-04-27
1
-1
/
+1
*
Set proxy override with http_init()
Mike Hommey
2008-02-28
1
-1
/
+2
*
Clarify that http-push being temporarily disabled with older cURL
Junio C Hamano
2008-01-22
1
-0
/
+8
*
Move fetch_ref from http-push.c and http-walker.c to http.c
Mike Hommey
2007-12-15
1
-0
/
+2
*
Use strbuf in http code
Mike Hommey
2007-12-15
1
-5
/
+6
*
Avoid redundant declaration of missing_target()
Mike Hommey
2007-12-15
1
-0
/
+13
*
Cleanup variables in http.[ch]
Mike Hommey
2007-12-09
1
-18
/
+0
*
Make function to refill http queue a callback
Daniel Barkalow
2007-09-19
1
-3
/
+1
*
Refactor http.h USE_CURL_MULTI fill_active_slots().
Daniel Barkalow
2007-09-19
1
-6
/
+3
*
http-fetch: Disable use of curl multi support for libcurl < 7.16.
Alexandre Julliard
2007-05-04
1
-1
/
+1
*
Work around http-fetch built with cURL 7.16.0
Junio C Hamano
2006-12-28
1
-1
/
+1
*
Patch for http-fetch.c and older curl releases
Art Haas
2006-09-20
1
-0
/
+4
*
HTTP slot reuse fixes
Nick Hengeveld
2006-03-11
1
-0
/
+1
*
http-fetch: Abort requests for objects which arrived in packs
Mark Wooding
2006-02-07
1
-0
/
+1
[next]