NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
[platform/upstream/curl.git] / lib / setup.h
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-26 Yang TseNTLM single-sign on adjustments (XI)
2011-08-07 Yang TseBSD-style lwIP TCP/IP stack support - followup
2011-08-04 Yang TseBSD-style lwIP TCP/IP stack support:
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-07-18 Mandy WuNTLM single-sign on supported
2011-07-12 Daniel Stenbergsilence picky compilers: mark unused parameters
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-08 Todd A OuskaSSL: (part 2) Added CyaSSL to SSL abstraction layer
2011-01-17 Guenter KnaufAvoid redefines.
2011-01-07 Marcel RoelofsHTTP: HTTP Negotiate authentication using SSPI
2010-12-15 Eric HuPreparing for axTLS. Actual SSL API functions are only...
2010-09-02 Guenter KnaufMoved S_ISREG define to setup as suggested by Dan.
2010-08-07 U-D5B1PQ1J\Adminis... build: allow NTLM tests to run on more build configurations
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-05-27 Kamil Dudkaurl.c: avoid implied cast to bool
2010-05-05 Hoi-Ho ChanPolarSSL: initial support added
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-14 Yang Tseremoved trailing whitespace
2010-01-26 Yang Tseonstantine Sapuntzakis threaded resolver enhancements
2010-01-22 Yang TseDefinitions of resolver specialty compile-time defines...
2010-01-22 Yang Tsedeal with the possibility that CURL_DISABLE_RTSP may...
2010-01-22 Yang Tsedisabling of rtsp when http isn't enabled required...
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-11-14 Yang TseRefactor how preprocessor symbol _THREAD_SAFE definitio...
2009-10-27 Yang TseFix Pelles C Win32 target compilation issues
2009-10-21 Daniel Stenbergspelling corrections
2009-10-21 Yang TseDetect when msvc 6.0 is in use without PSDK installed...
2009-09-18 Yang Tsefix compiler warning: comparison between signed and...
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-06-04 Yang Tseallow building libcurl for VxWorks
2009-05-01 Yang TseDavid McCreedy's "TPF-platform specific changes to...
2009-02-12 Dan FandrichAdded support for Digest and NTLM authentication using...
2008-11-17 Yang Tseif2ip.c related preprocessor cleanup
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-09-19 Yang Tseconfigure script now checks availability of the alarm...
2008-09-05 Yang Tsesomewhat protect Mac OS X users from using Mac OS 9...
2008-08-28 Yang TseWhen not using large file support WIN32's lseek offset...
2008-08-26 Yang TseFix default SIZEOF_OFF_T definition logic
2008-08-26 Yang TseUse SIZEOF_OFF_T definition from config file
2008-08-22 Yang TseReinstate struct_stat definition that got lost in previ...
2008-08-22 Yang TseAdjustments to better select/differentiate when large...
2008-08-21 Yang TseGet rid of ENABLE_64BIT symbol definition and usage.
2008-08-20 Yang TseSimplify condition check
2008-08-16 Yang TseOops, missed FORMAT_OFF_TU
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
2008-07-30 Yang TseSync comment with reality.
2008-07-27 Yang Tsesetup.h handles definition of _REENTRANT based on NEED_...
2008-07-22 Yang Tseminor reordering in OS/400 config/setup files
2008-07-21 Gisle VanemUndefine 'byte' due to dict.c.
2008-07-14 Yang TseMove _REENTRANT definition earlier in lib/setup.h
2008-07-14 Yang TseRemoved inclusion of remaining system header files...
2008-07-14 Yang TseInclusion of <extra/stricmp.h> and <extra/strdup.h...
2008-07-14 Yang TseHTTP_ONLY definition check in lib/setup.h is now done...
2008-06-30 Daniel Stenberg- Stephen Collyer and Tor Arntsen helped identify a...
2008-04-22 Dan FandrichAdded support for running on Symbian OS.
2007-11-08 Yang TseDefine WIN32 when build target is Win32 API.
2007-08-23 Patrick MonneratPorting library to OS/400
2007-07-30 Dan FandrichProperly set USE_SSL on OS/400
2007-07-11 Gunter Knaufadded NetWare-own file to provide some init functions...
2007-06-30 Gunter Knaufmoved includes to setup.h so that the project headers...
2007-05-17 Dan FandrichAdded support for compiling under Minix 3.1.3 using...
2007-02-28 Yang Tseproper symbol definition check for all AmigaOS flavours
2007-02-26 Gisle VanemFix typo.
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-12 Daniel StenbergRob Crittenden added support for NSS (Network Security...
2007-02-02 Yang Tsemove DEBUGF macro definition to setup_once.h
2007-01-29 Gunter Knauffixed segfault when compiled with MingW32 and cmd or...
2006-10-18 Yang TseIntroduce symbol USE_WINSOCK which will be defined...
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-09-03 Gisle VanemSimplified #ifdef on WIN32; the statement
2006-08-29 Gisle VanemSupport other MS-DOS compilers (MSDOS is a djgpp built...
2006-08-29 Daniel StenbergDavid McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOP...
2006-08-04 Yang TseAvoid redundant check. configure script takes care...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-21 Gisle VanemChanges for combination ENABLE_IPV6 and USE_ARES.
2006-07-19 Dan FandrichChanges to support building for eCos 1.3.1. This has...
2006-07-12 Yang TsePlace parenthesis surrounding macro parameters so that...
2006-07-12 Yang TseUse platform's native types for recv() and send() argum...
2006-07-05 Yang TsePrevent definition of HAVE_WINxxx_H symbols and avoid...
2006-06-08 Daniel StenbergBrian Dessent's fixes for cygwin builds
2006-04-26 Gisle VanemAdded support for Salford-C under Win32 (scc). HAVE_MAL...
2006-04-10 Daniel Stenbergavoid duplicate typedefs, as this type is also defined...
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2006-01-16 Daniel StenbergDavid Shaw finally removed all traces of Gopher and...
2006-01-09 Daniel StenbergMade the copyright year match the latest modification...
2006-01-02 Gisle VanemInclude <sys/ioctl.h> before redefining ioctl().
2005-12-20 Gisle VanemChanges for PellesC compiler under Win32. A bit limited...
2005-12-17 Yang TseWindows related cleanup
2005-12-17 Yang TseChange multiple header inclusion prevention definition...
2005-12-16 Yang Tse'Fix' windows builds
next