Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | setup.h: fix compiler warning | Yang Tse | |
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-16 | src/setup.h: add conditional include of assert.h | Yang Tse | |
2011-09-04 | setup_once.h cleanup and sync | Yang Tse | |
2011-09-03 | revert changes not intended to be pushed with commit 6b75d2c2 | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-08-04 | BSD-style lwIP TCP/IP stack support: | Yang Tse | |
Allow compilation of libcurl and curl using BSD-style lwIP on Win32. In order to compile libcurl and curl with this support it is necessary to edit files lib/config-win32.h and src/config-win32.h and uncomment a line to make definition of preprocessor symbol USE_LWIPSOCK visible. Afterwards you can compile as usual. In order to use compiled library with BSD-style lwIP TCP/IP stack in your program it is mandatory that you include lwIP header file <lwip/opt.h> before including <curl/curl.h> or <curl/multi.h> Compilation has been verified with lwIP 1.4.0 and contrib-1.4.0 from: http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip Have fun! | |||
2011-04-27 | checksrc: whitespace and code style cleanup | Daniel Stenberg | |
Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds. | |||
2010-09-02 | Moved S_ISREG define to setup as suggested by Dan. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-11-14 | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse | |
2009-10-27 | Fix spelling | Yang Tse | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-11 | DOS adjustments | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |
2008-09-05 | somewhat protect Mac OS X users from using Mac OS 9 config file | Yang Tse | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-30 | Update copyright year. | Yang Tse | |
2008-07-30 | Sync comment with reality. | Yang Tse | |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse | |
definition which might be defined in config.h or config-*.h files | |||
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich | |
2007-11-08 | Define WIN32 when build target is Win32 API. | Yang Tse | |
This also defines it for WinCE even though it is a subset of WIN32. | |||
2007-06-30 | moved includes to setup.h so that the project headers also pick them up ↵ | Gunter Knauf | |
(eleminate gcc warning). | |||
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse | |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse | |
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h | |||
2006-10-18 | Introduce symbol USE_WINSOCK which will be defined when | Yang Tse | |
using winsock or winsock2 API. | |||
2006-10-18 | Move definition of IS*() macros to setup_once.h | Yang Tse | |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | |
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values. | |||
2006-08-04 | Avoid redundant check. configure script takes care of not defining | Yang Tse | |
HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, neither HAVE_WS2TCPIP_H when __CYGWIN__ is defined. | |||
2006-07-19 | Changes to support building for eCos 1.3.1. This has been tested with | Dan Fandrich | |
file: URLs only. | |||
2006-07-11 | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich | |
in libcurl as well, if necessary. | |||
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵ | Yang Tse | |
headers when compiled with Cygwin in POSIX emulation mode. | |||
2006-06-08 | Brian Dessent's fixes for cygwin builds | Daniel Stenberg | |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | |
2005-12-17 | Windows related cleanup | Yang Tse | |
2005-12-16 | 'Fix' windows builds | Yang Tse | |
2005-11-24 | Doug Kaufman's set of patches to make curl build fine on DJGPP again using | Daniel Stenberg | |
configure. | |||
2005-05-02 | corrected copyright years | Daniel Stenberg | |
2005-04-24 | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | |
*/setup.h and */config-win32.h to build fine with VS2005 on x64. | |||
2004-12-25 | My reimplementation and cleanup of the getpass source code. We officially no | Daniel Stenberg | |
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under. | |||
2004-12-15 | precaution to prevent double typedefs of the bool | Daniel Stenberg | |
2004-12-15 | moved the bool typedef to setup.h | Daniel Stenberg | |
2004-07-04 | removed now obsolete ifdef. | Gunter Knauf | |
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-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg | |
2004-03-02 | Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined. | Daniel Stenberg | |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg | |
2004-01-14 | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg | |