History log of /curl/ (Results 32401 – 32425 of 33768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
13a5e16f31-May-2001 Sterling Hughes

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

3d54ba1b31-May-2001 Sterling Hughes

Add the getbinarypageinvar.php, which shows how to use the
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.

e051f90431-May-2001 Sterling Hughes

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 wh

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

show more ...

f8d94a3831-May-2001 Daniel Stenberg

Added CVS $Id$ keyword for inline version tracking

ac691cae31-May-2001 Daniel Stenberg

updated to again set the flags of what to init, and now also feature a
set of available flags

43d0d75631-May-2001 Daniel Stenberg

fixed the dlopen check

77f3491531-May-2001 Daniel Stenberg

removed _REENTRANT define

72b8993131-May-2001 Daniel Stenberg

re-generated

6b9bd96c31-May-2001 Daniel Stenberg

include setup.h _before_ system includes

6532f73731-May-2001 Daniel Stenberg

if NEED_REENTRANT is set, define _REENTRANT already here since it has to
be defined as many include files as possible (Solaris req)

928ff54331-May-2001 Daniel Stenberg

includes setup.h, and thus I could remove the _REENTRANT define

95c94bf631-May-2001 Daniel Stenberg

the CURL_GLOBAL flags are now used to set what parts to init globally

7f29593931-May-2001 Daniel Stenberg

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.

aa27db6931-May-2001 Daniel Stenberg

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

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! :-(

show more ...

4ce5fa3e31-May-2001 Daniel Stenberg

Sterling Hughes suggested we set 'static' before size_t...

ffa7c13130-May-2001 Daniel Stenberg

libcurl now has MUTE and NOPROGRESS set by default

fbca7a8330-May-2001 Daniel Stenberg

7.8-pre2

870bacd630-May-2001 Daniel Stenberg

include strtok.h to get the prototype

d9f39cc930-May-2001 Daniel Stenberg

finally fixed the 'ret' compiler warning

f2e6d23530-May-2001 Daniel Stenberg

removed python interface, there is one now! ;-)

baa220c130-May-2001 Daniel Stenberg

-# fix, thread fix, easy.c compile fix and more

cabef47330-May-2001 Daniel Stenberg

made the automake line re-build from _all_ Makefile.am files in the source tree

cab90bf930-May-2001 Daniel Stenberg

english fix

ab449cce30-May-2001 Daniel Stenberg

now uses CURL_GLOBAL_DEFAULT

b541537c30-May-2001 Daniel Stenberg

curl_global_init() support for CURL_GLOBAL_NOT_SSL

1...<<1291129212931294129512961297129812991300>>...1351