platform/upstream/curl.git
2003-12-10 Daniel Stenbergwe now have a 'curlassert' function to use
2003-12-10 Daniel Stenbergcheck for assert.h
2003-12-10 Daniel Stenbergupdated with the new configure option usage
2003-12-10 Daniel Stenbergcurl-config bug corrected
2003-12-10 Daniel StenbergDiego Casorran tapping on Amiga support
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 amiga support by Diego Casorran
2003-12-10 Daniel Stenbergnative AmigaOS support by Diego Casorran
2003-12-10 Daniel StenbergDiego Casorran's amiga build patch
2003-12-10 Daniel Stenbergares configure and build fix
2003-12-10 Daniel Stenbergdo the ares stuff in the configure file
2003-12-10 Daniel StenbergDominick Meglio made --enable-ares support an option...
2003-12-10 Daniel Stenbergminor language fixes
2003-12-10 Daniel StenbergEric S. Raymond's fix of the NAME section
2003-12-09 Daniel Stenbergadded some details from the old scrolls
2003-12-08 Daniel Stenbergremoved old version checks
2003-12-08 Daniel Stenberguse the newer option names
2003-12-08 Daniel Stenbergupdated 5.5 to use the modern names of these defines
2003-12-08 Daniel Stenbergares in curl-config
2003-12-08 Daniel Stenbergremoved one, added one
2003-12-08 Daniel Stenberg-lz fix
2003-12-08 Daniel Stenbergno need to add -lz to LDFLAGS manually, as AC_CHECK_LIB...
2003-12-08 Daniel Stenbergupdated
2003-12-08 Daniel Stenbergbetter human error message when a FTP response can...
2003-12-08 Daniel Stenbergcurl-config now shows asyncdns if built with ares enabled
2003-12-04 Daniel Stenbergbased on Gisle's comment, I removed the use of syslog...
2003-12-04 Daniel Stenbergminor edit of the PRIVATE option
2003-12-04 Daniel Stenbergcut out the wrong version blurb
2003-12-03 Daniel Stenbergedited the -d section slightly
2003-12-03 Daniel Stenbergminor edit
2003-12-03 Daniel StenbergVMS
2003-12-03 Daniel StenbergMarty Kuhrt moved most of the VMS stuff to a separate...
2003-12-03 Daniel Stenbergnew VMS files
2003-12-03 Daniel StenbergMarty Kuhrt updates
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 Stenbergthat MSG_NOSIGNAL check serves no useful purpose!
2003-12-02 Daniel Stenberg--ftp-pasv
2003-12-02 Daniel Stenberg--ftp-pasv now overrides a previous --ftpport option...
2003-12-02 Daniel Stenbergfix compiler warnings
2003-12-02 Daniel Stenberguse the HAVE_KRB4 define instead of just KRB4
2003-12-02 Daniel Stenbergrenamed the KRB4 to HAVE_KRB4
2003-12-02 Daniel Stenbergfixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH...
2003-12-02 Daniel StenbergMSG_NOSIGNAL
2003-12-02 Daniel StenbergIf HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when...
2003-12-02 Daniel Stenbergcheck for MSG_NOSIGNAL
2003-12-02 Daniel StenbergGisle Vanem fixed the check-order for FTPS and FTP.
2003-12-01 Daniel Stenbergupdated
2003-12-01 Daniel StenbergFTPS now works pretty good
2003-12-01 Daniel StenbergFTPS now works with active ftp and uploads too.
2003-11-30 Daniel StenbergSven Wegener runs the new German web mirror
2003-11-27 Daniel StenbergJames Clancy updated the Borland makefiles
2003-11-27 Daniel StenbergMarkus Moeller and SPNEGO
2003-11-27 Daniel StenbergMarkus Moeller's change to check for HAVE_SPNEGO instea...
2003-11-27 Daniel StenbergMarkus Moeller fixed the SPNEGO check and it nows defin...
2003-11-25 Daniel Stenbergfiled is not fixed ;-)
2003-11-25 Daniel Stenberga committed bugfix described
2003-11-25 Daniel Stenbergtest 95 added, verifies my fix for bug report #848371
2003-11-25 Daniel StenbergWhen basic is the only auth wanted (which it is by...
2003-11-25 Daniel Stenbergrequires a SSL-capable client
2003-11-25 Daniel Stenbergclarified Maciej W. Rozycki's fix
2003-11-24 Daniel Stenbergallow the end-of-headers from a proxy response to CONNE...
2003-11-24 Daniel Stenbergtest proxy CONNECT requiring basic auth but we don...
2003-11-24 Daniel Stenbergnew way to trick sws to return special data on CONNECT
2003-11-24 Daniel Stenbergsomewhat up to speed with the devel
2003-11-24 Daniel Stenberg--ftp-ssl support added
2003-11-24 Daniel Stenbergproper ftps:// support added
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 Stenbergdisable ftps-tests for now, we must make them work...
2003-11-24 Daniel StenbergFTPS support added as RFC2228 and the murray-ftp-auth...
2003-11-24 Daniel Stenbergfixes
2003-11-24 Daniel StenbergGaz Iqbal fixed a range string memory leak!
2003-11-24 Daniel Stenbergfixed wrong comment
2003-11-23 Daniel StenbergGisle Vanem fixed the Windows build
2003-11-23 Daniel StenbergFTPSSL support options and defines added
2003-11-20 Daniel Stenbergcombine the two identical cases
2003-11-20 Daniel Stenbergthree more fixes
2003-11-20 Daniel Stenbergbail out properly on a 407 when we can't authenticate...
2003-11-20 Daniel Stenbergrequest a file over proxy without credentials, and...
2003-11-19 Daniel Stenbergunconditional progressbarinit cures a windows crash
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-19 Daniel Stenbergcut off old crappy win32 comments and use the proper...
2003-11-19 Daniel Stenbergcleaned up
2003-11-19 Daniel Stenbergremove the wrong win32 comment and use global_init
2003-11-17 Daniel StenbergMaciej W. Rozycki's configure patch
2003-11-17 Daniel StenbergMaciej W. Rozycki made this script use a cache variable...
2003-11-15 Daniel Stenbergdo ares_destroy() on the ares handle when we're done...
2003-11-15 Daniel Stenbergtwo
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 Stenbergupdated
2003-11-13 Daniel StenbergPeter Sylvester found a flaw in the connect code for...
2003-11-13 Daniel Stenberg-n disables valgrind now
2003-11-13 Daniel StenbergDefault Content-Type for formparts has changed to ...
next