2002-12-12 |
Daniel Stenberg | The first ever attempts to do pure libcurl test cases |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Daniel Stenberg | Deal with HTML where ' is used instead of " |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Daniel Stenberg | moved the includes to outside the extern "C" stuff |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | recent fluff |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | The initial HTTP request can now be sent in multiple... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | send_buffer is no more here |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | added test56, nearly 100KB big! |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | Test case for sending insanely big HTTP requests. Mainl... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Daniel Stenberg | more logging, now logs the full response too, basic... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Daniel Stenberg | A normal POST now provides data to the main transfer... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Daniel Stenberg | The fread() callback pointer and associated pointer... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Daniel Stenberg | Added a default headers section and also made some... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Daniel Stenberg | better errno include and no extern |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Daniel Stenberg | read and write as much as possible until end of data... |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Daniel Stenberg | deal with spaces in name and value tags a lot better! |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Daniel Stenberg | changed proto for Curl_krb_kauth() |
commit | commitdiff | tree | snapshot |
2002-12-05 |
Daniel Stenberg | Solaris needs errno as an extern int. |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Daniel Stenberg | make WIN32 defined for Borland properly, as told by... |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Daniel Stenberg | called SSLCERTS now |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Daniel Stenberg | 7.10.3-pre2 |
commit | commitdiff | tree | snapshot |
2002-12-04 |
Daniel Stenberg | The waiting for the 226 or 250 line expected to come... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | missing } |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | clarified |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | Jeff pointed out this flaw in the example |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | -@ is no longer an official shortcut for --create-dirs |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | don't officially use -@ for --create-dirs, only use... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | clarify the DEBUGFUNCTION data not being zero terminated |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | Curl_GetFTPResponse() takes a different set of paramete... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | updated to reality |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Daniel Stenberg | Nicolas Berloquin's fix of his previous dir creation... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Daniel Stenberg | Nicolas Berloquin's description of his -@/--create... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Daniel Stenberg | Nicolas Berloquin's added code for dealing with -@... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Daniel Stenberg | if the PWD reply parser failed, we leaked memory |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Daniel Stenberg | clarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit,... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Daniel Stenberg | wrapped the line for PRIVATE nicer |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Daniel Stenberg | more to ignore |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Daniel Stenberg | only use Content-Length: header if not transfering... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Daniel Stenberg | mention CVS-INFO for more info when checked out from CVS |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Daniel Stenberg | stuff done since the 7.10.2 release |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Daniel Stenberg | let the Curl_FormReader() return 0 when it reaches... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | fix the hash init to call the correct dns cleanup function |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | added compareheader proto |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | compareheader() was moved over to http.c and got a... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | Moved the compareheader function into this file and... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | mention how to generate patches |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Daniel Stenberg | bad use of AM_CONDITIONAL removed and now configure... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Daniel Stenberg | execve.net is an official download mirror in HK |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Daniel Stenberg | Dan Becker fixed a minor memory leak on persistent... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Daniel Stenberg | removed extra space from trace output 'Send data' |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Daniel Stenberg | fixed Curl_freeaddrinfo() to only free addrinfo, and... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
sm | Removed MFC dependency in Release Build when using... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Daniel Stenberg | Nedelcho Stanev's work-around for SFU 3.0 |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Daniel Stenberg | bug fix for the problem Juan Ignacio Hervás discovered... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Daniel Stenberg | this fix seems to make the '305 306' test case combinat... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Daniel Stenberg | don't use curl.haxx.se |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Daniel Stenberg | dead code removal |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Daniel Stenberg | new name, supports <textarea> and the <option> tags... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Daniel Stenberg | 4.12 Why do I get "certificate verify failed" ? |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Daniel Stenberg | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Daniel Stenberg | Karol Pietrzak pointed out that simply including the... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Daniel Stenberg | 7.10.2 |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Daniel Stenberg | as requested, CURLE_OPERATION_TIMEDOUT is now the same as |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Daniel Stenberg | fflush() the trace stream on each call |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Daniel Stenberg | removed nroff mistake |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Daniel Stenberg | no more dllinit.o usage |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Daniel Stenberg | recent fixes |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Daniel Stenberg | attempts to filter off optimize flags when --enable... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Daniel Stenberg | language |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Daniel Stenberg | clarified that strings need to be kept around until... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Daniel Stenberg | dllinit.c is removed |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Daniel Stenberg | not used and we don't have permission to distribute... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Daniel Stenberg | 4.11 Why does my HTTP range requests return the full... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Daniel Stenberg | removed dllinit.c as MSVC doesn't need it |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | moved the bools in the connectdata struct into the... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | The test for DNS cache entries left locked is now only... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | changed header |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | include SSLCERTS and not UPGRADE. We leave UPGRADE... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | UPGRADE was renamed into this "SSLCERTS" |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | unlock dns cache entries with a function call instead... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | Dave Halbakken added curl_version_info |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | transfer-encoding: chunked was implemented |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Daniel Stenberg | Now supports "Transfer-Encoding: chunked" for HTTP... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Daniel Stenberg | Bug report #634625 identified how curl returned timeout... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Daniel Stenberg | recent changes |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Daniel Stenberg | output all test case numbers with three digits |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Daniel Stenberg | language fix |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Daniel Stenberg | Lehel Bernadt's fix to prevent debug message to get... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Daniel Stenberg | ipv4-fixes for the new Curl_dns_entry struct and Curl_r... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Daniel Stenberg | Curl_resolv() now returns a different struct, and it... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Daniel Stenberg | Soren Spies filled in some info about Mac OS X 10.2 |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Daniel Stenberg | Disable the DNS cache (by setting the timeout to 0... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | when using checkprefix(), the first argument must be... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | Transfer-Encoding: needs 17 bytes passed, not 18 |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | kromJx@crosswinds.net's fix that now uses checkprefix... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | the malloc debug system assumes single thread |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | kromJx@crosswinds.net fixed typos |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | works now with autoconf 2.54 |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | Kevin Roth's patch that checks for the CA cert file... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | Kevin Roth's patch. $(RM) instead of @erase, and it... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Daniel Stenberg | Kevin Roth's fixes that use $(RM) instead of @erase... |
commit | commitdiff | tree | snapshot |
next |