Daniel Stenberg
25c973a39e
fix bad free() that caused segfault
2002-10-11 17:44:36 +00:00
Daniel Stenberg
123c7b32db
7.10.1 commit
2002-10-11 13:25:08 +00:00
Daniel Stenberg
e2e64798b5
7.10
2002-10-01 08:57:49 +00:00
Daniel Stenberg
41362f063a
fix resume when multiple files were specified
2002-09-23 13:22:47 +00:00
Joern Hartroth
2d02d20911
Added zlib Library.
2002-09-07 00:53:42 +00:00
Daniel Stenberg
56587e2821
Sven Neuhaus made --silent being acknowledged even when multiple URLs
...
were used
2002-09-04 13:43:20 +00:00
Daniel Stenberg
33b8e71583
remove -lz
2002-09-04 13:10:37 +00:00
Daniel Stenberg
ba4e69bebc
updated source code boilerplate/header
2002-09-03 11:52:59 +00:00
Daniel Stenberg
de5e9f100c
7.10-pre2
2002-09-03 11:30:41 +00:00
Daniel Stenberg
64bbe9dfaf
James Gallagher's Content-Encoding work
2002-09-02 22:31:18 +00:00
Daniel Stenberg
0e0caf7c06
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
...
proceed fine with the already existing options, just having a different
internal library default for capath.
2002-08-30 11:09:49 +00:00
Daniel Stenberg
8aa3f14303
SOCKS5 support added (contributed by a still unnamed person). Not properly
...
working for "IPv6 enabled" libcurls yet, but should be pretty easy for
someone to adjust.
2002-08-30 09:20:11 +00:00
Daniel Stenberg
27a2e590cd
SSL_INSECURE support and usage added
2002-08-26 23:13:25 +00:00
Daniel Stenberg
982c5460f0
Andrew Francis removed the need for/use of MSVC pragmas
2002-08-26 17:20:29 +00:00
Daniel Stenberg
752520e428
don't close stdin, close the actual file handle we have!
...
Keith MacDonald found it.
2002-08-26 11:58:18 +00:00
Daniel Stenberg
e504103e2c
Markus F.X.J. Oberhumer's cvsignore fixes
2002-08-22 19:46:39 +00:00
Daniel Stenberg
086daf913c
mr Hartroth correctly pointed out that poll() isn't really that portable
...
so we need to hack around it when not there
2002-08-13 12:12:08 +00:00
Daniel Stenberg
0009e4dfb9
7.9.9-pre1
2002-08-12 22:36:37 +00:00
Daniel Stenberg
0bea215560
more to ignore
2002-08-08 23:19:24 +00:00
Daniel Stenberg
3c20b98d99
ignore
2002-08-08 23:17:52 +00:00
Daniel Stenberg
20d8e32a58
support blank arguments to options, each option should check for blank
...
ones themselves if they need to prevent this.
2002-08-05 11:15:57 +00:00
Daniel Stenberg
dafd81178f
When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!
2002-07-30 11:07:59 +00:00
Daniel Stenberg
52e32ac1d3
added HAVE_SETVBUF
2002-07-28 17:08:22 +00:00
Daniel Stenberg
72d57a8ee6
removed extra / in help text
2002-06-15 21:08:07 +00:00
Daniel Stenberg
8b4ad40ed6
Added --limit-rate
2002-06-15 21:02:11 +00:00
Daniel Stenberg
d7e9797365
HAVE_SYS_POLL_H
2002-06-15 21:01:32 +00:00
Daniel Stenberg
4ad4f3fc70
Miklos Nemeth fixed the mmlib
2002-06-13 22:11:28 +00:00
Daniel Stenberg
67273eed9b
7.9.8 commit
2002-06-13 14:37:15 +00:00
Daniel Stenberg
8ce10b5dfa
Jrn fixes for 7.9.8 build
2002-06-12 09:18:37 +00:00
Daniel Stenberg
be35b3ad03
7.9.8-pre3 commit
2002-06-11 15:28:50 +00:00
Daniel Stenberg
4cfffd6c4a
cut up the string in more pieces for <512 bytes strings
2002-06-11 15:09:02 +00:00
Daniel Stenberg
307d0effe2
Added HAVE_SYS_TYPES_H
2002-06-07 06:17:05 +00:00
Daniel Stenberg
0236bee5de
I trimmed the --help output slightly to better fit within 80 cols
2002-05-28 09:31:48 +00:00
Daniel Stenberg
59c11b82d5
Cris Bailiff's CAPATH support added
2002-05-28 09:21:29 +00:00
Daniel Stenberg
654be65590
Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone
2002-05-21 22:18:34 +00:00
Daniel Stenberg
baa77ec13b
FreeBSD needs sys/types.h before we include sys/select.h that was included
...
mainly for AIX in the first place...! As reported in bug report #556869
2002-05-17 07:57:13 +00:00
Daniel Stenberg
edb1756050
7.9.7 commit
2002-05-13 09:40:16 +00:00
Daniel Stenberg
06bdf83419
Kein Roth made --trace-ascii look even better, and make OD 0A occurances
...
get output as plain newlines.
2002-05-10 15:59:42 +00:00
Daniel Stenberg
2ff2810a92
AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though
...
it is a bit ugly work-around to add this here, it is still a working work-
around! ;-)
2002-05-10 14:37:39 +00:00
Daniel Stenberg
bbe10cb0cb
7.9.7-pre2
2002-05-07 21:52:38 +00:00
Daniel Stenberg
daba8f3a70
Added --trace-ascii support
2002-05-07 13:13:17 +00:00
Daniel Stenberg
980a47b42b
support for ingoring session cookies added
2002-05-07 09:58:13 +00:00
Daniel Stenberg
57ff28c9b7
- Added "--trace [file]" to the command line tool. It makes a very detailed
...
trace dump get stored, with a full protocol dump that includes all received
and transmitted data. This could be a very effective tool for debugging what
goes wrong. This dump includes every byte the way it is sent to/received
from the server. The dump is the plain-text version, so SSL transfers will
still be readable.
2002-05-03 12:14:09 +00:00
Daniel Stenberg
71f4c05665
-D now stores all headers to the same file if multiple URLs are given on the
...
command line!
2002-05-03 09:47:25 +00:00
Daniel Stenberg
495f6f6bd3
use new timecond defines
2002-04-23 00:05:21 +00:00
Daniel Stenberg
9549cfde02
7.9.6 commit
2002-04-15 06:58:04 +00:00
Daniel Stenberg
a00918116d
7.9.6-pre5
2002-04-12 11:39:27 +00:00
Daniel Stenberg
7954652b80
brougth by Michael Curtis
2002-04-10 20:52:26 +00:00
Daniel Stenberg
2a72641a0b
7.9.6-pre4 commit
2002-04-08 22:53:22 +00:00
Daniel Stenberg
9c4e5dc3ee
removed compiler warnings, made it conditional on USE_ENVIRONMENT
2002-04-08 22:51:21 +00:00