Age | Commit message (Expand) | Author |
2006-05-27 | one modified proto and one removed proto | Daniel Stenberg |
2006-05-27 | adapted to the new Curl_splayremovebyaddr() proto | Daniel Stenberg |
2006-05-27 | Ifdef'ed out unused function, added lots of comments and renamed a few | Daniel Stenberg |
2006-05-27 | reverted the previous .libs check for libs, but instead make mingw32 builds | Daniel Stenberg |
2006-05-26 | �scar Morales Viv� updated the libcurl.framework.make file. | Daniel Stenberg |
2006-05-26 | long/int cleanup to silence picky compiler warnings | Daniel Stenberg |
2006-05-25 | Olaf St�ben fixed a bug that caused Digest authentication with md5-sess to | Daniel Stenberg |
2006-05-25 | minor RFC updates, Dan Fandrich brought my attention to them | Daniel Stenberg |
2006-05-25 | better check for libs created in the .libs directory since libtool does this | Daniel Stenberg |
2006-05-24 | added some missing items | Daniel Stenberg |
2006-05-24 | Copied the NO_UNDEFINED magic from libcurl to make this build fine again with | Daniel Stenberg |
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg |
2006-05-24 | make sure we pass a time_t * to localtime(), and the timeval struct members | Daniel Stenberg |
2006-05-24 | minor fix to make Curl_splayremove() return a NULL as "removed" in case | Daniel Stenberg |
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg |
2006-05-23 | Fixed a shell script syntax error that all of a sudden started causing this | Daniel Stenberg |
2006-05-23 | David McCreedy's update | Daniel Stenberg |
2006-05-15 | updated with more recent facts | Daniel Stenberg |
2006-05-14 | The SOCKS connection codes don't properly acknowledge (connect) timeouts. | Daniel Stenberg |
2006-05-11 | The new ftpuploadresume.c example by Philip Bock | Daniel Stenberg |
2006-05-11 | Ok, when checking for old-style SSLeay headers we cannot just use | Daniel Stenberg |
2006-05-11 | 1 - allow much longer time for the test FTP server to startup and get verified | Daniel Stenberg |
2006-05-11 | make sure the LASTSOCKET check only checks for SSL status if the socket | Daniel Stenberg |
2006-05-11 | silence warning | Daniel Stenberg |
2006-05-10 | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg |
2006-05-10 | My Solaris test server was simply too slow to be able to respond within 4 | Daniel Stenberg |
2006-05-10 | cvsignore these files | Daniel Stenberg |
2006-05-10 | 1 - allow DICT with properly URL-escaped words, like using %20 for spaces | Daniel Stenberg |
2006-05-10 | removed variable declarations shadowing previously declared variables | Daniel Stenberg |
2006-05-10 | Bram Matthys brought my attention to a libtool peculiarity where detecting | Daniel Stenberg |
2006-05-09 | oops, could return an uninitialized variable | Daniel Stenberg |
2006-05-09 | Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU | Daniel Stenberg |
2006-05-09 | mention the other TFTP cleanup sweep from yday | Daniel Stenberg |
2006-05-09 | Robson Braga Araujo fixed two problems in the recently added non-blocking SSL | Daniel Stenberg |
2006-05-09 | Robson Braga Araujo fixed a memory leak when you added an easy handle to a | Daniel Stenberg |
2006-05-08 | check more return codes and skip the initial slash in given file names | Daniel Stenberg |
2006-05-08 | no longer uses errno but Curl_sockerrno() and now acknowledges return codes | Daniel Stenberg |
2006-05-08 | Stop sending retransmitted received blocks up to client | Dan Fandrich |
2006-05-08 | Fixed known bug #28. The TFTP code no longer assumes a packed struct and | Daniel Stenberg |
2006-05-07 | Fix GnuTLS compile warning. Risking breakage with some older version of GnuTLS? | Daniel Stenberg |
2006-05-05 | Curl_https_getsock() was OpenSSL-specific and really should not be present | Daniel Stenberg |
2006-05-05 | get the Curl_sockerrno proto | Daniel Stenberg |
2006-05-05 | two more contributors | Daniel Stenberg |
2006-05-05 | additional renames of Curl_ourerrno => Curl_sockerrno | Daniel Stenberg |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2006-05-04 | Mark Eichin submitted bug report #1480821 | Daniel Stenberg |
2006-05-03 | moved the curl_off_t check to within the --enable-debug block where it belong... | Daniel Stenberg |
2006-05-03 | Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes | Daniel Stenberg |
2006-05-02 | curl-config got a --checkfor option | Daniel Stenberg |
2006-05-02 | Make this code use the proper pointers | Daniel Stenberg |