index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
setup.h
Age
Commit message (
Expand
)
Author
2005-05-07
DEBUGF() is a new conveniant macro to add infof() calls (or similar) for
Daniel Stenberg
2005-04-26
Since Windows doesn't have/use the POSIX prototype for send() and recv(), we
Daniel Stenberg
2005-04-26
adding a bunch of comments for each #endif
Daniel Stenberg
2005-04-24
Based on feedback from Cory Nelson, I added some preprocessor magic in
Daniel Stenberg
2005-04-19
only define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-03-19
fix compiler warning
Daniel Stenberg
2005-03-17
Use the proper macro to do uClibc detection.
Dan Fandrich
2005-03-15
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
Dan Fandrich
2005-01-04
Removed _WIN32_WINNT to support IPv6 under Win-2K.
Gisle Vanem
2004-12-16
Must include <io.h> and <sys/stat.h> before redefining
Gisle Vanem
2004-12-16
moved the lseek() and stat() magic defines to setup.h and now take advantage
Daniel Stenberg
2004-12-15
precaution to prevent double typedefs of the bool
Daniel Stenberg
2004-12-11
Dan Fandrich:
Daniel Stenberg
2004-11-26
I changed my mind. Remove ioctl() macro in setup.h instead.
Gisle Vanem
2004-11-11
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
Daniel Stenberg
2004-11-08
check for and require tld.h to be present before libidn usage is activated
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-26
Testing to define _REENTRANT unconditionally in here.
Daniel Stenberg
2004-10-02
removed weird preprocessor juggling not needed
Daniel Stenberg
2004-07-04
removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...
Gunter Knauf
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-14
we actually build and run fine with libidn 0.4.1 too, so let's not require
Daniel Stenberg
2004-06-02
Gisle's adjustments to allow building with lcc-win32
Daniel Stenberg
2004-05-24
delete trailing whitespace
Daniel Stenberg
2004-05-24
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
2004-04-17
NDEBUG should not be defined when CURLDEBUG is
Daniel Stenberg
2004-03-26
Gisle Vanem:
Daniel Stenberg
2004-03-21
Marty Kuhrt's adjustments for a cleaner VMS build
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-10
Nah, ignore the OS define in here. This is being included by ares and it
Daniel Stenberg
2004-03-10
Now requires an OS string defined by the config*.h file
Daniel Stenberg
2004-03-10
Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.
Daniel Stenberg
2004-03-10
moved the curl_socket_t typedef downwards
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-03-09
Tor Arntsen's fix to a AIX build problem
Daniel Stenberg
2004-03-04
Andrés García's patch to prevent warnings while compiling with mingw, mainly
Daniel Stenberg
2004-03-03
Tom Bates' adjustment to build on his nsr-tandem-nsk.
Daniel Stenberg
2004-03-02
Yet another curl_off_t printf format attempt, we now exclude the %-letter from
Daniel Stenberg
2004-03-02
- we switch to simply use FORMAT_OFF_T internally
Daniel Stenberg
2004-03-01
define ENABLE_64BIT if we have enabled 64bit large files
Daniel Stenberg
2004-02-20
Gisle Vanem brings name resolving timeout possibilities to windows people.
Daniel Stenberg
2004-02-18
simplified and better commented config.h include logic
Daniel Stenberg
2004-02-02
we include errno.h to truly know if we have ECONNRESET or not
Daniel Stenberg
2004-01-30
Somewhat crude attempt at fixing the test 91 failures. I commit this now
Daniel Stenberg
2004-01-29
moved the definitions of IOCTL_3_ARGS to setup.h
Daniel Stenberg
2004-01-23
define SIZEOF_CURL_OFF_T if not already defined
Daniel Stenberg
2004-01-22
use curl_off_t instead of off_t!
Daniel Stenberg
[prev]
[next]