platform/upstream/curl.git
2002-04-27 Daniel Stenbergshorter introduction
2002-04-27 Daniel Stenbergupdated
2002-04-27 Daniel StenbergAdded BINDINGS, lists all available libcurl bindings...
2002-04-27 Daniel Stenbergfixes on rainy saturday in the end of April, 2002
2002-04-27 Daniel StenbergFixed the FTP response reader to deal with timeouts...
2002-04-27 Daniel Stenberg(Curl_GetFTPResponse) moved some code to only get perfo...
2002-04-27 Daniel StenbergNow uses Curl_ as prefix for internal global symbols...
2002-04-27 Daniel StenbergDNC cache prune crash removed, made the name spacing...
2002-04-26 Daniel Stenbergopenbsd on Alpha was no problemos
2002-04-26 Daniel Stenbergtest suite portability fix
2002-04-26 Daniel Stenberghandles much larger POSTs, replaced snprintf() with...
2002-04-26 Daniel Stenberganother week of changes
2002-04-25 Daniel Stenbergadjusted to the new Curl_resolv() proto
2002-04-25 Daniel Stenbergprevent persistant connections to do name resolves
2002-04-25 Daniel StenbergIn order to not get problems with DNS cache pruning...
2002-04-25 Daniel Stenbergthe TOTAL_TIME is not really total, as it excludes...
2002-04-25 Daniel Stenberguse the hostname pointer instead of using IPv4-only...
2002-04-24 Daniel Stenbergclarified a bit with the timecondition stuff
2002-04-24 Daniel Stenbergno, this doesn't look like it bugs
2002-04-24 Daniel StenbergNetBSD alpha works, also tried a newer FreeBSD on alpha
2002-04-23 Daniel Stenbergremoved warning about signed/unsigned comparison
2002-04-23 Daniel Stenbergthe 80 column police narrowed this source code! B-]
2002-04-23 Daniel Stenbergfixes bug report #547484, no_proxy doesn't properly...
2002-04-23 Daniel Stenberguse new timecond defines
2002-04-22 Daniel Stenbergallow binding the local end of a connection even when...
2002-04-22 Daniel Stenberguse double where it is supposed to
2002-04-22 Daniel Stenberguse sclose() to close sockets
2002-04-22 Daniel Stenbergrenamed the TIMECOND defines to be CURL_ prefixed
2002-04-22 Daniel StenbergThe timecond stuff now have CURL_ prefixes
2002-04-22 Daniel StenbergJacky Lam's adjust resolve-buffer size patch applied...
2002-04-19 Daniel Stenbergpack_hostent does not handle 64 bit pointers correctly.
2002-04-17 Sterling HughesPrune old hostcache entries with each call...
2002-04-17 Daniel StenbergDirk Manske's two new infos
2002-04-17 Daniel StenbergDirk Manske's fix for HTTP response code 301, that...
2002-04-16 Daniel StenbergDirk Manske brought the patch that introduces two new...
2002-04-15 Daniel StenbergJonatan Lander fixed the "Disables POST, goes with...
2002-04-15 Daniel StenbergThis makes formposting with a specified file missing...
2002-04-15 Daniel Stenberg7.9.6 commit
2002-04-14 Daniel StenbergDirk Manske made libcurl strip off white spaces from...
2002-04-14 Daniel Stenbergcheck for _MSC_VER as well as __STDC__ when deciding...
2002-04-14 Daniel Stenbergremoved unused variable
2002-04-13 Sterling HughesAdd protos and change return value of curl_hash_count....
2002-04-12 Sterling HughesSpeed up the hash code considerably, removing a bunch...
2002-04-12 Daniel Stenbergcut off an old section
2002-04-12 Daniel Stenberghttp_proxy must be lower case
2002-04-12 Daniel Stenberg7.9.6-pre5
2002-04-12 Daniel Stenbergexplain all mailing lists better
2002-04-12 Daniel Stenbergadded libcurl-errors
2002-04-12 Daniel Stenbergstore TIMER_CONNECT even if the connect failed
2002-04-12 Daniel Stenbergcorrected the verbose output for connects and fixed...
2002-04-12 Daniel Stenbergthe HTTP request is a CURLINFO_HEADER_OUT
2002-04-12 Daniel StenbergJean-Philippe Barrette-LaPierre's patch applied
2002-04-12 Daniel StenbergJean-Philippe Barrette-LaPierre provided his patch...
2002-04-12 Daniel Stenbergerror codes *ARE* documented now
2002-04-10 Daniel Stenbergadded RISCOS makefile
2002-04-10 Daniel Stenbergbrougth by Michael Curtis
2002-04-10 Daniel Stenbergmore more more
2002-04-10 Daniel Stenbergcorrected to new return codes
2002-04-10 Daniel Stenbergadded info in to failf() lines and added a infof()...
2002-04-10 Daniel Stenbergdefault proxy port set, as reported by Sebastien Willemijns
2002-04-10 Daniel Stenbergupdated error code
2002-04-10 Daniel Stenbergerror code cleanup, use the new SEND/RECV errors
2002-04-10 Daniel Stenbergerror codes documented
2002-04-10 Daniel Stenbergtwo new error codes to separate READ into READ/RECV...
2002-04-10 Daniel Stenbergclarified how to write URLs in -K config files
2002-04-09 Daniel Stenbergset the HOME variable to the current dir, to prevent...
2002-04-09 Daniel Stenbergspell checked and removed talk about very old version...
2002-04-08 Daniel Stenberg7.9.6-pre4 commit
2002-04-08 Daniel Stenbergremoved compiler warnings, made it conditional on USE_E...
2002-04-08 Daniel StenbergAdded the --environment support by Michael Curtis
2002-04-08 Daniel StenbergAdded $Id:$ keyword
2002-04-08 Daniel StenbergMichael Curtis adjusted this for RISC OS
2002-04-08 Daniel StenbergAdded writeenv.c and writeenv.h for RISCOS usage (and...
2002-04-08 Daniel Stenbergadded config-riscos.h
2002-04-08 Daniel StenbergMichael Curtis' updates
2002-04-08 Daniel StenbergJacky Lam deserves a mention here
2002-04-08 Daniel Stenbergbased on Jacky Lam's "HTTP 1.0 304-only" fix, this...
2002-04-05 Daniel Stenbergif HOME isn't set or too long, we attempt to lost the...
2002-04-05 Daniel Stenbergmention the web site mirror now
2002-04-05 Daniel Stenbergenough with stupidity, this is a test case that should...
2002-04-05 Daniel Stenbergadded test 48, verify -I, -d and -G in one command...
2002-04-04 Daniel StenbergReverted v1.120, -G set request type after Kevin Roth...
2002-04-04 Daniel Stenberglots
2002-04-04 Daniel Stenbergvery minor log change
2002-04-04 Daniel StenbergT. Bharath pointed out the flaw in ConnectionExists...
2002-04-04 Daniel StenbergFixes the problem Jacky Jam pointed out, where libcurl...
2002-04-04 Daniel StenbergJonatan Lander's fix to compile properly on pre-ISO...
2002-04-04 Daniel StenbergThis corrects VERBOSE PASV ftp transfers on AIX (and...
2002-04-03 Daniel StenbergTor Arntsen's fix for "CGI_Lite" compliance!
2002-04-02 Daniel StenbergAdded DNS cache control options
2002-04-02 Daniel StenbergClarence Gardner pointed out the not-taken-care-of...
2002-04-02 Daniel StenbergJacky Lam added memdebug.h include to prevent crashes...
2002-03-27 Daniel Stenbergfopen(... "rb") when reading what to post, so that...
2002-03-25 Daniel StenbergJacky Lam cookie parser fix for domains with preceeding dot
2002-03-23 Daniel StenbergMiklos Nemeth's update
2002-03-22 Daniel Stenbergadjusted windows section after a patch from Miklos...
2002-03-22 Daniel Stenbergpatch by Sandro Tolaini to do good (better?) on FreeBSD
2002-03-20 Daniel Stenbergno longer include "multi.h", it comes with the regular...
2002-03-20 Daniel Stenbergcrlf replacement on uploads did not work. test case...
2002-03-20 Daniel Stenbergverbose FTP PASV output could output a "random" name...
next