Age | Commit message (Expand) | Author |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg |
2004-09-16 | Bertrand Demiddelaer's correction | Daniel Stenberg |
2004-09-16 | ftp-ssl mistake corrected | Daniel Stenberg |
2004-09-15 | no more getdate.c to care about | Daniel Stenberg |
2004-09-15 | fixed to use the new file. Can we make this use Makefile.inc somehow? | Daniel Stenberg |
2004-09-15 | the new date parser affects -z | Daniel Stenberg |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg |
2004-09-14 | ignore more | Daniel Stenberg |
2004-09-13 | and moved back the month array to a static one since the ftp code won't need | Daniel Stenberg |
2004-09-13 | removed this file again, we only provide a single public function and that | Daniel Stenberg |
2004-09-13 | no longer includes getdate.h, there's no need for it | Daniel Stenberg |
2004-09-13 | getdate.h is not required to include, it adds nothing new | Daniel Stenberg |
2004-09-13 | revert the change for the new date parser, as the new one can deal with | Daniel Stenberg |
2004-09-13 | support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code | Daniel Stenberg |
2004-09-13 | added more examples/docs in the top comment | Daniel Stenberg |
2004-09-13 | Since many users probably already use local time strings as input, I now | Daniel Stenberg |
2004-09-12 | describes how you can extract the CA cert from a site using the openssl tool | Daniel Stenberg |
2004-09-11 | Added parsedate.[ch] | Daniel Stenberg |
2004-09-11 | mention more friends | Daniel Stenberg |
2004-09-11 | Minor adjustment needed for the new date parser to succeed. ifdef'ed out | Daniel Stenberg |
2004-09-11 | more docs and fixed the delta compared to GMT that prevented test case 141 to | Daniel Stenberg |
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg |
2004-09-11 | slightly better but still lacks | Daniel Stenberg |
2004-09-11 | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg |
2004-09-10 | minor indent change | Daniel Stenberg |
2004-09-10 | up to date with recent changes | Daniel Stenberg |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg |
2004-09-09 | curl --sync | Daniel Stenberg |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg |
2004-09-03 | fixed nasty warnings with gcc 3.3. | Gunter Knauf |
2004-09-02 | clarify CURLE_SSL_CERTPROBLEM somewhat | Daniel Stenberg |
2004-09-02 | improved error message when client cert return failure | Daniel Stenberg |
2004-09-02 | use the correct struct name in the example | Daniel Stenberg |
2004-09-01 | added more info on the nobody | Daniel Stenberg |
2004-09-01 | minor edit of HTTPGET | Daniel Stenberg |
2004-09-01 | fix formatting flaw | Daniel Stenberg |
2004-08-31 | fix the return code for curl_multi_add_handle() | Daniel Stenberg |
2004-08-31 | mention when the function was added to the lib | Daniel Stenberg |
2004-08-30 | proxy connection close and so | Daniel Stenberg |
2004-08-30 | proxy-connection close | Daniel Stenberg |
2004-08-30 | removed issue 36 from this list, we don't know how to do it and no one has | Daniel Stenberg |
2004-08-30 | Make "Proxy-Connection: close" close the current proxy connection, as | Daniel Stenberg |
2004-08-30 | getdate fix, adacurl release | Daniel Stenberg |
2004-08-30 | mention Gisle's recent fixes | Daniel Stenberg |
2004-08-29 | Removed ares_free_errmem.c from MSCV project files. | Gisle Vanem |
2004-08-27 | updated with minor edits | Daniel Stenberg |
2004-08-27 | don't do SO_KEEPALIVE, we already have a finer grained method built-in | Daniel Stenberg |
2004-08-26 | added some more details | Daniel Stenberg |