platform/upstream/curl.git
2003-05-23 Daniel StenbergDJGPP fix by Gisle Vanem
2003-05-22 Daniel Stenbergmore more more
2003-05-22 Daniel Stenbergwarning-free is better
2003-05-22 Daniel StenbergIntroducing --digest
2003-05-22 Daniel StenbergBetter Digest stuff
2003-05-22 Daniel StenbergAdded CURLOPT_HTTPDIGEST support
2003-05-22 Daniel StenbergDocument the <dataNUM> thing we use,
2003-05-22 Daniel StenbergDigest support added
2003-05-22 Daniel StenbergDigest testing added
2003-05-22 Daniel Stenbergproper header added
2003-05-22 Daniel Stenberghush the compiler
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 Stenbergfix the makefile in packages/DOS too
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 Daniel StenbergGisle Vanem's fix to make the 'curl -M' output nicer
2003-05-20 Daniel Stenbergmissing semicolon, by Gisle Vanem
2003-05-20 Daniel StenbergGisle Vanem's code for not trusting h_aliases to always...
2003-05-20 Daniel StenbergRemind about the gpg command lines
2003-05-19 Daniel Stenbergsupport user name and password in proxy environment...
2003-05-19 Daniel Stenbergthe proxy environment variables now may contain user...
2003-05-19 Daniel Stenbergremove debug output
2003-05-19 Daniel Stenbergsetenv support added to allow test cases to require...
2003-05-19 Daniel Stenberg7.10.5 commit
2003-05-16 Daniel Stenbergknown AIX ipv6 problems
2003-05-15 Daniel StenbergSkip any preceeding dots from the domain name of cookie...
2003-05-15 Daniel Stenbergchange the order of the in_addr_t tests, so that 'unsig...
2003-05-15 Daniel Stenberg1. George Comninos' progress meter fix
2003-05-14 Daniel Stenbergdocumented CURLOPT_FTP_USE_EPRT
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-13 Daniel Stenberglibtool 1.4.2 is enough
2003-05-13 Daniel Stenbergfix comment
2003-05-12 Daniel Stenbergbefore checking for network interfaces using if2ip...
2003-05-12 Daniel Stenbergno more complaining when I have 1.5 and it tests for...
2003-05-12 Daniel Stenbergfixes from the last week+
2003-05-12 Daniel StenbergDan F clarified the CURLOPT_ENCODING description after...
2003-05-12 Daniel StenbergDan Fandrich added --compressed docu
2003-05-12 Daniel Stenbergsetting ENCODING to "" means enable-all-you-support
2003-05-12 Daniel Stenberg Dan Fandrich changed CURLOPT_ENCODING to select all...
2003-05-12 Daniel StenbergDan Fandrich lowered the libtool requirement
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 Stenbergoops, run libtoolize as the first tool
2003-05-09 Daniel Stenbergrun libtoolize too
2003-05-09 Daniel Stenbergrun libtoolize to generate these files
2003-05-09 Daniel StenbergCURLOPT_FTP_USE_EPRT added
2003-05-09 Daniel Stenberg--disable-eprt added
2003-05-09 Daniel Stenbergsupport for CURLOPT_FTP_USE_EPRT added
2003-05-09 Daniel StenbergAIX wants sys/select.h
2003-05-09 Daniel Stenbergclarify on the curl name issue and that there may be...
2003-05-06 Daniel Stenberg Kevin Delafield reported another case where we didn...
2003-05-05 Daniel Stenbergfixed the required tools' version numbers
2003-05-04 Daniel Stenbergthe writable argv check now should not exit when buildi...
2003-05-03 Daniel Stenbergput back the libtool test, now for 1.5
2003-05-02 Daniel StenbergIf there is a custom Host: header specified, we use...
2003-05-02 Daniel Stenbergsend correct cookies when using a custom Host:
2003-05-02 Daniel Stenbergfixed the format slightly
2003-05-01 Daniel Stenbergcorrected a comment about gzip not being supported
2003-05-01 Daniel StenbergFTP URL with type=a
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 Stenbergthe test numbers are now only for human readability...
2003-04-30 Daniel Stenbergno longer assume that the test number implies servers...
2003-04-30 Daniel StenbergEach test case now specifies which server(s) it needs...
2003-04-30 Daniel Stenbergwe say welcome to test 142
2003-04-30 Daniel Stenbergverify that curl fails fine when an FTP URL with a...
2003-04-30 Daniel Stenbergwhen making up the list of path parts, save the last...
2003-04-30 Daniel Stenbergrecent action
2003-04-30 Daniel Stenbergif there's a cookiehost allocated, free that too
2003-04-30 Daniel Stenbergok, make the test run ok too
2003-04-30 Daniel Stenbergvarious new cookie tests with a custom Host: header set
2003-04-30 Daniel Stenbergmodified to work with modified code
2003-04-30 Daniel Stenbergmodified to produce nicer output when a single test...
2003-04-30 Daniel Stenbergmake the diffs with 'diff -u' to make them nicer and...
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-30 Daniel Stenbergtwo more platforms Rich Gray built curl on
2003-04-29 Daniel Stenberg Peter Kovacs provided a patch that makes the CURLINFO_...
2003-04-29 Daniel Stenbergmention configure --help
2003-04-28 Daniel StenbergCURLOPT_FTPPORT could support port number too
2003-04-28 Daniel Stenbergcorrected the comment which wasn't correct
2003-04-25 Daniel StenbergRSAglue.lib is no longer needed with recent OpenSSL...
2003-04-24 Daniel StenbergDan Fandrich added support for the gzip Content-Encodin...
2003-04-23 Daniel StenbergBryan Kemp's reported problems with curl and PUT from...
2003-04-22 Daniel Stenberglast 10 days or so
2003-04-22 Daniel Stenberglibtool 1.5 stuff
2003-04-22 Daniel Stenbergstop checking for libtool, we don't run that in this...
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 StenbergDan Fandrich's fix
2003-04-22 Daniel Stenberg Peter Sylvester pointed out that curl_easy_setopt...
2003-04-16 Daniel Stenbergtwo dashes is enough
next