Age | Commit message (Expand) | Author |
2003-03-19 | make the ENGINE depend on the USE_SSLEAY define too | Daniel Stenberg |
2003-03-15 | Sort out the ENGINE problems people seem to be having. Now we put all ENGINE | Daniel Stenberg |
2003-02-24 | Fixes to bring back the the "Expect: 100-continue" functionality. If the | Daniel Stenberg |
2003-01-20 | Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-09 | if userpwd is "username:", this now implies a blank password while only | Daniel Stenberg |
2003-01-08 | updated to use the modified share-types | Daniel Stenberg |
2003-01-07 | Simon Liu's HTTP200ALIASES-patch! | Daniel Stenberg |
2002-12-13 | conn->bits.tcpconnect now keeps track of if this connection is connected | Daniel Stenberg |
2002-12-10 | The initial HTTP request can now be sent in multiple parts, as part of the | Daniel Stenberg |
2002-12-09 | A normal POST now provides data to the main transfer loop via the usual | Daniel Stenberg |
2002-12-09 | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg |
2002-12-03 | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg |
2002-11-20 | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE | Daniel Stenberg |
2002-11-11 | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg |
2002-11-11 | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-10-23 | bad headers can come in two kinds, we either treat everything as one big | Daniel Stenberg |
2002-10-17 | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg |
2002-09-13 | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg |
2002-09-11 | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg |
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg |
2002-08-29 | remove the data and conn fields from the Curl_transfer_keeper struct, they | Daniel Stenberg |
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg |
2002-08-22 | Markus F.X.J. Oberhumer's added comment | Daniel Stenberg |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg |
2002-08-05 | Make SessionHandle keep record if it is used with the multi interface or | Daniel Stenberg |
2002-06-15 | CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size | Daniel Stenberg |
2002-06-14 | Remade the FTP not-check status line and not-attempt-to-read-status-line | Daniel Stenberg |
2002-06-13 | Added 'dont_check' to be set during an FTP operation if the final status | Daniel Stenberg |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-05-03 | CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest | Daniel Stenberg |
2002-05-02 | added two pointers to the fd_set variables to read/write from, as sometimes | Daniel Stenberg |
2002-04-25 | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg |
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg |
2002-01-29 | no more adjustable upload buffer size, we use non-blocking sockets now so | Daniel Stenberg |
2002-01-29 | Giaslas Georgios introduced CURLINFO_CONTENT_TYPE | Daniel Stenberg |
2002-01-16 | - shrunk the BUFSIZE define from 50K to 20K | Daniel Stenberg |
2002-01-08 | 1) the dns_cache_timeout should be an integer, not a bool | Sterling Hughes |
2002-01-08 | Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option. | Sterling Hughes |
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes |