Daniel Stenberg
|
468b787272
|
if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that
we should read the POST-data from the read callback
|
2002-03-14 14:39:23 +00:00 |
|
Daniel Stenberg
|
cfdb6f851c
|
2002
|
2002-03-14 14:37:41 +00:00 |
|
Daniel Stenberg
|
7886f120f3
|
CURLOPT_POST deserved a new comment with the new POST-by-callback support
|
2002-03-14 14:37:16 +00:00 |
|
Daniel Stenberg
|
76fe69b133
|
no longer attempts to SIZE a NULL pointer, as that wasn't very clever
(but didn't crash or anything)
|
2002-03-13 13:13:19 +00:00 |
|
Daniel Stenberg
|
e1bae4fc7e
|
Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.
|
2002-03-13 13:10:52 +00:00 |
|
Daniel Stenberg
|
bc9705f758
|
sendf() now deals with Curl_write() returning -1 properly, which it might
do if the write would've blocked
|
2002-03-13 13:09:37 +00:00 |
|
Daniel Stenberg
|
c819e234b8
|
now supports all options in arrays, except the CURLFORM_ARRAY itself
|
2002-03-13 12:10:20 +00:00 |
|
Daniel Stenberg
|
9f374c2050
|
Added support for CURLFORM_FILENAME to set the filename field of a file
part.
|
2002-03-11 15:18:59 +00:00 |
|
Daniel Stenberg
|
fe3c874001
|
detect fclose(NULL)
|
2002-03-08 15:31:44 +00:00 |
|
Daniel Stenberg
|
017be8a882
|
Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make
NULL set back the internal default function
|
2002-03-08 15:06:42 +00:00 |
|
Daniel Stenberg
|
f51f2417c5
|
Brad corrected the include path (again)
|
2002-03-06 22:19:16 +00:00 |
|
Daniel Stenberg
|
80b004a57d
|
Wesley Laxton's CURLOPT_PREQUOTE work
|
2002-02-28 23:31:23 +00:00 |
|
Daniel Stenberg
|
ea8476a2dc
|
Ralph Mitchell's SSL problems made me notice that we didn't increase the
header byte counter properly
|
2002-02-28 15:13:35 +00:00 |
|
Daniel Stenberg
|
cb85ca18ab
|
more fancy alloc, we store the size in each allocated block so that we
can destroy the full allocated area just before we free it
|
2002-02-28 12:37:05 +00:00 |
|
Daniel Stenberg
|
0cacbc892c
|
always allocates at least 64 bytes for real, and damages them before free
|
2002-02-28 12:18:15 +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
|
3612c3774e
|
made Max-Age work as defined in the RFC.
my brain damaged fix to not parse spaces as part of the value is now fixed
to instead strip off trailing spaces from values.
|
2002-02-27 07:38:04 +00:00 |
|
Daniel Stenberg
|
66b8f48a88
|
When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the
domain starts with a dot.
|
2002-02-26 13:18:08 +00:00 |
|
Daniel Stenberg
|
a23a897ad2
|
removed crash on weird input, this also better discards silly input
|
2002-02-26 13:07:53 +00:00 |
|
Daniel Stenberg
|
e6ed3478ea
|
automake usage and options cleanup
|
2002-02-25 14:08:18 +00:00 |
|
Daniel Stenberg
|
b32a39f44f
|
oops, #if not #ifdef
|
2002-02-25 10:12:04 +00:00 |
|
Daniel Stenberg
|
e4fefd088d
|
cygnus can't include winsock.h even though it has it, why we need to
make a different and more complicated check for when to include it
|
2002-02-25 08:20:29 +00:00 |
|
Daniel Stenberg
|
b1ffe7b74a
|
better time selection for the connect timeout
|
2002-02-22 15:44:37 +00:00 |
|
Daniel Stenberg
|
cbca19d6c2
|
lib/config.h.in added to dist
|
2002-02-22 07:51:23 +00:00 |
|
Daniel Stenberg
|
721b05e343
|
Nico Baggus' VMS tweaks
|
2002-02-20 13:46:53 +00:00 |
|
Daniel Stenberg
|
a333bddeeb
|
Andrs Garca solved bug report #515228 by making sure the progress meter
is updated even if everything is read in one single pass, as the windows
functions apparantly does more often than other systems.
|
2002-02-20 13:38:34 +00:00 |
|
Daniel Stenberg
|
4c6a52fe90
|
corrected reference to multi-using examples
|
2002-02-19 11:02:01 +00:00 |
|
Daniel Stenberg
|
792d73a9cf
|
include winsock.h on window boxen to work smoother there
|
2002-02-19 11:00:34 +00:00 |
|
Daniel Stenberg
|
c795123cd5
|
fixed a long long mistake
|
2002-02-18 23:32:45 +00:00 |
|
Daniel Stenberg
|
3d5732d4e0
|
Rick Richardson's getaddrinfo() usage fix to speed up name resolves
|
2002-02-18 23:12:37 +00:00 |
|
Daniel Stenberg
|
b795929858
|
INADDR_NONE should be in_addr_t to work with 64bit archs better.
Really, we should only #define this in one file, not both here and in
connect.c!
|
2002-02-18 22:59:26 +00:00 |
|
Daniel Stenberg
|
535258ffe4
|
Philip Gladstone's size problem in add_buffer_send()
|
2002-02-18 22:41:52 +00:00 |
|
Daniel Stenberg
|
e21926f7f0
|
connection timeout comparison fix by Emil
|
2002-02-18 10:05:18 +00:00 |
|
Daniel Stenberg
|
e452f467d4
|
Philip Gladstone's 64-bit issues corrected.
Reminder for the future: when we're using malloc() we MUST include <stdlib.h>
as otherwise 64bit archs go bananas.
Bug report #517687
|
2002-02-17 14:55:35 +00:00 |
|
Daniel Stenberg
|
dfda7ba456
|
corrected the Expect: ignore, made Content-Type: possible to skip
|
2002-02-17 14:42:44 +00:00 |
|
Daniel Stenberg
|
feb6b6445e
|
Giaslas Georgios's Host: over proxy fix
|
2002-02-17 11:17:37 +00:00 |
|
Daniel Stenberg
|
55c6f60c90
|
ugh. the VMS stuff must've been like that for a reason, I put it back again
|
2002-02-07 14:47:41 +00:00 |
|
Daniel Stenberg
|
7cf6e8c9cc
|
moved the config-* files here from the ../Makefile.am
|
2002-02-07 14:34:34 +00:00 |
|
Daniel Stenberg
|
cdee43aa59
|
use the config files in this directory now, not ../
|
2002-02-07 14:33:36 +00:00 |
|
Daniel Stenberg
|
9c25b58b4c
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
|
Daniel Stenberg
|
c40b4f6c39
|
don't add 2 to the post size, that was a previous mistake because there
was an extra CRLF added to the post data
|
2002-02-07 09:32:40 +00:00 |
|
Daniel Stenberg
|
9e6cc86bf7
|
Miklos Nemeth improved
|
2002-02-06 16:00:55 +00:00 |
|
Daniel Stenberg
|
b544c5fa5c
|
ARGH the CRLF I removed recently was not only done after the initial
content-type header, it was used for each part and thus without this it
failed MISERABLY. *smacks forhead*
|
2002-02-06 15:48:53 +00:00 |
|
Daniel Stenberg
|
e9bfef0eb1
|
Brent Beardsley found the content-type bug!
|
2002-02-06 07:02:13 +00:00 |
|
Daniel Stenberg
|
ddbcccd43d
|
Kevin Roth's discovered SSL download problem
|
2002-02-05 15:33:00 +00:00 |
|
Daniel Stenberg
|
0d5bfe883e
|
Andreas Damm made getdate use gmtime_r if available
|
2002-02-01 11:11:26 +00:00 |
|
Daniel Stenberg
|
3474ec4ecb
|
_num_chars did wrong when called with a number that starts with 1!
|
2002-01-31 07:51:06 +00:00 |
|
Daniel Stenberg
|
907a6e0eed
|
Georg Horn the previous SSL_read() fix, this was actually the fix I did
on my test machine! :-)
|
2002-01-30 21:49:29 +00:00 |
|
Daniel Stenberg
|
b28051881e
|
Georg Horn found yet another SSL reading problem caused by the non-blocks.
This was a real bummer!
|
2002-01-30 15:11:47 +00:00 |
|
Daniel Stenberg
|
5b58e61f28
|
now re-seed by force (even if already seeded) if a random file or egd socket
is given
|
2002-01-30 08:17:23 +00:00 |
|