Updated the copyright year since changes have been this year.
[platform/upstream/curl.git] / lib / setup.h
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-19 Daniel Stenbergfix compiler warning
2005-03-17 Dan FandrichUse the proper macro to do uClibc detection.
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2005-01-04 Gisle VanemRemoved _WIN32_WINNT to support IPv6 under Win-2K.
2004-12-16 Gisle VanemMust include <io.h> and <sys/stat.h> before redefining
2004-12-16 Daniel Stenbergmoved the lseek() and stat() magic defines to setup...
2004-12-15 Daniel Stenbergprecaution to prevent double typedefs of the bool
2004-12-11 Daniel StenbergDan Fandrich:
2004-11-26 Gisle VanemI changed my mind. Remove ioctl() macro in setup.h...
2004-11-11 Daniel Stenbergdates from 2038 or later now return 0x7fffffff when...
2004-11-08 Daniel Stenbergcheck for and require tld.h to be present before libidn...
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-26 Daniel StenbergTesting to define _REENTRANT unconditionally in here.
2004-10-02 Daniel Stenbergremoved weird preprocessor juggling not needed
2004-07-04 Gunter Knaufremoved now obsolete ifdef. Shouldnt the other ifdefs...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-06-14 Daniel Stenbergwe actually build and run fine with libidn 0.4.1 too...
2004-06-02 Daniel StenbergGisle's adjustments to allow building with lcc-win32
2004-05-24 Daniel Stenbergdelete trailing whitespace
2004-05-24 Daniel Stenberg Simon Josefsson added a idn_free() function in libidn...
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...
2004-04-17 Daniel StenbergNDEBUG should not be defined when CURLDEBUG is
2004-03-26 Daniel StenbergGisle Vanem:
2004-03-21 Daniel StenbergMarty Kuhrt's adjustments for a cleaner VMS build
2004-03-17 Daniel StenbergGünter Knauf's NetWare changes.
2004-03-10 Daniel StenbergNah, ignore the OS define in here. This is being includ...
2004-03-10 Daniel StenbergNow requires an OS string defined by the config*.h...
2004-03-10 Daniel StenbergMake sure SIZEOF_CURL_OFF_T is defined before we check...
2004-03-10 Daniel Stenbergmoved the curl_socket_t typedef downwards
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-03-09 Daniel StenbergTor Arntsen's fix to a AIX build problem
2004-03-04 Daniel StenbergAndrés García's patch to prevent warnings while compili...
2004-03-03 Daniel StenbergTom Bates' adjustment to build on his nsr-tandem-nsk.
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel Stenberg- we switch to simply use FORMAT_OFF_T internally
2004-03-01 Daniel Stenbergdefine ENABLE_64BIT if we have enabled 64bit large...
2004-02-20 Daniel StenbergGisle Vanem brings name resolving timeout possibilities...
2004-02-18 Daniel Stenbergsimplified and better commented config.h include logic
2004-02-02 Daniel Stenbergwe include errno.h to truly know if we have ECONNRESET...
2004-01-30 Daniel StenbergSomewhat crude attempt at fixing the test 91 failures...
2004-01-29 Daniel Stenbergmoved the definitions of IOCTL_3_ARGS to setup.h
2004-01-23 Daniel Stenbergdefine SIZEOF_CURL_OFF_T if not already defined
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-13 Daniel StenbergDiego Casorran's fixes to allow native AmigaOS builds
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-12-10 Daniel Stenbergwe now have a 'curlassert' function to use
2003-12-02 Daniel Stenbergless complicated code for the MSG_NOSIGNAL detection
2003-12-02 Daniel StenbergIf HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when...
2003-11-06 Daniel StenbergMoved the TRUE and FALSE #defines to lib/setup.h instea...
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-10-08 Daniel Stenbergbail out hard if ipv6 and ares are both enabled at...
2003-10-05 Daniel StenbergBeOS-adjustments, as provided by Shard
2003-08-24 Daniel Stenbergremoved the strcasecmp() proto from here, and moved...
2003-08-14 Daniel StenbergPossible code for large file support, added within...
2003-08-05 Daniel Stenbergares awareness/usage/support added. If configure -...
2003-07-05 Daniel StenbergSome of Doug Kaufman's changes for the DOS port
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-12-04 Daniel Stenbergmake WIN32 defined for Borland properly, as told by...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-02-07 Daniel Stenbergugh. the VMS stuff must've been like that for a reason...
2002-02-07 Daniel Stenberguse the config files in this directory now, not ../
2002-01-07 Daniel Stenbergthe bool typedef is now made unsigned, to make sure...
2001-12-17 Daniel StenbergGötz Babin-Ebell's OpenSSL ENGINE patch
2001-11-27 Daniel StenbergEric Lavigne updates
2001-11-06 Daniel Stenbergmyalarm() is history, we now use HAVE_ALARM and we...
2001-11-02 Daniel StenbergReplaced read() and write() with recv() and send()...
2001-10-02 Daniel Stenbergmajor connecting updates
2001-08-24 Daniel Stenbergcleanups
2001-08-06 Daniel Stenbergadjusted for VMS
2001-05-31 Daniel Stenbergif NEED_REENTRANT is set, define _REENTRANT already...
2001-01-25 Daniel Stenberguse recv()/send() instead of read()/write() with sockets
2001-01-03 Daniel Stenbergdual-license fix
2000-10-26 Daniel Stenbergremoved old unused getpass() leftovers
2000-10-09 Daniel Stenbergadded the bool typedef, moved here from curl/curl.h
2000-08-24 Daniel Stenberginclude config.h first
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-01-17 Daniel StenbergJoern.Hartroth@telekom.de rightfully suggested two...
1999-12-29 Daniel StenbergInitial revision