Age | Commit message (Expand) | Author |
2004-11-22 | trying a version with URLs for all function calls | Daniel Stenberg |
2004-11-22 | removed trailing whitespace | Daniel Stenberg |
2004-11-22 | removed unused variable and trailing whitespace | Daniel Stenberg |
2004-11-22 | remove curl_ prefix from functions not present in libcurl | Daniel Stenberg |
2004-11-22 | re-indented to curl style | Daniel Stenberg |
2004-11-22 | renamed curl_thread to my_thread to avoid confusion | Daniel Stenberg |
2004-11-22 | add URLs in comments for all libcurl function calls | Daniel Stenberg |
2004-11-21 | added comment for windows people about READFUNCTION being needed | Daniel Stenberg |
2004-11-16 | mention the openssl callbacks for SSL multithread | Daniel Stenberg |
2004-11-02 | modified to not use realloc() on a NULL pointer | Daniel Stenberg |
2004-10-16 | Open "debugit" in binary mode ("rb"). | Gisle Vanem |
2004-10-06 | *** empty log message *** | Gisle Vanem |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-08-23 | stripped trailing whitespace | Daniel Stenberg |
2004-08-23 | lost of more into on how to tweak some headers | Daniel Stenberg |
2004-08-23 | debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get | Daniel Stenberg |
2004-08-12 | removed trailing whitespace, indented to curl-style levels | Daniel Stenberg |
2004-06-30 | Another Gisle update | Daniel Stenberg |
2004-06-29 | Gisle's update | 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-05-26 | added example that makes an upload to a file:// url | Daniel Stenberg |
2004-05-26 | strip trailing whitespace | 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-19 | language! | Daniel Stenberg |
2004-05-19 | Set CURLOPT_USERAGENT too | Daniel Stenberg |
2004-05-13 | added https.c | Daniel Stenberg |
2004-05-13 | basic https fetching script | Daniel Stenberg |
2004-04-02 | if select returns -1, bail out of the loop | Daniel Stenberg |
2004-03-28 | use the correct struct | Daniel Stenberg |
2004-02-09 | Ken Rastatter's fixes to improve portability of this example: | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-18 | typecast the size to long for platforms where st_size is off_t | Daniel Stenberg |
2003-12-18 | clarified the URL part based on the problems Martin Hilpert had | Daniel Stenberg |
2003-12-08 | removed old version checks | Daniel Stenberg |
2003-12-08 | use the newer option names | Daniel Stenberg |
2003-11-19 | cut off old crappy win32 comments and use the proper global_init instead | Daniel Stenberg |
2003-11-19 | cleaned up | Daniel Stenberg |
2003-11-19 | remove the wrong win32 comment and use global_init | Daniel Stenberg |
2003-10-03 | Peter Sylvester's curlx.c code example added | Daniel Stenberg |
2003-08-28 | Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read() | Daniel Stenberg |
2003-08-11 | Vincent Sanders's massive update of this example code. One could argue | Daniel Stenberg |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg |
2003-05-20 | missing semicolon, by Gisle Vanem | Daniel Stenberg |
2003-03-17 | Andy Cedilnik's corrections | Daniel Stenberg |
2003-03-10 | no the data is not freed, this is left for the app to do when needed | Daniel Stenberg |
2003-01-27 | made it work | Daniel Stenberg |
2003-01-09 | fix | Daniel Stenberg |