Commit Graph

  • 1c0fd24a36 removed extra comma in the CURLINFO enum typedef Daniel Stenberg 2000-10-30 23:17:06 +0000
  • 5c0b2f29b9 Added CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO Daniel Stenberg 2000-10-30 23:15:15 +0000
  • e446edc288 the verify cert stuff is now added! Daniel Stenberg 2000-10-30 15:07:58 +0000
  • b5d152caf7 T. Bharath's ssl patch Daniel Stenberg 2000-10-30 12:43:08 +0000
  • 6f7dcf3f22 typecasted the localtime_r() return code to not make it not warn even if the function prototype is missting Daniel Stenberg 2000-10-30 11:54:27 +0000
  • 0cff279063 new urldata ssl layout and T. Bharath brought the new SSL cert verify function Daniel Stenberg 2000-10-30 11:53:40 +0000
  • 09ba856e39 Added section 4.8 I found a bug and did some minor cosmetics Daniel Stenberg 2000-10-27 12:25:00 +0000
  • 1df033a1c5 Added description on how to use the newly supported multiple -d options Daniel Stenberg 2000-10-27 10:52:38 +0000
  • 3264ce04ee Added sigaction check Daniel Stenberg 2000-10-27 10:52:08 +0000
  • 3b0d49e1c9 post 7.4.1 changes Daniel Stenberg 2000-10-27 10:51:14 +0000
  • f6daff475f removed old unused getpass() leftovers Daniel Stenberg 2000-10-26 21:59:54 +0000
  • 9d0d8280e9 Georg Horn provided a fix for the timeout signal stuff. Finally the timeout switch should work under most unixes (requires sigaction()) Daniel Stenberg 2000-10-26 21:57:12 +0000
  • cdfb83e0e3 removed getpass-check since getpass() is no longer being used Daniel Stenberg 2000-10-26 10:32:31 +0000
  • 02037971ed renamed getpass() to my_getpass() and it is now thread-safe and should disable passwd-echoing on win32 (supplied by Björn Stenberg) Daniel Stenberg 2000-10-26 10:32:04 +0000
  • a5b01cf4e8 Kevin Roth's bugreport with config files containing '-v defaulturl' is now fixed Daniel Stenberg 2000-10-26 08:15:13 +0000
  • 68c231e1b0 Kevin P Roth's idea of supporting multiple -d options was turned into reality Daniel Stenberg 2000-10-26 07:06:52 +0000
  • 949eaf8ad4 Replaced the former bug report email address with the new curl-bug@haxx.se Daniel Stenberg 2000-10-25 07:43:03 +0000
  • 950110ecb1 Added a few ideas Daniel Stenberg 2000-10-25 07:42:23 +0000
  • 5f8e93d3b0 tiny spell correction Daniel Stenberg 2000-10-25 07:41:58 +0000
  • e4a7e18a0c compiles on Linux now Daniel Stenberg 2000-10-25 07:41:11 +0000
  • 8f5ffd94a2 the configure script dynamically gets the version from the include file now which lets the maketgz skip updating the configure.in file Daniel Stenberg 2000-10-23 13:56:12 +0000
  • c44b10de41 remote_port used in Host: headers only when non-default Daniel Stenberg 2000-10-20 13:48:38 +0000
  • 135cc036aa made the speedcheck actually work again Daniel Stenberg 2000-10-17 14:53:03 +0000
  • f6163b375f 7.4.1 commit curl-7_4_1 Daniel Stenberg 2000-10-16 13:52:05 +0000
  • b2d73c50d3 pre5 and pre6 fixes Daniel Stenberg 2000-10-12 09:14:57 +0000
  • 834b7de33c Added lib/libcurl.def for win32 DLL creations Daniel Stenberg 2000-10-12 09:13:55 +0000
  • debdd93e1b just removed some example lines in the top comment Daniel Stenberg 2000-10-12 09:13:22 +0000
  • 4e8ddedc8f Jörn added glob_cleanup() Daniel Stenberg 2000-10-12 09:12:24 +0000
  • 751d503f54 sprintf() => snprintf() Daniel Stenberg 2000-10-12 08:22:16 +0000
  • b2e47dfde4 updated to better reflect reality Daniel Stenberg 2000-10-11 10:59:36 +0000
  • 0af8201cc2 make curl capable of using the mozilla SSL engine Daniel Stenberg 2000-10-11 10:59:16 +0000
  • 7717212912 free the URL string if that was allocated Daniel Stenberg 2000-10-11 10:58:37 +0000
  • ccb2b5d22c free the FTP struct already in the _done() function Daniel Stenberg 2000-10-11 10:57:52 +0000
  • 85174ed358 memory leak adjusts Daniel Stenberg 2000-10-11 10:29:25 +0000
  • 111d1d09d3 removed the header that confuses PHP Daniel Stenberg 2000-10-09 22:29:35 +0000
  • 4f5a4c9bd5 added the bool typedef, moved here from curl/curl.h Daniel Stenberg 2000-10-09 21:36:38 +0000
  • 8c62e337b0 bool typedef fix Daniel Stenberg 2000-10-09 21:35:40 +0000
  • 51bcdb472b use this to analyze the memory debug logs MALLOCDEBUG will generate Daniel Stenberg 2000-10-09 11:31:55 +0000
  • 5ee185f420 just too many to mention Daniel Stenberg 2000-10-09 11:25:40 +0000
  • fb739ac130 Added commented MALLOCDEBUG stuff for memory debugging Daniel Stenberg 2000-10-09 11:24:49 +0000
  • cdd91bed46 I commented the -DMALLOCDEBUG flag to make it easier to add Daniel Stenberg 2000-10-09 11:24:18 +0000
  • 9defb83930 added memory debugging support Daniel Stenberg 2000-10-09 11:13:17 +0000
  • 0f8facb49b added memory debugging include file Daniel Stenberg 2000-10-09 11:12:34 +0000
  • d49d05bce6 added for memory leak debugging etc Daniel Stenberg 2000-10-09 11:11:43 +0000
  • 1e2e6a4e33 GetHost() did not properly assign the third argument pointer! Daniel Stenberg 2000-10-08 12:50:51 +0000
  • 5b39a48e22 corrected the --longoption parser Daniel Stenberg 2000-10-06 12:45:05 +0000
  • 2918836cef removed include "writeout.h" Daniel Stenberg 2000-10-06 11:06:20 +0000
  • b900318d8d Jörg's updated makefile Daniel Stenberg 2000-10-06 11:03:43 +0000
  • c58dc8f82f the --interface code doesn't work on win32 and is #ifndef WIN32 now Daniel Stenberg 2000-10-06 11:03:20 +0000
  • 0ddacf929a added for the win32 version Daniel Stenberg 2000-10-06 11:02:48 +0000
  • 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 +0000
  • 03a56b3e56 HTTP resume fix, now the range pointer may be allocated Daniel Stenberg 2000-10-06 06:28:39 +0000
  • 18f67852be filled in more information on the options Daniel Stenberg 2000-10-04 13:09:15 +0000
  • 693aab0e95 size_request and size_header added to the -w description Daniel Stenberg 2000-10-04 13:08:54 +0000
  • ccd0f07c41 -w supports size_header and size_request Daniel Stenberg 2000-10-04 13:08:17 +0000
  • 5865860ad6 counts header and request size Daniel Stenberg 2000-10-04 13:07:43 +0000
  • bf56377865 Added Jason S. Priebe as contributor Daniel Stenberg 2000-10-03 22:07:09 +0000
  • e012d32e66 documented writeinfo as removed in 7.4 Daniel Stenberg 2000-10-03 22:06:26 +0000
  • 763797ab3c introduced in libcurl 7.4 Daniel Stenberg 2000-10-03 22:05:27 +0000
  • 2cdd150723 removed writeinfo stuff Daniel Stenberg 2000-10-03 22:04:04 +0000
  • d46b006f22 add_buffer_send() free()d the buffer *before* it was used! :-O Daniel Stenberg 2000-10-03 16:53:41 +0000
  • 033263e696 added the new upload_bufsize to the connectdata struct Daniel Stenberg 2000-10-03 11:05:09 +0000
  • eee5c71aff inits the upload_bufsize at connect time Daniel Stenberg 2000-10-03 11:03:55 +0000
  • 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 +0000
  • 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 +0000
  • 398d21696f Added curl_easy_getinfo.3 Daniel Stenberg 2000-10-02 06:49:51 +0000
  • 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 +0000
  • c23e387928 Uses the new "client-side" writeout function Daniel Stenberg 2000-10-02 06:36:34 +0000
  • ef77d484f0 removed writeout.[ch] and added getinfo.c Daniel Stenberg 2000-10-02 06:32:31 +0000
  • df7b9e7af6 Added writeout.c Daniel Stenberg 2000-10-02 06:32:05 +0000
  • f612f194be writeout.[ch] added in src/ Daniel Stenberg 2000-10-02 06:31:10 +0000
  • dfec172157 moved out from the library and put here, uses the new curl_easy_getinfo() Daniel Stenberg 2000-10-02 06:30:40 +0000
  • 888182c16d adjusted for curl_easy_getinfo Daniel Stenberg 2000-10-02 06:29:39 +0000
  • d5ad450db6 getinfo.c replaces the former writeout.c Daniel Stenberg 2000-10-02 06:28:55 +0000
  • b0274a553b Added curl_easy_getinfo() Daniel Stenberg 2000-10-02 06:27:43 +0000
  • e372a440c0 #include <malloc.h> was removed, it causes warnings on openbsd Daniel Stenberg 2000-09-29 06:34:50 +0000
  • 91bda5650c include base64.h instead of base64_krb.h Daniel Stenberg 2000-09-28 10:36:31 +0000
  • 13962adcb5 7.3 commit curl-7_3 Daniel Stenberg 2000-09-28 10:26:44 +0000
  • 221f1c2ca2 replaced the old base64 stuff with the new ones Daniel Stenberg 2000-09-28 08:01:52 +0000
  • 0e0b72714c more configure options explained Daniel Stenberg 2000-09-26 22:32:46 +0000
  • 3396d97399 a --krb4 usage example added Daniel Stenberg 2000-09-26 22:31:52 +0000
  • c4fc231934 added krb4-info Daniel Stenberg 2000-09-26 22:30:23 +0000
  • 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 +0000
  • 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 +0000
  • 60ee571bd6 CRYPTO_free() of course, it makes it run with previous openssl versions too Daniel Stenberg 2000-09-26 07:03:59 +0000
  • bdfe654aee The last week's changes Daniel Stenberg 2000-09-25 22:23:17 +0000
  • 32e013eb87 -c and -t is no longer prefered Daniel Stenberg 2000-09-25 22:20:02 +0000
  • d03db1cd11 corrected curl_write() for kerberos Daniel Stenberg 2000-09-25 22:16:36 +0000
  • 1dac7f4d05 Martin Hedenfalk added sec_fflush_fd() Daniel Stenberg 2000-09-25 22:15:56 +0000
  • ad01481b28 krb4 transfers get a sec_fflush_fd() to get uploads to work Daniel Stenberg 2000-09-25 22:15:28 +0000
  • 28ad7dc4a1 a single cookie does not require a trailing semicolon anymore Daniel Stenberg 2000-09-25 22:14:42 +0000
  • e40f0be7e3 No longer uses Free() as that was removed from OpenSSL with 0.9.6 Daniel Stenberg 2000-09-25 22:04:51 +0000
  • f353258ff6 corrected bad data re-use and buffer problems Daniel Stenberg 2000-09-25 21:49:37 +0000
  • 1754d6166c Added CURLOPT_KRB4LEVEL Daniel Stenberg 2000-09-21 08:54:36 +0000
  • 481871768b updated Daniel Stenberg 2000-09-21 08:53:59 +0000
  • 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 +0000
  • 35e901a21e Added krb4 support for libcurl 7.3 Daniel Stenberg 2000-09-21 08:52:08 +0000
  • c62cc76fdb now reports "krb4 enabled" is that's so Daniel Stenberg 2000-09-21 08:51:15 +0000
  • 7bac857fdd krb4 fields structs and fields added Daniel Stenberg 2000-09-21 08:50:48 +0000
  • ce406a732f krb4 support new GetHost() usage new base64 encoder usage Daniel Stenberg 2000-09-21 08:50:05 +0000