Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-11 | corrected the signal handler | Daniel Stenberg | |
2002-06-11 | 7.9.8-pre3 commit | Daniel Stenberg | |
2002-06-11 | the disable protocol stuff is now added | Daniel Stenberg | |
2002-06-11 | more nonewline support | Daniel Stenberg | |
2002-06-11 | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg | |
case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard. | |||
2002-06-11 | cut up the string in more pieces for <512 bytes strings | Daniel Stenberg | |
2002-06-11 | removed accidentally added debug-code! | Daniel Stenberg | |
2002-06-11 | ftp range downloads make us ignore the final status message as the server | Daniel Stenberg | |
will most likely treat the download as failed as we might abort it pre-maturely | |||
2002-06-11 | added test135 ftp byte-range download | Daniel Stenberg | |
2002-06-11 | added --disable-[protocol] support | Daniel Stenberg | |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | |
2002-06-11 | Added disable-defines | Daniel Stenberg | |
2002-06-11 | added multi.obj | Daniel Stenberg | |
2002-06-11 | make sure data->set.postfields is non-NULL before doing strlen() on the | Daniel Stenberg | |
pointer. Bugs item #566835. | |||
2002-06-10 | getaddrinfo() failures now show port number too in informational output | Daniel Stenberg | |
2002-06-10 | added a missing failf() for certain connect failures | Daniel Stenberg | |
2002-06-10 | This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based | Daniel Stenberg | |
on a patch from Jacob Meuser, input from Götz Babin-Ebell and my own browsing of the latest include files. | |||
2002-06-10 | Gautam Mani found a socket descriptor leak that happened when FTP transfers | Daniel Stenberg | |
failed and you reinvoked curl_easy_perform(). | |||
2002-06-07 | Added HAVE_SYS_TYPES_H | Daniel Stenberg | |
2002-06-05 | Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crash | Daniel Stenberg | |
2002-06-05 | set HAVE_RAND_STATUS too | Daniel Stenberg | |
2002-06-05 | hostcache_fixoffset() is now corrected to work on 64bit architectures | Daniel Stenberg | |
Bug report #564585. | |||
2002-06-04 | more stuff since pre1 | Daniel Stenberg | |
2002-06-03 | indent like the other ones | Daniel Stenberg | |
2002-06-03 | Christophe Espern wrote another binding! | Daniel Stenberg | |
2002-06-03 | updated header | Daniel Stenberg | |
2002-06-03 | T. Bharath's updates since curl now uses the winmm lib for higher resolution | Daniel Stenberg | |
timer | |||
2002-06-03 | T. Bharath made the request size add up as it is documented to do. | Daniel Stenberg | |
2002-06-03 | T. Bharath fixed higher resolution time for windows builds | Daniel Stenberg | |
2002-06-03 | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg | |
2002-05-28 | Getting an empty FTP file no longer makes us return error 19. An empty file | Daniel Stenberg | |
is fine to get. | |||
2002-05-28 | Gustaf Hui provided new code that changes how curl_multi_info_read() | Daniel Stenberg | |
messages are stored, so that they don't have to be kept around for the multi handle's entire life time. He also made it return failure codes properly which it didn't do before. I made the messages only get stored per easy-handle so that they can be independently killed easier without ruining the "master list". It makes the info_read() function slightly less beautiful as it has to scan for messages to return, but it makes removing individual handles a lot easier and less error prone. | |||
2002-05-28 | Adjusted to make curl_multi_perform() work properly even when | Daniel Stenberg | |
curl_multi_fdset() is not used. | |||
2002-05-28 | I trimmed the --help output slightly to better fit within 80 cols | Daniel Stenberg | |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg | |
2002-05-22 | new url, spell checked | Daniel Stenberg | |
2002-05-22 | since 7.9.7 | Daniel Stenberg | |
2002-05-21 | James Cone's little work-around for the strict error | Daniel Stenberg | |
2002-05-21 | When re-using a connection, make sure that we use the current host name as | Daniel Stenberg | |
we might actually re-use a connection to a different host, when using proxies! This was what bug report #558888 was all about. | |||
2002-05-21 | James Cone added the new CURL_NETRC_OPTION enum | Daniel Stenberg | |
2002-05-21 | test suite mods for the netrc testing stuff | Daniel Stenberg | |
2002-05-21 | James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions | Daniel Stenberg | |
2002-05-21 | Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone | Daniel Stenberg | |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg | |
2002-05-21 | five new test cases for the netrc parsing | Daniel Stenberg | |
2002-05-21 | maprintf() and vmaprintf() now work better when printfing "%s" with an | Daniel Stenberg | |
empty string | |||
2002-05-21 | corrected see also | Daniel Stenberg | |
2002-05-21 | 3.14 added, javascript support | Daniel Stenberg | |
2002-05-21 | Added source header and made it clear that this code was originally donated | Daniel Stenberg | |
to us by Juergen Wilke. | |||
2002-05-21 | ASN1 files don't work for the *chain_file(), make them use the previous | Daniel Stenberg | |
version |