Daniel Stenberg
78000dbd5d
An SGI (IRIX) compiler doesn't like indended #-instructions, so they're all
...
in column zero now!
2001-10-22 22:15:50 +00:00
Daniel Stenberg
56bc31e9f9
Added -0/--http1.0 to enforce HTTP 1.0 requests
2001-10-09 06:53:11 +00:00
Daniel Stenberg
d678727430
7.9.1 pre-release 1 status
2001-10-03 08:16:26 +00:00
Daniel Stenberg
420259993e
Georg Huettenegger's fix that makes us no longer use curl_formparse() but
...
instead entirely rely on the curl_formadd() function. The former one is
subject for removal in a future release.
2001-10-03 08:00:12 +00:00
Daniel Stenberg
7239ecd456
free cookiejar string
2001-09-26 07:12:07 +00:00
Daniel Stenberg
8d16b2b119
winsock 2 fixes
2001-09-25 07:55:19 +00:00
Daniel Stenberg
4d2cb8b32a
7.9 commit
2001-09-25 06:39:18 +00:00
Daniel Stenberg
d816fcc965
Linus Nielsen Feltzing changed winsock lib for linking
2001-09-17 14:38:41 +00:00
Daniel Stenberg
e30dcd0501
Linus Nielsen Feltzing's telnet-for-win32 fixes
2001-09-17 14:10:38 +00:00
Daniel Stenberg
d5054ad52d
--ciphers now sets CURLOPT_SSL_CIPHER_LIST
2001-09-11 22:36:03 +00:00
Daniel Stenberg
5a8d1c4cd1
HAVE_SYS_UTIME_H adjustments
2001-09-07 09:53:21 +00:00
Daniel Stenberg
06993556f3
defined HAVE_UTIME and HAVE_UTIME_H
2001-09-03 14:31:48 +00:00
Daniel Stenberg
5900c0f767
utime() and utime.h adjustments for curl -R
2001-09-03 12:00:38 +00:00
Daniel Stenberg
d10cf2ba94
introducing -R/--remote-time which uses the remote file's time to set the
...
local file's time
2001-09-03 12:00:08 +00:00
Daniel Stenberg
c13dbf7bae
uses the new cookie jar feature
2001-08-29 09:32:35 +00:00
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
08655d8d5d
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-21 13:18:07 +00:00
Daniel Stenberg
7dbad3c382
7.8.1
2001-08-20 07:59:03 +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
5de39884c3
removied $Id:$ again, this is treated as a binary file and then that field
...
isn't updated! :-O
2001-08-09 09:13:36 +00:00
Daniel Stenberg
e840c109e7
Added $Id:$ to the header
2001-08-09 09:10:36 +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
Daniel Stenberg
8219990012
Added curlmsg.msg to the distribution
2001-08-06 13:18:34 +00:00
Daniel Stenberg
f8d09660cd
used under VMS
2001-08-06 13:18:06 +00:00
Daniel Stenberg
a6a3673804
7.8.1-pre3 commit
2001-08-06 08:43:37 +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
259ac2dd77
7.8 commit
2001-06-07 09:39:29 +00:00
Daniel Stenberg
96d235d9a3
For people using CVS but with no perl, like all those windows losers. They
...
can just rename this file and cut off the extension instead...
2001-06-06 09:37:15 +00:00
Daniel Stenberg
fbca7a83fc
7.8-pre2
2001-05-30 11:24:26 +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
223c48e6b5
7.8-pre1 commit
2001-05-28 21:50:00 +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
c77f77a1ce
general autoconf and automake fixes
2001-05-22 21:17:58 +00:00
Daniel Stenberg
93c53424c8
cleanup commit for new autoconf+automake+libtool versions
2001-05-22 18:16:24 +00:00
Daniel Stenberg
b555ca5baa
made it binary in CVS to maintain DOS newlines and turned those newlines
...
into the DOS kind!
2001-05-21 21:42:38 +00:00
Daniel Stenberg
3654bd1b56
7.7.3
2001-05-07 11:12:03 +00:00
Daniel Stenberg
9304055df5
'FILE *' changed to 'void *' in all callback functions
2001-05-04 07:47:11 +00:00
Daniel Stenberg
16fe0c9be3
curl 7.7.2
2001-04-23 07:34:55 +00:00
Daniel Stenberg
32f966b239
A Linus Nielsen Feltzing-patch that removes the decimals from the size
...
outputs...
2001-04-19 11:24:29 +00:00
Daniel Stenberg
5dd1cb0614
added an include to build on ultrix
2001-04-18 14:06:47 +00:00
Daniel Stenberg
50a53d4eec
7.7.1 commit
2001-04-04 06:23:43 +00:00
Daniel Stenberg
546572da04
7.7 commit
2001-03-22 17:21:07 +00:00