Daniel Stenberg
894b47da9b
ouputs the start and expire dates of the server certificate on verbose
...
output
2001-09-11 10:00:49 +00:00
Daniel Stenberg
54e7246342
cleaned up, now closes the listener port in PASV and it doesn't re-use the
...
same passive port number
2001-09-11 07:45:12 +00:00
Daniel Stenberg
9b3b050640
some unixes have the netrc description in the ftp(1) man page
2001-09-11 06:39:54 +00:00
Daniel Stenberg
a0e389caa2
generated .h file cut off
2001-09-10 12:17:23 +00:00
Daniel Stenberg
b747408f9e
updated to allow separate packaging
2001-09-10 12:15:17 +00:00
Daniel Stenberg
d3e55d8155
Added project curl source header
2001-09-10 12:14:40 +00:00
Cris Bailiff
96c7253cea
Fix perl segfault due to changes in header callback behaviour since curl-7.8.1-pre3
2001-09-10 09:17:02 +00:00
Daniel Stenberg
3f5227dfc7
Curl_cookie_output() must check that there's a cookie struct present before
...
trying to address it!
2001-09-10 07:43:08 +00:00
Daniel Stenberg
b91103099a
updated tool versions
2001-09-10 06:05:38 +00:00
Daniel Stenberg
82d3ded922
checks for sys/utime.h
2001-09-07 09:53:40 +00:00
Daniel Stenberg
5a8d1c4cd1
HAVE_SYS_UTIME_H adjustments
2001-09-07 09:53:21 +00:00
Daniel Stenberg
46372c04ee
made it compile properly when not building with SSL support
2001-09-07 09:40:46 +00:00
Sterling Hughes
6147879837
Added formatting sections for emacs and vim
2001-09-07 04:01:32 +00:00
Sterling Hughes
e2e3c95d3b
fix for emacs
2001-09-07 03:30:30 +00:00
Daniel Stenberg
c3b448dcea
moved the session ID cache state variables into the UrlState struct within
...
the SessionHandle. It was previously wrongly put in UserDefined
2001-09-06 08:32:01 +00:00
Daniel Stenberg
86da31e031
Curl_SSL_Close_All() now checks that we have a session cache before we run
...
around killing entries in it!
2001-09-06 06:26:24 +00:00
Daniel Stenberg
1d7075e339
added -R description
2001-09-05 13:26:54 +00:00
Daniel Stenberg
610ec27d93
first shaky and stumbling attempts at a *_duphandle() function
2001-09-05 07:24:01 +00:00
Daniel Stenberg
70f2717c11
added curl-mode.el
2001-09-05 06:56:24 +00:00
Daniel Stenberg
b31a54c46a
emacs lisp setup for hacking curl code
2001-09-05 06:55:08 +00:00
Sterling Hughes
08238f4320
Fix formatting when tabs and spaces got mixed up (if tabstop was not set to
...
8 this looked quite funny :)
Added a small formatting section for vim at the bottom, it also contains an
emacs portion (copied it from another project I'm working on), I don't know
if this is correct, but its a step (the vim part is correct :)
2001-09-05 02:49:04 +00:00
Daniel Stenberg
06993556f3
defined HAVE_UTIME and HAVE_UTIME_H
2001-09-03 14:31:48 +00:00
Daniel Stenberg
144459d364
corrected the comment to be valid chunk format
2001-09-03 12:51:23 +00:00
Daniel Stenberg
0fa61eff77
-R removes a TODO
2001-09-03 12:32:44 +00:00
Daniel Stenberg
a0be515d2d
-R added
2001-09-03 12:10: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
bae1a75731
use the LIBCURL_NAME instead of the "hardcoded" string
2001-09-03 07:01:49 +00:00
Daniel Stenberg
f5adc8e53f
libtool 1.4.1
2001-09-03 07:00:59 +00:00
Daniel Stenberg
67df4c9e6c
removed unused #defines
2001-09-01 10:20:12 +00:00
Daniel Stenberg
50adfe3be9
Heikki Korpela noticed openbsd problems and libtool
2001-09-01 09:43:52 +00:00
Daniel Stenberg
71794da389
as generated with libtool 1.4.0a
2001-09-01 09:42:22 +00:00
Daniel Stenberg
6ef11f0b13
Heikki Korpela fixed the 'make -C' invokes. make -C is banned.
2001-09-01 09:39:40 +00:00
Daniel Stenberg
a5705acc9c
the big struct rename of the year
2001-08-30 23:03:22 +00:00
Daniel Stenberg
47e7a3e678
a few more struct fixes
2001-08-30 22:59:58 +00:00
Daniel Stenberg
0ece1b5c34
Major rename and redesign of the internal "backbone" structs. Details will
...
be posted in a minute to the libcurl list.
2001-08-30 22:48:34 +00:00
Daniel Stenberg
315954c175
updated a bit
2001-08-29 15:02:46 +00:00
Daniel Stenberg
27ce46a85d
removed cookies and SSL sessions
2001-08-29 12:14:18 +00:00
Daniel Stenberg
ea3cc81487
new ftp upload example, brand new cookie functionality and more
2001-08-29 09:51:44 +00:00
Daniel Stenberg
a9b139b25c
added CURLOPT_COOKIEJAR details
2001-08-29 09:47:33 +00:00
Daniel Stenberg
bbdd5adf6e
'-c -'
2001-08-29 09:45:44 +00:00
Daniel Stenberg
d425f5389d
-c/--cookie-jar documented
2001-08-29 09:44:35 +00:00
Daniel Stenberg
26983053c4
take port numbers into account when finding a previous session from the
...
cache
2001-08-29 09:36:41 +00:00
Daniel Stenberg
8e0043165a
added COOKIEJAR
2001-08-29 09:32:50 +00:00
Daniel Stenberg
c13dbf7bae
uses the new cookie jar feature
2001-08-29 09:32:35 +00:00
Daniel Stenberg
a2b6ef3478
cookie jar adjustments
2001-08-29 09:32:18 +00:00
Daniel Stenberg
b6526af442
added ftpupload.c
2001-08-29 07:12:04 +00:00
Daniel Stenberg
4edba42c7c
lots of crap
2001-08-28 09:02:33 +00:00
Daniel Stenberg
1180ef4b31
added the most recent one from automake 1.5, it complained on the former
...
one being "too old"
2001-08-28 09:01:50 +00:00
Daniel Stenberg
94bf462473
up'ed the version-info
2001-08-28 08:58:27 +00:00