platform/upstream/curl.git
2002-12-12 Daniel StenbergThe first ever attempts to do pure libcurl test cases
2002-12-12 Daniel StenbergDeal with HTML where ' is used instead of "
2002-12-11 Daniel Stenbergmoved the includes to outside the extern "C" stuff
2002-12-10 Daniel Stenbergrecent fluff
2002-12-10 Daniel StenbergThe initial HTTP request can now be sent in multiple...
2002-12-10 Daniel Stenbergsend_buffer is no more here
2002-12-10 Daniel Stenbergadded test56, nearly 100KB big!
2002-12-10 Daniel StenbergTest case for sending insanely big HTTP requests. Mainl...
2002-12-10 Daniel Stenbergmore logging, now logs the full response too, basic...
2002-12-09 Daniel StenbergA normal POST now provides data to the main transfer...
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-12-09 Daniel StenbergAdded a default headers section and also made some...
2002-12-05 Daniel Stenbergbetter errno include and no extern
2002-12-05 Daniel Stenbergread and write as much as possible until end of data...
2002-12-05 Daniel Stenbergdeal with spaces in name and value tags a lot better!
2002-12-05 Daniel Stenbergchanged proto for Curl_krb_kauth()
2002-12-05 Daniel StenbergSolaris needs errno as an extern int.
2002-12-04 Daniel Stenbergmake WIN32 defined for Borland properly, as told by...
2002-12-04 Daniel Stenbergcalled SSLCERTS now
2002-12-04 Daniel Stenberg7.10.3-pre2
2002-12-04 Daniel StenbergThe waiting for the 226 or 250 line expected to come...
2002-12-03 Daniel Stenbergmissing }
2002-12-03 Daniel Stenbergclarified
2002-12-03 Daniel StenbergJeff pointed out this flaw in the example
2002-12-03 Daniel Stenberg-@ is no longer an official shortcut for --create-dirs
2002-12-03 Daniel Stenbergdon't officially use -@ for --create-dirs, only use...
2002-12-03 Daniel Stenbergclarify the DEBUGFUNCTION data not being zero terminated
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-12-03 Daniel Stenbergupdated to reality
2002-12-03 Daniel StenbergNicolas Berloquin's fix of his previous dir creation...
2002-12-02 Daniel StenbergNicolas Berloquin's description of his -@/--create...
2002-12-02 Daniel StenbergNicolas Berloquin's added code for dealing with -@...
2002-12-02 Daniel Stenbergif the PWD reply parser failed, we leaked memory
2002-12-02 Daniel Stenbergclarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit,...
2002-12-01 Daniel Stenbergwrapped the line for PRIVATE nicer
2002-12-01 Daniel Stenbergmore to ignore
2002-12-01 Daniel Stenbergonly use Content-Length: header if not transfering...
2002-11-30 Daniel Stenbergmention CVS-INFO for more info when checked out from CVS
2002-11-29 Daniel Stenbergstuff done since the 7.10.2 release
2002-11-29 Daniel Stenberglet the Curl_FormReader() return 0 when it reaches...
2002-11-28 Daniel Stenbergfix the hash init to call the correct dns cleanup function
2002-11-28 Daniel Stenbergadded compareheader proto
2002-11-28 Daniel Stenbergcompareheader() was moved over to http.c and got a...
2002-11-28 Daniel StenbergMoved the compareheader function into this file and...
2002-11-28 Daniel Stenbergmention how to generate patches
2002-11-28 Daniel Stenbergbad use of AM_CONDITIONAL removed and now configure...
2002-11-27 Daniel Stenbergexecve.net is an official download mirror in HK
2002-11-26 Daniel StenbergDan Becker fixed a minor memory leak on persistent...
2002-11-26 Daniel Stenbergremoved extra space from trace output 'Send data'
2002-11-26 Daniel Stenbergfixed Curl_freeaddrinfo() to only free addrinfo, and...
2002-11-26 smRemoved MFC dependency in Release Build when using...
2002-11-24 Daniel StenbergNedelcho Stanev's work-around for SFU 3.0
2002-11-22 Daniel Stenbergbug fix for the problem Juan Ignacio Hervás discovered...
2002-11-22 Daniel Stenbergthis fix seems to make the '305 306' test case combinat...
2002-11-22 Daniel Stenbergdon't use curl.haxx.se
2002-11-21 Daniel Stenbergdead code removal
2002-11-21 Daniel Stenbergnew name, supports <textarea> and the <option> tags...
2002-11-20 Daniel Stenberg4.12 Why do I get "certificate verify failed" ?
2002-11-20 Daniel StenbergKjetil Jacobsen's patch that introduces CURLOPT_PRIVATE...
2002-11-20 Daniel StenbergKarol Pietrzak pointed out that simply including the...
2002-11-18 Daniel Stenberg7.10.2
2002-11-18 Daniel Stenbergas requested, CURLE_OPERATION_TIMEDOUT is now the same as
2002-11-15 Daniel Stenbergfflush() the trace stream on each call
2002-11-15 Daniel Stenbergremoved nroff mistake
2002-11-15 Daniel Stenbergno more dllinit.o usage
2002-11-15 Daniel Stenbergrecent fixes
2002-11-15 Daniel Stenbergattempts to filter off optimize flags when --enable...
2002-11-14 Daniel Stenberglanguage
2002-11-14 Daniel Stenbergclarified that strings need to be kept around until...
2002-11-13 Daniel Stenbergdllinit.c is removed
2002-11-13 Daniel Stenbergnot used and we don't have permission to distribute...
2002-11-12 Daniel Stenberg 4.11 Why does my HTTP range requests return the full...
2002-11-12 Daniel Stenbergremoved dllinit.c as MSVC doesn't need it
2002-11-11 Daniel Stenbergmoved the bools in the connectdata struct into the...
2002-11-11 Daniel StenbergThe test for DNS cache entries left locked is now only...
2002-11-11 Daniel Stenbergchanged header
2002-11-11 Daniel Stenberginclude SSLCERTS and not UPGRADE. We leave UPGRADE...
2002-11-11 Daniel StenbergUPGRADE was renamed into this "SSLCERTS"
2002-11-11 Daniel Stenbergunlock dns cache entries with a function call instead...
2002-11-11 Daniel StenbergDave Halbakken added curl_version_info
2002-11-11 Daniel Stenbergtransfer-encoding: chunked was implemented
2002-11-11 Daniel StenbergNow supports "Transfer-Encoding: chunked" for HTTP...
2002-11-07 Daniel StenbergBug report #634625 identified how curl returned timeout...
2002-11-06 Daniel Stenbergrecent changes
2002-11-06 Daniel Stenbergoutput all test case numbers with three digits
2002-11-06 Daniel Stenberglanguage fix
2002-11-05 Daniel StenbergLehel Bernadt's fix to prevent debug message to get...
2002-11-05 Daniel Stenbergipv4-fixes for the new Curl_dns_entry struct and Curl_r...
2002-11-05 Daniel StenbergCurl_resolv() now returns a different struct, and it...
2002-10-31 Daniel StenbergSoren Spies filled in some info about Mac OS X 10.2
2002-10-31 Daniel StenbergDisable the DNS cache (by setting the timeout to 0...
2002-10-28 Daniel Stenbergwhen using checkprefix(), the first argument must be...
2002-10-28 Daniel StenbergTransfer-Encoding: needs 17 bytes passed, not 18
2002-10-28 Daniel StenbergkromJx@crosswinds.net's fix that now uses checkprefix...
2002-10-28 Daniel Stenbergthe malloc debug system assumes single thread
2002-10-28 Daniel StenbergkromJx@crosswinds.net fixed typos
2002-10-28 Daniel Stenbergworks now with autoconf 2.54
2002-10-28 Daniel StenbergKevin Roth's patch that checks for the CA cert file...
2002-10-28 Daniel StenbergKevin Roth's patch. $(RM) instead of @erase, and it...
2002-10-28 Daniel StenbergKevin Roth's fixes that use $(RM) instead of @erase...
next