Commit Graph

  • f6163b375f 7.4.1 commit curl-7_4_1 Daniel Stenberg 2000-10-16 13:52:05 +00:00
  • b2d73c50d3 pre5 and pre6 fixes Daniel Stenberg 2000-10-12 09:14:57 +00:00
  • 834b7de33c Added lib/libcurl.def for win32 DLL creations Daniel Stenberg 2000-10-12 09:13:55 +00:00
  • debdd93e1b just removed some example lines in the top comment Daniel Stenberg 2000-10-12 09:13:22 +00:00
  • 4e8ddedc8f Jrn added glob_cleanup() Daniel Stenberg 2000-10-12 09:12:24 +00:00
  • 751d503f54 sprintf() => snprintf() Daniel Stenberg 2000-10-12 08:22:16 +00:00
  • b2e47dfde4 updated to better reflect reality Daniel Stenberg 2000-10-11 10:59:36 +00:00
  • 0af8201cc2 make curl capable of using the mozilla SSL engine Daniel Stenberg 2000-10-11 10:59:16 +00:00
  • 7717212912 free the URL string if that was allocated Daniel Stenberg 2000-10-11 10:58:37 +00:00
  • ccb2b5d22c free the FTP struct already in the _done() function Daniel Stenberg 2000-10-11 10:57:52 +00:00
  • 85174ed358 memory leak adjusts Daniel Stenberg 2000-10-11 10:29:25 +00:00
  • 111d1d09d3 removed the header that confuses PHP Daniel Stenberg 2000-10-09 22:29:35 +00:00
  • 4f5a4c9bd5 added the bool typedef, moved here from curl/curl.h Daniel Stenberg 2000-10-09 21:36:38 +00:00
  • 8c62e337b0 bool typedef fix Daniel Stenberg 2000-10-09 21:35:40 +00:00
  • 51bcdb472b use this to analyze the memory debug logs MALLOCDEBUG will generate Daniel Stenberg 2000-10-09 11:31:55 +00:00
  • 5ee185f420 just too many to mention Daniel Stenberg 2000-10-09 11:25:40 +00:00
  • fb739ac130 Added commented MALLOCDEBUG stuff for memory debugging Daniel Stenberg 2000-10-09 11:24:49 +00:00
  • cdd91bed46 I commented the -DMALLOCDEBUG flag to make it easier to add Daniel Stenberg 2000-10-09 11:24:18 +00:00
  • 9defb83930 added memory debugging support Daniel Stenberg 2000-10-09 11:13:17 +00:00
  • 0f8facb49b added memory debugging include file Daniel Stenberg 2000-10-09 11:12:34 +00:00
  • d49d05bce6 added for memory leak debugging etc Daniel Stenberg 2000-10-09 11:11:43 +00:00
  • 1e2e6a4e33 GetHost() did not properly assign the third argument pointer! Daniel Stenberg 2000-10-08 12:50:51 +00:00
  • 5b39a48e22 corrected the --longoption parser Daniel Stenberg 2000-10-06 12:45:05 +00:00
  • 2918836cef removed include "writeout.h" Daniel Stenberg 2000-10-06 11:06:20 +00:00
  • b900318d8d Jrg's updated makefile Daniel Stenberg 2000-10-06 11:03:43 +00:00
  • c58dc8f82f the --interface code doesn't work on win32 and is #ifndef WIN32 now Daniel Stenberg 2000-10-06 11:03:20 +00:00
  • 0ddacf929a added for the win32 version Daniel Stenberg 2000-10-06 11:02:48 +00:00
  • a513e97464 moved the src/config.h stuff to the bottom, as automake were adding include stuff to ../src in the lib directory's Makefile.in otherwise! Daniel Stenberg 2000-10-06 10:40:43 +00:00
  • 03a56b3e56 HTTP resume fix, now the range pointer may be allocated Daniel Stenberg 2000-10-06 06:28:39 +00:00
  • 18f67852be filled in more information on the options Daniel Stenberg 2000-10-04 13:09:15 +00:00
  • 693aab0e95 size_request and size_header added to the -w description Daniel Stenberg 2000-10-04 13:08:54 +00:00
  • ccd0f07c41 -w supports size_header and size_request Daniel Stenberg 2000-10-04 13:08:17 +00:00
  • 5865860ad6 counts header and request size Daniel Stenberg 2000-10-04 13:07:43 +00:00
  • bf56377865 Added Jason S. Priebe as contributor Daniel Stenberg 2000-10-03 22:07:09 +00:00
  • e012d32e66 documented writeinfo as removed in 7.4 Daniel Stenberg 2000-10-03 22:06:26 +00:00
  • 763797ab3c introduced in libcurl 7.4 Daniel Stenberg 2000-10-03 22:05:27 +00:00
  • 2cdd150723 removed writeinfo stuff Daniel Stenberg 2000-10-03 22:04:04 +00:00
  • d46b006f22 add_buffer_send() free()d the buffer *before* it was used! :-O Daniel Stenberg 2000-10-03 16:53:41 +00:00
  • 033263e696 added the new upload_bufsize to the connectdata struct Daniel Stenberg 2000-10-03 11:05:09 +00:00
  • eee5c71aff inits the upload_bufsize at connect time Daniel Stenberg 2000-10-03 11:03:55 +00:00
  • f1b8566ea2 new upload-buffer size design that starts with a smallish buffer and increases its size in case of need Daniel Stenberg 2000-10-03 11:02:52 +00:00
  • d3f9b2a490 introduced the new add_buffer() concept that makes the HTTP request to get sent in only one shot Daniel Stenberg 2000-10-03 11:01:32 +00:00
  • 398d21696f Added curl_easy_getinfo.3 Daniel Stenberg 2000-10-02 06:49:51 +00:00
  • 99fbcac6b9 added a small suggestion on how to get the curl man page in text format without nroff Daniel Stenberg 2000-10-02 06:40:14 +00:00
  • c23e387928 Uses the new "client-side" writeout function Daniel Stenberg 2000-10-02 06:36:34 +00:00
  • ef77d484f0 removed writeout.[ch] and added getinfo.c Daniel Stenberg 2000-10-02 06:32:31 +00:00
  • df7b9e7af6 Added writeout.c Daniel Stenberg 2000-10-02 06:32:05 +00:00
  • f612f194be writeout.[ch] added in src/ Daniel Stenberg 2000-10-02 06:31:10 +00:00
  • dfec172157 moved out from the library and put here, uses the new curl_easy_getinfo() Daniel Stenberg 2000-10-02 06:30:40 +00:00
  • 888182c16d adjusted for curl_easy_getinfo Daniel Stenberg 2000-10-02 06:29:39 +00:00
  • d5ad450db6 getinfo.c replaces the former writeout.c Daniel Stenberg 2000-10-02 06:28:55 +00:00
  • b0274a553b Added curl_easy_getinfo() Daniel Stenberg 2000-10-02 06:27:43 +00:00
  • e372a440c0 #include <malloc.h> was removed, it causes warnings on openbsd Daniel Stenberg 2000-09-29 06:34:50 +00:00
  • 91bda5650c include base64.h instead of base64_krb.h Daniel Stenberg 2000-09-28 10:36:31 +00:00
  • 13962adcb5 7.3 commit curl-7_3 Daniel Stenberg 2000-09-28 10:26:44 +00:00
  • 221f1c2ca2 replaced the old base64 stuff with the new ones Daniel Stenberg 2000-09-28 08:01:52 +00:00
  • 0e0b72714c more configure options explained Daniel Stenberg 2000-09-26 22:32:46 +00:00
  • 3396d97399 a --krb4 usage example added Daniel Stenberg 2000-09-26 22:31:52 +00:00
  • c4fc231934 added krb4-info Daniel Stenberg 2000-09-26 22:30:23 +00:00
  • bac96e9f49 Added strlcpy() since it turns out some krb4-implementations don't include their own, even if mine did! Daniel Stenberg 2000-09-26 22:28:46 +00:00
  • 00505c9247 moved the RAND_status() and RAND_screen() checks to the openssl section added strlcpy() check in the krb4 section Daniel Stenberg 2000-09-26 22:27:24 +00:00
  • 60ee571bd6 CRYPTO_free() of course, it makes it run with previous openssl versions too Daniel Stenberg 2000-09-26 07:03:59 +00:00
  • bdfe654aee The last week's changes Daniel Stenberg 2000-09-25 22:23:17 +00:00
  • 32e013eb87 -c and -t is no longer prefered Daniel Stenberg 2000-09-25 22:20:02 +00:00
  • d03db1cd11 corrected curl_write() for kerberos Daniel Stenberg 2000-09-25 22:16:36 +00:00
  • 1dac7f4d05 Martin Hedenfalk added sec_fflush_fd() Daniel Stenberg 2000-09-25 22:15:56 +00:00
  • ad01481b28 krb4 transfers get a sec_fflush_fd() to get uploads to work Daniel Stenberg 2000-09-25 22:15:28 +00:00
  • 28ad7dc4a1 a single cookie does not require a trailing semicolon anymore Daniel Stenberg 2000-09-25 22:14:42 +00:00
  • e40f0be7e3 No longer uses Free() as that was removed from OpenSSL with 0.9.6 Daniel Stenberg 2000-09-25 22:04:51 +00:00
  • f353258ff6 corrected bad data re-use and buffer problems Daniel Stenberg 2000-09-25 21:49:37 +00:00
  • 1754d6166c Added CURLOPT_KRB4LEVEL Daniel Stenberg 2000-09-21 08:54:36 +00:00
  • 481871768b updated Daniel Stenberg 2000-09-21 08:53:59 +00:00
  • 43d75c5f3b added docs/examples now only includes specified files in src/ as I tend to store debug-source files in there as well! Daniel Stenberg 2000-09-21 08:53:20 +00:00
  • 35e901a21e Added krb4 support for libcurl 7.3 Daniel Stenberg 2000-09-21 08:52:08 +00:00
  • c62cc76fdb now reports "krb4 enabled" is that's so Daniel Stenberg 2000-09-21 08:51:15 +00:00
  • 7bac857fdd krb4 fields structs and fields added Daniel Stenberg 2000-09-21 08:50:48 +00:00
  • ce406a732f krb4 support new GetHost() usage new base64 encoder usage Daniel Stenberg 2000-09-21 08:50:05 +00:00
  • a82eb0fc6d adjusted to support krb4 Daniel Stenberg 2000-09-21 08:49:16 +00:00
  • 6f6dfa97a8 Uses the new interface to ssend() and the base64 encoder Daniel Stenberg 2000-09-21 08:48:48 +00:00
  • aa8a2fbde3 GetHost() changed function arguments Daniel Stenberg 2000-09-21 08:47:48 +00:00
  • 3471e2c59d krb4 support added, new GetHost() usage Daniel Stenberg 2000-09-21 08:47:20 +00:00
  • 37249c3a41 new interface to the base64 encoder Daniel Stenberg 2000-09-21 08:46:44 +00:00
  • def69c3087 new for kerberos support Daniel Stenberg 2000-09-21 08:46:14 +00:00
  • 35aa363587 new libcurl example code stuff Daniel Stenberg 2000-09-20 22:32:08 +00:00
  • 7eafb0f325 Stephen Kick's --interface was added Daniel Stenberg 2000-09-18 21:54:46 +00:00
  • c9c7fcf411 Stephen Kick's interface fixes Daniel Stenberg 2000-09-18 21:54:08 +00:00
  • 4dba5750d4 Stephen Kick added CURLOPT_INTERFACE Daniel Stenberg 2000-09-18 21:53:21 +00:00
  • 398e3f423f GetHost() now should return NULL when it fails, even for Tru64 unix Daniel Stenberg 2000-09-18 21:16:27 +00:00
  • 281d4cedc7 Added --disable-shared info and updated the 'make install' section. Daniel Stenberg 2000-09-18 14:14:33 +00:00
  • c23f35ce2a ftp through http proxy tunnel is now implemented Daniel Stenberg 2000-09-18 06:25:50 +00:00
  • 0f4444e90b Added PowerPC and sparc linux Daniel Stenberg 2000-09-15 14:16:50 +00:00
  • a98648bd8c Updated to be accurate with the new proxytunnel option Daniel Stenberg 2000-09-15 14:16:13 +00:00
  • 4ee420f23e proxy tunnel update Daniel Stenberg 2000-09-15 14:15:47 +00:00
  • 31dc1f4247 spell corrections, changed some wording Daniel Stenberg 2000-09-15 14:15:16 +00:00
  • ec109b3540 Added curl.linuxworx.com.au as an "official" mirror Daniel Stenberg 2000-09-15 13:22:27 +00:00
  • 5019fe75a7 proxytunnel added Daniel Stenberg 2000-09-15 13:20:34 +00:00
  • 00eaf20298 bugfixed the proxytunnel Daniel Stenberg 2000-09-15 12:55:38 +00:00
  • 96009453e8 -p/--proxytunnel was added Daniel Stenberg 2000-09-15 06:11:46 +00:00
  • 0da7057591 more "anything through http proxy tunnel" fixes Daniel Stenberg 2000-09-15 06:10:52 +00:00
  • 23f22bd53e Added HTTPPROXYTUNNEL Daniel Stenberg 2000-09-14 14:14:03 +00:00