| |
|
|
|
Log of /TODO-RELEASE
Revision 1.342 - (view) (download) (annotate) - [select for diffs] Tue Jan 19 21:29:29 2010 UTC (2 weeks, 6 days ago) by bagder Branch: MAIN CVS Tags: HEAD, curl-7_20_0 Changes since 1.341: +0 -2 lines Diff to previous 1.341 "260 - IMAP, POP3 and SMTP support" done! Revision 1.341 - (view) (download) (annotate) - [select for diffs] Fri Nov 27 23:53:50 2009 UTC (2 months, 1 week ago) by bagder Branch: MAIN Changes since 1.340: +3 -8 lines Diff to previous 1.340 7.20.0 is the planned next version number Revision 1.340 - (view) (download) (annotate) - [select for diffs] Wed Nov 4 10:17:28 2009 UTC (3 months ago) by bagder Branch: MAIN CVS Tags: curl-7_19_7 Changes since 1.339: +8 -14 lines Diff to previous 1.339 I have next to no hope of fixing more bugs before 7.19.7 so all are now moved to 7.19.8. I removed the bugs already in KNOWN_BUGS (but they should of course still get fixed). Added three recent bugs. 7.19.8 is targetted to get shipped in Janurary 2010 Revision 1.339 - (view) (download) (annotate) - [select for diffs] Fri Aug 21 07:11:20 2009 UTC (5 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.338: +0 -3 lines Diff to previous 1.338 - Lots of good work by Krister Johansen, mostly related to pipelining: Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL Revision 1.338 - (view) (download) (annotate) - [select for diffs] Tue Aug 11 07:56:16 2009 UTC (5 months, 4 weeks ago) by bagder Branch: MAIN CVS Tags: curl-7_19_6 Changes since 1.337: +11 -6 lines Diff to previous 1.337 Added links to more details on most issues. Moved all these issues to 7.19.7 now since we won't manage to get them done for 7.19.6. Revision 1.337 - (view) (download) (annotate) - [select for diffs] Mon Aug 3 11:39:43 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.336: +3 -1 lines Diff to previous 1.336 256 - "More questions about ares behavior" yet another issue not yet sorted out Revision 1.336 - (view) (download) (annotate) - [select for diffs] Sun Aug 2 21:43:04 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.335: +5 -1 lines Diff to previous 1.335 mention two crashing bugs we'd like fixed Revision 1.335 - (view) (download) (annotate) - [select for diffs] Sat Aug 1 22:11:58 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.334: +0 -4 lines Diff to previous 1.334 - Curt Bogmine reported a problem with SNI enabled on a particular server. We should introduce an option to disable SNI, but as we're in feature freeze now I've addressed the obvious bug here (pointed out by Peter Sylvester): we shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected. Code for OpenSSL and GnuTLS was fixed. NSS doesn't seem to have a particular option for SNI, or are we simply not using it? Revision 1.334 - (view) (download) (annotate) - [select for diffs] Sat Aug 1 11:09:02 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.333: +0 -2 lines Diff to previous 1.333 - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present only in some OpenSSL installs - like on Windows) isn't thread-safe and we agreed that moving it to the global_init() function is a decent way to deal with this situation. Revision 1.333 - (view) (download) (annotate) - [select for diffs] Sat Aug 1 11:02:10 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.332: +0 -2 lines Diff to previous 1.332 - Alexander Beedie provided the patch for a noproxy problem: If I have set CURLOPT_NOPROXY to "*", or to a host that should not use a proxy, I actually could still end up using a proxy if a proxy environment variable was set. Revision 1.332 - (view) (download) (annotate) - [select for diffs] Sat Aug 1 08:18:33 2009 UTC (6 months, 1 week ago) by bagder Branch: MAIN Changes since 1.331: +11 -1 lines Diff to previous 1.331 updated with recent issues Revision 1.331 - (view) (download) (annotate) - [select for diffs] Mon Jul 27 21:14:30 2009 UTC (6 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.330: +7 -4 lines Diff to previous 1.330 moved the changes that aren't strictly bugfixes until after 7.19.6 since I can't seem to catch up 243 - ftp QUOTE commands that are allowed to fail but not close the connection is done Revision 1.330 - (view) (download) (annotate) - [select for diffs] Wed Jul 22 22:51:00 2009 UTC (6 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.329: +0 -2 lines Diff to previous 1.329 242 - SSH knownhost support (powered by libssh2 1.2) Committed now. Not yet thoroughly degbugged etc, but at least the funtionality is now present. Revision 1.329 - (view) (download) (annotate) - [select for diffs] Thu Jul 9 21:50:33 2009 UTC (7 months ago) by bagder Branch: MAIN Changes since 1.328: +0 -2 lines Diff to previous 1.328 241 - expose Curl_nonblock as curlx_nonblock done Revision 1.328 - (view) (download) (annotate) - [select for diffs] Thu Jul 9 21:15:12 2009 UTC (7 months ago) by bagder Branch: MAIN Changes since 1.327: +0 -2 lines Diff to previous 1.327 240 - GnuTLS configure fix to find older installations done Revision 1.327 - (view) (download) (annotate) - [select for diffs] Thu Jul 9 16:39:38 2009 UTC (7 months ago) by bagder Branch: MAIN Changes since 1.326: +6 -1 lines Diff to previous 1.326 two more pending issues Revision 1.326 - (view) (download) (annotate) - [select for diffs] Wed Jul 8 16:59:11 2009 UTC (7 months ago) by bagder Branch: MAIN Changes since 1.325: +3 -1 lines Diff to previous 1.325 245 - HTTP version getinfo Revision 1.325 - (view) (download) (annotate) - [select for diffs] Wed Jul 8 08:51:32 2009 UTC (7 months ago) by bagder Branch: MAIN Changes since 1.324: +10 -5 lines Diff to previous 1.324 updated with the actions I want to have done before the 7.19.6 release Revision 1.324 - (view) (download) (annotate) - [select for diffs] Mon May 18 07:07:05 2009 UTC (8 months, 3 weeks ago) by bagder Branch: MAIN CVS Tags: curl-7_19_5 Changes since 1.323: +1 -5 lines Diff to previous 1.323 7.19.5 coming up Revision 1.323 - (view) (download) (annotate) - [select for diffs] Mon May 11 17:55:34 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.322: +0 -2 lines Diff to previous 1.322 "228 - rpath problems in linking with custom openssl" removed I just posted about this decision on the curl-library list. Revision 1.322 - (view) (download) (annotate) - [select for diffs] Mon May 11 17:24:37 2009 UTC (9 months ago) by yangtse Branch: MAIN Changes since 1.321: +0 -5 lines Diff to previous 1.321 #234 Done! Revision 1.321 - (view) (download) (annotate) - [select for diffs] Mon May 11 13:01:41 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.320: +0 -3 lines Diff to previous 1.320 timeout in milliseconds works for me! Revision 1.320 - (view) (download) (annotate) - [select for diffs] Mon May 11 12:40:48 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.319: +3 -3 lines Diff to previous 1.319 Added KNOWN_BUGS #65, and marked it for TODO in the _next_ release as I'm not in the mood enough to fight this now. 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not properly wait for the connect to be confirmed. See test case 564 for a first shot at a test case. Revision 1.319 - (view) (download) (annotate) - [select for diffs] Mon May 11 09:55:28 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.318: +3 -1 lines Diff to previous 1.318 - Balint Szilakszi reported a memory leak when libcurl did gzip decompression of streams that had some parts (legitimately) missing. We now provide and use a proper cleanup function for the content encoding submodule. http://curl.haxx.se/mail/lib-2009-05/0092.html Revision 1.318 - (view) (download) (annotate) - [select for diffs] Mon May 11 08:55:58 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.317: +0 -2 lines Diff to previous 1.317 - I fixed the problem with doing NTLM, POST and then following a 302 redirect, as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library). The transfer was mistakenly marked to get more data to send but since it didn't actually have that, it just hung there... Revision 1.317 - (view) (download) (annotate) - [select for diffs] Sun May 10 21:45:39 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.316: +0 -2 lines Diff to previous 1.316 the Curl_getoff_all_pipelines SIGSEGV fix is committed Revision 1.316 - (view) (download) (annotate) - [select for diffs] Thu May 7 18:15:21 2009 UTC (9 months ago) by yangtse Branch: MAIN Changes since 1.315: +2 -6 lines Diff to previous 1.315 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII
platform HTTP requests
Done!
Revision 1.315 - (view) (download) (annotate) - [select for diffs] Thu May 7 11:41:06 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.314: +3 -1 lines Diff to previous 1.314 added Curl_getoff_all_pipelines SIGSEGV Revision 1.314 - (view) (download) (annotate) - [select for diffs] Thu May 7 11:20:44 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.313: +5 -1 lines Diff to previous 1.313 added mention of two more current bugs/issues Revision 1.313 - (view) (download) (annotate) - [select for diffs] Thu May 7 09:33:13 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.312: +0 -2 lines Diff to previous 1.312 man page warnings fixed Revision 1.312 - (view) (download) (annotate) - [select for diffs] Thu May 7 08:30:43 2009 UTC (9 months ago) by bagder Branch: MAIN Changes since 1.311: +6 -4 lines Diff to previous 1.311 - Vijay G filed bug report #2723236 (http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with libcurl's TFTP code and its lack of dealing with the OACK packet. Revision 1.311 - (view) (download) (annotate) - [select for diffs] Tue May 5 13:03:22 2009 UTC (9 months ago) by yangtse Branch: MAIN Changes since 1.310: +6 -0 lines Diff to previous 1.310 reintroduce #232 Revision 1.310 - (view) (download) (annotate) - [select for diffs] Mon May 4 10:30:23 2009 UTC (9 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.309: +0 -3 lines Diff to previous 1.309 David McCreedy's patch to fix test suite harness to allow test FTP server and client on different machines, providing FTP client address when running the FTP test server. Revision 1.309 - (view) (download) (annotate) - [select for diffs] Mon May 4 09:47:02 2009 UTC (9 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.308: +0 -3 lines Diff to previous 1.308 David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests" patch Revision 1.308 - (view) (download) (annotate) - [select for diffs] Fri May 1 22:41:23 2009 UTC (9 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.307: +0 -4 lines Diff to previous 1.307 David McCreedy's "TPF-platform specific changes to various files" patch follow-up Revision 1.307 - (view) (download) (annotate) - [select for diffs] Fri May 1 20:36:39 2009 UTC (9 months, 1 week ago) by bagder Branch: MAIN Changes since 1.306: +0 -2 lines Diff to previous 1.306 fixed: 229 - [PATCH] to correct spelling in ABI Revision 1.306 - (view) (download) (annotate) - [select for diffs] Fri May 1 20:16:24 2009 UTC (9 months, 1 week ago) by bagder Branch: MAIN Changes since 1.305: +3 -1 lines Diff to previous 1.305 #2784055, connect race with multi and socks proxy bad enough to almost make socks proxies with multi interface unusable Revision 1.305 - (view) (download) (annotate) - [select for diffs] Fri May 1 13:00:38 2009 UTC (9 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.304: +0 -2 lines Diff to previous 1.304 David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patch Revision 1.304 - (view) (download) (annotate) - [select for diffs] Fri May 1 12:39:40 2009 UTC (9 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.303: +3 -1 lines Diff to previous 1.303 David McCreedy's "TPF-platform specific changes to various files" patch Revision 1.303 - (view) (download) (annotate) - [select for diffs] Fri May 1 09:23:14 2009 UTC (9 months, 1 week ago) by bagder Branch: MAIN Changes since 1.302: +16 -1 lines Diff to previous 1.302 mention a bunch of pending patches to deal with Revision 1.302 - (view) (download) (annotate) - [select for diffs] Wed Apr 29 11:30:03 2009 UTC (9 months, 1 week ago) by bagder Branch: MAIN Changes since 1.301: +0 -2 lines Diff to previous 1.301 - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem. Revision 1.301 - (view) (download) (annotate) - [select for diffs] Tue Apr 28 11:19:50 2009 UTC (9 months, 1 week ago) by bagder Branch: MAIN Changes since 1.300: +0 -2 lines Diff to previous 1.300 Fixed: 225 - resume when upload from stream, #2709004 Revision 1.300 - (view) (download) (annotate) - [select for diffs] Sun Apr 26 11:57:45 2009 UTC (9 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.299: +0 -2 lines Diff to previous 1.299 Fixed: 227 - CURLINFO_APPCONNECT_TIME doesn't work with multi interface, #2779733 Revision 1.299 - (view) (download) (annotate) - [select for diffs] Sat Apr 25 20:56:09 2009 UTC (9 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.298: +7 -3 lines Diff to previous 1.298 synced with current reality Revision 1.298 - (view) (download) (annotate) - [select for diffs] Tue Apr 14 22:00:18 2009 UTC (9 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.297: +9 -3 lines Diff to previous 1.297 things in the pipe right now Revision 1.297 - (view) (download) (annotate) - [select for diffs] Fri Mar 13 10:02:26 2009 UTC (10 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.296: +0 -3 lines Diff to previous 1.296 we use libssh2_version() now if available Revision 1.296 - (view) (download) (annotate) - [select for diffs] Mon Mar 2 10:43:46 2009 UTC (11 months, 1 week ago) by bagder Branch: MAIN CVS Tags: curl-7_19_4 Changes since 1.295: +0 -3 lines Diff to previous 1.295 7.19.4 won't get anything else Revision 1.295 - (view) (download) (annotate) - [select for diffs] Sun Mar 1 14:20:26 2009 UTC (11 months, 1 week ago) by bagder Branch: MAIN Changes since 1.294: +3 -3 lines Diff to previous 1.294 nothing more left for 7.19.4, the issue #216 is moved to 7.19.5 since we're too close to release now Revision 1.294 - (view) (download) (annotate) - [select for diffs] Fri Feb 27 12:11:08 2009 UTC (11 months, 1 week ago) by bagder Branch: MAIN Changes since 1.293: +0 -5 lines Diff to previous 1.293 217 - Dan Fandrich's "GnuTLS initialization thread safety"
218 - Senthil Raja Velu's "CURLOPT_LOCALPORT option broken", patch by
Markus Koetter
Both are now committed
Revision 1.293 - (view) (download) (annotate) - [select for diffs] Mon Feb 23 18:45:00 2009 UTC (11 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.292: +0 -3 lines Diff to previous 1.292 - After a bug reported by James Cheng I've made curl_easy_getinfo() for CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD return -1 if the sizes aren't know. Previously these returned 0, make it impossible to detect the difference between actually zero and unknown. Revision 1.292 - (view) (download) (annotate) - [select for diffs] Mon Feb 23 16:28:51 2009 UTC (11 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.291: +3 -1 lines Diff to previous 1.291 For 7.19.5 (due to feature freeze)
220 - Take advantage of libssh2_version() that's been added for the upcoming
1.1, to extract the run-time version number properly.
Revision 1.291 - (view) (download) (annotate) - [select for diffs] Fri Feb 20 22:56:55 2009 UTC (11 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.290: +11 -1 lines Diff to previous 1.290 mention 4 pending fixes/patches Revision 1.290 - (view) (download) (annotate) - [select for diffs] Fri Feb 13 14:34:07 2009 UTC (11 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.289: +3 -0 lines Diff to previous 1.289 there is nothing left planned for next release, metalink experiments are post- poned Revision 1.289 - (view) (download) (annotate) - [select for diffs] Sat Feb 7 22:47:07 2009 UTC (12 months ago) by bagder Branch: MAIN Changes since 1.288: +0 -2 lines Diff to previous 1.288 214 - progress bar prefix, second try (for the curl tool) patch declined Revision 1.288 - (view) (download) (annotate) - [select for diffs] Wed Feb 4 21:22:13 2009 UTC (12 months ago) by bagder Branch: MAIN Changes since 1.287: +0 -2 lines Diff to previous 1.287 206 - A. Craig West's CURLOPT_HTTP_VERSION change for CONNECT applied! Revision 1.287 - (view) (download) (annotate) - [select for diffs] Wed Jan 28 21:34:15 2009 UTC (12 months, 1 week ago) by bagder Branch: MAIN Changes since 1.286: +0 -2 lines Diff to previous 1.286 - Markus Moeller introduced two new options to libcurl: CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these. Revision 1.286 - (view) (download) (annotate) - [select for diffs] Sun Jan 25 23:26:29 2009 UTC (12 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.285: +0 -2 lines Diff to previous 1.285 - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified. Revision 1.285 - (view) (download) (annotate) - [select for diffs] Mon Jan 19 11:50:31 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.284: +0 -4 lines Diff to previous 1.284 7.19.3 is out now Revision 1.284 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 23:45:24 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN CVS Tags: curl-7_19_3 Changes since 1.283: +0 -4 lines Diff to previous 1.283 213 - bug #2501457 "Timeouts not working with curl_multi_socket_action()" - now put in KNOWN_BUGS as entry #62 Revision 1.283 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 23:24:06 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.282: +0 -4 lines Diff to previous 1.282 Grant Erickson fixed timeouts for TFTP Revision 1.282 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 22:21:14 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.281: +6 -3 lines Diff to previous 1.281 - Michael Wallner fixed a NULL pointer deref when calling curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data. Revision 1.281 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 22:04:43 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.280: +7 -12 lines Diff to previous 1.280 oops, the previous wasn't meant to get committed but since I did it I thought I'd just as well enumerate the remainder and commit a "proper" looking one Revision 1.280 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 22:01:39 2009 UTC (12 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.279: +16 -2 lines Diff to previous 1.279 - Stefan Teleman brought a patch to fix the default curlbuild.h file for the SunPro compilers. Revision 1.279 - (view) (download) (annotate) - [select for diffs] Thu Jan 8 10:32:54 2009 UTC (13 months ago) by bagder Branch: MAIN Changes since 1.278: +4 -1 lines Diff to previous 1.278 "204 - Rob C's NSS fix" is done and since we enter feature freeze now I moved the remaining three issues to next release since they are about new things and not just fixing bugs Revision 1.278 - (view) (download) (annotate) - [select for diffs] Tue Jan 6 22:30:40 2009 UTC (13 months ago) by bagder Branch: MAIN Changes since 1.277: +8 -0 lines Diff to previous 1.277 four fresh items to deal with! Revision 1.277 - (view) (download) (annotate) - [select for diffs] Mon Dec 29 22:25:50 2008 UTC (13 months, 1 week ago) by bagder Branch: MAIN Changes since 1.276: +0 -2 lines Diff to previous 1.276 - Phil Lisiecki filed bug report #2413067 (http://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that would cause libcurl to mark a DNS cache entry "in use" eternally if the subsequence TCP connect failed. It would thus never get pruned and refreshed as it should've been. Revision 1.276 - (view) (download) (annotate) - [select for diffs] Thu Dec 25 15:09:18 2008 UTC (13 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.275: +0 -3 lines Diff to previous 1.275 193 removed, no work has been started on this and I personally don't care that much about it Revision 1.275 - (view) (download) (annotate) - [select for diffs] Sat Dec 20 22:10:42 2008 UTC (13 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.274: +0 -10 lines Diff to previous 1.274 197 - IIS-bug in Digest The curl tool parts are postponed to a later time 201 - "bug: header data output to the body callback function after set header" Was probably not a bug, I asked about it but I didn't get any response. 202 - "hangs up of application above libcurl" - problems with the multi_socket Fixes from Igor have been committed and there's currently no pending ones. Revision 1.274 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 12:38:47 2008 UTC (13 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.273: +0 -3 lines Diff to previous 1.273 196 is gone Revision 1.273 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 12:21:11 2008 UTC (13 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.272: +0 -3 lines Diff to previous 1.272 - More work with Igor Novoseltsev to first fix the remaining stuff for removing easy handles from multi handles when the easy handle is/was within a HTTP pipeline. His bug report #2351653 (http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was eventually fixed by a patch by Igor himself. Revision 1.272 - (view) (download) (annotate) - [select for diffs] Thu Dec 11 23:55:20 2008 UTC (13 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.271: +4 -3 lines Diff to previous 1.271 Removed 200 as it wasn't a bug after all Added 203 "dns cache memory leak and TTL failure after failed conn" Revision 1.271 - (view) (download) (annotate) - [select for diffs] Tue Dec 9 15:02:37 2008 UTC (14 months ago) by bagder Branch: MAIN Changes since 1.270: +3 -2 lines Diff to previous 1.270 - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any particular state for the control connection like it did before for implicit FTPS (libcurl assumed such control connections to be encrypted while some FTPS servers such as FileZilla assumes such connections to be clear mode). Use the CURLOPT_USE_SSL option to set your desired level. Revision 1.270 - (view) (download) (annotate) - [select for diffs] Mon Dec 8 20:21:36 2008 UTC (14 months ago) by bagder Branch: MAIN Changes since 1.269: +0 -2 lines Diff to previous 1.269 195 - SIZE returning 550 must not abort the transfer Fixed! Revision 1.269 - (view) (download) (annotate) - [select for diffs] Mon Dec 8 14:26:28 2008 UTC (14 months ago) by bagder Branch: MAIN Changes since 1.268: +6 -6 lines Diff to previous 1.268 one more Revision 1.268 - (view) (download) (annotate) - [select for diffs] Mon Dec 8 14:24:12 2008 UTC (14 months ago) by bagder Branch: MAIN Changes since 1.267: +20 -3 lines Diff to previous 1.267 192 - "infinite loop during GSS authentication" bug #2221237 Fixed! Revision 1.267 - (view) (download) (annotate) - [select for diffs] Mon Nov 24 14:05:05 2008 UTC (14 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.266: +0 -3 lines Diff to previous 1.266 191 - "proposed patch for curl/libssh2 bugfix"
http://curl.haxx.se/mail/archive-2008-10/0000.html
Done!
Revision 1.266 - (view) (download) (annotate) - [select for diffs] Wed Nov 19 22:02:38 2008 UTC (14 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.265: +0 -2 lines Diff to previous 1.265 194 - remove "Pragma: no-cache" from default HTTP requests done! Revision 1.265 - (view) (download) (annotate) - [select for diffs] Thu Nov 13 10:46:10 2008 UTC (14 months, 3 weeks ago) by bagder Branch: MAIN CVS Tags: curl-7_19_2 Changes since 1.264: +5 -1 lines Diff to previous 1.264 two more things for 7.19.3 Revision 1.264 - (view) (download) (annotate) - [select for diffs] Tue Nov 11 22:01:15 2008 UTC (14 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.263: +3 -8 lines Diff to previous 1.263 bump them all to 7.19.3 and remove some of the pending ones until they are either sorted out or more/new details come up Revision 1.263 - (view) (download) (annotate) - [select for diffs] Wed Nov 5 21:28:04 2008 UTC (15 months ago) by bagder Branch: MAIN Changes since 1.262: +0 -4 lines Diff to previous 1.262 7.19.1 is now history Revision 1.262 - (view) (download) (annotate) - [select for diffs] Tue Nov 4 21:17:18 2008 UTC (15 months ago) by bagder Branch: MAIN CVS Tags: curl-7_19_1 Changes since 1.261: +3 -3 lines Diff to previous 1.261 the pending bugs are now moved to next release Revision 1.261 - (view) (download) (annotate) - [select for diffs] Sat Nov 1 23:50:18 2008 UTC (15 months, 1 week ago) by bagder Branch: MAIN Changes since 1.260: +0 -2 lines Diff to previous 1.260 183 - "libcurl issue with IPv6 and c-ares" done! Revision 1.260 - (view) (download) (annotate) - [select for diffs] Fri Oct 31 22:15:40 2008 UTC (15 months, 1 week ago) by bagder Branch: MAIN Changes since 1.259: +13 -6 lines Diff to previous 1.259 Cleaned up in preparation for release next week. I'd say the remaining bugs risk getting postponed for 7.19.2. Revision 1.259 - (view) (download) (annotate) - [select for diffs] Wed Oct 22 13:34:53 2008 UTC (15 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.258: +0 -10 lines Diff to previous 1.258 removed four issues that had no action at all for the last four weeks or more Revision 1.258 - (view) (download) (annotate) - [select for diffs] Tue Oct 21 07:10:25 2008 UTC (15 months, 2 weeks ago) by danf Branch: MAIN Changes since 1.257: +0 -2 lines Diff to previous 1.257 Fixed some problems with SFTP range support to fix test cases 634 through 637. Revision 1.257 - (view) (download) (annotate) - [select for diffs] Mon Oct 20 21:59:36 2008 UTC (15 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.256: +0 -2 lines Diff to previous 1.256 All the coverity.com issues have no been taken care of. Revision 1.256 - (view) (download) (annotate) - [select for diffs] Fri Oct 17 08:14:47 2008 UTC (15 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.255: +0 -2 lines Diff to previous 1.255 185 - CURLOPT_PROXYUSER etc done! Revision 1.255 - (view) (download) (annotate) - [select for diffs] Wed Oct 15 21:43:48 2008 UTC (15 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.254: +0 -2 lines Diff to previous 1.254 - Pascal Terjan filed bug #2154627 (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl uses strcasecmp() in multiple places where it causes failures when the Turkish locale is used. This is because 'i' and 'I' isn't the same letter so strcasecmp() on those letters are different in Turkish than in English (or just about all other languages). I thus introduced a totally new internal function in libcurl (called Curl_ascii_equal) for doing case insentive comparisons for english-(ascii?) style strings that thus will make "file" and "FILE" match even if the Turkish locale is selected. Revision 1.254 - (view) (download) (annotate) - [select for diffs] Tue Oct 14 22:04:01 2008 UTC (15 months, 3 weeks ago) by danf Branch: MAIN Changes since 1.253: +3 -2 lines Diff to previous 1.253 Failing SFTP range tests cases 634 through 637 Revision 1.253 - (view) (download) (annotate) - [select for diffs] Tue Oct 14 21:20:04 2008 UTC (15 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.252: +11 -1 lines Diff to previous 1.252 four additional pending issues Revision 1.252 - (view) (download) (annotate) - [select for diffs] Wed Oct 8 22:01:23 2008 UTC (16 months ago) by bagder Branch: MAIN Changes since 1.251: +3 -7 lines Diff to previous 1.251 - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing: Any subsequent transfer with a redirect leaks memory, eventually crashing the process potentially. Any subsequent transfer WITHOUT a redirect causes the most recent redirect that DID occur on some previous transfer to still be reported. Revision 1.251 - (view) (download) (annotate) - [select for diffs] Wed Oct 8 10:40:51 2008 UTC (16 months ago) by bagder Branch: MAIN Changes since 1.250: +0 -2 lines Diff to previous 1.250 179 - "[PATCH] Colon in username" was committed just now! Revision 1.250 - (view) (download) (annotate) - [select for diffs] Tue Oct 7 22:53:33 2008 UTC (16 months ago) by bagder Branch: MAIN Changes since 1.249: +6 -2 lines Diff to previous 1.249 mention the other sf.net bug which does have a sort of fix mentioned Revision 1.249 - (view) (download) (annotate) - [select for diffs] Tue Oct 7 22:49:11 2008 UTC (16 months ago) by bagder Branch: MAIN Changes since 1.248: +8 -4 lines Diff to previous 1.248 some additional classification of the entries Revision 1.248 - (view) (download) (annotate) - [select for diffs] Tue Oct 7 22:13:34 2008 UTC (16 months ago) by bagder Branch: MAIN Changes since 1.247: +0 -6 lines Diff to previous 1.247 One fix for CURLINFO_PRIMARY_IP just went in which addressed at least one of the concerns mentioned for 174 and the other guy hasn't returned so I remove the entry from here now. Revision 1.247 - (view) (download) (annotate) - [select for diffs] Mon Sep 29 21:49:31 2008 UTC (16 months, 1 week ago) by bagder Branch: MAIN Changes since 1.246: +0 -2 lines Diff to previous 1.246 177 - "[Patch] Disable proxy support" was applied Revision 1.246 - (view) (download) (annotate) - [select for diffs] Mon Sep 29 13:21:21 2008 UTC (16 months, 1 week ago) by bagder Branch: MAIN Changes since 1.245: +0 -2 lines Diff to previous 1.245 - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP downloads! Revision 1.245 - (view) (download) (annotate) - [select for diffs] Mon Sep 29 13:16:16 2008 UTC (16 months, 1 week ago) by bagder Branch: MAIN Changes since 1.244: +0 -4 lines Diff to previous 1.244 175 - "No info on REDIRECT_URL in multi-mode" by Max Ivanov is fixed! Revision 1.244 - (view) (download) (annotate) - [select for diffs] Mon Sep 29 06:07:20 2008 UTC (16 months, 1 week ago) by bagder Branch: MAIN Changes since 1.243: +5 -1 lines Diff to previous 1.243 three more patches in the pipe Revision 1.243 - (view) (download) (annotate) - [select for diffs] Fri Sep 26 18:17:01 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.242: +7 -1 lines Diff to previous 1.242 more Revision 1.242 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 11:31:57 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.241: +1 -3 lines Diff to previous 1.241 172 was applied, 173 is now being discussed Revision 1.241 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 10:27:41 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.240: +0 -2 lines Diff to previous 1.240 issue #171 is now in CVS Revision 1.240 - (view) (download) (annotate) - [select for diffs] Mon Sep 22 23:12:08 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.239: +1 -4 lines Diff to previous 1.239 - Made the SOCKS code use the new Curl_read_plain() function to fix the bug Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html - recv() errors other than those equal to EAGAIN now cause proper CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now disabled it until we can figure out another way to exercise that logic. Revision 1.239 - (view) (download) (annotate) - [select for diffs] Mon Sep 22 22:27:43 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.238: +2 -4 lines Diff to previous 1.238 removed issue #162 as mentioned on the mailing list http://curl.haxx.se/mail/archive-2008-09/0086.html Revision 1.238 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 22:20:59 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.237: +1 -0 lines Diff to previous 1.237 #175 has a patch Revision 1.237 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 21:36:13 2008 UTC (16 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.236: +10 -1 lines Diff to previous 1.236 three new topics to check out Revision 1.236 - (view) (download) (annotate) - [select for diffs] Wed Sep 10 16:37:16 2008 UTC (16 months, 4 weeks ago) by danf Branch: MAIN Changes since 1.235: +0 -3 lines Diff to previous 1.235 #170 is done Revision 1.235 - (view) (download) (annotate) - [select for diffs] Mon Sep 8 12:49:23 2008 UTC (17 months ago) by bagder Branch: MAIN Changes since 1.234: +3 -7 lines Diff to previous 1.234 Removed: 166 167 Added : 172 Revision 1.234 - (view) (download) (annotate) - [select for diffs] Mon Sep 8 07:37:57 2008 UTC (17 months ago) by bagder Branch: MAIN Changes since 1.233: +4 -1 lines Diff to previous 1.233 171 - [PATCH] add some locking for thread-safety to NSS implementation Revision 1.233 - (view) (download) (annotate) - [select for diffs] Fri Sep 5 17:59:01 2008 UTC (17 months ago) by danf Branch: MAIN Changes since 1.232: +0 -6 lines Diff to previous 1.232 Improved the logic the decides whether to use HTTP 1.1 features or not in a request. Detect cases where an upload must be sent chunked and the server supports only HTTP 1.0 and return CURLE_UPLOAD_FAILED. Revision 1.232 - (view) (download) (annotate) - [select for diffs] Fri Sep 5 16:14:51 2008 UTC (17 months ago) by bagder Branch: MAIN Changes since 1.231: +0 -3 lines Diff to previous 1.231 Removed after commit:
158 - Martin Drasar's CURLOPT_POSTREDIR work:
http://curl.haxx.se/mail/lib-2008-08/0170.html
Revision 1.231 - (view) (download) (annotate) - [select for diffs] Fri Sep 5 14:29:21 2008 UTC (17 months ago) by bagder Branch: MAIN Changes since 1.230: +0 -3 lines Diff to previous 1.230 - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks! Revision 1.230 - (view) (download) (annotate) - [select for diffs] Fri Sep 5 09:32:51 2008 UTC (17 months ago) by bagder Branch: MAIN Changes since 1.229: +16 -1 lines Diff to previous 1.229 five new recent issues to deal with Revision 1.229 - (view) (download) (annotate) - [select for diffs] Mon Sep 1 15:31:12 2008 UTC (17 months, 1 week ago) by bagder Branch: MAIN Changes since 1.228: +1 -5 lines Diff to previous 1.228 remove 7.19.0 and hint that 7.19.1 might not come until november Revision 1.228 - (view) (download) (annotate) - [select for diffs] Sat Aug 30 20:23:31 2008 UTC (17 months, 1 week ago) by bagder Branch: MAIN CVS Tags: curl-7_19_0 Changes since 1.227: +4 -1 lines Diff to previous 1.227 Added:
165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau,
recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html
Revision 1.227 - (view) (download) (annotate) - [select for diffs] Fri Aug 29 23:49:30 2008 UTC (17 months, 1 week ago) by danf Branch: MAIN Changes since 1.226: +7 -4 lines Diff to previous 1.226 Removed one, added two Revision 1.226 - (view) (download) (annotate) - [select for diffs] Fri Aug 29 10:47:59 2008 UTC (17 months, 1 week ago) by bagder Branch: MAIN Changes since 1.225: +1 -3 lines Diff to previous 1.225 - When libcurl was doing a HTTP POST and the server would respond with "Connection: close" and actually close the connection after the response-body, libcurl could still have outstanding data to send and it would not properly notice this and stop sending. This caused weirdness and sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222 Note that there are still reasons to consider libcurl's behavior when getting a >= 400 response code while sending data, as Craig Perras' note "http upload: how to stop on error" specifies: http://curl.haxx.se/mail/archive-2008-08/0138.html Revision 1.225 - (view) (download) (annotate) - [select for diffs] Thu Aug 28 14:06:12 2008 UTC (17 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.224: +0 -3 lines Diff to previous 1.224 Issue #144 seems to be complete. It should no longer be a show-stopper. Revision 1.224 - (view) (download) (annotate) - [select for diffs] Thu Aug 28 08:57:15 2008 UTC (17 months, 1 week ago) by bagder Branch: MAIN Changes since 1.223: +6 -1 lines Diff to previous 1.223 we need to look over what libcurl does (not) do when error is received when it wants to send data Revision 1.223 - (view) (download) (annotate) - [select for diffs] Tue Aug 26 13:40:19 2008 UTC (17 months, 2 weeks ago) by yangtse Branch: MAIN Changes since 1.222: +0 -2 lines Diff to previous 1.222 Another task completed and removed from #144: - Enabling and disabling of large file support is now complete. Revision 1.222 - (view) (download) (annotate) - [select for diffs] Tue Aug 26 01:55:05 2008 UTC (17 months, 2 weeks ago) by yangtse Branch: MAIN Changes since 1.221: +0 -3 lines Diff to previous 1.221 Three tasks completed and removed: - Logic based on CURL_SIZEOF_CURL_OFF_T and SIZEOF_OFF_T already adjusted. - Test case 557 already passes on all autobuilds. - System off_t, or equivalent, size is finally not recorded in curlbuild.h for this release. SIZEOF_OFF_T from config file is used. Revision 1.221 - (view) (download) (annotate) - [select for diffs] Fri Aug 22 21:37:10 2008 UTC (17 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.220: +4 -1 lines Diff to previous 1.220 161 - test case 1065 failure (HTTP PUT with one file but two URLs)
http://curl.haxx.se/mail/archive-2008-08/0075.html
Revision 1.220 - (view) (download) (annotate) - [select for diffs] Fri Aug 22 09:00:47 2008 UTC (17 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.219: +0 -2 lines Diff to previous 1.219 Removed issue #154 due to the massive problems I've had to repeat it and since this really hasn't bitten anyone else. The issuer of the report (Felix) suggested the closure himself and he will get back when (if?) he manage to get a more reliable way to see the problem. 154 - bug #2041827 "Segfault in http_output_auth w/ FORBID_REUSE (7.18.2)" Revision 1.219 - (view) (download) (annotate) - [select for diffs] Thu Aug 21 03:16:38 2008 UTC (17 months, 2 weeks ago) by yangtse Branch: MAIN Changes since 1.218: +1 -2 lines Diff to previous 1.218 Old logic based on ENABLE_64BIT and HAVE_LONGLONG already revisited and adjusted. Old logic based on CURL_SIZEOF_CURL_OFF_T is only partially adjusted. Revision 1.218 - (view) (download) (annotate) - [select for diffs] Mon Aug 18 10:11:26 2008 UTC (17 months, 3 weeks ago) by yangtse Branch: MAIN Changes since 1.217: +2 -7 lines Diff to previous 1.217 #159 and #160 already done. Add more tasks to #144. Revision 1.217 - (view) (download) (annotate) - [select for diffs] Sat Aug 16 17:12:42 2008 UTC (17 months, 3 weeks ago) by yangtse Branch: MAIN Changes since 1.216: +8 -1 lines Diff to previous 1.216 Added #159 and #160 Revision 1.216 - (view) (download) (annotate) - [select for diffs] Wed Aug 13 21:05:13 2008 UTC (17 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.215: +0 -4 lines Diff to previous 1.215 Fixed: 155 - bug #2038004 "Curl OpenSSL not compatible with 7.17 or 7.18" 156 - proxy CONNECT issue (details not public yet due to possible security impact) Revision 1.215 - (view) (download) (annotate) - [select for diffs] Mon Aug 11 20:30:37 2008 UTC (17 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.214: +0 -4 lines Diff to previous 1.214 152 + 153 are fixed! Revision 1.214 - (view) (download) (annotate) - [select for diffs] Mon Aug 11 12:41:13 2008 UTC (17 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.213: +10 -1 lines Diff to previous 1.213 added two known topics for 7.19.1 Revision 1.213 - (view) (download) (annotate) - [select for diffs] Mon Aug 11 10:55:47 2008 UTC (17 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.212: +11 -1 lines Diff to previous 1.212 five more bugs I'd like to get fixed or at least considered before 7.19.0 Revision 1.212 - (view) (download) (annotate) - [select for diffs] Mon Aug 11 03:26:23 2008 UTC (18 months ago) by yangtse Branch: MAIN Changes since 1.211: +3 -0 lines Diff to previous 1.211 Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG, has to be revisited and adjusted as appropriate. Enabling and disabling of large file support needs further inspection. Revision 1.211 - (view) (download) (annotate) - [select for diffs] Thu Aug 7 02:46:23 2008 UTC (18 months ago) by yangtse Branch: MAIN Changes since 1.210: +3 -11 lines Diff to previous 1.210 sync with reality Revision 1.210 - (view) (download) (annotate) - [select for diffs] Tue Aug 5 06:44:21 2008 UTC (18 months ago) by yangtse Branch: MAIN Changes since 1.209: +0 -11 lines Diff to previous 1.209 #148 Removed. Rebooting the problematic system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully since then. Revision 1.209 - (view) (download) (annotate) - [select for diffs] Mon Aug 4 22:07:51 2008 UTC (18 months ago) by bagder Branch: MAIN Changes since 1.208: +0 -4 lines Diff to previous 1.208 - Yehoshua Hershberg found a problem that would make libcurl re-use a connection with the multi interface even if a previous use of it caused a CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed SSL connections properly close the connections. Revision 1.208 - (view) (download) (annotate) - [select for diffs] Mon Aug 4 22:00:22 2008 UTC (18 months ago) by bagder Branch: MAIN Changes since 1.207: +0 -3 lines Diff to previous 1.207 - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled. Revision 1.207 - (view) (download) (annotate) - [select for diffs] Mon Aug 4 10:13:02 2008 UTC (18 months ago) by yangtse Branch: MAIN Changes since 1.206: +5 -1 lines Diff to previous 1.206 Update #144 Third version of the patch fixing a failure to chose a proper data type submitted to the mailing list 2008-08-04. Revision 1.206 - (view) (download) (annotate) - [select for diffs] Sun Aug 3 22:20:58 2008 UTC (18 months, 1 week ago) by bagder Branch: MAIN Changes since 1.205: +0 -2 lines Diff to previous 1.205 - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled. Revision 1.205 - (view) (download) (annotate) - [select for diffs] Sun Aug 3 16:46:20 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.204: +6 -18 lines Diff to previous 1.204 Update #148 Rebooting the Solaris system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully. Further tests on the system might allow determination of the problem origin. Solaris AutoBuilds suceeded on August 2 and 3. Revision 1.204 - (view) (download) (annotate) - [select for diffs] Thu Jul 31 17:58:28 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.203: +4 -5 lines Diff to previous 1.203 Second version of the patch addressing building outside of CVS tree submitted to the mailing list 2008-07-31. Awaiting Ok to commit. Revision 1.203 - (view) (download) (annotate) - [select for diffs] Thu Jul 31 01:20:25 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.202: +0 -10 lines Diff to previous 1.202 #149 fully done and verified. Removed from here now. Revision 1.202 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 22:09:30 2008 UTC (18 months, 1 week ago) by bagder Branch: MAIN Changes since 1.201: +0 -2 lines Diff to previous 1.201 Committed just now and thus removed from here: 145 - Phil Blundell's CURLOPT_SCOPE patch/work Revision 1.201 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 21:42:26 2008 UTC (18 months, 1 week ago) by bagder Branch: MAIN Changes since 1.200: +0 -3 lines Diff to previous 1.200 Fixed: 147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL. Revision 1.200 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 07:31:10 2008 UTC (18 months, 1 week ago) by danf Branch: MAIN Changes since 1.199: +6 -1 lines Diff to previous 1.199 Added the problems with test cases 1041 and 1051 Revision 1.199 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 05:15:51 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.198: +4 -0 lines Diff to previous 1.198 #149 done. Awaiting autobuild verification before removing. Revision 1.198 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 04:46:24 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.197: +2 -0 lines Diff to previous 1.197 #148 no longer blocks #144 Revision 1.197 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 03:24:38 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.196: +10 -0 lines Diff to previous 1.196 updated #148 Revision 1.196 - (view) (download) (annotate) - [select for diffs] Tue Jul 29 23:56:01 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.195: +1 -0 lines Diff to previous 1.195 Updtae #148 with link to start of thread Revision 1.195 - (view) (download) (annotate) - [select for diffs] Tue Jul 29 23:51:01 2008 UTC (18 months, 1 week ago) by yangtse Branch: MAIN Changes since 1.194: +26 -1 lines Diff to previous 1.194 Updated #144 Added #148 and # 149 Revision 1.194 - (view) (download) (annotate) - [select for diffs] Tue Jul 29 21:39:05 2008 UTC (18 months, 1 week ago) by bagder Branch: MAIN Changes since 1.193: +7 -1 lines Diff to previous 1.193 Added:
146 - Yehoshua Hershberg's re-using of connections that failed with
CURLE_PEER_FAILED_VERIFICATION
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies
a true bug in libcurl built with OpenSSL.
Revision 1.193 - (view) (download) (annotate) - [select for diffs] Mon Jul 28 21:53:25 2008 UTC (18 months, 1 week ago) by bagder Branch: MAIN Changes since 1.192: +2 -3 lines Diff to previous 1.192 I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simply because at the current point in time I think the benefit of adding that new return code is very slim and it is a lot of work to introduce new return codes (for docs and maintenance etc) I added "145 - Phil Blundell's CURLOPT_SCOPE patch/work" since I want it sorted/committed. Revision 1.192 - (view) (download) (annotate) - [select for diffs] Sun Jun 8 21:04:46 2008 UTC (20 months ago) by bagder Branch: MAIN Changes since 1.191: +1 -1 lines Diff to previous 1.191 the next release is now called 7.19.0 Revision 1.191 - (view) (download) (annotate) - [select for diffs] Fri Jun 6 20:52:32 2008 UTC (20 months ago) by bagder Branch: MAIN Changes since 1.190: +0 -2 lines Diff to previous 1.190 - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for OpenSSL, NSS and GnuTLS-built libcurls. Revision 1.190 - (view) (download) (annotate) - [select for diffs] Fri Jun 6 18:40:21 2008 UTC (20 months ago) by bagder Branch: MAIN Changes since 1.189: +0 -3 lines Diff to previous 1.189 - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for OpenSSL, NSS and GnuTLS-built libcurls. Revision 1.189 - (view) (download) (annotate) - [select for diffs] Thu Jun 5 12:33:33 2008 UTC (20 months ago) by bagder Branch: MAIN Changes since 1.188: +0 -3 lines Diff to previous 1.188 7.18.2 is done now Revision 1.188 - (view) (download) (annotate) - [select for diffs] Wed May 28 20:57:03 2008 UTC (20 months, 1 week ago) by bagder Branch: MAIN CVS Tags: curl-7_18_2 Changes since 1.187: +2 -12 lines Diff to previous 1.187 Fixed 142 and 143 Moved 144 to 7.18.3 instead Revision 1.187 - (view) (download) (annotate) - [select for diffs] Mon May 26 16:05:29 2008 UTC (20 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.186: +4 -1 lines Diff to previous 1.186 I'd like to see this fixed for the 7.18,2: 144 - Help apps use 64bit/LFS libcurl Revision 1.186 - (view) (download) (annotate) - [select for diffs] Sat May 24 19:28:31 2008 UTC (20 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.185: +21 -1 lines Diff to previous 1.185 summary of the current outstanding issues for upcoming and the subsequent releases Revision 1.185 - (view) (download) (annotate) - [select for diffs] Thu May 15 22:02:47 2008 UTC (20 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.184: +0 -3 lines Diff to previous 1.184 ten days with no further response or feedback, removing:
136 - adding easy handles when using curl_multi_socket* by
Markus Koetter
Revision 1.184 - (view) (download) (annotate) - [select for diffs] Tue May 13 21:12:07 2008 UTC (20 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.183: +0 -9 lines Diff to previous 1.183 Three out of the four issues are now extinct. Revision 1.183 - (view) (download) (annotate) - [select for diffs] Wed May 7 21:11:27 2008 UTC (21 months ago) by bagder Branch: MAIN Changes since 1.182: +4 -4 lines Diff to previous 1.182 -135 - Busy looping bug in multi_socket interface by - Christopher Palow Revision 1.182 - (view) (download) (annotate) - [select for diffs] Mon May 5 22:27:28 2008 UTC (21 months ago) by bagder Branch: MAIN Changes since 1.181: +13 -1 lines Diff to previous 1.181 mention four outstanding issues we should deal with before release Revision 1.181 - (view) (download) (annotate) - [select for diffs] Wed Apr 16 14:48:01 2008 UTC (21 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.180: +0 -6 lines Diff to previous 1.180 Removed 129 and 130 due to lack of response on those issues Revision 1.180 - (view) (download) (annotate) - [select for diffs] Thu Apr 3 21:44:49 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN Changes since 1.179: +0 -3 lines Diff to previous 1.179 - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc. Revision 1.179 - (view) (download) (annotate) - [select for diffs] Thu Apr 3 20:56:59 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN Changes since 1.178: +0 -2 lines Diff to previous 1.178 Scott Barrett added support for CURLOPT_NOBODY over SFTP Revision 1.178 - (view) (download) (annotate) - [select for diffs] Tue Apr 1 21:49:51 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN Changes since 1.177: +4 -4 lines Diff to previous 1.177 128 - Phil Blundell's ares and ipv6 fix (feedback lacking)
removed
133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a
content-length header is read
added
Revision 1.177 - (view) (download) (annotate) - [select for diffs] Mon Mar 31 20:32:31 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN Changes since 1.176: +0 -2 lines Diff to previous 1.176 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() done Revision 1.176 - (view) (download) (annotate) - [select for diffs] Sun Mar 30 09:08:40 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN CVS Tags: curl-7_18_1 Changes since 1.175: +4 -1 lines Diff to previous 1.175 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() Revision 1.175 - (view) (download) (annotate) - [select for diffs] Sun Mar 30 09:07:08 2008 UTC (22 months, 1 week ago) by bagder Branch: MAIN Changes since 1.174: +5 -8 lines Diff to previous 1.174 I'm officially pushing the two remaining issues to the next release instead, since they're still not clear enough to be to sort about before 7.18.1 Revision 1.174 - (view) (download) (annotate) - [select for diffs] Thu Mar 27 13:07:12 2008 UTC (22 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.173: +0 -2 lines Diff to previous 1.173 - As found out and reported by Dan Petitt, libcurl didn't show progress/call the progress callback for the first (potentially huge) piece of body data sent together with the POST request headers in the initial send(). Revision 1.173 - (view) (download) (annotate) - [select for diffs] Sat Mar 22 22:00:21 2008 UTC (22 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.172: +0 -2 lines Diff to previous 1.172 - Fixed the problem with doing a zero byte SCP transfer, verified with test case 617 (which was added by Daniel Fandrich 5 Mar 2008). Revision 1.172 - (view) (download) (annotate) - [select for diffs] Fri Mar 21 11:53:59 2008 UTC (22 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.171: +17 -3 lines Diff to previous 1.171 roadmap ahead Revision 1.171 - (view) (download) (annotate) - [select for diffs] Wed Mar 12 13:14:09 2008 UTC (22 months, 4 weeks ago) by bagder Branch: MAIN Changes since 1.170: +0 -2 lines Diff to previous 1.170 Done: 125 - Michal Marek's typechecker-gcc work Revision 1.170 - (view) (download) (annotate) - [select for diffs] Sat Mar 8 22:19:11 2008 UTC (23 months ago) by bagder Branch: MAIN Changes since 1.169: +0 -2 lines Diff to previous 1.169 Done: 123 - Mike Protts' SFTP resume download Revision 1.169 - (view) (download) (annotate) - [select for diffs] Sat Mar 1 22:32:03 2008 UTC (23 months, 1 week ago) by bagder Branch: MAIN Changes since 1.168: +0 -2 lines Diff to previous 1.168 - Anatoli Tubman found and fixed a crash with Negotiate authentication used on a re-used connection where both requests used Negotiate. Revision 1.168 - (view) (download) (annotate) - [select for diffs] Thu Feb 28 21:25:00 2008 UTC (23 months, 1 week ago) by bagder Branch: MAIN Changes since 1.167: +5 -6 lines Diff to previous 1.167 Removed:
121 - Kaspar Brand's and Guenter Knauf's work on the TLS extension Server Name
Indication is now committed
122 - Progress callback not called during failed socket connect with the multi
interface, is now simply pending a closure since no feedback has been
received lately.
Added:
123 - Mike Protts' SFTP resume download
124 - Anatoli Tubman's fix for a Negotiate: crash
125 - Michal Marek's typechecker-gcc work
Revision 1.167 - (view) (download) (annotate) - [select for diffs] Wed Feb 20 09:58:42 2008 UTC (23 months, 2 weeks ago) by bagder Branch: MAIN Changes since 1.166: +0 -7 lines Diff to previous 1.166 "118 - Gautam Kachroo's issue with proxies and ssl" is now in CVS Revision 1.166 - (view) (download) (annotate) - [select for diffs] Mon Feb 18 16:55:27 2008 UTC (23 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.165: +0 -4 lines Diff to previous 1.165 the ca-bundle is now removed Revision 1.165 - (view) (download) (annotate) - [select for diffs] Thu Feb 14 10:14:23 2008 UTC (23 months, 3 weeks ago) by bagder Branch: MAIN Changes since 1.164: +23 -2 lines Diff to previous 1.164 five current issues we should deal with somehow before the next release Revision 1.164 - (view) (download) (annotate) - [select for diffs] Wed Jan 16 12:24:00 2008 UTC (2 years ago) by bagder Branch: MAIN CVS Tags: curl-7_18_0 Changes since 1.163: +0 -7 lines Diff to previous 1.163 Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that previously had a number of flaws, perhaps most notably when an application fired up N transfers at once as then they wouldn't pipeline at all that nicely as anyone would think... Test case 530 was also updated to take the improved functionality into account. Revision 1.163 - (view) (download) (annotate) - [select for diffs] Mon Jan 14 01:53:17 2008 UTC (2 years ago) by yangtse Branch: MAIN Changes since 1.162: +0 -3 lines Diff to previous 1.162 #115 is done Revision 1.162 - (view) (download) (annotate) - [select for diffs] Sat Jan 12 22:10:53 2008 UTC (2 years ago) by bagder Branch: MAIN Changes since 1.161: +0 -3 lines Diff to previous 1.161 Eric Landes provided the patch (edited by me) that introduces the --keepalive-time to curl to set the keepalive probe interval. I also took the opportunity to rename the recently added no-keep-alive option to no-keepalive to keep a consistent naming and to avoid getting two dashes in these option names. Eric also provided an update to the man page for the new option. Revision 1.161 - (view) (download) (annotate) - [select for diffs] Fri Jan 11 15:21:21 2008 UTC (2 years ago) by bagder Branch: MAIN Changes since 1.160: +0 -4 lines Diff to previous 1.160 "114 - Ranged downloads on file:// URLs" done Revision 1.160 - (view) (download) (annotate) - [select for diffs] Thu Jan 10 10:31:01 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.159: +0 -7 lines Diff to previous 1.159 Two more items done: 109 - curl_easy_pause 110 - seekfunction Revision 1.159 - (view) (download) (annotate) - [select for diffs] Tue Jan 8 11:11:20 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.158: +0 -4 lines Diff to previous 1.158 removed 113, both bugs #1850730 and #1854175 are fixed in CVS Revision 1.158 - (view) (download) (annotate) - [select for diffs] Sun Jan 6 23:22:06 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.157: +18 -12 lines Diff to previous 1.157 updated URLs and moved down two issues to the new "less likely" section Revision 1.157 - (view) (download) (annotate) - [select for diffs] Sun Jan 6 11:10:35 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.156: +3 -2 lines Diff to previous 1.156 fixed: 116 - bug #1863171, curl_getdate() bug added: 117 - Eric Landes patch for introducing the --tcp-keep* options Revision 1.156 - (view) (download) (annotate) - [select for diffs] Fri Jan 4 23:55:22 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.155: +8 -7 lines Diff to previous 1.155 111 - DNS resolve over socks5 is done added 116 - bug #1863171, curl_getdate() bug Revision 1.155 - (view) (download) (annotate) - [select for diffs] Thu Jan 3 20:48:22 2008 UTC (2 years, 1 month ago) by yangtse Branch: MAIN Changes since 1.154: +4 -1 lines Diff to previous 1.154 Modify test harness so that the minimum SSH version required to run SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0 Revision 1.154 - (view) (download) (annotate) - [select for diffs] Wed Jan 2 22:46:15 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.153: +3 -4 lines Diff to previous 1.153 one gone, one added Revision 1.153 - (view) (download) (annotate) - [select for diffs] Wed Jan 2 21:39:46 2008 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.152: +6 -6 lines Diff to previous 1.152 updated Revision 1.152 - (view) (download) (annotate) - [select for diffs] Wed Dec 26 21:46:51 2007 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.151: +18 -2 lines Diff to previous 1.151 what we're having atm Revision 1.151 - (view) (download) (annotate) - [select for diffs] Wed Dec 12 11:22:15 2007 UTC (2 years, 1 month ago) by bagder Branch: MAIN Changes since 1.150: +3 -1 lines Diff to previous 1.150 Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and added the --no-keep-alive option that can disable that on demand. Revision 1.150 - (view) (download) (annotate) - [select for diffs] Sun Dec 2 23:39:39 2007 UTC (2 years, 2 months ago) by bagder Branch: MAIN Changes since 1.149: +0 -2 lines Diff to previous 1.149 107 - resolve the type= thing for FTP URLs over HTTP proxies, is solved Revision 1.149 - (view) (download) (annotate) - [select for diffs] Tue Nov 20 23:17:08 2007 UTC (2 years, 2 months ago) by bagder Branch: MAIN Changes since 1.148: +0 -3 lines Diff to previous 1.148 While inspecting the Negotiate code, I noticed how the proxy auth was using the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly. Revision 1.148 - (view) (download) (annotate) - [select for diffs] Tue Nov 20 09:44:37 2007 UTC (2 years, 2 months ago) by bagder Branch: MAIN Changes since 1.147: +3 -1 lines Diff to previous 1.147 107 - resolve the type= thing for FTP URLs over HTTP proxies Revision 1.147 - (view) (download) (annotate) - [select for diffs] Mon Nov 19 23:20:15 2007 UTC (2 years, 2 months ago) by bagder Branch: MAIN Changes since 1.146: +5 -2 lines Diff to previous 1.146 106 - Share interface force-enable the cookie parser Revision 1.146 - (view) (download) (annotate) - [select for diffs] Tue Oct 23 21:00:51 2007 UTC (2 years, 3 months ago) by bagder Branch: MAIN CVS Tags: curl-7_17_1 Changes since 1.145: +1 -4 lines Diff to previous 1.145 Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out that libcurl tried to re-use connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy. Revision 1.145 - (view) (download) (annotate) - [select for diffs] Mon Oct 22 15:07:29 2007 UTC (2 years, 3 months ago) by bagder Branch: MAIN Changes since 1.144: +0 -2 lines Diff to previous 1.144 removed 105, it is now assumed to be fixed! 105 - "invalid free after an http redirect to ftp" Revision 1.144 - (view) (download) (annotate) - [select for diffs] Mon Oct 22 14:48:25 2007 UTC (2 years, 3 months ago) by bagder Branch: MAIN Changes since 1.143: +0 -4 lines Diff to previous 1.143 Removed 93 and 100, there's no work on these and they're not critical in any way: 93 - Digest for IIS fix (subject for removal) 100 - icc segmentation faults (subject for removal) Revision 1.143 - (view) (download) (annotate) - [select for diffs] Mon Oct 22 10:23:25 2007 UTC (2 years, 3 months ago) by bagder Branch: MAIN Changes since 1.142: +0 -2 lines Diff to previous 1.142 #103 is fixed Revision 1.142 - (view) (download) (annotate) - [select for diffs] Fri Oct 12 15:26:33 2007 UTC (2 years, 3 months ago) by bagder Branch: MAIN Changes since 1.141: +10 -3 lines Diff to previous 1.141 added three serious bugs to fix before release, and marked the previous two as subject for removal from this list (without any fix) Revision 1.141 - (view) (download) (annotate) - [select for diffs] Sun Oct 7 08:28:04 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.140: +0 -2 lines Diff to previous 1.140 Known bug #47, which confused libcurl if doing NTLM auth over a proxy with a response that was larger than 16KB is now improved slightly so that now the restriction at 16KB is for the headers only and it should be a rare situation where the response-headers exceed 16KB. Thus, I consider #47 fixed and the header limitation is now known as known bug #48. Revision 1.140 - (view) (download) (annotate) - [select for diffs] Wed Oct 3 08:46:45 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.139: +0 -2 lines Diff to previous 1.139 "97 - check ip callback", check Revision 1.139 - (view) (download) (annotate) - [select for diffs] Tue Oct 2 22:00:03 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.138: +0 -2 lines Diff to previous 1.138 "99 - curl_easy_close()" seems to have gone uninteresting Revision 1.138 - (view) (download) (annotate) - [select for diffs] Tue Oct 2 21:59:06 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.137: +0 -2 lines Diff to previous 1.137 102, check Revision 1.137 - (view) (download) (annotate) - [select for diffs] Fri Sep 21 11:19:13 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.136: +0 -2 lines Diff to previous 1.136 the NSS patch has been committed Revision 1.136 - (view) (download) (annotate) - [select for diffs] Sat Sep 15 22:05:20 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.135: +2 -6 lines Diff to previous 1.135 three done, seven to go Revision 1.135 - (view) (download) (annotate) - [select for diffs] Sat Sep 15 08:51:42 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.134: +4 -0 lines Diff to previous 1.134 I want these CONNECT problems fixed too Revision 1.134 - (view) (download) (annotate) - [select for diffs] Sat Sep 15 08:50:04 2007 UTC (2 years, 4 months ago) by bagder Branch: MAIN Changes since 1.133: +15 -2 lines Diff to previous 1.133 7.17.1 planned release in November 2007, and a bunch of things to deal with Revision 1.133 - (view) (download) (annotate) - [select for diffs] Wed Apr 11 13:12:33 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN CVS Tags: curl-7_16_2, curl-7_16_3, curl-7_16_4, curl-7_17_0, curl-7_17_0-preldapfix Changes since 1.132: +1 -4 lines Diff to previous 1.132 7.16.2 Revision 1.132 - (view) (download) (annotate) - [select for diffs] Tue Apr 3 21:15:31 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.131: +2 -18 lines Diff to previous 1.131 Only one issue left to deal with. Most of the others cut due to lack of response and/or my personal lack of time to deal further with them at this point. Revision 1.131 - (view) (download) (annotate) - [select for diffs] Sun Mar 25 08:41:41 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.130: +0 -2 lines Diff to previous 1.130 #92 is fixed Revision 1.130 - (view) (download) (annotate) - [select for diffs] Sun Mar 25 07:44:05 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.129: +11 -13 lines Diff to previous 1.129 addressed (replied to with comments) most out-stading release issues and moved one over to KNOWN_BUGS Revision 1.129 - (view) (download) (annotate) - [select for diffs] Mon Mar 19 12:14:49 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.128: +0 -3 lines Diff to previous 1.128 committed Revision 1.128 - (view) (download) (annotate) - [select for diffs] Sun Mar 18 23:13:45 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.127: +4 -4 lines Diff to previous 1.127 Removed: yassl build breaks Added: Frequent calling of user progress callback Revision 1.127 - (view) (download) (annotate) - [select for diffs] Thu Mar 15 22:43:11 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.126: +4 -1 lines Diff to previous 1.126 Sebastien Trottier's issue Revision 1.126 - (view) (download) (annotate) - [select for diffs] Thu Mar 15 22:34:49 2007 UTC (2 years, 10 months ago) by bagder Branch: MAIN Changes since 1.125: +27 -3 lines Diff to previous 1.125 eight fresh issues to keep track of Revision 1.125 - (view) (download) (annotate) - [select for diffs] Sat Jan 27 23:02:18 2007 UTC (3 years ago) by bagder Branch: MAIN CVS Tags: curl-7_16_1 Changes since 1.124: +0 -12 lines Diff to previous 1.124 - David McCreedy fixed the Curl command line tool for HTTP on non-ASCII platforms. Revision 1.124 - (view) (download) (annotate) - [select for diffs] Thu Jan 25 01:35:43 2007 UTC (3 years ago) by danf Branch: MAIN Changes since 1.123: +0 -3 lines Diff to previous 1.123 Fixed a dangling pointer problem that prevented the http_proxy environment variable from being properly used in many cases (and caused test case 63 to fail). Revision 1.123 - (view) (download) (annotate) - [select for diffs] Tue Jan 23 22:13:34 2007 UTC (3 years ago) by bagder Branch: MAIN Changes since 1.122: +0 -3 lines Diff to previous 1.122 #79 is no problem to me (and no response on my mail) Revision 1.122 - (view) (download) (annotate) - [select for diffs] Wed Jan 17 12:00:08 2007 UTC (3 years ago) by bagder Branch: MAIN Changes since 1.121: +5 -1 lines Diff to previous 1.121 two other still outstanding issues Revision 1.121 - (view) (download) (annotate) - [select for diffs] Wed Jan 17 10:15:09 2007 UTC (3 years ago) by bagder Branch: MAIN Changes since 1.120: +14 -2 lines Diff to previous 1.120 more reported bugs we need to address at some point, possibly before a release Revision 1.120 - (view) (download) (annotate) - [select for diffs] Wed Jan 3 23:13:49 2007 UTC (3 years, 1 month ago) by bagder Branch: MAIN Changes since 1.119: +0 -2 lines Diff to previous 1.119 one issue less before release Revision 1.119 - (view) (download) (annotate) - [select for diffs] Wed Dec 6 09:37:44 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.118: +0 -3 lines Diff to previous 1.118 Sebastien Willemijns reported bug #1603712 (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections getting cut off prematurely when --limit-rate is used. While I found no such problems in my tests nor in my reading of the code, I found that the --limit-rate code was severly flawed (since it was moved into the lib, since 7.15.5) when used with the easy interface and it didn't work as documented so I reworked it somewhat and now it works for my tests. Revision 1.118 - (view) (download) (annotate) - [select for diffs] Tue Dec 5 16:04:46 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.117: +1 -13 lines Diff to previous 1.117 update after today's work Revision 1.117 - (view) (download) (annotate) - [select for diffs] Fri Dec 1 11:54:00 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.116: +5 -1 lines Diff to previous 1.116 CURLOPT_CLOSEPOLICY can't be set Revision 1.116 - (view) (download) (annotate) - [select for diffs] Thu Nov 30 09:21:21 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.115: +3 -1 lines Diff to previous 1.115 the extra copy of downloads should be fixed too Revision 1.115 - (view) (download) (annotate) - [select for diffs] Wed Nov 29 21:47:22 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.114: +7 -3 lines Diff to previous 1.114 two more Revision 1.114 - (view) (download) (annotate) - [select for diffs] Wed Nov 29 14:39:50 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.113: +2 -1 lines Diff to previous 1.113 Is CURLOPT_FORBID_REUSE broken? Revision 1.113 - (view) (download) (annotate) - [select for diffs] Mon Nov 27 22:07:56 2006 UTC (3 years, 2 months ago) by bagder Branch: MAIN Changes since 1.112: +9 -3 lines Diff to previous 1.112 adding notes of what to work on and fix before next release Revision 1.112 - (view) (download) (annotate) - [select for diffs] Thu Oct 12 08:36:48 2006 UTC (3 years, 3 months ago) by bagder Branch: MAIN CVS Tags: curl-7_16_0 Changes since 1.111: +2 -4 lines Diff to previous 1.111 Jeff Pohlmeyer has been working with the hiperfifo.c example source code, and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition. Revision 1.111 - (view) (download) (annotate) - [select for diffs] Fri Oct 6 21:19:58 2006 UTC (3 years, 4 months ago) by bagder Branch: MAIN Changes since 1.110: +0 -2 lines Diff to previous 1.110 Bogdan Nicula's hanging test case was converted to test case 533 and the test now runs fine. Revision 1.110 - (view) (download) (annotate) - [select for diffs] Thu Oct 5 14:33:23 2006 UTC (3 years, 4 months ago) by bagder Branch: MAIN Changes since 1.109: +7 -2 lines Diff to previous 1.109 planned stuff to do before release Revision 1.109 - (view) (download) (annotate) - [select for diffs] Sat Jul 8 18:49:41 2006 UTC (3 years, 7 months ago) by bagder Branch: MAIN CVS Tags: curl-7_15_5, curl-7_15_6-prepipeline Changes since 1.108: +1 -1 lines Diff to previous 1.108 7.15.5 is planned for August 2006 Revision 1.108 - (view) (download) (annotate) - [select for diffs] Wed Apr 26 07:40:37 2006 UTC (3 years, 9 months ago) by bagder Branch: MAIN CVS Tags: curl-7_15_4 Changes since 1.107: +1 -2 lines Diff to previous 1.107 David McCreedy brought line end conversions when doing FTP ASCII transfers. They are done on non-windows systems and translate CRLF to LF. Revision 1.107 - (view) (download) (annotate) - [select for diffs] Mon Apr 10 08:17:08 2006 UTC (3 years, 10 months ago) by bagder Branch: MAIN Changes since 1.106: +4 -2 lines Diff to previous 1.106 65 - curl_multi_socket() added but not extensively tested nor particularly
documented or pushed for.
Revision 1.106 - (view) (download) (annotate) - [select for diffs] Thu Feb 23 12:21:24 2006 UTC (3 years, 11 months ago) by bagder Branch: MAIN CVS Tags: curl-7_15_2, curl-7_15_3 Changes since 1.105: +0 -2 lines Diff to previous 1.105 the last planned fix is done Revision 1.105 - (view) (download) (annotate) - [select for diffs] Thu Feb 16 23:42:32 2006 UTC (3 years, 11 months ago) by bagder Branch: MAIN Changes since 1.104: +0 -2 lines Diff to previous 1.104 Shmulik Regev provided a fix for the DNS cache when using short life times, as previously it could be holding on to old cached entries longer than requested. Revision 1.104 - (view) (download) (annotate) - [select for diffs] Thu Feb 16 12:11:20 2006 UTC (3 years, 11 months ago) by bagder Branch: MAIN Changes since 1.103: +4 -3 lines Diff to previous 1.103 two items before release Revision 1.103 - (view) (download) (annotate) - [select for diffs] Tue Oct 11 12:54:44 2005 UTC (4 years, 4 months ago) by bagder Branch: MAIN CVS Tags: curl-7_15_0, curl-7_15_1 Changes since 1.102: +2 -7 lines Diff to previous 1.102 7.15.0 in november? Revision 1.102 - (view) (download) (annotate) - [select for diffs] Fri Aug 19 06:43:25 2005 UTC (4 years, 5 months ago) by bagder Branch: MAIN CVS Tags: curl-7_14_1 Changes since 1.101: +3 -2 lines Diff to previous 1.101 The big POST to HTTPS is probably not a bug. The CONNECT problem is now bug #25 planned to get fixed in next release. Revision 1.101 - (view) (download) (annotate) - [select for diffs] Thu Aug 18 08:18:24 2005 UTC (4 years, 5 months ago) by bagder Branch: MAIN Changes since 1.100: +0 -2 lines Diff to previous 1.100 Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be fixed after 7.14.1 Revision 1.100 - (view) (download) (annotate) - [select for diffs] Mon Aug 8 23:09:24 2005 UTC (4 years, 6 months ago) by bagder Branch: MAIN Changes since 1.99: +6 -1 lines Diff to previous 1.99 mention two other bugs we should fix before release Revision 1.99 - (view) (download) (annotate) - [select for diffs] Sat Jul 30 23:48:07 2005 UTC (4 years, 6 months ago) by bagder Branch: MAIN Changes since 1.98: +3 -35 lines Diff to previous 1.98 Moved items from TODO-RELEASE to TODO since they're not really bound to happen in any specific release. Revision 1.98 - (view) (download) (annotate) - [select for diffs] Wed May 4 15:11:09 2005 UTC (4 years, 9 months ago) by bagder Branch: MAIN CVS Tags: curl-7_14_0 Changes since 1.97: +5 -0 lines Diff to previous 1.97 towards 7.14.0 - really Revision 1.97 - (view) (download) (annotate) - [select for diffs] Tue Apr 12 14:17:07 2005 UTC (4 years, 9 months ago) by bagder Branch: MAIN Changes since 1.96: +3 -3 lines Diff to previous 1.96 next release will be version 7.14.0 thanks to the added GnuTLS support Revision 1.96 - (view) (download) (annotate) - [select for diffs] Thu Mar 31 06:55:17 2005 UTC (4 years, 10 months ago) by bagder Branch: MAIN CVS Tags: curl-7_13_2 Changes since 1.95: +3 -0 lines Diff to previous 1.95 the cookie API is better and more likely to happen in a separate release Revision 1.95 - (view) (download) (annotate) - [select for diffs] Tue Mar 29 11:53:22 2005 UTC (4 years, 10 months ago) by bagder Branch: MAIN Changes since 1.94: +1 -1 lines Diff to previous 1.94 postpone these Revision 1.94 - (view) (download) (annotate) - [select for diffs] Mon Mar 14 00:52:14 2005 UTC (4 years, 10 months ago) by bagder Branch: MAIN Changes since 1.93: +2 -4 lines Diff to previous 1.93 two issues fixed Revision 1.93 - (view) (download) (annotate) - [select for diffs] Fri Mar 4 13:41:46 2005 UTC (4 years, 11 months ago) by bagder Branch: MAIN CVS Tags: curl-7_13_1 Changes since 1.92: +5 -1 lines Diff to previous 1.92 stand clear for release time Revision 1.92 - (view) (download) (annotate) - [select for diffs] Wed Feb 9 23:16:03 2005 UTC (5 years ago) by bagder Branch: MAIN Changes since 1.91: +0 -3 lines Diff to previous 1.91 David Byron fixed his SSL problems, initially mentioned here: http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59. Revision 1.91 - (view) (download) (annotate) - [select for diffs] Wed Feb 9 14:29:57 2005 UTC (5 years ago) by bagder Branch: MAIN Changes since 1.90: +0 -3 lines Diff to previous 1.90 issue #54 done Revision 1.90 - (view) (download) (annotate) - [select for diffs] Tue Feb 1 07:54:36 2005 UTC (5 years ago) by bagder Branch: MAIN CVS Tags: before_ftp_statemachine, curl-7_13_0 Changes since 1.89: +5 -3 lines Diff to previous 1.89 7.13 coming up Revision 1.89 - (view) (download) (annotate) - [select for diffs] Sun Jan 30 13:26:12 2005 UTC (5 years ago) by bagder Branch: MAIN Changes since 1.88: +5 -0 lines Diff to previous 1.88 Let's add a cookie interface in 7.14 Revision 1.88 - (view) (download) (annotate) - [select for diffs] Sat Jan 22 09:03:55 2005 UTC (5 years ago) by bagder Branch: MAIN Changes since 1.87: +19 -4 lines Diff to previous 1.87 added a few items I plan to do Revision 1.87 - (view) (download) (annotate) - [select for diffs] Sat Dec 25 23:15:45 2004 UTC (5 years, 1 month ago) by bagder Branch: MAIN Changes since 1.86: +7 -1 lines Diff to previous 1.86 issue 54 - this takes sweat Revision 1.86 - (view) (download) (annotate) - [select for diffs] Wed Dec 22 22:46:05 2004 UTC (5 years, 1 month ago) by bagder Branch: MAIN Changes since 1.85: +1 -1 lines Diff to previous 1.85 issue 47 in next release? Revision 1.85 - (view) (download) (annotate) - [select for diffs] Wed Nov 24 16:11:35 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN CVS Tags: curl-7_12_3 Changes since 1.84: +0 -4 lines Diff to previous 1.84 HTTP "auth done right". See lib/README.httpauth Revision 1.84 - (view) (download) (annotate) - [select for diffs] Wed Nov 24 16:08:41 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN Changes since 1.83: +0 -3 lines Diff to previous 1.83 decided to skip the MSVC makefile fixes, nobody seems to really want them and they are rather excessive Revision 1.83 - (view) (download) (annotate) - [select for diffs] Tue Nov 23 09:52:56 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN Changes since 1.82: +0 -2 lines Diff to previous 1.82 cut out release with no issue to fix Revision 1.82 - (view) (download) (annotate) - [select for diffs] Mon Nov 22 15:49:17 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN Changes since 1.81: +2 -4 lines Diff to previous 1.81 issue 52 is fixed, I work on 51 Revision 1.81 - (view) (download) (annotate) - [select for diffs] Sun Nov 21 13:18:36 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN Changes since 1.80: +0 -3 lines Diff to previous 1.80 The FD_SETSIZE issue is already sorted, at least internally. We still need to provide a better multi-API to allow apps to avoid select(). Revision 1.80 - (view) (download) (annotate) - [select for diffs] Thu Nov 11 16:56:34 2004 UTC (5 years, 2 months ago) by bagder Branch: MAIN Changes since 1.79: +13 -0 lines Diff to previous 1.79 added some details on what to come Revision 1.79 - (view) (download) (annotate) - [select for diffs] Tue Oct 19 15:30:08 2004 UTC (5 years, 3 months ago) by bagder Branch: MAIN Changes since 1.78: +1 -3 lines Diff to previous 1.78 CURLINFO_NUM_CONNECTS and more Revision 1.78 - (view) (download) (annotate) - [select for diffs] Sat Oct 16 14:07:31 2004 UTC (5 years, 3 months ago) by bagder Branch: MAIN CVS Tags: curl-7_12_2 Changes since 1.77: +0 -5 lines Diff to previous 1.77 today's changes Revision 1.77 - (view) (download) (annotate) - [select for diffs] Thu Oct 14 13:44:54 2004 UTC (5 years, 3 months ago) by bagder Branch: MAIN Changes since 1.76: +0 -2 lines Diff to previous 1.76 Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. Revision 1.76 - (view) (download) (annotate) - [select for diffs] Thu Oct 14 13:34:42 2004 UTC (5 years, 3 months ago) by bagder Branch: MAIN Changes since 1.75: +2 -0 lines Diff to previous 1.75 let's fix this too Revision 1.75 - (view) (download) (annotate) - [select for diffs] Tue Oct 12 12:47:31 2004 UTC (5 years, 3 months ago) by bagder Branch: MAIN Changes since 1.74: +5 -1 lines Diff to previous 1.74 one item fixed, one added for 7.12.2 and two more for 7.12.3 Revision 1.74 - (view) (download) (annotate) - [select for diffs] Mon Oct 4 10:37:30 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.73: +3 -13 lines Diff to previous 1.73 closing in on release Revision 1.73 - (view) (download) (annotate) - [select for diffs] Fri Oct 1 06:36:11 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.72: +1 -1 lines Diff to previous 1.72 - Based on Fedor Karpelevitch's formpost path basename patch, file parts in formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths. Revision 1.72 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 21:01:23 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.71: +2 -2 lines Diff to previous 1.71 - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this. Revision 1.71 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 12:20:04 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.70: +2 -0 lines Diff to previous 1.70 48 - Harshal Pradhan's isspace() fix for 8bit cookie content Revision 1.70 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 11:41:25 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.69: +1 -1 lines Diff to previous 1.69 issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layer Revision 1.69 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 11:38:46 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.68: +2 -0 lines Diff to previous 1.68 fix the multi.h too Revision 1.68 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 08:01:47 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.67: +2 -0 lines Diff to previous 1.67 added issue 45 "Chris' suspected race condition in the windows threaded resolver" Revision 1.67 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 07:59:17 2004 UTC (5 years, 4 months ago) by bagder Branch: MAIN Changes since 1.66: +11 -1 lines Diff to previous 1.66 added five things I want fixed before the next release Revision 1.66 - (view) (download) (annotate) - [select for diffs] Mon Aug 30 14:22:47 2004 UTC (5 years, 5 months ago) by bagder Branch: MAIN Changes since 1.65: +0 -3 lines Diff to previous 1.65 removed issue 36 from this list, we don't know how to do it and no one has stepped forward to help us. Let's postpone that fix. Revision 1.65 - (view) (download) (annotate) - [select for diffs] Mon Aug 9 12:18:30 2004 UTC (5 years, 6 months ago) by bagder Branch: MAIN CVS Tags: curl-7_12_1 Changes since 1.64: +3 -6 lines Diff to previous 1.64 adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW Revision 1.64 - (view) (download) (annotate) - [select for diffs] Tue Jun 29 11:27:33 2004 UTC (5 years, 7 months ago) by bagder Branch: MAIN Changes since 1.63: +2 -7 lines Diff to previous 1.63 multi interface connect fix Revision 1.63 - (view) (download) (annotate) - [select for diffs] Tue Jun 22 08:54:43 2004 UTC (5 years, 7 months ago) by bagder Branch: MAIN Changes since 1.62: +0 -4 lines Diff to previous 1.62 Gisle Vanem improved the certificate wildcard checks Revision 1.62 - (view) (download) (annotate) - [select for diffs] Mon Jun 21 10:56:33 2004 UTC (5 years, 7 months ago) by bagder Branch: MAIN Changes since 1.61: +2 -2 lines Diff to previous 1.61 recent events Revision 1.61 - (view) (download) (annotate) - [select for diffs] Fri Jun 18 11:47:08 2004 UTC (5 years, 7 months ago) by bagder Branch: MAIN Changes since 1.60: +8 -1 lines Diff to previous 1.60 two issues to remember to fix before next release Revision 1.60 - (view) (download) (annotate) - [select for diffs] Tue Jun 8 12:23:48 2004 UTC (5 years, 8 months ago) by bagder Branch: MAIN Changes since 1.59: +6 -2 lines Diff to previous 1.59 time schedule for this year Revision 1.59 - (view) (download) (annotate) - [select for diffs] Fri Jun 4 06:48:58 2004 UTC (5 years, 8 months ago) by bagder Branch: MAIN Changes since 1.58: +0 -3 lines Diff to previous 1.58 3rd party transfers are in CVS now Revision 1.58 - (view) (download) (annotate) - [select for diffs] Wed May 26 14:32:15 2004 UTC (5 years, 8 months ago) by bagder Branch: MAIN CVS Tags: curl-7_12_0 Changes since 1.57: +0 -1 lines Diff to previous 1.57 the CONNECT issue seems fixed too now Revision 1.57 - (view) (download) (annotate) - [select for diffs] Wed May 26 10:32:48 2004 UTC (5 years, 8 months ago) by bagder Branch: MAIN Changes since 1.56: +0 -2 lines Diff to previous 1.56 curllib.dsp works in the latest snapshots Revision 1.56 - (view) (download) (annotate) - [select for diffs] Wed May 26 09:19:46 2004 UTC (5 years, 8 months ago) by bagder Branch: MAIN Changes since 1.55: +9 -0 lines Diff to previous 1.55 updated with recent stuff Revision 1.55 - (view) (download) (annotate) - [select for diffs] Tue May 11 11:30:23 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.54: +0 -3 lines Diff to previous 1.54 curl_global_init_mem() allows the memory functions to be replaced. memory.h is included everywhere for this. Revision 1.54 - (view) (download) (annotate) - [select for diffs] Tue May 4 07:54:08 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.53: +0 -5 lines Diff to previous 1.53 Gisle made item 38, now there's only one low-prio task left... Revision 1.53 - (view) (download) (annotate) - [select for diffs] Fri Apr 30 09:17:04 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.52: +2 -8 lines Diff to previous 1.52 25 and 37 are now done, only two low-prio tasks left for the 7.12 release Revision 1.52 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 07:47:16 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.51: +5 -21 lines Diff to previous 1.51 some fixed, one removed, edited some. 7.12.0 in progress. Revision 1.51 - (view) (download) (annotate) - [select for diffs] Wed Apr 21 19:35:06 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN CVS Tags: curl-7_11_2 Changes since 1.50: +13 -1 lines Diff to previous 1.50 Gisle's items Revision 1.50 - (view) (download) (annotate) - [select for diffs] Wed Apr 21 08:56:02 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.49: +1 -14 lines Diff to previous 1.49 test case 160 "should work" now Revision 1.49 - (view) (download) (annotate) - [select for diffs] Fri Apr 16 07:33:53 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.48: +14 -0 lines Diff to previous 1.48 adding issue 36 to be fixed before release Revision 1.48 - (view) (download) (annotate) - [select for diffs] Thu Apr 15 15:05:48 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.47: +3 -7 lines Diff to previous 1.47 issue 31 - fix windows multi interface is now corrected Revision 1.47 - (view) (download) (annotate) - [select for diffs] Tue Apr 13 06:13:41 2004 UTC (5 years, 9 months ago) by bagder Branch: MAIN Changes since 1.46: +4 -6 lines Diff to previous 1.46 move issue 35 (hostip.c cleanup) forward, I don't feel like doing that now Revision 1.46 - (view) (download) (annotate) - [select for diffs] Tue Apr 6 15:30:57 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.45: +2 -0 lines Diff to previous 1.45 mention getting windows builds to work after rearrangements Revision 1.45 - (view) (download) (annotate) - [select for diffs] Tue Apr 6 15:29:01 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.44: +12 -20 lines Diff to previous 1.44 Moved long-standing issues over from TODO-RELEASE to the more long-term TODO file. Revision 1.44 - (view) (download) (annotate) - [select for diffs] Tue Apr 6 15:22:21 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.43: +0 -2 lines Diff to previous 1.43 the memory leak on windows have been addressed Revision 1.43 - (view) (download) (annotate) - [select for diffs] Tue Apr 6 06:18:48 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.42: +7 -1 lines Diff to previous 1.42 two issues to fix before 7.11.2, one issue to fix befor 7.12.0 Revision 1.42 - (view) (download) (annotate) - [select for diffs] Wed Mar 31 21:04:26 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.41: +0 -8 lines Diff to previous 1.41 issue 30, digest re-negotiate works now! Revision 1.41 - (view) (download) (annotate) - [select for diffs] Mon Mar 29 13:46:58 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.40: +0 -3 lines Diff to previous 1.40 issue 24 is fixed by making sure the time fields use a static width Revision 1.40 - (view) (download) (annotate) - [select for diffs] Mon Mar 22 13:56:30 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.39: +0 -2 lines Diff to previous 1.39 vms fixes committed Revision 1.39 - (view) (download) (annotate) - [select for diffs] Mon Mar 22 13:50:30 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.38: +0 -4 lines Diff to previous 1.38 Enabled 'NT responses' in the NTLM type-3 message. Revision 1.38 - (view) (download) (annotate) - [select for diffs] Mon Mar 22 10:22:01 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.37: +0 -3 lines Diff to previous 1.37 issue 27 fixed, moved libcurl version defines to its own header file Revision 1.37 - (view) (download) (annotate) - [select for diffs] Fri Mar 19 08:41:49 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.36: +2 -3 lines Diff to previous 1.36 starting a new cycle Revision 1.36 - (view) (download) (annotate) - [select for diffs] Thu Mar 18 12:59:03 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN CVS Tags: curl-7_11_1 Changes since 1.35: +8 -0 lines Diff to previous 1.35 Mitz Wark's reported Digest re-negotiate problem is issue 30. Revision 1.35 - (view) (download) (annotate) - [select for diffs] Tue Mar 16 10:40:48 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.34: +1 -1 lines Diff to previous 1.34 issue 29 has a bug report mentioning details Revision 1.34 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 13:13:14 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.33: +4 -2 lines Diff to previous 1.33 provide URLs to two patches mentioned Revision 1.33 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 13:09:59 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.32: +4 -0 lines Diff to previous 1.32 NTLM fix Revision 1.32 - (view) (download) (annotate) - [select for diffs] Thu Mar 11 21:49:56 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.31: +3 -0 lines Diff to previous 1.31 Optimize the way libcurl uses CWD Revision 1.31 - (view) (download) (annotate) - [select for diffs] Thu Mar 11 13:15:14 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.30: +4 -1 lines Diff to previous 1.30 added that header fiddling the msvc users will enjoy Revision 1.30 - (view) (download) (annotate) - [select for diffs] Tue Mar 9 09:38:16 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.29: +7 -0 lines Diff to previous 1.29 the error message stuff is for 7.12 Revision 1.29 - (view) (download) (annotate) - [select for diffs] Thu Mar 4 16:19:12 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.28: +3 -3 lines Diff to previous 1.28 issue 12 fix is pending and is working in devel added issue 24 - fix the progress meter for large files on slow networks to not wrap Revision 1.28 - (view) (download) (annotate) - [select for diffs] Mon Mar 1 09:08:52 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.27: +0 -8 lines Diff to previous 1.27 Moved two 7.11.2 issues over to the more general TODO docs. Revision 1.27 - (view) (download) (annotate) - [select for diffs] Fri Feb 27 07:15:42 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.26: +0 -2 lines Diff to previous 1.26 issue 21 is now history Revision 1.26 - (view) (download) (annotate) - [select for diffs] Mon Feb 23 16:04:16 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.25: +13 -13 lines Diff to previous 1.25 features no one seem to care much about are now moved over to the 7.11.2 release Revision 1.25 - (view) (download) (annotate) - [select for diffs] Thu Feb 19 08:19:21 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.24: +0 -10 lines Diff to previous 1.24 item 19 is considered fixed until we get to hear differently item 25 is now dealt with using the curlx_ prefix, mentioned in detail here: http://curl.haxx.se/mail/lib-2004-02/0215.html Revision 1.24 - (view) (download) (annotate) - [select for diffs] Mon Feb 16 15:27:40 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN Changes since 1.23: +3 -8 lines Diff to previous 1.23 item 24 fixed, edited a few issues Revision 1.23 - (view) (download) (annotate) - [select for diffs] Mon Feb 9 13:41:24 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.22: +13 -12 lines Diff to previous 1.22 recent updates Revision 1.22 - (view) (download) (annotate) - [select for diffs] Fri Feb 6 14:17:30 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.21: +7 -0 lines Diff to previous 1.21 The Curl_strtoll() issue Revision 1.21 - (view) (download) (annotate) - [select for diffs] Fri Feb 6 13:42:49 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.20: +19 -24 lines Diff to previous 1.20 updated Revision 1.20 - (view) (download) (annotate) - [select for diffs] Thu Jan 29 16:17:51 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.19: +0 -3 lines Diff to previous 1.19 the thread and SSL issue is now fixed Revision 1.19 - (view) (download) (annotate) - [select for diffs] Thu Jan 29 16:00:10 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.18: +13 -9 lines Diff to previous 1.18 update with recent info Revision 1.18 - (view) (download) (annotate) - [select for diffs] Thu Jan 29 11:21:37 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.17: +2 -2 lines Diff to previous 1.17 updates Revision 1.17 - (view) (download) (annotate) - [select for diffs] Tue Jan 27 13:17:44 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.16: +0 -3 lines Diff to previous 1.16 number two is fixed! Revision 1.16 - (view) (download) (annotate) - [select for diffs] Thu Jan 22 09:40:30 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.15: +0 -4 lines Diff to previous 1.15 start working on 7.11.1 Revision 1.15 - (view) (download) (annotate) - [select for diffs] Wed Jan 21 09:22:23 2004 UTC (6 years ago) by bagder Branch: MAIN CVS Tags: curl-7_11_0 Changes since 1.14: +22 -16 lines Diff to previous 1.14 updates Revision 1.14 - (view) (download) (annotate) - [select for diffs] Mon Jan 19 15:41:28 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.13: +11 -8 lines Diff to previous 1.13 nothing left for 7.11.0, the remaining items were moved to 7.11.1 as planned Revision 1.13 - (view) (download) (annotate) - [select for diffs] Thu Jan 15 10:20:17 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.12: +0 -2 lines Diff to previous 1.12 issue 22 (better compressed manual) is fixed Revision 1.12 - (view) (download) (annotate) - [select for diffs] Tue Jan 13 08:38:04 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.11: +0 -2 lines Diff to previous 1.11 amiga patch applied and committed Revision 1.11 - (view) (download) (annotate) - [select for diffs] Mon Jan 12 15:54:31 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.10: +5 -0 lines Diff to previous 1.10 more stuff to be added "soon" Revision 1.10 - (view) (download) (annotate) - [select for diffs] Mon Jan 12 15:27:40 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.9: +0 -2 lines Diff to previous 1.9 Peter Sylvester's multi patches were applied Revision 1.9 - (view) (download) (annotate) - [select for diffs] Mon Jan 12 08:08:36 2004 UTC (6 years ago) by bagder Branch: MAIN Changes since 1.8: +5 -1 lines Diff to previous 1.8 added the forgotten patch tracker item #844036 Revision 1.8 - (view) (download) (annotate) - [select for diffs] Sun Jan 11 23:02:48 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.7: +3 -3 lines Diff to previous 1.7 issue 6 moved to 7.11.1 Revision 1.7 - (view) (download) (annotate) - [select for diffs] Thu Jan 8 23:06:40 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.6: +2 -0 lines Diff to previous 1.6 Giuseppe Attardi's bug Revision 1.6 - (view) (download) (annotate) - [select for diffs] Thu Jan 8 22:03:10 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.5: +4 -3 lines Diff to previous 1.5 a few issues are now awaiting response Revision 1.5 - (view) (download) (annotate) - [select for diffs] Wed Jan 7 07:44:44 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.4: +4 -19 lines Diff to previous 1.4 removed the fixed entries, somewhat updated entries Revision 1.4 - (view) (download) (annotate) - [select for diffs] Mon Jan 5 22:52:11 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.3: +2 -0 lines Diff to previous 1.3 Accept fix Revision 1.3 - (view) (download) (annotate) - [select for diffs] Mon Jan 5 22:38:00 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.2: +2 -2 lines Diff to previous 1.2 large file support added in CVS now Revision 1.2 - (view) (download) (annotate) - [select for diffs] Sun Jan 4 17:38:58 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.1: +2 -2 lines Diff to previous 1.1 we call it 7.11.0 Revision 1.1 - (view) (download) (annotate) - [select for diffs] Sun Jan 4 17:37:49 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN What I hope we get done in the next few releases This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision. |
Page updated November 16, 2009.
web site info