b2d73c50d3pre5 and pre6 fixes
Daniel Stenberg
2000-10-12 09:14:57 +00:00
834b7de33cAdded lib/libcurl.def for win32 DLL creations
Daniel Stenberg
2000-10-12 09:13:55 +00:00
debdd93e1bjust removed some example lines in the top comment
Daniel Stenberg
2000-10-12 09:13:22 +00:00
4e8ddedc8fJrn added glob_cleanup()
Daniel Stenberg
2000-10-12 09:12:24 +00:00
751d503f54sprintf() => snprintf()
Daniel Stenberg
2000-10-12 08:22:16 +00:00
b2e47dfde4updated to better reflect reality
Daniel Stenberg
2000-10-11 10:59:36 +00:00
0af8201cc2make curl capable of using the mozilla SSL engine
Daniel Stenberg
2000-10-11 10:59:16 +00:00
7717212912free the URL string if that was allocated
Daniel Stenberg
2000-10-11 10:58:37 +00:00
ccb2b5d22cfree the FTP struct already in the _done() function
Daniel Stenberg
2000-10-11 10:57:52 +00:00
85174ed358memory leak adjusts
Daniel Stenberg
2000-10-11 10:29:25 +00:00
111d1d09d3removed the header that confuses PHP
Daniel Stenberg
2000-10-09 22:29:35 +00:00
4f5a4c9bd5added the bool typedef, moved here from curl/curl.h
Daniel Stenberg
2000-10-09 21:36:38 +00:00
8c62e337b0bool typedef fix
Daniel Stenberg
2000-10-09 21:35:40 +00:00
51bcdb472buse this to analyze the memory debug logs MALLOCDEBUG will generate
Daniel Stenberg
2000-10-09 11:31:55 +00:00
5ee185f420just too many to mention
Daniel Stenberg
2000-10-09 11:25:40 +00:00
fb739ac130Added commented MALLOCDEBUG stuff for memory debugging
Daniel Stenberg
2000-10-09 11:24:49 +00:00
cdd91bed46I commented the -DMALLOCDEBUG flag to make it easier to add
Daniel Stenberg
2000-10-09 11:24:18 +00:00
9defb83930added memory debugging support
Daniel Stenberg
2000-10-09 11:13:17 +00:00
0f8facb49badded memory debugging include file
Daniel Stenberg
2000-10-09 11:12:34 +00:00
d49d05bce6added for memory leak debugging etc
Daniel Stenberg
2000-10-09 11:11:43 +00:00
1e2e6a4e33GetHost() did not properly assign the third argument pointer!
Daniel Stenberg
2000-10-08 12:50:51 +00:00
5b39a48e22corrected the --longoption parser
Daniel Stenberg
2000-10-06 12:45:05 +00:00
2918836cefremoved include "writeout.h"
Daniel Stenberg
2000-10-06 11:06:20 +00:00
b900318d8dJrg's updated makefile
Daniel Stenberg
2000-10-06 11:03:43 +00:00
c58dc8f82fthe --interface code doesn't work on win32 and is #ifndef WIN32 now
Daniel Stenberg
2000-10-06 11:03:20 +00:00
0ddacf929aadded for the win32 version
Daniel Stenberg
2000-10-06 11:02:48 +00:00
a513e97464moved 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
03a56b3e56HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-06 06:28:39 +00:00
18f67852befilled in more information on the options
Daniel Stenberg
2000-10-04 13:09:15 +00:00
693aab0e95size_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
5865860ad6counts header and request size
Daniel Stenberg
2000-10-04 13:07:43 +00:00
bf56377865Added Jason S. Priebe as contributor
Daniel Stenberg
2000-10-03 22:07:09 +00:00
e012d32e66documented writeinfo as removed in 7.4
Daniel Stenberg
2000-10-03 22:06:26 +00:00
763797ab3cintroduced in libcurl 7.4
Daniel Stenberg
2000-10-03 22:05:27 +00:00
2cdd150723removed writeinfo stuff
Daniel Stenberg
2000-10-03 22:04:04 +00:00
d46b006f22add_buffer_send() free()d the buffer *before* it was used! :-O
Daniel Stenberg
2000-10-03 16:53:41 +00:00
033263e696added the new upload_bufsize to the connectdata struct
Daniel Stenberg
2000-10-03 11:05:09 +00:00
eee5c71affinits the upload_bufsize at connect time
Daniel Stenberg
2000-10-03 11:03:55 +00:00
f1b8566ea2new 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
d3f9b2a490introduced 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
398d21696fAdded curl_easy_getinfo.3
Daniel Stenberg
2000-10-02 06:49:51 +00:00
99fbcac6b9added 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
c23e387928Uses the new "client-side" writeout function
Daniel Stenberg
2000-10-02 06:36:34 +00:00
ef77d484f0removed writeout.[ch] and added getinfo.c
Daniel Stenberg
2000-10-02 06:32:31 +00:00
df7b9e7af6Added writeout.c
Daniel Stenberg
2000-10-02 06:32:05 +00:00
f612f194bewriteout.[ch] added in src/
Daniel Stenberg
2000-10-02 06:31:10 +00:00
dfec172157moved out from the library and put here, uses the new curl_easy_getinfo()
Daniel Stenberg
2000-10-02 06:30:40 +00:00
888182c16dadjusted for curl_easy_getinfo
Daniel Stenberg
2000-10-02 06:29:39 +00:00
d5ad450db6getinfo.c replaces the former writeout.c
Daniel Stenberg
2000-10-02 06:28:55 +00:00
b0274a553bAdded 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
91bda5650cinclude base64.h instead of base64_krb.h
Daniel Stenberg
2000-09-28 10:36:31 +00:00
221f1c2ca2replaced the old base64 stuff with the new ones
Daniel Stenberg
2000-09-28 08:01:52 +00:00
0e0b72714cmore configure options explained
Daniel Stenberg
2000-09-26 22:32:46 +00:00
3396d97399a --krb4 usage example added
Daniel Stenberg
2000-09-26 22:31:52 +00:00
c4fc231934added krb4-info
Daniel Stenberg
2000-09-26 22:30:23 +00:00
bac96e9f49Added 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
00505c9247moved 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
60ee571bd6CRYPTO_free() of course, it makes it run with previous openssl versions too
Daniel Stenberg
2000-09-26 07:03:59 +00:00
bdfe654aeeThe 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
d03db1cd11corrected curl_write() for kerberos
Daniel Stenberg
2000-09-25 22:16:36 +00:00
1dac7f4d05Martin Hedenfalk added sec_fflush_fd()
Daniel Stenberg
2000-09-25 22:15:56 +00:00
ad01481b28krb4 transfers get a sec_fflush_fd() to get uploads to work
Daniel Stenberg
2000-09-25 22:15:28 +00:00
28ad7dc4a1a single cookie does not require a trailing semicolon anymore
Daniel Stenberg
2000-09-25 22:14:42 +00:00
e40f0be7e3No longer uses Free() as that was removed from OpenSSL with 0.9.6
Daniel Stenberg
2000-09-25 22:04:51 +00:00
f353258ff6corrected bad data re-use and buffer problems
Daniel Stenberg
2000-09-25 21:49:37 +00:00
1754d6166cAdded CURLOPT_KRB4LEVEL
Daniel Stenberg
2000-09-21 08:54:36 +00:00
481871768bupdated
Daniel Stenberg
2000-09-21 08:53:59 +00:00
43d75c5f3badded 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
35e901a21eAdded krb4 support for libcurl 7.3
Daniel Stenberg
2000-09-21 08:52:08 +00:00
c62cc76fdbnow reports "krb4 enabled" is that's so
Daniel Stenberg
2000-09-21 08:51:15 +00:00
7bac857fddkrb4 fields structs and fields added
Daniel Stenberg
2000-09-21 08:50:48 +00:00
ce406a732fkrb4 support new GetHost() usage new base64 encoder usage
Daniel Stenberg
2000-09-21 08:50:05 +00:00
a82eb0fc6dadjusted to support krb4
Daniel Stenberg
2000-09-21 08:49:16 +00:00
6f6dfa97a8Uses the new interface to ssend() and the base64 encoder
Daniel Stenberg
2000-09-21 08:48:48 +00:00
aa8a2fbde3GetHost() changed function arguments
Daniel Stenberg
2000-09-21 08:47:48 +00:00
3471e2c59dkrb4 support added, new GetHost() usage
Daniel Stenberg
2000-09-21 08:47:20 +00:00
37249c3a41new interface to the base64 encoder
Daniel Stenberg
2000-09-21 08:46:44 +00:00
def69c3087new for kerberos support
Daniel Stenberg
2000-09-21 08:46:14 +00:00
35aa363587new libcurl example code stuff
Daniel Stenberg
2000-09-20 22:32:08 +00:00
7eafb0f325Stephen Kick's --interface was added
Daniel Stenberg
2000-09-18 21:54:46 +00:00
c9c7fcf411Stephen Kick's interface fixes
Daniel Stenberg
2000-09-18 21:54:08 +00:00
4dba5750d4Stephen Kick added CURLOPT_INTERFACE
Daniel Stenberg
2000-09-18 21:53:21 +00:00
398e3f423fGetHost() now should return NULL when it fails, even for Tru64 unix
Daniel Stenberg
2000-09-18 21:16:27 +00:00
281d4cedc7Added --disable-shared info and updated the 'make install' section.
Daniel Stenberg
2000-09-18 14:14:33 +00:00
c23f35ce2aftp through http proxy tunnel is now implemented
Daniel Stenberg
2000-09-18 06:25:50 +00:00
0f4444e90bAdded PowerPC and sparc linux
Daniel Stenberg
2000-09-15 14:16:50 +00:00
a98648bd8cUpdated to be accurate with the new proxytunnel option
Daniel Stenberg
2000-09-15 14:16:13 +00:00
4ee420f23eproxy tunnel update
Daniel Stenberg
2000-09-15 14:15:47 +00:00
31dc1f4247spell corrections, changed some wording
Daniel Stenberg
2000-09-15 14:15:16 +00:00
ec109b3540Added curl.linuxworx.com.au as an "official" mirror
Daniel Stenberg
2000-09-15 13:22:27 +00:00
5019fe75a7proxytunnel added
Daniel Stenberg
2000-09-15 13:20:34 +00:00
00eaf20298bugfixed 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
0da7057591more "anything through http proxy tunnel" fixes
Daniel Stenberg
2000-09-15 06:10:52 +00:00
23f22bd53eAdded HTTPPROXYTUNNEL
Daniel Stenberg
2000-09-14 14:14:03 +00:00