Commit Graph

  • 147a673063 updated for persistant connections Daniel Stenberg 2001-03-08 09:25:09 +00:00
  • 9ce5827fc1 made it split the version number on - too to make 7.7-blabla make a better version number define in the header file Daniel Stenberg 2001-03-08 09:23:11 +00:00
  • 97f1c93674 added lots of numbers for the error codes as they're often printed and used Daniel Stenberg 2001-03-08 09:04:43 +00:00
  • e61ceaf1bd clarified the 0001-files use a bit, I couldn't understand it myself! :-) Daniel Stenberg 2001-03-08 08:33:17 +00:00
  • 1118612249 Added test #34 - HTTP GET with chunked Transfer-Encoding Daniel Stenberg 2001-03-08 08:30:35 +00:00
  • a23db7b7c7 "Transfer-Encoding: chunked" support added Daniel Stenberg 2001-03-07 23:51:41 +00:00
  • f6b6dff46a added the http_chunks files Daniel Stenberg 2001-03-07 23:50:00 +00:00
  • 55b8ceac18 chunked transfer encoding support Daniel Stenberg 2001-03-07 23:28:22 +00:00
  • bcf448ee32 connection timeout is in for 7.7 Daniel Stenberg 2001-03-07 23:24:23 +00:00
  • 91e4da7ddb initial chunked transfer-encoding support Daniel Stenberg 2001-03-07 17:12:12 +00:00
  • 2873c18132 removed compiler warning if HAVE_RAND_STATUS is false Daniel Stenberg 2001-03-07 17:08:20 +00:00
  • 5dd0a8a63e Added persistant connections blurb even if it doesn't really work yet... Daniel Stenberg 2001-03-06 14:37:37 +00:00
  • 2103dc41f5 cleaned up for the 7.7 fixes Daniel Stenberg 2001-03-06 12:50:42 +00:00
  • 2ef13230cb new seeding stuff as mentioned by Albert Chin Daniel Stenberg 2001-03-06 00:04:58 +00:00
  • 9479ac6dda Added a persistant connection example Daniel Stenberg 2001-03-05 16:56:10 +00:00
  • 4e878eae79 updated to libcurl 7.7 conditions Daniel Stenberg 2001-03-05 15:51:34 +00:00
  • 1e8e90a220 mucho updated with new 7.7 concepts Daniel Stenberg 2001-03-05 15:38:06 +00:00
  • fe95c7dc34 removed an incorrect comment Daniel Stenberg 2001-03-05 14:52:23 +00:00
  • 6dae34d5da all test cases run OK now (again) Daniel Stenberg 2001-03-05 14:13:15 +00:00
  • 36c621c9df more details on debugging with the test suite Daniel Stenberg 2001-03-05 14:08:22 +00:00
  • 1717963e3d show the ftp server invoke line when -d is used Daniel Stenberg 2001-03-05 14:03:48 +00:00
  • 4646a1ffa9 talks more on verbose Daniel Stenberg 2001-03-05 14:03:20 +00:00
  • 0cb4eba002 free the struct on done Daniel Stenberg 2001-03-05 14:01:13 +00:00
  • 5eba359b5d telnet without any static variables Daniel Stenberg 2001-03-05 13:59:43 +00:00
  • 07ce7539a8 set download size properly for HTTP downloads Daniel Stenberg 2001-03-05 13:40:31 +00:00
  • c21f848c1c enable persistant connections by default Daniel Stenberg 2001-03-05 13:40:08 +00:00
  • 84e94fda8b remade FILE:// support to look more as the other protocols Daniel Stenberg 2001-03-05 13:39:01 +00:00
  • ebd6897b10 runtests -g explained Daniel Stenberg 2001-03-04 18:11:25 +00:00
  • 5ab8a9d32f persistant support protocol updates Daniel Stenberg 2001-03-04 18:07:13 +00:00
  • cf8704ccdf 7.7 alpha 2 commit curl-7_7_alpha2 Daniel Stenberg 2001-03-04 16:34:20 +00:00
  • 5543c2f11f Added include of easy.h to enable libcurl-using programs to *only* have to include <curl/curl.h> Daniel Stenberg 2001-03-04 15:32:44 +00:00
  • 90ac37a683 Curl_http() could crash on connection re-use Daniel Stenberg 2001-03-04 15:25:54 +00:00
  • dd893fd8a4 ipv6 fix for the 'port' no longer in urldata Daniel Stenberg 2001-03-03 17:50:01 +00:00
  • 834f079918 fixed for persistant stuff Daniel Stenberg 2001-03-03 16:28:59 +00:00
  • 2665c763df latest Daniel Stenberg 2001-03-02 15:38:06 +00:00
  • d1cfbd51b5 remade the port number stuff so that following locations work and doing intermixed HTTP and FTP persistant connections also work! Daniel Stenberg 2001-03-02 15:34:15 +00:00
  • a3ba6b7a6a Added the disconnect proto Daniel Stenberg 2001-03-02 07:44:22 +00:00
  • 415d2e7cb7 removed the slist -functions from here added the Curl_ftp_disconnect function for FTP-specific disconnects Daniel Stenberg 2001-03-02 07:44:05 +00:00
  • af4451ec26 improved connections Daniel Stenberg 2001-03-02 07:43:20 +00:00
  • 7c6562683a extending connectdata Daniel Stenberg 2001-03-02 07:42:35 +00:00
  • b6fa2f882c moved the slist-functions here from FTP since they're more generic than simply for FTP-stuff Daniel Stenberg 2001-03-02 07:42:11 +00:00
  • b6c5da337a strdup() takes a const char * now Daniel Stenberg 2001-03-02 07:41:40 +00:00
  • 9bc24e4876 cleanup better when connects fail Daniel Stenberg 2001-02-28 14:03:46 +00:00
  • 4af55809e4 added some infof() calls for persistant info Daniel Stenberg 2001-02-22 23:51:17 +00:00
  • 9c63fcf210 we only allocate the HTTP struct if we need to Daniel Stenberg 2001-02-22 23:41:15 +00:00
  • 1f17fb5f89 Now persistant connection download works thanks to the Content-Length taken into account Daniel Stenberg 2001-02-22 23:32:41 +00:00
  • 584dbffe60 moved the dynamicly set pointers to the connectdata struct Daniel Stenberg 2001-02-22 23:32:02 +00:00
  • 1c6f6f6972 Douglas R. Horner's corrections applied Daniel Stenberg 2001-02-22 22:33:49 +00:00
  • da06a6e7e3 IPv6-adjustments Daniel Stenberg 2001-02-21 17:15:09 +00:00
  • 46e0937263 corrected memory leaks when re-using connections Daniel Stenberg 2001-02-20 17:46:35 +00:00
  • a1d6ad2610 multiple connection support initial commit Daniel Stenberg 2001-02-20 17:35:51 +00:00
  • 5f3d63ed5b bugfix Daniel Stenberg 2001-02-20 13:58:56 +00:00
  • 63b5748eb6 -g runs the specified test(s) with gdb! Daniel Stenberg 2001-02-20 13:58:39 +00:00
  • e2590430c5 removed the #ifdef Daniel Stenberg 2001-02-20 13:57:50 +00:00
  • ada9bc2b24 win32sockets.c is now added with winsock init/cleanup example functions Daniel Stenberg 2001-02-20 13:56:38 +00:00
  • 43da41e73e Added three tiny PHP examples Daniel Stenberg 2001-02-19 13:39:21 +00:00
  • 720fa45b56 blurb about different languages and environments added Daniel Stenberg 2001-02-19 13:38:29 +00:00
  • 7de874c438 just a few PHP/curl examples Daniel Stenberg 2001-02-19 13:38:05 +00:00
  • 2078c1a01a added two VC++ files for project stuff Daniel Stenberg 2001-02-19 09:29:40 +00:00
  • f7a8909372 Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used Daniel Stenberg 2001-02-19 09:29:19 +00:00
  • 250df30e64 Moved a bunch of prototypes from curl.h here, they're no longer public and I merely stuffed them here before I decide where they belong and if they are to remain at all Daniel Stenberg 2001-02-19 09:28:10 +00:00
  • b887cf7521 removed a bunch of "low level" functions that were never used and are about to never become reality either Daniel Stenberg 2001-02-19 09:27:12 +00:00
  • 630e932091 MS VC++ stuff Daniel Stenberg 2001-02-19 09:26:29 +00:00
  • cdabd67aa9 Bob Schader updated this Daniel Stenberg 2001-02-19 09:26:01 +00:00
  • 42e4f9d776 added stuff to the mailing list chapter Daniel Stenberg 2001-02-19 09:25:18 +00:00
  • c111033595 removed --continue task (done) added URL to the NTLM task Daniel Stenberg 2001-02-16 13:41:34 +00:00
  • 26d1aaccdf 2.2 - rephrased Daniel Stenberg 2001-02-16 13:41:09 +00:00
  • ce95d2020f better english timeouted => timed out, as suggested by Larry Fahnoe Daniel Stenberg 2001-02-13 21:57:04 +00:00
  • 948c3b3aa9 7.6.1 commit curl-7_6_1 Daniel Stenberg 2001-02-13 13:37:14 +00:00
  • a140e5311d moved the protocol-specific free to allow easier multiple transfers Daniel Stenberg 2001-02-13 13:34:16 +00:00
  • 7686ac3f2c ftp response fix, netrc fix for non-http/ftp, https put research Daniel Stenberg 2001-02-12 13:20:04 +00:00
  • 54778134e4 corrected the prototype Daniel Stenberg 2001-02-12 13:19:09 +00:00
  • c59baa06f0 Added 3.10 and a few minor updates Daniel Stenberg 2001-02-12 10:05:09 +00:00
  • c107303ade very minor indentation fix Daniel Stenberg 2001-02-12 08:22:19 +00:00
  • 21b05afc99 removed getenv.h from the package as it was unused Daniel Stenberg 2001-02-12 08:21:45 +00:00
  • eebcf7d4f5 Not used anymore Daniel Stenberg 2001-02-09 07:33:58 +00:00
  • 8d169dfadd Added a failf() call in the error-check just added Daniel Stenberg 2001-02-09 07:14:28 +00:00
  • b12e334d83 if netrc is parsed and our host was found in there, set data->bits.user_passwd unconditioanlly! Daniel Stenberg 2001-02-08 13:53:13 +00:00
  • 7e36c4437e today's FTP response check fix Daniel Stenberg 2001-02-08 13:52:38 +00:00
  • 3c7a80a275 postit.c was added as a HTML form file upload example Daniel Stenberg 2001-02-08 08:26:54 +00:00
  • 61e2a8108b 7.6.1-pre3 curl-7_6_1-pre3 Daniel Stenberg 2001-02-07 09:49:06 +00:00
  • abb14de7e0 GetLine() didn't properly act on -1 lengths returned from Curl_read() Daniel Stenberg 2001-02-07 09:31:03 +00:00
  • ccd57e58f6 Added #define ssize_t int since ssize_t doesn't seem to exist in normal win32 systems Daniel Stenberg 2001-02-07 09:23:54 +00:00
  • 58d70db92e no longer #includes "getenv.h" Daniel Stenberg 2001-02-07 08:36:23 +00:00
  • 09f6fc22ed silly me, corrected the strlcat() to compile Daniel Stenberg 2001-02-06 09:12:39 +00:00
  • 833ce37cb9 new openbsd inspired implementation of strlcat() Daniel Stenberg 2001-02-06 09:08:24 +00:00
  • 07e7018564 nntp@iname.com's suggested fix to set the libpath Daniel Stenberg 2001-02-06 07:14:44 +00:00
  • db70cd28b3 adjusted the IPv6 stuff to compile and build on Linux as well Daniel Stenberg 2001-02-05 23:35:44 +00:00
  • f6e2bfd464 Jun-ichiro itojun Hagino's IPv6 adjustments Daniel Stenberg 2001-02-05 23:04:44 +00:00
  • 1ae5dab8fb Robert Weaver's VC experiences Daniel Stenberg 2001-02-05 22:35:55 +00:00
  • c6355e6a43 Added a telnet section Daniel Stenberg 2001-02-05 22:35:21 +00:00
  • 7d26eb61fe Added a few more configure option explanations Daniel Stenberg 2001-02-05 10:24:12 +00:00
  • 8613ce377f the new getinfo() stuff and the cygwin patch Daniel Stenberg 2001-02-04 20:10:52 +00:00
  • d6b94488a1 Added blurb about the win32 thing that precents a DLL from using a pointer passed to it from user-space! Daniel Stenberg 2001-02-04 20:10:02 +00:00
  • 5d7b32d09f extended 5.5 Daniel Stenberg 2001-02-04 20:08:42 +00:00
  • ed16d30ea8 CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documented Daniel Stenberg 2001-02-04 20:07:53 +00:00
  • 6f7c70fbbc CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were added as suggested by Bob Schader Daniel Stenberg 2001-02-04 20:03:30 +00:00
  • 9ab5d30e3b Ingo Ralf Blum made it compile with the newest cygwin Daniel Stenberg 2001-02-04 19:00:27 +00:00
  • 3b44a3df76 7.6.1-pre2 curl-7_6_1-pre2 Daniel Stenberg 2001-02-01 07:59:46 +00:00
  • 572c29a4a3 Added support for --enable-debug Daniel Stenberg 2001-02-01 07:58:49 +00:00