Initial Digest support. At least partly working.
[platform/upstream/curl.git] / lib /
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.
2003-05-21 Daniel StenbergDavid Balazic pointed out the lack of checks for a...
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-05-20 Daniel StenbergGisle Vanem's code for not trusting h_aliases to always...
2003-05-15 Daniel StenbergSkip any preceeding dots from the domain name of cookie...
2003-05-14 Daniel StenbergGeorge Comninos provided a fix that calls the progress...
2003-05-13 Daniel StenbergSetup and use CURL_INADDR_NONE all over instead of...
2003-05-13 Daniel Stenbergbefore using if2ip(), check if the address is an ip...
2003-05-12 Daniel Stenbergbefore checking for network interfaces using if2ip...
2003-05-12 Daniel Stenberg Dan Fandrich changed CURLOPT_ENCODING to select all...
2003-05-12 Daniel Stenbergwhen we have accepted the server's connection in a...
2003-05-12 Daniel Stenbergavoid the write loop
2003-05-12 Daniel Stenbergincoming proxy headers shall be sent to the debug funct...
2003-05-09 Daniel Stenbergsupport for CURLOPT_FTP_USE_EPRT added
2003-05-06 Daniel Stenberg Kevin Delafield reported another case where we didn...
2003-05-02 Daniel StenbergIf there is a custom Host: header specified, we use...
2003-05-01 Daniel Stenbergcorrected a comment about gzip not being supported
2003-05-01 Daniel StenbergAndy Cedilnik fixed some compiler warnings
2003-05-01 Daniel Stenbergourerrno became Curl_ourerrno() and is now available...
2003-05-01 Daniel StenbergUse the proper Curl_ourerrno() function instead of...
2003-04-30 Daniel Stenbergwhen making up the list of path parts, save the last...
2003-04-30 Daniel Stenbergif there's a cookiehost allocated, free that too
2003-04-30 Daniel Stenbergstop parsing Host: host names at colons too
2003-04-30 Daniel Stenbergmodified to the new cookie function proto
2003-04-30 Daniel Stenbergextract host name from custom Host: headers to use...
2003-04-30 Daniel StenbergMany cookie fixes:
2003-04-30 Daniel Stenbergchanges need for the new ftp path treatment and the...
2003-04-30 Daniel StenbergDavid Balazic's patch to make the FTP operations "do...
2003-04-29 Daniel Stenberg Peter Kovacs provided a patch that makes the CURLINFO_...
2003-04-25 Daniel StenbergRSAglue.lib is no longer needed with recent OpenSSL...
2003-04-22 Daniel StenbergDan Fandrich corrected the error messages on "bad encod...
2003-04-22 Daniel StenbergDan Fandrich's gzip bugfix
2003-04-22 Daniel Stenberg Peter Sylvester pointed out that curl_easy_setopt...
2003-04-15 Daniel Stenbergtreat uploaded .html files as text/html by default
2003-04-14 Daniel Stenbergreturn the same error for the sslv2 "certificate verify...
2003-04-14 Daniel StenbergRestored the SSL error codes since they was broken...
2003-04-11 Daniel StenbergNic fixed so that Curl_client_write() must not be calle...
2003-04-11 Daniel StenbergNic Hines fixed this bug when deflate or gzip contents...
2003-04-11 Daniel Stenbergah, move the zero byte too or havoc will occur
2003-04-11 Daniel Stenbergsupport ? as separator instead of / even if not protoco...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-04-11 Daniel Stenberg According to RFC959, CWD is supposed to return 250...
2003-04-11 Daniel Stenbergshow a verbose warning message in case cookie-saving...
2003-04-10 Daniel StenbergVlad Krupin's URL parsing patch to fix the URL parsing...
2003-04-09 Daniel Stenbergthe default debugfunction shows incoming headers as...
2003-04-09 Daniel Stenbergtimecond support added
2003-04-08 Daniel StenbergJames Bursa fixed a flaw in the content-type extracting...
2003-04-08 Daniel Stenbergshare.c added
2003-04-04 Daniel StenbergChanged how boundary strings are generated. This new...
2003-04-03 Daniel Stenbergspell fix
2003-04-03 Daniel Stenbergkill a compiler warning on cygwin
2003-03-31 Daniel Stenbergmove the ssl config clone call to before the connection...
2003-03-31 Sterling Hughestesting, ignore this commit
2003-03-31 Daniel StenbergFixup after talks with Richard Bramante. We should...
2003-03-31 Daniel StenbergGuillaume Cottenceau's patch that adds CURLOPT_UNRESTRI...
2003-03-31 Daniel StenbergFrankie Fong filed bug report #708708 which identified...
2003-03-25 Daniel Stenbergwhite space and indent fix
2003-03-24 Daniel Stenbergignore getdate.c
2003-03-24 Daniel StenbergRichard Bramante's provided a fix for a handle re-use...
2003-03-24 Daniel StenbergRemoved the "TC TrustCenter, Germany, Class 0 CA."...
2003-03-21 Daniel StenbergHopefully this change addresses these two bug reports...
2003-03-19 Daniel Stenbergmake the ENGINE depend on the USE_SSLEAY define too
2003-03-19 Daniel Stenbergtypecast the conversion from const char * to char *
2003-03-19 Daniel StenbergRename getdate.c to getdate.c.cvs, since the "normal...
2003-03-16 Daniel Stenbergregenerated from getdate.y
2003-03-16 Daniel StenbergJuan F. Codagnone pointed out a missing thing from...
2003-03-15 Daniel StenbergGisle Vanem's fix to get this working nicely on windows
2003-03-15 Daniel StenbergGisle Vanem fixed a name collision with structure ...
2003-03-15 Daniel StenbergSort out the ENGINE problems people seem to be having...
2003-03-14 Daniel StenbergNico Baggus little adjustment to build with OpenSSL...
2003-03-13 Daniel StenbergPhilippe Raoult needed this to build on FreeBSD
2003-03-12 Daniel StenbergMade set_local_option() properly static as reported...
2003-03-12 Daniel StenbergPrefix defines and symbols with CURL_ to reduce the...
2003-03-11 Daniel Stenbergsyntax error
2003-03-11 Daniel StenbergChristophe Demory fixed the check to work better for...
2003-03-11 Daniel StenbergUse ssize_t instead of 'int' to make the 64 bit sparc...
2003-03-11 Daniel StenbergRichard Gorton improved the random_the_seed() function...
2003-03-11 Daniel StenbergMartin C. Martin's fix to produce an error message...
2003-03-03 Daniel StenbergAdded share.obj
2003-03-03 Daniel StenbergAIX 4.3 or later should use gethostbyname() and not...
2003-03-03 Daniel StenbergAdded typecast to please the MSVC compiler.
2003-03-03 Daniel Stenberganother typecast added to please the borland compiler
2003-03-03 Daniel StenbergAdd (void) on our uses of the swrite() macro when we...
2003-03-02 Daniel StenbergInit postdata properly before issuing a request, so...
2003-03-02 Daniel Stenbergmoved a variable declaration to remove a compiler warni...
2003-02-28 Daniel Stenberginclude the engine stuff
2003-02-28 Daniel StenbergAndres Garcia Garcia updated to build with the most...
2003-02-28 Daniel StenbergJames Bursa made it compile on RISC OS as well.
2003-02-28 Daniel Stenbergthe strequal and strnequal should now be called with...
2003-02-27 Daniel Stenbergspell better
2003-02-27 Daniel StenbergIt appears that there are FTP-servers that return size...
2003-02-26 Daniel StenbergNo longer loop to read multiple times before returning...
2003-02-24 Daniel StenbergFixes to bring back the the "Expect: 100-continue"...
2003-02-24 Daniel StenbergKjetil Jacobsen found out that setting CURLOPT_MAXCONNE...
2003-02-14 Daniel StenbergFix Curl_is_connected() even more to deal with waitconn...
2003-02-14 Daniel Stenberginclude <sys/socket.h> to compile the fd_set stuff...
2003-02-14 Daniel Stenberggeterrno() renamed to ourerrno() to prevent the name...
2003-02-14 Daniel StenbergMartin C. Martin's fix for multi-interface connects...
2003-02-13 Daniel StenbergChristopher R. Palmer fixed Curl_base64_encode() to...
2003-02-06 Daniel Stenberginclude stdarg.h since we use va_* stuff
next