Daniel Stenberg
259ac2dd77
7.8 commit
2001-06-07 09:39:29 +00:00
Daniel Stenberg
4ebf001d37
SM's suggested update of the Microsoft and SSL compiling section
2001-06-07 06:21:27 +00:00
Daniel Stenberg
5e326014cd
SDavila posted a fix that sets conn->bits.use_range properly when doing
...
resumed downloads
2001-06-07 05:59:20 +00:00
Daniel Stenberg
0b0bbffa35
Jörn corrected the mingw32 makefile
2001-06-07 05:41:30 +00:00
Daniel Stenberg
2b35432fcc
S. Moonesamy updates, strtok.[ch] issues
2001-06-06 14:26:50 +00:00
Daniel Stenberg
ef8a2bc4fc
Added note about src/hughelp.c and the new *.cvs file that can be used if
...
you really can't generate that file.
2001-06-06 09:39:07 +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
eaf51b62b9
corrected the CVS note about not creating a subdirectory... which it does now
2001-06-06 09:33:46 +00:00
Daniel Stenberg
80994a123e
MUTE is gone, PHP examples, new CVS structure
2001-06-05 11:48:30 +00:00
Daniel Stenberg
b1cd033c27
made the test-program in the bottom compile/build, remember to link with
...
strequal.o as well!
2001-06-05 11:27:40 +00:00
Sterling Hughes
268867311e
Add documentation for the --vernum attribute
2001-06-01 21:56:58 +00:00
Daniel Stenberg
6840f80d21
CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
2001-06-01 07:33:38 +00:00
Sterling Hughes
cac6876734
Update the cvs instructions.
2001-06-01 04:46:15 +00:00
Sterling Hughes
753011c8db
Test (and revert change from previous test).
2001-06-01 00:02:44 +00:00
Sterling Hughes
2774dc390a
testing... testing... 1, 2, 3
2001-05-31 23:56:28 +00:00
Daniel Stenberg
eb4534f735
removed CURLOPT_MUTE, it is not used anymore
2001-05-31 13:55:13 +00:00
Daniel Stenberg
efb957039d
MUTE is now considered obsolete
2001-05-31 13:52:59 +00:00
Daniel Stenberg
fe82ddda46
CURLOPT_MUTE and data->bits.mute are history, removed, gone!
2001-05-31 13:50:28 +00:00
Daniel Stenberg
94af496ac4
the global init stuff, strtok.h mess, _REENTRANT fixed
2001-05-31 13:32:55 +00:00
Sterling Hughes
6f17c2f140
add entry for getbinarypageinvar.php
2001-05-31 12:33:38 +00:00
Sterling Hughes
490c00fb30
Change to // comments and add <?php and ?> wrappers
2001-05-31 12:32:04 +00:00
Sterling Hughes
2d0dbd87c3
Update comments and wrap in <?php and ?>
2001-05-31 12:25:49 +00:00
Sterling Hughes
13a5e16f35
update the comment style from '#' to '//' which is the "un-official"
...
standard PHP comment. Also wrap the code in <?php and ?> and finally
add getbinarypageinvar.php to Makefile.am and README
2001-05-31 12:14:12 +00:00
Sterling Hughes
3d54ba1b9e
Add the getbinarypageinvar.php, which shows how to use the
...
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.
2001-05-31 11:59:39 +00:00
Sterling Hughes
e051f904f2
Test and substance patch.
...
This is my first CVS commit :), what it does:
- Makes sure that parts of the cURL library don't get initialized twice
- Makes sure that we only free what we initialize
2001-05-31 11:30:34 +00:00
Daniel Stenberg
f8d94a3849
Added CVS $Id$ keyword for inline version tracking
2001-05-31 08:41:42 +00:00
Daniel Stenberg
ac691cae88
updated to again set the flags of what to init, and now also feature a
...
set of available flags
2001-05-31 08:35:26 +00:00
Daniel Stenberg
43d0d75688
fixed the dlopen check
2001-05-31 08:24:50 +00:00
Daniel Stenberg
77f34915ce
removed _REENTRANT define
2001-05-31 07:03:04 +00:00
Daniel Stenberg
72b8993164
re-generated
2001-05-31 07:02:31 +00:00
Daniel Stenberg
6b9bd96c06
include setup.h _before_ system includes
2001-05-31 07:02:13 +00:00
Daniel Stenberg
6532f737eb
if NEED_REENTRANT is set, define _REENTRANT already here since it has to
...
be defined as many include files as possible (Solaris req)
2001-05-31 07:01:08 +00:00
Daniel Stenberg
928ff54388
includes setup.h, and thus I could remove the _REENTRANT define
2001-05-31 07:00:21 +00:00
Daniel Stenberg
95c94bf658
the CURL_GLOBAL flags are now used to set what parts to init globally
2001-05-31 06:10:25 +00:00
Daniel Stenberg
7f295939d0
went back to the version where the flags argument to curl_global_init()
...
specify exactly what global parts to init. Thanks to Sterling Hughes really
for arguing wisely.
2001-05-31 06:06:37 +00:00
Daniel Stenberg
aa27db6986
removed the prototype and made it include string.h instead
...
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in
string.h, then you'll face a bunch of warnings on all instances
where strtok_r() is used.
There's not much we can do about it. Adding a prototype here screws
everything up on other platforms! :-(
2001-05-31 06:05:32 +00:00
Daniel Stenberg
4ce5fa3ea9
Sterling Hughes suggested we set 'static' before size_t...
2001-05-31 05:55:42 +00:00
Daniel Stenberg
ffa7c13117
libcurl now has MUTE and NOPROGRESS set by default
2001-05-30 12:51:24 +00:00
Daniel Stenberg
fbca7a83fc
7.8-pre2
2001-05-30 11:24:26 +00:00
Daniel Stenberg
870bacd689
include strtok.h to get the prototype
2001-05-30 11:06:56 +00:00
Daniel Stenberg
d9f39cc99b
finally fixed the 'ret' compiler warning
2001-05-30 11:06:33 +00:00
Daniel Stenberg
f2e6d235f2
removed python interface, there is one now! ;-)
2001-05-30 10:42:18 +00:00
Daniel Stenberg
baa220c1af
-# fix, thread fix, easy.c compile fix and more
2001-05-30 10:34:14 +00:00
Daniel Stenberg
cabef4732d
made the automake line re-build from _all_ Makefile.am files in the source tree
2001-05-30 10:29:39 +00:00
Daniel Stenberg
cab90bf98a
english fix
2001-05-30 08:01:35 +00:00
Daniel Stenberg
ab449cce73
now uses CURL_GLOBAL_DEFAULT
2001-05-30 08:01:09 +00:00
Daniel Stenberg
b541537c66
curl_global_init() support for CURL_GLOBAL_NOT_SSL
2001-05-30 08:00:29 +00:00
Daniel Stenberg
285e998fae
Sterling Hughes's fixes
2001-05-30 07:59:47 +00:00
Cris Bailiff
c503930b8d
Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files
2001-05-30 04:31:32 +00:00
Daniel Stenberg
5c6859e537
not used in autoconf version 2.50
2001-05-29 19:28:50 +00:00