Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-29 | with a very recent yassl, we now can display 'yassl' when the OpenSSL API is | Daniel Stenberg | |
in fact provided by yassl instead | |||
2006-06-28 | fix better minor compiler warning | Yang Tse | |
2006-06-28 | fix minor compiler warning | Yang Tse | |
2006-06-28 | fix minor compiler warning | Yang Tse | |
2006-06-24 | Added README.pipelining but also extracted the "docs" files to a separate list | Daniel Stenberg | |
to get a better overview | |||
2006-06-24 | thoughts and ideas as posted to the list the other day | Daniel Stenberg | |
2006-06-24 | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg | |
(serialise) a previously built formpost (as with curl_formadd()). | |||
2006-06-23 | Arve Knudsen found a flaw in curl_multi_fdset() for systems where | Daniel Stenberg | |
curl_socket_t is unsigned (like Windows) that could cause it to wrongly return a max fd of -1. | |||
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg | |
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before. | |||
2006-06-15 | select_res is not a socket, it should be a plain int | Daniel Stenberg | |
2006-06-09 | proper use of newlines | Daniel Stenberg | |
2006-06-09 | oops, serious breakage in the fdset() function | Daniel Stenberg | |
2006-06-08 | Brian Dessent's fixes for cygwin builds | Daniel Stenberg | |
2006-06-07 | NTLM2 session response support | Daniel Stenberg | |
2006-05-31 | Added config-tpf.h to the release package | Daniel Stenberg | |
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 | |
variables, simplified the splayprint function, modified Curl_splayremovebyaddr() to return error code. All in an effort to track down the reported splay problem, but I've failed to do that so far... | |||
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 | |
fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed. | |||
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg | |
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me) | |||
2006-05-24 | minor fix to make Curl_splayremove() return a NULL as "removed" in case | Daniel Stenberg | |
nothing matched fine | |||
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 | |
truly use SSL | |||
2006-05-11 | silence warning | Daniel Stenberg | |
2006-05-10 | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg | |
checks on the to-be-returned socket to make sure it truly seems to be alive and well. For SSL connection it (only) uses OpenSSL functions. | |||
2006-05-10 | 1 - allow DICT with properly URL-escaped words, like using %20 for spaces | Daniel Stenberg | |
2 - properly escape certain letters within a DICT word to comply to the RFC2229 | |||
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 | |
connects. The state machine was not reset properly so that subsequent connects using the same handle would fail, and there were two memory leaks. | |||
2006-05-09 | Robson Braga Araujo fixed a memory leak when you added an easy handle to a | Daniel Stenberg | |
multi stack and that easy handle had already been used to do one or more easy interface transfers, as then the code threw away the previously used DNS cache without properly freeing it. | |||
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 | |
from Curl_client_write | |||
2006-05-08 | Stop sending retransmitted received blocks up to client | Dan Fandrich | |
Fixed handling of retransmitted blocks on transmit Properly aligned data to transmit within packet Replaced calls to strerror() with Curl_strerror() | |||
2006-05-08 | Fixed known bug #28. The TFTP code no longer assumes a packed struct and | Daniel Stenberg | |
thus works reliably on more platforms. | |||
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 | |
like this in this source file. The quickfix for now is to provide a simple version for GnuTLS builds. The GnuTLS version of libcurl doesn't yet allow fully non-blocking connects anyway so this function doesn't get used. | |||
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 | |
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. When changing to this, the former function Curl_ourerrno() is now instead called Curl_sockerrno() as it is necessary to only use it to get errno from socket-related functions as otherwise it won't work as intended on Windows. | |||
2006-05-04 | Mark Eichin submitted bug report #1480821 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a problem with how libcurl dealt with GnuTLS and a case where gnutls returned GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected return code, making Curl_ssl_send() confuse the upper layer - causing random 28 bytes trash data to get inserted in the transfered stream. The proper fix was to make the Curl_gtls_send() function return the proper return codes that the callers would expect. The Curl_ossl_send() function already did this. | |||
2006-04-26 | Added revision ID-tag. | Gisle Vanem | |
2006-04-26 | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem | |
#ifdef around WSAEDISCON in strerror.c. | |||
2006-04-26 | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | |
(more logical). | |||
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 | |
HAVE_PROCESS_H added for all except scc. | |||
2006-04-26 | crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bit | Daniel Stenberg | |
systems | |||
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | |
transfers. They are done on non-windows systems and translate CRLF to LF. | |||
2006-04-25 | Paul Querna fixed libcurl to better deal with deflate content encoding when | Daniel Stenberg | |
the stream (wrongly) lacks a proper zlib header. This seems to be the case on too many actual server implementations. | |||
2006-04-25 | prevent signed/unsigned warnings | Daniel Stenberg | |