|
bagder: curl CHANGES,1.728,1.729 RELEASE-NOTES,1.264,1.265: msg#00012web.curl.cvs
Update of /cvsroot/curl/curl In directory labb:/tmp/cvs-serv32360 Modified Files: CHANGES RELEASE-NOTES Log Message: Adrian Schuur added trailer support in the chunked encoding stream. The trailer is then sent to the normal header callback/stream. Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/curl/curl/RELEASE-NOTES,v retrieving revision 1.264 retrieving revision 1.265 diff -u -d -r1.264 -r1.265 --- RELEASE-NOTES 5 Jul 2005 14:57:41 -0000 1.264 +++ RELEASE-NOTES 12 Jul 2005 18:15:34 -0000 1.265 @@ -10,7 +10,8 @@ Number of contributors: 437 This release includes the following changes: - + + o trailer support for chunked encoded data streams o -x/CURL_PROXY strings may now contain user+password o --trace-time now outputs the full microsecond, all 6 digits @@ -41,6 +42,7 @@ advice from friends like these: John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza, - Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich + Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich, + Adrian Schuur Thanks! (and sorry if I forgot to mention someone) Index: CHANGES =================================================================== RCS file: /cvsroot/curl/curl/CHANGES,v retrieving revision 1.728 retrieving revision 1.729 diff -u -d -r1.728 -r1.729 --- CHANGES 5 Jul 2005 14:57:41 -0000 1.728 +++ CHANGES 12 Jul 2005 18:15:34 -0000 1.729 @@ -7,6 +7,12 @@ Changelog +Daniel (12 July 2005) +- Adrian Schuur added trailer support in the chunked encoding stream. The + trailer is then sent to the normal header callback/stream. I wrote up test + case 266 to verify the basic functionality. Do note that test case 34 + contains a flawed chunked encoding stream that still works the same. + Daniel (5 July 2005) - Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-commits |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bagder: curl/docs TODO,1.117,1.118: 00012, cvs |
|---|---|
| Next by Date: | bagder: curl/lib http_chunks.c, 1.27, 1.28 http_chunks.h, 1.13, 1.14 transfer.c, 1.280, 1.281 url.c, 1.465, 1.466 urldata.h, 1.267, 1.268: 00012, cvs |
| Previous by Thread: | bagder: curl/docs TODO,1.117,1.118i: 00012, cvs |
| Next by Thread: | bagder: curl/lib http_chunks.c, 1.27, 1.28 http_chunks.h, 1.13, 1.14 transfer.c, 1.280, 1.281 url.c, 1.465, 1.466 urldata.h, 1.267, 1.268: 00012, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |