git-tar-tree: no more void pointer arithmetic
[git.git] / http-fetch.c
2005-12-07 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-04 Junio C HamanoGIT 0.99.9l aka 1.0rc4 v0.99.9l v1.0rc4
2005-11-30 Junio C HamanoMerge branch 'jc/subdir'
2005-11-29 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Junio C HamanoMake networking commands to work from a subdirectory.
2005-11-28 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-26 Junio C HamanoGIT 0.99.9k v0.99.9k
2005-11-22 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Nick HengeveldImprove pack list response handling
2005-11-20 Nick HengeveldMake http-fetch request types more clear
2005-11-20 Nick HengeveldIsolate shared HTTP request functionality
2005-11-19 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-17 Junio C HamanoGIT 0.99.9j aka 1.0rc3 v0.99.9j v1.0rc3
2005-11-15 Petr BaudisFix bunch of fd leaks in http-fetch
2005-11-15 Junio C HamanoGIT 0.99.9i aka 1.0rc2 v0.99.9i v1.0rc2
2005-11-14 Junio C HamanoMerge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-14 Junio C HamanoMerge branch 'svnup' of netz.smurf.noris.de/git/git
2005-11-13 Nick HengeveldFix fd leak in http-fetch
2005-11-13 Nick HengeveldFix for multiple alternates requests in http-fetch
2005-11-12 Junio C HamanoGIT 0.99.9h v0.99.9h v1.0rc1
2005-11-12 Petr BaudisShow URL in the "Getting <foo> list" http-fetch messages
2005-11-10 Josef WeidendorferLet git-clone/git-fetch follow HTTP redirections
2005-11-10 Junio C HamanoGIT 0.99.9g v0.99.9g
2005-11-10 Junio C HamanoMerge branch 'hold/svn'
2005-11-10 Junio C HamanoMerge branch 'hold/rpm'
2005-11-09 Peter Hagervallsparse fixes for http-{fetch,push}.c
2005-11-07 Junio C HamanoGIT 0.99.9e v0.99.9e
2005-11-07 Johannes Schindelinhttp-fetch: do not use curl_message after releasing it
2005-11-05 Junio C HamanoGIT 0.99.9d v0.99.9d
2005-11-04 Nick HengeveldRemove the temp file if it is empty after the request...
2005-10-31 Junio C HamanoGIT 0.99.9a v0.99.9a
2005-10-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-23 Petr BaudisSilence confusing and false-positive curl error message
2005-10-23 Junio C HamanoMerge branch 'fixes'
2005-10-22 Nick Hengeveld[PATCH 3/3] Allow running requests to finish after...
2005-10-22 Nick Hengeveld[PATCH 2/3] Switched back to loading alternates as...
2005-10-22 Nick Hengeveld[PATCH 1/3] Clean up CURL handles in unused request...
2005-10-21 Junio C HamanoMerge branch 'fixes'
2005-10-21 Junio C HamanoMerge /pub/scm/git/git to recover lost side branch
2005-10-19 Nick HengeveldSupport for HTTP transfer timeouts based on transfer...
2005-10-18 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-16 Peter HagervallSparse fixes for http-fetch
2005-10-15 Junio C HamanoMerge branch 'fixes'
2005-10-15 Junio C HamanoShow curl error a bit better.
2005-10-15 Johannes SchindelinSome curl versions lack curl_easy_duphandle()
2005-10-15 Nick HengeveldUse config file settings for http
2005-10-15 Sergey Vlasovgit-http-fetch: Remove size limit for objects/info...
2005-10-12 Junio C HamanoQuote reference names while fetching with curl.
2005-10-12 Junio C HamanoMerge branch 'fixes'
2005-10-11 Junio C HamanoRemove unused 'got_alternates' variable.
2005-10-11 Junio C HamanoUse the same move_temp_to_file in git-http-fetch.
2005-10-11 Nick HengeveldRestore functionality to allow proxies to cache objects
2005-10-11 Nick Hengeveld[PATCH] Don't fetch objects that exist in the local...
2005-10-11 Nick HengeveldSet the parallel HTTP request limit via an environment...
2005-10-11 Nick HengeveldOnly compile parallel HTTP support with CURL >= 7.9.8
2005-10-11 Nick HengeveldAdd support for parallel HTTP transfers
2005-10-03 Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-10-02 Nick Hengeveld[PATCH] HTTP partial transfer support fix.
2005-10-02 Junio C HamanoUpdate partial HTTP transfers.
2005-10-02 Nick Hengeveld[PATCH] HTTP partial transfer support for object, pack...
2005-09-30 H. Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-09-30 Johannes Schindelin[PATCH] Old curl does not know about CURLOPT_SSLKEY
2005-09-29 Peter AnvinMerge ... www.kernel.org/pub/scm/git/git.git
2005-09-28 Peter Hagervall[PATCH] Make some needlessly global stuff static
2005-09-28 Nick Hengeveld[PATCH] Support for more CURL SSL settings via environm...
2005-09-28 Junio C HamanoMerge master.kernel.org:/home/hpa/git/daemon
2005-09-27 Nick Hengeveld[PATCH] Return CURL error message when object transfer...
2005-09-27 Daniel Barkalow[PATCH] Implement --recover for git-*-fetch
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-23 Junio C HamanoMerge branch 'fixes'
2005-09-21 Junio C HamanoMerge branch 'fixes'
2005-09-21 Junio C HamanoMake object creation in http fetch a bit safer.
2005-09-18 Junio C HamanoGIT 0.99.7 v0.99.7
2005-09-18 Daniel Barkalow[PATCH] Support alternates and http-alternates in http...
2005-09-18 Junio C HamanoMerge branch 'master' of .
2005-09-17 Daniel Barkalow[PATCH] Add support for alternates in HTTP
2005-09-15 Sergey Vlasov[PATCH] git-http-fetch: Allow caching of retrieved...
2005-09-09 Junio C HamanoRetire support for old environment variables.
2005-09-08 Junio C HamanoBig tool rename.