Age | Commit message (Expand) | Author |
2004-06-03 | 7.12.0 introduced IDN support | Daniel Stenberg |
2004-06-03 | Mention the python-isque mailing list, don't mention the commit mailing lists | Daniel Stenberg |
2004-06-03 | CURLE_FAILED_INIT is returend when an unknown option is set | Daniel Stenberg |
2004-06-03 | Added example of how to use the upcoming support for FTP 3rd party transfers | Daniel Stenberg |
2004-06-03 | getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the | Daniel Stenberg |
2004-06-02 | CURLOPT_PUT is deprecated | Daniel Stenberg |
2004-06-01 | Renaud Duhaut corrected the unescaping procedure | Daniel Stenberg |
2004-06-01 | --create-dirs clarification | Daniel Stenberg |
2004-05-26 | added example that makes an upload to a file:// url | Daniel Stenberg |
2004-05-26 | strip trailing whitespace | Daniel Stenberg |
2004-05-25 | --proxy-basic added for completeness | Daniel Stenberg |
2004-05-25 | removed some stuff that actually is done now, added the --optionseparator | Daniel Stenberg |
2004-05-25 | Bug report #948950, excessive amount of file descriptors might crash libcurl | Daniel Stenberg |
2004-05-24 | new example proving that the debug callback works even when the multi | Daniel Stenberg |
2004-05-24 | remove trailing whitespace | Daniel Stenberg |
2004-05-24 | multi interface, debug callback | Daniel Stenberg |
2004-05-24 | IDN is a recognized feature | Daniel Stenberg |
2004-05-24 | fixed a reference | Daniel Stenberg |
2004-05-19 | language! | Daniel Stenberg |
2004-05-19 | Set CURLOPT_USERAGENT too | Daniel Stenberg |
2004-05-17 | Seshubabu Pasam's format fixes and added notes about DER not working for | Daniel Stenberg |
2004-05-13 | added https.c | Daniel Stenberg |
2004-05-13 | basic https fetching script | Daniel Stenberg |
2004-05-12 | new man page | Daniel Stenberg |
2004-05-11 | updated to reflect reality! | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-05 | minor update edits | Daniel Stenberg |
2004-05-04 | multipart formposts should be more streamy | Daniel Stenberg |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg |
2004-05-03 | Added --proxy-digest, added the standard curl source header to this file. | Daniel Stenberg |
2004-05-03 | fixed the pdf and html for the strerror functions | Daniel Stenberg |
2004-04-30 | these functions are marked to get removed from the public API "soon" | Daniel Stenberg |
2004-04-27 | Added LICENSE-MIXING to the release archive | Daniel Stenberg |
2004-04-27 | added curl_*_strerror | Daniel Stenberg |
2004-04-27 | added doctype tag to get HTML compliant | Daniel Stenberg |
2004-04-26 | my nroff 1.18.1 complained the URL as it contains a nroff combo somehow | Daniel Stenberg |
2004-04-26 | Kim Karlsson pointed out that error 57 was wrongly documented | Daniel Stenberg |
2004-04-15 | clarified that select() timeouts should always remain rather short | Daniel Stenberg |
2004-04-14 | format fix | Daniel Stenberg |
2004-04-13 | minor format fix | Daniel Stenberg |
2004-04-13 | eh, these can't be used for poll()! ;-) | Daniel Stenberg |
2004-04-13 | additional info | Daniel Stenberg |
2004-04-13 | removed the BUGS section since it offers nothing good | Daniel Stenberg |
2004-04-07 | getting only a 100 Continue response and nothing else, when talking HTTP, | Daniel Stenberg |
2004-04-07 | --limit-rate using -d or -F does not work | Daniel Stenberg |
2004-04-06 | Moved long-standing issues over from TODO-RELEASE to the more long-term TODO | Daniel Stenberg |
2004-04-02 | prepend the man3 dir to the file name to work better. | Daniel Stenberg |
2004-04-02 | if select returns -1, bail out of the loop | Daniel Stenberg |
2004-03-30 | one issue less | Daniel Stenberg |
2004-03-30 | mention the fact that you can append a new CA cert to the existing bundle too | Daniel Stenberg |