History log of /curl/ (Results 32026 – 32050 of 33387)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

285e998f30-May-2001 Daniel Stenberg

Sterling Hughes's fixes

c503930b30-May-2001 Cris Bailiff

Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files

5c6859e529-May-2001 Daniel Stenberg

not used in autoconf version 2.50

4e376a2f29-May-2001 Daniel Stenberg

check for strtok_r

edd608aa29-May-2001 Daniel Stenberg

curl_ => Curl_

88d536eb29-May-2001 Daniel Stenberg

re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_

1...<<1281128212831284128512861287128812891290>>...1336