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
Daniel Stenberg
540e5ffa90
Added the --environment support by Michael Curtis
2002-04-08 22:48:25 +00:00
Daniel Stenberg
c1a57591ee
Added $Id:$ keyword
2002-04-08 22:46:32 +00:00
Daniel Stenberg
1a4f72dd4f
Michael Curtis adjusted this for RISC OS
2002-04-08 22:44:33 +00:00
Daniel Stenberg
c3c8bbd3b2
Added writeenv.c and writeenv.h for RISCOS usage (and others?)
2002-04-08 22:40:38 +00:00
Daniel Stenberg
fb7d34cea8
added config-riscos.h
2002-04-08 22:01:11 +00:00
Daniel Stenberg
0866c1b52d
Michael Curtis' updates
2002-04-08 21:59:06 +00:00
Daniel Stenberg
edbe0d166c
if HOME isn't set or too long, we attempt to lost the curlrc file from
...
current directory instead!
2002-04-05 15:04:04 +00:00
Daniel Stenberg
016abdfef6
Reverted v1.120, -G set request type after Kevin Roth pointed out the
...
stupidity in doing this. -G should work with with -I too...
2002-04-04 22:29:18 +00:00
Daniel Stenberg
4a7def101b
fopen(... "rb") when reading what to post, so that binary posting works
...
on Windows!
2002-03-27 22:53:06 +00:00
Daniel Stenberg
5af61716aa
Miklos Nemeth's update
2002-03-23 15:41:17 +00:00
Daniel Stenberg
51d602f973
made -G set request type
2002-03-19 14:58:35 +00:00
Daniel Stenberg
974f314f57
copyright string (year) update
2002-03-19 07:54:55 +00:00
Daniel Stenberg
33b06f56f0
reverted 1.109, we can't set the request type when -d is used, as -G can be
...
used and it makes it a GET...
2002-03-18 22:21:16 +00:00
Daniel Stenberg
805a2f6f99
removed some silly CRLF lines
2002-03-13 09:20:59 +00:00
Daniel Stenberg
c8d2ad2513
now -F supports 'filename=blabla' for parts that upload a file, to set the
...
filename field of that part. A typical example line could look like:
-F 'name=@filename;filename=/dev/null'
This can be combined with type= too, in a manner similar to:
-F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar"
Enjoy.
2002-03-11 15:20:56 +00:00
Daniel Stenberg
feacb4b481
completed the progress-bar fix
2002-03-08 16:12:00 +00:00
Daniel Stenberg
d9459b54d9
better treatment of the config->errors, only fclose() this if it was
...
truly fopen()ed. It could end up fclose()ing a NULL as discovered by
Clifford Wolf.
2002-03-08 15:18:03 +00:00
Daniel Stenberg
b86e543a13
closes bug report #527032 , --progress-bar works again and it adds a newline
...
after the transfer is done properly
2002-03-08 12:05:57 +00:00
Daniel Stenberg
c2d4fd876c
7.9.5 commit
2002-03-07 08:50:18 +00:00
Daniel Stenberg
9bb64d6827
new VMS messages from Nico Baggus
2002-03-06 23:18:22 +00:00
Daniel Stenberg
4441df90c1
Kevin Roth nicely saved us from this backslash-removing problem!
2002-03-06 22:52:00 +00:00
Daniel Stenberg
f51f2417c5
Brad corrected the include path (again)
2002-03-06 22:19:16 +00:00
Daniel Stenberg
aad617647d
corrected the newlines
2002-03-06 22:08:11 +00:00
Daniel Stenberg
71440df4c7
Nico Baggus added more error codes to the VMS stuff.
2002-02-28 23:55:18 +00:00
Daniel Stenberg
80b004a57d
Wesley Laxton's CURLOPT_PREQUOTE work
2002-02-28 23:31:23 +00:00
Daniel Stenberg
907dabed5d
memory debugging is now only enabled if the CURL_MEMDEBUG environment
...
variable is set when curl is invoked
2002-02-28 12:35:09 +00:00
Daniel Stenberg
6753c3c715
made building outside the source tree work again, Kevin Roth reported
2002-02-27 15:09:23 +00:00
Daniel Stenberg
d9c244278d
7.9.5-pre4 commit
2002-02-26 07:59:43 +00:00
Daniel Stenberg
e6ed3478ea
automake usage and options cleanup
2002-02-25 14:08:18 +00:00
Daniel Stenberg
6a62fc4a40
make sure -d is treated as a POST request and thus should fail if mixed
...
with -I for example
2002-02-25 09:08:28 +00:00
Daniel Stenberg
95e601e2b1
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
2002-02-25 07:40:49 +00:00
Daniel Stenberg
d8cb026e80
make sure the custom config-*.h files are in the dist as well
2002-02-22 15:12:17 +00:00
Daniel Stenberg
b40b9677b6
VMS adjustments
2002-02-20 23:24:04 +00:00
Daniel Stenberg
721b05e343
Nico Baggus' VMS tweaks
2002-02-20 13:46:53 +00:00
Daniel Stenberg
f946df640b
Miklos Nemeth added comments
2002-02-06 16:03:28 +00:00
Daniel Stenberg
5370d7a6eb
7.9.4
2002-02-05 11:43:29 +00:00