mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Ultrix fixes, openssl fix, docs, removed perl
This commit is contained in:
parent
d070bd9b93
commit
9c29e7d8d0
29
CHANGES
29
CHANGES
@ -8,6 +8,27 @@
|
|||||||
|
|
||||||
Version XX
|
Version XX
|
||||||
|
|
||||||
|
Daniel (2 March 2000):
|
||||||
|
- Removed the perl-programs from the distribution, they never made many people
|
||||||
|
happy and I'll still keep them available on the web.
|
||||||
|
|
||||||
|
- Added the -w and -N stuff to the man page. Documented the new progress meter
|
||||||
|
display in README.curl.
|
||||||
|
|
||||||
|
- Jörn Hartroth <Joern.Hartroth@telekom.de>, Chris <cbayliss@csc.come> and Ulf
|
||||||
|
Möller from the openssl development team helped bringing me the details for
|
||||||
|
fixing an OpenSSL usage flaw. It became appearant when they released openssl
|
||||||
|
0.9.5 since that barfed on curl's bad behaviour (not seeding a random number
|
||||||
|
thing).
|
||||||
|
|
||||||
|
- Yet another option: -N/--no-buffer disables buffering in the output stream.
|
||||||
|
Probably most useful for very slow transfers when you really want to get
|
||||||
|
every byte curl receives within some prefered time. Andrew <tmr@gci.net>
|
||||||
|
suggested this.
|
||||||
|
|
||||||
|
- Damien Adant <dams@usa.net> mailed me his fixes for making curl compile
|
||||||
|
on Ultrix.
|
||||||
|
|
||||||
Daniel (24 February 2000):
|
Daniel (24 February 2000):
|
||||||
- Applied Jörn Hartroth's fixes for config-win32.h and lib/Makefile.w32.
|
- Applied Jörn Hartroth's fixes for config-win32.h and lib/Makefile.w32.
|
||||||
|
|
||||||
@ -19,10 +40,10 @@ Daniel (24 February 2000):
|
|||||||
- Added more variables to -w:
|
- Added more variables to -w:
|
||||||
|
|
||||||
'http_code'
|
'http_code'
|
||||||
'namelookup_time'
|
'time_namelookup'
|
||||||
'connect_time'
|
'time_connect'
|
||||||
'pretransfer_time'
|
'time_pretransfer'
|
||||||
'effective_url'
|
'url_effective'
|
||||||
|
|
||||||
- Made -w@filename read the syntax from a file and -w@- reads the syntax from
|
- Made -w@filename read the syntax from a file and -w@- reads the syntax from
|
||||||
stdin in the good old "standard" curl way.
|
stdin in the good old "standard" curl way.
|
||||||
|
Loading…
Reference in New Issue
Block a user