Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-09 | a fair idea | Daniel Stenberg | |
2003-12-08 | removed one, added one | Daniel Stenberg | |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg | |
2003-10-17 | cleaning | Daniel Stenberg | |
2003-09-01 | "Securing FTP with TLS" was updated to revision 12 | Daniel Stenberg | |
2003-08-11 | edits | Daniel Stenberg | |
2003-07-30 | ftp proxy support would be nice | Daniel Stenberg | |
2003-06-26 | mention COOKIES, removed added entries, corrected the FPL-SSL link/reference | Daniel Stenberg | |
2003-05-26 | ftp ASCII transfers in general need fixing | Daniel Stenberg | |
2003-04-28 | CURLOPT_FTPPORT could support port number too | Daniel Stenberg | |
2003-04-07 | --disable-eprt perhaps? | Daniel Stenberg | |
2003-03-28 | send as much as possible of the POST at once | Daniel Stenberg | |
2003-03-15 | detect lack of perl before running tests | Daniel Stenberg | |
2003-03-10 | added things to fix at the next major release/change | Daniel Stenberg | |
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg | |
2003-01-07 | updated | Daniel Stenberg | |
2002-11-11 | transfer-encoding: chunked was implemented | Daniel Stenberg | |
2002-08-26 | add more things to do | Daniel Stenberg | |
2002-08-14 | Wez Furlong's ideas and some cleaning up/clarifying | Daniel Stenberg | |
2002-08-13 | change the resolver URL to the work-in-progress library project | Daniel Stenberg | |
2002-06-12 | CURLOPT_MAXFILESIZE | Daniel Stenberg | |
2002-06-11 | the disable protocol stuff is now added | Daniel Stenberg | |
2002-04-27 | updated | Daniel Stenberg | |
2002-04-12 | error codes *ARE* documented now | Daniel Stenberg | |
2002-03-18 | updated | Daniel Stenberg | |
2002-03-05 | read POST data using the read callback | Daniel Stenberg | |
2002-02-18 | auth on multiple hosts with follow-location | Daniel Stenberg | |
2002-02-18 | offer SSL verfication callback, | Daniel Stenberg | |
add 'headers=' in client formpost | |||
2002-02-07 | added Cris Bailiff's CAdir option suggestion | Daniel Stenberg | |
2002-01-22 | verify big files | Daniel Stenberg | |
2002-01-21 | pre4 | Daniel Stenberg | |
2002-01-18 | updated to 2002 status ;-) | Daniel Stenberg | |
2001-12-17 | strip trailing CRs | Daniel Stenberg | |
2001-12-06 | Jason Mancini's -Oalways suggestion | Daniel Stenberg | |
2001-12-03 | the final ftp ipv6 support has been added! | Daniel Stenberg | |
2001-11-14 | added Richard Levitte's suggestion to support multiple -T options | Daniel Stenberg | |
2001-11-13 | interface to export/import SSL session IDs | Daniel Stenberg | |
2001-11-13 | 2 removed, 1 added | Daniel Stenberg | |
2001-11-02 | re-ordered, cleaned up | Daniel Stenberg | |
2001-10-03 | non-blocking connects *done* | Daniel Stenberg | |
2001-09-19 | http put with --crlf requires chunked content encoding | Daniel Stenberg | |
2001-09-11 | now can set list of ciphers | Daniel Stenberg | |
2001-09-03 | -R removes a TODO | Daniel Stenberg | |
2001-08-29 | removed cookies and SSL sessions | Daniel Stenberg | |
2001-08-22 | updated | Daniel Stenberg | |
2001-08-09 | non-blocking connect please | Daniel Stenberg | |
2001-08-07 | replacing FILE * with common file descriptors? | Daniel Stenberg | |
2001-08-04 | -G or similar to make -d data get into a GET | Daniel Stenberg | |
2001-08-02 | "Add an interface that enables a user to select prefered SSL ciphers to use." | Daniel Stenberg | |
Rob Styles posted the question, as he could've used this... | |||
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes | |
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup(). |