Age | Commit message (Expand) | Author |
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg |
2006-05-24 | minor fix to make Curl_splayremove() return a NULL as "removed" in case | Daniel Stenberg |
2006-05-23 | David McCreedy's update | 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 | 1 - allow DICT with properly URL-escaped words, like using %20 for spaces | Daniel Stenberg |
2006-05-09 | oops, could return an uninitialized variable | 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 | 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-04-26 | Added revision ID-tag. | Gisle Vanem |
2006-04-26 | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem |
2006-04-26 | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem |
2006-04-26 | djgpp has <process.h> too. | Gisle Vanem |
2006-04-26 | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem |
2006-04-26 | crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bit | Daniel Stenberg |
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg |
2006-04-25 | Paul Querna fixed libcurl to better deal with deflate content encoding when | Daniel Stenberg |
2006-04-25 | prevent signed/unsigned warnings | Daniel Stenberg |
2006-04-21 | Ale Vesely fixed CURLOPT_INTERFACE when using a hostname | Daniel Stenberg |
2006-04-21 | each socket is used by exactly one easy handle, but of course each easy handle | Daniel Stenberg |
2006-04-20 | removed -fpack-struct because gcc4 seems to know its obsolete and warns... | Gunter Knauf |
2006-04-19 | CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built | Daniel Stenberg |
2006-04-18 | Robson Braga Araujo provided a patch that makes libcurl less eager to close | Daniel Stenberg |
2006-04-18 | corrected the SSL timeout, as Ates Goral's patch did it and that works (opposed | Daniel Stenberg |
2006-04-18 | attempt to silence the MIPSPro compiler warning | Daniel Stenberg |
2006-04-18 | avoid a warning about declaring a variable that shadows an earlier declared | Daniel Stenberg |
2006-04-18 | there's an curl_easy_unescape too now | Daniel Stenberg |
2006-04-17 | added missing symbol export. | Gunter Knauf |
2006-04-12 | added splay | Daniel Stenberg |
2006-04-12 | Added splay.c. | Gisle Vanem |
2006-04-12 | Add "multiif.h" for GETSOCK_WRITESOCK() macro. | Gisle Vanem |
2006-04-11 | adjusted to the new internal *_getsock() concept for providing info internally | Daniel Stenberg |
2006-04-11 | added docs and removed proto | Daniel Stenberg |
2006-04-10 | Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-04-10 | added README.multi_socket | Daniel Stenberg |
2006-04-10 | state of the multi_socket API works | Daniel Stenberg |
2006-04-10 | avoid duplicate typedefs, as this type is also defined in our public headers | Daniel Stenberg |
2006-04-09 | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg |