Daniel Stenberg
5323340cae
Kevin Roth's comments about -G have been addressed:
...
o -G -I works on the same command line and makes HEAD instead of GET
o -G with an already present question mark in the URL makes an ampersand get
added as a separator instead
2001-08-24 07:01:09 +00:00
Daniel Stenberg
9027005411
SM's fix for -G on URLs with host name only
2001-08-19 17:09:06 +00:00
Daniel Stenberg
f78de2d8c1
SM's -G patch. There's some room for improvements still, as a command line
...
like: "curl -d moo=foo -G daniel.haxx.se" currently fails.
2001-08-15 07:22:32 +00:00
Daniel Stenberg
3a37c0ae23
(un)signed and const cleanup
2001-08-14 09:16:46 +00:00
Daniel Stenberg
f112cc14b9
The redirected error stream was closed before curl_easy_cleanup() was made,
...
and when VERBOSE was enabled, that used the stream. Also, the stream was
closed even if we looped to get more files.
Corrects Dustin Boswell's bug report #441610
2001-08-09 09:47:53 +00:00
Daniel Stenberg
59ab21ed07
The file name given to -E can now contain drive letters on windows, if they
...
start the file name as in 'X:\' where X is any letter. The colon otherwise
normally separate the file name from the password.
2001-08-08 07:35:57 +00:00
Daniel Stenberg
dcfb10fb31
Patrick Bihan-Faou's verifyhost addition
2001-08-08 07:15:00 +00:00
Daniel Stenberg
76125e196c
Nico's VMS fixes added
2001-08-06 13:19:43 +00:00
Sterling Hughes
45037a39aa
Add win32 initialization support to curl_global_init() and
...
curl_global_cleanup(). Update corresponding man pages...
Improve the logic in curl_global_cleanup() and curl_global_init() so that
they are not called twice if the application libraries have been
initialized and make sure to reset the init flags in curl_global_cleanup().
2001-07-12 01:57:28 +00:00
Daniel Stenberg
6f2fca53ad
'resume from'-fix. When using "-C -" and doing multiple file download, the
...
first resume was used on all files instead of being reset between each file.
As found by Björn Stenberg.
2001-06-25 12:56:06 +00:00
Daniel Stenberg
ab449cce73
now uses CURL_GLOBAL_DEFAULT
2001-05-30 08:01:09 +00:00
Daniel Stenberg
8b4809a898
fixed the -# to write to the same as --stderr is set to
2001-05-29 18:30:47 +00:00
Daniel Stenberg
ec340e3e33
adjusted the global_init() call to pass the new flag argument too
2001-05-28 15:31:12 +00:00
Daniel Stenberg
b082832220
added calls to curl_global_*, they aren't really needed for this application
...
but it shows good manner to always cleanup
2001-05-28 15:06:46 +00:00
Daniel Stenberg
9304055df5
'FILE *' changed to 'void *' in all callback functions
2001-05-04 07:47:11 +00:00
Daniel Stenberg
5dd1cb0614
added an include to build on ultrix
2001-04-18 14:06:47 +00:00
Daniel Stenberg
b1a5208e6b
removed the CURL_SEPARATORS define
2001-03-16 15:21:26 +00:00
Daniel Stenberg
36c88343d3
Added --connect-timeout support
2001-03-15 14:38:03 +00:00
Daniel Stenberg
a426818a78
no longer includes the curl/types.h and curl/easy.h include files
...
explicitly, as they're taken care of indirectly by curl/curl.h these
days.
2001-03-14 08:55:17 +00:00
Daniel Stenberg
fb7a6e3423
added --random-file and --egd-file to the command line client
2001-03-12 16:02:29 +00:00
Daniel Stenberg
b449b94393
moved the libcurl init call
2001-03-12 13:57:02 +00:00
Daniel Stenberg
93ff159e32
split up the big printf() into several ones to never use strings longer
...
than 509 letters (as newer gcc warns on with -Wall)
2001-03-12 09:47:23 +00:00
Daniel Stenberg
a1d6ad2610
multiple connection support initial commit
2001-02-20 17:35:51 +00:00
Daniel Stenberg
1bbe407a4d
The PUT stuff is never set! It is set with the UPLOAD...
2001-01-29 07:26:50 +00:00
Daniel Stenberg
29bcba9a90
Ingo Ralf Blum's cygwin fixes
2001-01-24 14:44:05 +00:00
Daniel Stenberg
609be218c2
Removed the deprecated -c and -t from the --help output.
2001-01-22 10:09:04 +00:00
Daniel Stenberg
c2dbf21459
corrected url memory handling with --globoff
2001-01-19 12:14:09 +00:00
Daniel Stenberg
ce05deece8
Added -g, fixed so that short options worked again. My last "merged" fix did
...
screw a few things up.
2001-01-11 08:01:24 +00:00
Daniel Stenberg
27f8cf6dfc
made "short options" possible to specify -m20 as well as -m 200.
2001-01-10 23:42:03 +00:00
Daniel Stenberg
b137d5ec23
bugfix for when more -o than URLs is used
2001-01-09 12:25:14 +00:00
Daniel Stenberg
2cac4a9c72
better cleanup when existing due to bad usage
2001-01-08 15:02:58 +00:00
Daniel Stenberg
39e939a507
corrected the separator when using URL globbing
2001-01-08 14:48:34 +00:00
Daniel Stenberg
14ca732a8f
Multiple URL support added
2001-01-08 07:37:44 +00:00
Daniel Stenberg
4031104404
Internal symbols that aren't static are now prefixed with 'Curl_'
2001-01-05 10:11:41 +00:00
Daniel Stenberg
24dee483e9
dual-license fix
2001-01-03 09:29:33 +00:00
Daniel Stenberg
ec420c62d9
fixed a strdup(NULL) error
2000-12-12 09:30:52 +00:00
Daniel Stenberg
5d44f00201
Francois Petitjean's solaris core dump fix
2000-12-12 08:48:39 +00:00
Daniel Stenberg
22d8aa37e0
urlglob fix to prevent crashing when -o path is longer than url
2000-12-06 10:10:31 +00:00
Daniel Stenberg
ca8196a4dc
Jörn fixed a multiple URL output bug
2000-12-04 12:21:18 +00:00
Daniel Stenberg
2aaae10fe8
Added max-redirs support (James Griffiths' patch)
2000-11-28 09:10:43 +00:00
Daniel Stenberg
0e78911ce3
modified the --help output to have the passwords within [brackets] as they
...
are optional...
2000-11-27 10:24:08 +00:00
Daniel Stenberg
d419d975b3
Added cacert and filetime support
2000-11-22 13:51:11 +00:00
Daniel Stenberg
2830504f4f
removed the twice free_config_all() calls
...
made the big config struct local (big . => -> replace)
2000-11-21 15:37:54 +00:00
Daniel Stenberg
7b49d40bb0
removed pedantic compiler warnings
2000-11-21 09:38:41 +00:00
Daniel Stenberg
9c0d9784f6
no more "leaked" memory when this fails on various kinds of bad usage
2000-11-20 07:54:57 +00:00
Daniel Stenberg
0a72154cd2
fixed strdup() of a NULL pointer
2000-11-17 15:32:17 +00:00
Daniel Stenberg
868488b518
memory leak cleanup campaign
2000-11-17 14:03:58 +00:00
Daniel Stenberg
7f77a061dd
allows \r \n \t \v in config file parameters within quotes
2000-11-17 10:08:39 +00:00
Daniel Stenberg
34a2d446e0
major config file hack, now works a lot better and slightly different
...
Added --url to allow URLs to be specified in the config file that way
2000-11-17 09:47:18 +00:00
Daniel Stenberg
3b91db110b
fixed crash in config file parser
2000-11-15 20:45:29 +00:00