Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-03 | The ARRAY stuff is now added | Daniel Stenberg | |
2001-09-25 | Added httpput.c | Daniel Stenberg | |
2001-09-19 | http put with --crlf requires chunked content encoding | Daniel Stenberg | |
2001-09-17 | curl_easy_duphandle is new | Daniel Stenberg | |
2001-09-11 | now can set list of ciphers | Daniel Stenberg | |
2001-09-11 | added --ciphers | Daniel Stenberg | |
2001-09-11 | documented CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg | |
2001-09-11 | some unixes have the netrc description in the ftp(1) man page | Daniel Stenberg | |
2001-09-05 | added -R description | Daniel Stenberg | |
2001-09-03 | -R removes a TODO | Daniel Stenberg | |
2001-08-29 | updated a bit | Daniel Stenberg | |
2001-08-29 | removed cookies and SSL sessions | Daniel Stenberg | |
2001-08-29 | added CURLOPT_COOKIEJAR details | Daniel Stenberg | |
2001-08-29 | '-c -' | Daniel Stenberg | |
2001-08-29 | -c/--cookie-jar documented | Daniel Stenberg | |
2001-08-29 | added ftpupload.c | Daniel Stenberg | |
2001-08-28 | Georg Huettenegger's updates | Daniel Stenberg | |
2001-08-28 | automake 1.5 complained on my SUFFIXES line! | Daniel Stenberg | |
2001-08-23 | added FTPS to the list of supported protocols | Daniel Stenberg | |
2001-08-23 | item 4.6 is now an indication of a crash, not a timeout | Daniel Stenberg | |
2001-08-23 | curl_formadd() using example, the 7.9 style of building rfc1867 form posts | Daniel Stenberg | |
2001-08-22 | libcurl.3 has the info now | Daniel Stenberg | |
2001-08-22 | CURLOPT_POST isn't needed these days | Daniel Stenberg | |
2001-08-22 | updated | Daniel Stenberg | |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | |
2001-08-21 | added a 'html' target that builds HTML versions from the man page sources. | Daniel Stenberg | |
It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by the 'maketgz' script and the HTML files are included in release archives. | |||
2001-08-21 | this is replaced with libcurl.3 | Daniel Stenberg | |
2001-08-20 | added "4.5 FIGURE OUT WHAT A POST LOOKS LIKE" | Daniel Stenberg | |
added an online URL to this document corrected a bad use of -t | |||
2001-08-20 | updated version in header as we have 7.8.1 details in here | Daniel Stenberg | |
2001-08-16 | Added -G | Daniel Stenberg | |
2001-08-16 | updated to the latest fixes to the shell script | Daniel Stenberg | |
2001-08-15 | const argument | Daniel Stenberg | |
2001-08-14 | CURL_GLOBAL_WIN32 updates | Daniel Stenberg | |
2001-08-14 | "added in 7.8.1" | Daniel Stenberg | |
2001-08-09 | Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the two | Daniel Stenberg | |
timeout-options that they don't work in multi-threaded programs. | |||
2001-08-09 | non-blocking connect please | Daniel Stenberg | |
2001-08-08 | Nico's notes about porting to VMS | Daniel Stenberg | |
2001-08-08 | credit where credit is due, added a bunch of recent contributors | Daniel Stenberg | |
2001-08-07 | replacing FILE * with common file descriptors? | Daniel Stenberg | |
2001-08-07 | language correction | Daniel Stenberg | |
2001-08-07 | added Rick Jones's more polite wording of 1.7, makes it better and friendlier | Daniel Stenberg | |
2001-08-07 | added "1.7 What about CURL from curl.com?" | Daniel Stenberg | |
2001-08-06 | Added RISC OS and OpenVMS to ported operating systems | Daniel Stenberg | |
2001-08-04 | -G or similar to make -d data get into a GET | Daniel Stenberg | |
2001-08-03 | clarified '-d @filename' with a tiny example | Daniel Stenberg | |
2001-08-02 | Funny, I skipped right over this before. | Sterling Hughes | |
everyting -> everything | |||
2001-08-02 | Frank Keeney pointed out a manual mistake for certificate convertions | 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 | Leftover -- add a note about this in the examples file :) | Sterling Hughes | |
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(). |