configure spnego fix of yday
[platform/upstream/curl.git] / lib /
2004-01-09 Daniel StenbergDominick Meglio updated the win description since we...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDan Fandrich's zlib fix
2004-01-05 Daniel Stenbergnew files for the large file support number parsing
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2004-01-04 Daniel Stenbergmake our private version of gettimeofday() static
2004-01-04 Daniel Stenbergwhite space and copyright year changes
2004-01-04 Daniel StenbergDominick Meglio's description how to build ares for...
2003-12-19 Daniel StenbergMake setopt() support CURLOPT_IPRESOLVE...
2003-12-19 Daniel Stenbergdjgpp fixes by Gisle Vanem
2003-12-19 Daniel StenbergGisle Vanem's minor fixes
2003-12-18 Daniel Stenbergredirect from a bad url such as "com?moo=foo" to an...
2003-12-18 Daniel StenbergDavid Byron's fix to make libcurl build fine with both...
2003-12-16 Daniel Stenberguse the curlassert() instead of custom checks
2003-12-15 Daniel Stenbergadded a library-wide interface for doing dns cache...
2003-12-15 Daniel Stenbergif Curl_hash_add() returns NULL, we shall not free...
2003-12-15 Daniel Stenbergmake sure that hash_add() has no allocated resources...
2003-12-15 Daniel StenbergGiuseppe Attardi fixed a really tricky bug
2003-12-11 Daniel Stenberguse the CORRECT file name! ;-)
2003-12-10 Daniel StenbergUse Curl_transfer() properly. Fixes the bug Gisle Vanem...
2003-12-10 Daniel Stenbergassert that we get a good index to Curl_transfer()
2003-12-10 Daniel Stenbergwe now have a 'curlassert' function to use
2003-12-10 Daniel Stenbergupdated with the new configure option usage
2003-12-10 Daniel Stenbergadded the new amiga files to the dist
2003-12-10 Daniel StenbergDiego Casorran's amiga makefiles
2003-12-10 Daniel Stenbergnative AmigaOS support by Diego Casorran
2003-12-10 Daniel Stenbergdo the ares stuff in the configure file
2003-12-08 Daniel Stenbergbetter human error message when a FTP response can...
2003-12-04 Daniel Stenbergbased on Gisle's comment, I removed the use of syslog...
2003-12-03 Daniel Stenbergmy contentlength adjustment broke the ftp download...
2003-12-03 Daniel StenbergSteve Green fixed Curl_resolv()
2003-12-03 Daniel StenbergIgnore content-length when chunked transfer-encoding...
2003-12-02 Daniel Stenbergless complicated code for the MSG_NOSIGNAL detection
2003-12-02 Daniel Stenbergfix compiler warnings
2003-12-02 Daniel Stenberguse the HAVE_KRB4 define instead of just KRB4
2003-12-02 Daniel Stenbergfixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH...
2003-12-02 Daniel StenbergIf HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when...
2003-12-02 Daniel StenbergGisle Vanem fixed the check-order for FTPS and FTP.
2003-12-01 Daniel StenbergFTPS now works with active ftp and uploads too.
2003-11-27 Daniel StenbergJames Clancy updated the Borland makefiles
2003-11-27 Daniel StenbergMarkus Moeller's change to check for HAVE_SPNEGO instea...
2003-11-25 Daniel StenbergWhen basic is the only auth wanted (which it is by...
2003-11-24 Daniel Stenbergallow the end-of-headers from a proxy response to CONNE...
2003-11-24 Daniel Stenbergprevent warning for non-SSL builds
2003-11-24 Daniel Stenbergwindows build fix based on a patch by Gisle Vanem
2003-11-24 Daniel Stenbergadjusted code to the new socket fields in the sessionha...
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-11-24 Daniel StenbergGaz Iqbal fixed a range string memory leak!
2003-11-24 Daniel Stenbergfixed wrong comment
2003-11-20 Daniel Stenbergcombine the two identical cases
2003-11-20 Daniel Stenbergbail out properly on a 407 when we can't authenticate...
2003-11-19 Daniel StenbergIf a partial file has been read or written, force a...
2003-11-19 Daniel Stenbergrespect bits.close even if an error already is set...
2003-11-15 Daniel Stenbergdo ares_destroy() on the ares handle when we're done...
2003-11-15 Daniel StenbergMathias Axelsson found a case where we free()d the...
2003-11-14 Daniel StenbergSiddhartha Prakash Jain found a case with a bad resolve...
2003-11-13 Daniel StenbergPeter Sylvester found a flaw in the connect code for...
2003-11-13 Daniel StenbergDefault Content-Type for formparts has changed to ...
2003-11-13 Daniel Stenbergdon't log failed socket() calls
2003-11-11 Daniel StenbergAdded CURLOPT_NETRC_FILE.
2003-11-10 Daniel StenbergGenerate the ca-bundle.h file in the build dir and...
2003-11-10 Daniel StenbergAfter Sébastien Willemijns' bug report, we now check...
2003-11-07 Daniel Stenbergremove the struct fields for the deprecated passwd...
2003-11-07 Daniel Stenbergthe resource file itself
2003-11-07 Daniel Stenbergremoved the resource lines I shouldn't have added in...
2003-11-06 Daniel StenbergCURLDEBUG, no underscore
2003-11-06 Daniel StenbergGisle Vanem's libcurl.dll version info patch applied
2003-11-06 Daniel Stenbergunitialized variable fix, reported by both Marty Kuhrt...
2003-11-06 Daniel StenbergMac OS X framework build files, contributed by Matt...
2003-11-06 Daniel StenbergMoved the TRUE and FALSE #defines to lib/setup.h instea...
2003-11-04 Daniel StenbergTroels Walsted Hansen fixed the MSVC makefiles to build...
2003-11-04 Daniel Stenbergspellfix in the generated comment by Kevin Roth
2003-10-31 Daniel Stenberggmtime() really can't even return NULL, can it?
2003-10-31 Daniel Stenbergassume that MDTM returns the timestamp as UTC
2003-10-30 Daniel Stenbergsilly me, I was meaning to do this change already as...
2003-10-30 Daniel Stenbergcurl --head now reports info "headers" on file:// URLs...
2003-10-30 Daniel Stenbergwhen getting headers only, stop pretending the reported...
2003-10-30 Daniel StenbergOnly compile the ipv6-section for ipv6-enabled libcurls...
2003-10-29 Daniel StenbergDavid Hull made the file: URL parser also accept the...
2003-10-28 Daniel StenbergAnother glibc resolve name fix
2003-10-28 Daniel Stenbergoverlapping memory chunks with strcpy(), detected by...
2003-10-27 Daniel StenbergJames Bursa's fix to prevent failf() to write outside...
2003-10-26 Daniel Stenbergsnprintf() made a single-byte buffer overflow, as it...
2003-10-24 Daniel StenbergResuming a download of an already downloaded document...
2003-10-24 Daniel StenbergBased on David Hull's fix in bug report 804599, we...
2003-10-24 Daniel Stenbergif malloc fails, we must bail out nicely
2003-10-24 Daniel StenbergImproved checks for bad memory situations and proper...
2003-10-24 Daniel Stenbergbetter bailing-out cleanup if a malloc fails in the...
2003-10-23 Daniel StenbergGeorg Horn's fixes to do different CA cert verification...
2003-10-22 Daniel StenbergDylan Ellicott added the release-libcurl-ssl-dll target
2003-10-22 Daniel StenbergDo the auth stuff at the end-of-headers and not at...
2003-10-21 Daniel Stenbergupdated for mingw32
2003-10-21 Daniel Stenbergconn->user and conn->passwd will now always be set...
2003-10-20 Daniel Stenbergallow no user and password for proxy too, Basic
2003-10-20 Daniel Stenbergallow no user and no passwd when doing basic auth
2003-10-20 Daniel Stenberglock the DNS cache properly before adding an entry...
2003-10-19 Daniel Stenbergbetter error output on SSL errors when receiving data...
2003-10-19 Daniel Stenbergfixed the bug my previous change introduced
2003-10-18 Daniel Stenbergminor fix to not shadow a variable
2003-10-18 Daniel Stenbergbuilds warning-free with -Wshadow now
next