platform/upstream/curl.git
2001-10-22 Daniel Stenbergmake sure the connect can't return OK but return a...
2001-10-22 Daniel Stenberg2000 => 2001
2001-10-22 Daniel Stenbergrephrased the WRITEFUNCTION description a bit
2001-10-22 Daniel Stenbergfailed transfers will now close the connection
2001-10-22 Daniel Stenbergadded cygwin package makefile
2001-10-22 Daniel StenbergCygwin files
2001-10-22 Daniel StenbergKevin Roth's cygwin fixes
2001-10-22 Daniel StenbergA Kevin Roth patch. -- It's a post 1.4.2 patch that...
2001-10-19 Daniel Stenbergnew return code: CURLE_GOT_NOTHING
2001-10-19 Daniel Stenbergnow counts header size return from server and if nothin...
2001-10-19 Daniel Stenbergcurl_easy_duphandle() now properly clones the cookie...
2001-10-19 Daniel Stenbergadded test 37
2001-10-19 Daniel StenbergCURLOPT_FAILONERROR now only returns error if the HTTP...
2001-10-17 Daniel Stenbergthe malloc debug system only logs data if the logfile...
2001-10-17 Daniel Stenbergcall Curl_done() in Curl_perform() after Transfer(...
2001-10-17 Daniel Stenbergdon't use 'strict' anymore, as it doesn't work good...
2001-10-16 Daniel StenbergKevin Roth's cygwin adjustment
2001-10-16 Daniel Stenbergadded AC_LIBTOOL_WIN32_DLL for cygwin setup issues
2001-10-12 Daniel StenbergCurl_tvdiff() now returns a millisecond diff, no double...
2001-10-12 Daniel Stenbergprogress meter fixes
2001-10-12 Daniel Stenbergextensively commented source code, parts refreshened...
2001-10-12 Daniel Stenbergbetter check for absolute URL redirects, adjusted to...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-10-11 Daniel Stenbergcleanup on language, content and facts
2001-10-11 Daniel Stenberggetservbyname is not used by libcurl, don't check for it
2001-10-11 Daniel Stenbergremoved WRITEINFO from here, it's not been supported...
2001-10-10 Daniel Stenbergcheckserver() bugged, Kevin Roth detected and fixed
2001-10-10 Daniel StenbergKevin Roth's fixes to make tests work on cygwin
2001-10-10 Daniel StenbergCURLOPT_WRITEFUNCTION description corrected
2001-10-10 Daniel Stenbergcookiejar now enables the cookie engine
2001-10-09 Daniel Stenberghm
2001-10-09 Daniel Stenbergadded chunked encoding tests
2001-10-09 Daniel Stenbergadded test 47 - enforced http 1.0 request
2001-10-09 Daniel Stenbergresolve problem fixed, memory leak with ipv6 gone,...
2001-10-09 Daniel StenbergNew: CURLOPT_HTTP_VERSION
2001-10-09 Daniel StenbergAdded -0/--http1.0 to enforce HTTP 1.0 requests
2001-10-09 Daniel Stenbergadded the option CURLOPT_HTTP_VERSION that can specify...
2001-10-09 Daniel Stenbergignore SIGPIPE, as that can be actually get sent when...
2001-10-08 Daniel Stenbergupdated the cookiejar comment
2001-10-08 Daniel Stenberghm, an unknown error from bind() when binding the outgo...
2001-10-08 Daniel Stenbergcorrected cookie-jar comment
2001-10-05 Daniel Stenbergusing a HTTP proxy will disable some protocol-specific...
2001-10-05 Daniel StenbergSM's patch applied, we should not use arguments or...
2001-10-05 smVC ID project workspace - fixes compile under win32
2001-10-05 smVC ID project now uses ws2_32.lib - fixes compile under...
2001-10-05 smMakefile.vc6 changed to include connect.c
2001-10-04 Daniel StenbergAlbert Chin's improved gethostbyname_r() tests
2001-10-04 Daniel Stenbergmade sure the correct pieces of code are compiled on...
2001-10-04 Daniel Stenbergsupports the new ADDR prefix for getaddrinfo() and...
2001-10-04 Daniel Stenberggetaddrinfo() cleanups
2001-10-03 Daniel StenbergKeith McGuigan's excellent fix that makes a cloned...
2001-10-03 Daniel StenbergNico Baggus' updated for 7.9
2001-10-03 Daniel StenbergBjörn Stenberg reported successfully having built curl...
2001-10-03 Daniel Stenbergnon-blocking connects *done*
2001-10-03 Daniel Stenbergme fix curl_formadd() again
2001-10-03 Daniel Stenberghm, I edited away the fine functionality and with this...
2001-10-03 Daniel Stenberg7.9.1 pre-release 1 status
2001-10-03 Daniel StenbergThe ARRAY stuff is now added
2001-10-03 Daniel Stenbergadded new curl_formadd() stuff
2001-10-03 Daniel StenbergGeorg Huettenegger's fix that makes us no longer use...
2001-10-03 Daniel StenbergGeorg Huettenegger's curl_formadd fixes
2001-10-02 Daniel Stenbergthe changes done since the 7.9 release
2001-10-02 Daniel Stenbergpraise Bjorn Reese for mastering these dusty corners...
2001-10-02 Daniel Stenbergadded port number in informational connect message
2001-10-02 Daniel StenbergIPv6 adjustments, connect()ing to bad ports still don...
2001-10-02 Daniel Stenbergmajor connecting updates
2001-10-01 Daniel Stenbergpick the correct timeout before the connecthost call
2001-10-01 Daniel Stenbergfaster bailout on timeouts
2001-10-01 Daniel Stenbergadded comment to the tvdiff
2001-10-01 Daniel Stenbergremoved warning
2001-10-01 Daniel Stenbergcorrected for IPv6
2001-10-01 Daniel Stenbergadded five non-blocking #defines
2001-10-01 Daniel Stenbergconn->hp is now conn->hostaddr
2001-10-01 Daniel Stenbergsessionhandle->hp => hostaddr
2001-10-01 Daniel Stenbergrenamed the stupid 'hp' to 'hostaddr' which actually...
2001-10-01 Daniel Stenbergremoved obsoletetd myalarm() calls
2001-10-01 Daniel Stenbergmoved the myalarm() usage, and now makes sure to switch...
2001-10-01 Daniel Stenbergfixed the connecthost proto: added the timeout argument
2001-10-01 Daniel Stenbergcorrected the #include files
2001-10-01 Daniel Stenbergintroduced non-blocking connects
2001-10-01 Daniel StenbergAdded non-blocking sockets test
2001-10-01 Daniel Stenbergmoved to the java module
2001-10-01 Daniel Stenbergmoved to the perl module
2001-10-01 Daniel Stenbergmoved to separate module
2001-09-28 Daniel Stenbergfiletime should be -1 if the remote time was unknown...
2001-09-28 Daniel Stenbergimproved readability slightly
2001-09-28 Daniel Stenbergfixed the missing getftpresponse edits
2001-09-28 Daniel Stenbergremoved the socket argument from some functions that...
2001-09-28 Daniel Stenbergnow compiles warning-free when IPv6-enabled
2001-09-28 Daniel Stenbergmoved the PORT and PASV code into separate smaller...
2001-09-28 Daniel Stenbergmore ipv6 cleanups to make smaller functions that are...
2001-09-28 Daniel Stenbergmore transparant support for IPv6 name resolving
2001-09-27 Daniel Stenberggenerate bzip2 and zip files too
2001-09-26 Daniel Stenbergfree cookiejar string
2001-09-26 Daniel StenbergNow we're setting a default domain for received cookies...
2001-09-26 Daniel StenbergAdded test 46, cookie jar functionality
2001-09-26 Daniel Stenbergwe can verify files too
2001-09-25 Daniel Stenbergwinsock 2 fixes
2001-09-25 Daniel Stenberg7.9 commit
2001-09-25 Daniel StenbergAdded httpput.c
next