Daniel Stenberg
|
a2d2569c7d
|
release commit time
|
2000-03-21 14:23:45 +00:00 |
|
Daniel Stenberg
|
9e4d9346a7
|
curl_unescape() update
|
2000-03-21 14:18:39 +00:00 |
|
Daniel Stenberg
|
9efd212745
|
reformatted, added a custom FTP command question
|
2000-03-20 11:27:29 +00:00 |
|
Daniel Stenberg
|
d75b87605d
|
changed the URL to use http:// instead
|
2000-03-20 10:31:08 +00:00 |
|
Daniel Stenberg
|
211b9e552d
|
curl_unescape() could make a buffer overflow
|
2000-03-20 10:22:12 +00:00 |
|
Daniel Stenberg
|
bc5c4b8953
|
openbsd complaints fixes
http_code in -w fix
MS VC++ fixes
documentation updates
-D update
OS/2 port
|
2000-03-20 09:25:18 +00:00 |
|
Daniel Stenberg
|
7826133bff
|
modified to look better when man2html'ified
|
2000-03-20 09:21:31 +00:00 |
|
Daniel Stenberg
|
ba37e24abd
|
generated from the new getdate.y file
|
2000-03-20 09:11:29 +00:00 |
|
Daniel Stenberg
|
fe43488fc5
|
commented the CFLAGS that was left in here by mistake
|
2000-03-20 09:10:51 +00:00 |
|
Daniel Stenberg
|
fb071e04c1
|
contributor Marco G. Salvagno added
|
2000-03-20 09:10:10 +00:00 |
|
Daniel Stenberg
|
f78a69b7d5
|
Marco G. Salvagno's paragraph about compiling for OS/2 is added
|
2000-03-20 09:09:12 +00:00 |
|
Daniel Stenberg
|
f9a839d906
|
Marco G. Salvagno's OS/2 changes
|
2000-03-19 19:55:02 +00:00 |
|
Daniel Stenberg
|
ff3fd842d8
|
Marco G. Salvagno's OS/2 fixes
|
2000-03-19 19:54:13 +00:00 |
|
Daniel Stenberg
|
35140201b5
|
updated to compile 6.5
|
2000-03-17 17:18:40 +00:00 |
|
Daniel Stenberg
|
b4fc921a0a
|
how to report curl bugs!
|
2000-03-17 11:45:20 +00:00 |
|
Daniel Stenberg
|
339bdd1e08
|
corrected the CVS info
|
2000-03-16 15:21:14 +00:00 |
|
Daniel Stenberg
|
e3ef8b66a1
|
the --dump-header option now only creates the file when it needs to, not any
sooner
|
2000-03-16 11:43:10 +00:00 |
|
Daniel Stenberg
|
739b3f241d
|
Added the forgotten http_code!
|
2000-03-16 11:41:56 +00:00 |
|
Daniel Stenberg
|
d48939c0c0
|
makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()
|
2000-03-16 11:41:27 +00:00 |
|
Daniel Stenberg
|
0aa3f705c2
|
removed an unnecessary #ifdef WIN32
|
2000-03-16 11:40:48 +00:00 |
|
Daniel Stenberg
|
14253f34f4
|
if stdlib.h exists, malloc.h should not be included (thus stop OpenBSD
complaints)
|
2000-03-16 11:40:15 +00:00 |
|
Daniel Stenberg
|
ab05797500
|
cleaned up some #ifdef mess, now uses data->fwrite() to write headers
|
2000-03-16 11:39:31 +00:00 |
|
Daniel Stenberg
|
8629719e0e
|
now writers the headers with the data->fwrite() function as well
|
2000-03-16 11:38:32 +00:00 |
|
Daniel Stenberg
|
570b4c3b59
|
as Pascal Gaudette pointed out, the ldap files were missing
|
2000-03-16 11:35:48 +00:00 |
|
Daniel Stenberg
|
333c21b8cc
|
tiny fixes
|
2000-03-16 11:35:03 +00:00 |
|
Daniel Stenberg
|
8898ff9e04
|
Added checks for RAND_screen, malloc.h and stdlib.h
|
2000-03-16 11:34:19 +00:00 |
|
Daniel Stenberg
|
912fd9b165
|
RAND_SCREEN is only available for win32 SSL users
|
2000-03-16 11:33:39 +00:00 |
|
Daniel Stenberg
|
5992252b3d
|
updates and fixes
|
2000-03-16 11:32:53 +00:00 |
|
Daniel Stenberg
|
90030a49c7
|
6.5 cleanup commit
|
2000-03-14 08:33:15 +00:00 |
|
Daniel Stenberg
|
93389de614
|
Added HAVE_STRDUP
|
2000-03-14 08:29:42 +00:00 |
|
Daniel Stenberg
|
5d1095a6f4
|
Added #define HAVE_SETVBUF 1
|
2000-03-14 08:29:11 +00:00 |
|
Daniel Stenberg
|
04501ba791
|
The changes of today.
|
2000-03-13 09:13:07 +00:00 |
|
Daniel Stenberg
|
7dc36344a0
|
put back the perl binary check
|
2000-03-13 09:12:18 +00:00 |
|
Daniel Stenberg
|
2ad8ed7771
|
now sends cookies space separated to better work with IIS4.0 servers
|
2000-03-13 09:11:54 +00:00 |
|
Daniel Stenberg
|
d7703aa653
|
corrected spelling errors, improved look for the ranges part
|
2000-03-13 09:11:07 +00:00 |
|
Daniel Stenberg
|
9c29e7d8d0
|
Ultrix fixes, openssl fix, docs, removed perl
|
2000-03-02 23:17:51 +00:00 |
|
Daniel Stenberg
|
d070bd9b93
|
corrected a spelling mistake
|
2000-03-02 23:12:55 +00:00 |
|
Daniel Stenberg
|
ce9c2e6d2f
|
Added the WRITEINFO tag
|
2000-03-02 23:07:25 +00:00 |
|
Daniel Stenberg
|
b0936b8007
|
Added -N, added a strdup() function for systems without it. suggested for
Ultrix by Damien Adant <dams@usa.net>.
|
2000-03-02 23:06:34 +00:00 |
|
Daniel Stenberg
|
8ddd89a323
|
sys/select.h and gettimeofday() adjusted
|
2000-03-02 23:05:01 +00:00 |
|
Daniel Stenberg
|
5d25dec9b9
|
progress meter text updated to the new display
|
2000-03-02 23:04:07 +00:00 |
|
Daniel Stenberg
|
e2a114a867
|
added -N and -w descriptions
|
2000-03-02 23:03:41 +00:00 |
|
Daniel Stenberg
|
0e31dadfb4
|
Added checks for setvbuf(), RAND_set() and removed the perl stuff
|
2000-03-02 23:02:58 +00:00 |
|
Daniel Stenberg
|
c1b5798e50
|
removed perl/
|
2000-03-02 23:02:14 +00:00 |
|
Daniel Stenberg
|
01ce1010b4
|
renamed some variables and made \r work
|
2000-03-02 23:01:56 +00:00 |
|
Daniel Stenberg
|
d4e18e4179
|
Adjusted to run properly with OpenSSL 0.9.5.
|
2000-03-02 23:01:35 +00:00 |
|
Daniel Stenberg
|
cc80e5b582
|
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
|
2000-03-02 23:00:54 +00:00 |
|
Daniel Stenberg
|
190106c98e
|
rephrased. -D writes a file, -b reads one.
|
2000-03-01 22:50:27 +00:00 |
|
Daniel Stenberg
|
d64b8cdf23
|
made -w support -w@[file] and -w@- (for stdin)
|
2000-03-01 22:44:46 +00:00 |
|
Daniel Stenberg
|
ed1ad4c5e2
|
describes the latest commited changes
|
2000-03-01 22:40:57 +00:00 |
|