Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-21 | undo using internal *printf() clones for test #530 | Yang Tse | |
2008-01-20 | use internal *printf() clones since snprintf() not available on all platforms | Yang Tse | |
2008-01-20 | Judson provided an example, and the added mirror adds the count | Daniel Stenberg | |
2008-01-20 | This is a multi threaded application that uses a progress bar to show | Daniel Stenberg | |
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop | |||
2008-01-20 | http://curl.very-clever.com/ is a new mirror in Nuremberg, Germany | Daniel Stenberg | |
2008-01-20 | Also disable GSSAPIAuthentication for the test harness ssh client | Yang Tse | |
2008-01-19 | added a (sample) target for 64bit msvc builds | Daniel Stenberg | |
2008-01-19 | rephrased the --socks5-hostname help output somewhat | Daniel Stenberg | |
2008-01-19 | Dmitry Kurochkin fixed test case 530 (pipelining) | Daniel Stenberg | |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg | |
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket properly during that state, due to a missing case in the switch in the multi_getsock() function. | |||
2008-01-18 | fix failure to properly detect SSH and SOCKS servers start up on loaded systems | Yang Tse | |
2008-01-18 | to actually allow really big HTTP POSTs curl's postfieldsize type is changed to | Yang Tse | |
curl_off_t and CURLOPT_POSTFIELDSIZE_LARGE is used to pass value to libcurl | |||
2008-01-17 | curl-java 0.2.1 | Daniel Stenberg | |
2008-01-17 | the java binding is not really maintained | Daniel Stenberg | |
2008-01-17 | Don't abort tests 518 and 537 when unable to raise the open-file soft limit | Yang Tse | |
2008-01-17 | fix compiler warning | Yang Tse | |
2008-01-17 | Put the comments in an XML-valid location. | Dan Fandrich | |
2008-01-17 | updated lib versions. | Gunter Knauf | |
2008-01-17 | updated copyright for new year. | Gunter Knauf | |
2008-01-16 | Added test 553. This test case and code is based on the bug recipe Joe Malicki | Daniel Stenberg | |
provided for bug report #1871269, fixed on Jan 14 2008 before the 7.18.0 release. | |||
2008-01-16 | remove trailing comma too, even though I don't think it does any harm | Daniel Stenberg | |
2008-01-16 | Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring | Daniel Stenberg | |
out what valgrind to run. | |||
2008-01-16 | Dmitry Kurochkin's additional pipelining bugfix | Daniel Stenberg | |
2008-01-16 | fix handling of out of memory in the command line tool that afected | Yang Tse | |
data url encoded HTTP POSTs when reading it from a file. | |||
2008-01-16 | OS/400 update: | Patrick Monnerat | |
New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts. | |||
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg | |
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. | |||
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg | |
function itself adds that. Fixed on 50 or something strings! | |||
2008-01-15 | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg | |
The signalling of that a global DNS cache is wanted is done by setting the option but the setting of the internal variable that it is in use must not be done until it finally actually gets used! NOTE and WARNING: I noticed that you can't actually switch off the global dns cache with CURLOPT_DNS_USE_GLOBAL_CACHE but you couldn't do that previously either and the option is very clearly and loudly documented as DO NOTE USE so I won't bother to fix this bug now. | |||
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg | |
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment. | |||
2008-01-15 | Michal Marek's improved .curlrc syntax description | Daniel Stenberg | |
2008-01-14 | Joe Malicki filed bug report #1871269 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang- problem that occurred when doing a large HTTP POST request with the response-body read from a callback. | |||
2008-01-14 | fix compiler warning | Yang Tse | |
2008-01-14 | startnew() shouldn't return a positive pid as reported in the pidfile | Yang Tse | |
by the spawned server itself unless it is actually alive | |||
2008-01-14 | 5.3 support FF3 sqlite cookie files | Daniel Stenberg | |
2008-01-14 | Trying GnuTLS and OpenSSL together fails to compile in not so | Gisle Vanem | |
obvious ways. Give an explicit error. | |||
2008-01-14 | #115 is done | Yang Tse | |
2008-01-13 | fix compiler warning | Yang Tse | |
2008-01-13 | add client features part | Yang Tse | |
2008-01-12 | I re-arranged the curl --help output. All the options are now sorted on | Daniel Stenberg | |
their long option names and all descriptions are one-liners. | |||
2008-01-12 | Eric Landes provided the patch (edited by me) that introduces the | Daniel Stenberg | |
--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. | |||
2008-01-12 | added release dates for four very old releases | Daniel Stenberg | |
2008-01-12 | Remove hardcoded verbosity | Yang Tse | |
2008-01-12 | Ooops | Yang Tse | |
2008-01-11 | Ooops | Yang Tse | |
2008-01-11 | new year | Daniel Stenberg | |
2008-01-11 | When verifying that test harness's SSH and SOCKS servers have been | Yang Tse | |
started check also that the process is actually alive, since they could have died once the pidfile was written out | |||
2008-01-11 | fix compiler warning | Yang Tse | |
2008-01-11 | fix compiler warning | Yang Tse | |
2008-01-11 | "114 - Ranged downloads on file:// URLs" done | Daniel Stenberg | |
2008-01-11 | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | Daniel Stenberg | |
already worked for FTP:// URLs |