bc10563c98Added BOTH nsl+socket lib check Added HOST and TARGET checks Added automatic update of the *spec.in files (Linux RPM stuff)
Daniel Stenberg
2000-05-14 15:21:45 +00:00
5330a85133the last days' changes
Daniel Stenberg
2000-05-14 13:36:38 +00:00
95c2534a95string checks added
Daniel Stenberg
2000-05-14 13:33:53 +00:00
febd0e7059lots of stuff
Daniel Stenberg
2000-05-14 13:12:11 +00:00
984878ed7aRemoved all #ifdef GLOBURL lines, we always use them
Daniel Stenberg
2000-05-09 22:42:53 +00:00
de275780a9Support for systems where RTLD_LAZY_GLOBAL is defined instead of RTLD_GLOBAL and RTLD_LAZY separately.
Daniel Stenberg
2000-05-09 22:23:55 +00:00
b64dd9c13fchanged the glob_url() call, after Janne Johansson's buffer overflow report
Daniel Stenberg
2000-05-09 12:29:28 +00:00
fac113a275configure having problem with openssl
Daniel Stenberg
2000-04-24 15:20:58 +00:00
89f05410d9added a missing prototype, removed unused code
Daniel Stenberg
2000-04-11 21:48:33 +00:00
0d12792514now uses a tiny bit of the new library interface!
Daniel Stenberg
2000-04-11 21:47:28 +00:00
7aae77f0fdAdded Darwin to the list of platforms
Daniel Stenberg
2000-04-10 18:05:29 +00:00
72cb0f7a69updated the ports list
Daniel Stenberg
2000-04-08 20:45:42 +00:00
d0e640debaAdded the *spec.in files
Daniel Stenberg
2000-04-08 19:33:11 +00:00
f9ec7d3a0fnew files to generate .spec files automatically
Daniel Stenberg
2000-04-08 19:32:40 +00:00
75cd7f482dnow sends user agent to all requests that go through a http proxy
Daniel Stenberg
2000-04-08 19:29:58 +00:00
eb856b04feImproved the looks of the progress meter when the file size is between 9999 KB and 100 MB since it then can display the size as XX.X MB instead of just XX as before.
Daniel Stenberg
2000-04-08 19:28:23 +00:00
cd9ad9e54bsome rpm build improvements adjusted progress bar user agent sent when talking non-http through a http proxy
Daniel Stenberg
2000-04-08 19:27:06 +00:00
c30a3913b5Marco's fix got adjusted
Daniel Stenberg
2000-04-04 18:08:34 +00:00
d620ada259two location problems and one OS/2 patch
Daniel Stenberg
2000-04-04 17:47:05 +00:00
00ad88408dMarco G. Salvagno's OS/2 patch is applied
Daniel Stenberg
2000-04-04 17:44:24 +00:00
d62d25bdb4Marco G. Salvagno's patch applied
Daniel Stenberg
2000-04-04 17:42:43 +00:00
ae6a5018ddadded INTERNALS
Daniel Stenberg
2000-04-02 18:28:26 +00:00
c0c225b938describes internal code design
Daniel Stenberg
2000-04-02 18:09:50 +00:00
0059911261James Atwill correctly pointed out that curl didn't follow Location: headers properly when the new URL is an absolute one to a different port than the first URL...
Daniel Stenberg
2000-04-02 12:08:12 +00:00
e67157b5a2Added some more explanatory text about HTTP posts
Daniel Stenberg
2000-03-27 21:42:40 +00:00
2f668aba96"H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroy the proxy server data internally as it did, since when doing a location: following it needs the proxy server string several times.
Daniel Stenberg
2000-03-27 21:36:05 +00:00
4a33436663spelling errors corrected
Daniel Stenberg
2000-03-23 11:02:08 +00:00
0eb1f1e5d0download.c, configure, VC fix and OS/2 fix
Daniel Stenberg
2000-03-23 10:43:14 +00:00
9849c76d88yet another tiny OS/2 fix
Daniel Stenberg
2000-03-23 10:41:39 +00:00
e541da93fein case the select() returns -1 and errno is EINTR, it should not abort the download (MT-adjustment)
Daniel Stenberg
2000-03-23 10:41:16 +00:00
0fac349c62Wham Bang's fixes
Daniel Stenberg
2000-03-23 10:40:14 +00:00
83acbda569Troy Engel's latest updates
Daniel Stenberg
2000-03-23 10:39:38 +00:00
1acda9ef9cHAVE_UNAME was bad HAVE_UNISTD_H is now not set if VC6 is defined
Daniel Stenberg
2000-03-23 10:39:00 +00:00
20161c38f2Added a question about other SSL libraries
Daniel Stenberg
2000-03-23 10:36:49 +00:00
7b6394b75ajust a little reformatted
Daniel Stenberg
2000-03-23 09:33:03 +00:00
d1a1fcc6f1removed the double BSD install check
Daniel Stenberg
2000-03-21 17:12:27 +00:00
d070bd9b93corrected a spelling mistake
Daniel Stenberg
2000-03-02 23:12:55 +00:00
ce9c2e6d2fAdded the WRITEINFO tag
Daniel Stenberg
2000-03-02 23:07:25 +00:00
b0936b8007Added -N, added a strdup() function for systems without it. suggested for Ultrix by Damien Adant <dams@usa.net>.
Daniel Stenberg
2000-03-02 23:06:34 +00:00
8ddd89a323sys/select.h and gettimeofday() adjusted
Daniel Stenberg
2000-03-02 23:05:01 +00:00
5d25dec9b9progress meter text updated to the new display
Daniel Stenberg
2000-03-02 23:04:07 +00:00
e2a114a867added -N and -w descriptions
Daniel Stenberg
2000-03-02 23:03:41 +00:00
0e31dadfb4Added checks for setvbuf(), RAND_set() and removed the perl stuff
Daniel Stenberg
2000-03-02 23:02:58 +00:00
c1b5798e50removed perl/
Daniel Stenberg
2000-03-02 23:02:14 +00:00
01ce1010b4renamed some variables and made \r work
Daniel Stenberg
2000-03-02 23:01:56 +00:00
d4e18e4179Adjusted to run properly with OpenSSL 0.9.5.
Daniel Stenberg
2000-03-02 23:01:35 +00:00
cc80e5b582Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
Daniel Stenberg
2000-03-02 23:00:54 +00:00
190106c98erephrased. -D writes a file, -b reads one.
Daniel Stenberg
2000-03-01 22:50:27 +00:00
d64b8cdf23made -w support -w@[file] and -w@- (for stdin)
Daniel Stenberg
2000-03-01 22:44:46 +00:00
ed1ad4c5e2describes the latest commited changes
Daniel Stenberg
2000-03-01 22:40:57 +00:00
14e71a04d5new variables added
Daniel Stenberg
2000-03-01 22:07:46 +00:00
cf23986a70Added more variables to the progress struct targeted for statistics output
Daniel Stenberg
2000-03-01 22:06:57 +00:00
dfd341efd5Added two new time stamp places
Daniel Stenberg
2000-03-01 22:05:11 +00:00
28011b8f9cadded prototype and defines for pgrsTime()
Daniel Stenberg
2000-03-01 22:01:46 +00:00
5fb1d20ed9added pgrsTime() to store various time stamps for the -w option
Daniel Stenberg
2000-03-01 21:59:59 +00:00
4ff9f2b08estore the pretransfer time store the http code
Daniel Stenberg
2000-03-01 21:56:23 +00:00
04e714562cApplied Jörn's patch
Daniel Stenberg
2000-03-01 21:54:50 +00:00
a5f13de704Added writeout.[ch]
Daniel Stenberg
2000-02-21 23:53:36 +00:00
d073ec0a71Supports the -w/--write-out feature
Daniel Stenberg
2000-02-21 23:52:53 +00:00
b61b1180dfnew writeout support added
Daniel Stenberg
2000-02-21 23:52:13 +00:00
dd11333fcenew fields in the progress struct
Daniel Stenberg
2000-02-21 23:51:38 +00:00
10f958029aAdded writeout stuff
Daniel Stenberg
2000-02-21 23:51:09 +00:00
947a644d5amoved a few more variables to the progress struct and I had some problems on how to approach the -# progress bar in the new style transfers...
Daniel Stenberg
2000-02-21 23:50:27 +00:00