platform/upstream/curl.git
2001-11-01 Daniel StenbergUpdate the byte counters in the loop so that aborted...
2001-11-01 Daniel StenbergUse Curl_tvdiff to compare times
2001-11-01 Daniel Stenbergless I, more we
2001-11-01 Daniel Stenbergminor mods to make solaris plain 'make' to not die...
2001-10-31 Daniel Stenbergfixed FTPSENDF for ipv6 compiles
2001-10-31 Daniel Stenberga bunch
2001-10-31 Daniel StenbergRemoved the SocketIsDead() stuff for SSL again as it...
2001-10-31 Daniel StenbergIf Curl_do() fails with CURLE_WRITE_ERROR on a re-used...
2001-10-31 Daniel StenbergCurl_sendf now returns a CURLcode
2001-10-31 Daniel Stenbergreturn type cleanup
2001-10-31 Daniel Stenbergcheck Curl_ftpsendf return codes
2001-10-31 Daniel StenbergAdded better checking of return codes when we send...
2001-10-31 Daniel Stenbergmajor commit, now we check the return code on every...
2001-10-31 Daniel Stenbergcheck return code when issuing the request
2001-10-31 Daniel Stenbergadded typecasts to make the timers calculate with doubl...
2001-10-31 Daniel Stenbergadded some -c talk, spell checked
2001-10-31 Daniel Stenbergno need for mumbojumbo
2001-10-31 Daniel Stenbergadded cool.haxx.se as an official mirror site
2001-10-31 Daniel Stenbergnonblock => Curl_nonblock, remade the check for a live...
2001-10-30 Daniel StenbergAdded -0/--http1.0
2001-10-30 Daniel Stenbergremoved the 'in documentation' part, as I've expressed...
2001-10-30 Daniel StenbergAdded an additional SSL check for a dead socket before...
2001-10-30 Daniel Stenbergprevent strdup()ing NULL -- Paul Harrington's report
2001-10-30 Daniel StenbergCorrected the -T description
2001-10-30 Daniel Stenbergremoved silly old -t usage from here, added some blurb...
2001-10-29 Daniel StenbergKevin Roth updates
2001-10-29 Daniel Stenbergcorrected return code, general cleanup
2001-10-29 Daniel Stenbergadded curl_formadd
2001-10-29 Daniel Stenbergminor fix to support multiple files in one formadd...
2001-10-29 Daniel Stenberg29 October fixes
2001-10-29 Daniel StenbergKevin Roth's cygwin package fixes
2001-10-29 Daniel StenbergCygwin moved into the win32 drawer
2001-10-29 Daniel Stenbergfixed conn->name error on connection re-use and enlarge...
2001-10-29 Daniel StenbergSM's waitconnect return code fix!
2001-10-26 Daniel Stenbergchanged the Location: to match one Paul Harrington...
2001-10-26 Daniel Stenbergldap fix, test28 added
2001-10-26 Daniel Stenbergmade 'timespent' a double, which makes more accurate...
2001-10-26 Daniel Stenbergtest28 added for "Location: extraspace" test
2001-10-25 Daniel Stenbergbug report #474568 -
2001-10-24 Daniel Stenbergadded "s390 Linux" as a platform that curl was compiled...
2001-10-24 Daniel Stenbergadded a section about cross compiling that Jim Duey...
2001-10-24 Daniel Stenberglots and lots
2001-10-24 Daniel Stenbergtest case 27 added, to make sure cookie replacing don...
2001-10-24 Daniel Stenbergnow reports the CORRECT pid on demand
2001-10-24 Daniel StenbergT. Bharath found this memory leak. It occurs when we...
2001-10-23 Daniel Stenbergpack_hostent() now aligns the data properly on 64bit...
2001-10-23 Daniel Stenberggrammar grammar!
2001-10-23 Daniel Stenbergadded "3.12 Why do FTP specific features over HTTP...
2001-10-23 Daniel Stenbergadded AC_PREREQ(2.50) to prevent autoconf mistakes
2001-10-22 Daniel StenbergAn SGI (IRIX) compiler doesn't like indended #-instruct...
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
next