git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] http cleanups
@ 2011-05-03 15:47 Tay Ray Chuan
  2011-05-03 15:47 ` [PATCH v3 1/4] t5541-http-push: add test for chunked Tay Ray Chuan
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Tay Ray Chuan @ 2011-05-03 15:47 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Junio C Hamano, Shawn O. Pearce, Dan McGee

This is a re-roll of dm/http-cleanup. I've also included a test for
chunked http pushes that has been sitting on my side for some time.

Note to Junio: these patches should apply safely on
sp/maint-clear-postfields. Actually, the first patch depends on it.

[1/4] t5541-http-push: add test for chunked
[2/4] http: make curl callbacks match contracts from curl header
[3/4] http-push: use const for strings in signatures
[4/4] http-push: refactor curl_easy_setup madness

 http-push.c          |  152 +++++++++++++++++---------------------------------
 http-walker.c        |    4 +-
 http.c               |   12 ++--
 http.h               |    6 +-
 remote-curl.c        |    2 +-
 t/t5541-http-push.sh |   28 +++++++++-
 6 files changed, 90 insertions(+), 114 deletions(-)

-- 
1.7.3.3.585.g74f6e

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-05-04 20:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 15:47 [PATCH v3 0/4] http cleanups Tay Ray Chuan
2011-05-03 15:47 ` [PATCH v3 1/4] t5541-http-push: add test for chunked Tay Ray Chuan
2011-05-03 15:47   ` [PATCH v3 2/4] http: make curl callbacks match contracts from curl header Tay Ray Chuan
2011-05-03 15:47     ` [PATCH v3 3/4] http-push: use const for strings in signatures Tay Ray Chuan
2011-05-03 15:47       ` [PATCH v3 4/4] http-push: refactor curl_easy_setup madness Tay Ray Chuan
2011-05-03 16:32   ` [PATCH v3 1/4] t5541-http-push: add test for chunked Shawn Pearce
2011-05-03 17:18     ` Tay Ray Chuan
2011-05-04  4:07   ` Junio C Hamano
2011-05-04  4:09 ` [PATCH v3 0/4] http cleanups Junio C Hamano
2011-05-04  9:50   ` Tay Ray Chuan
2011-05-04 10:11 ` [PATCH v4 " Tay Ray Chuan
2011-05-04 10:11   ` [PATCH v4 1/4] t5541-http-push: add test for chunked Tay Ray Chuan
2011-05-04 10:11     ` [PATCH v4 2/4] http: make curl callbacks match contracts from curl header Tay Ray Chuan
2011-05-04 10:11       ` [PATCH v4 3/4] http-push: use const for strings in signatures Tay Ray Chuan
2011-05-04 10:11         ` [PATCH v4 4/4] http-push: refactor curl_easy_setup madness Tay Ray Chuan
2011-05-04 11:51     ` [PATCH v4 1/4] t5541-http-push: add test for chunked Jakub Narebski
2011-05-04 18:23       ` Junio C Hamano
     [not found]   ` <1304529590-1032-1-git-send-email-rctay89@gmail.com>
2011-05-04 18:23     ` [PATCH v5 " Junio C Hamano
2011-05-04 18:44     ` Junio C Hamano
2011-05-04 20:28       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).