Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | 2015-03-05 | 1 | -2/+1 |
| | | | | | | | SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL. | ||||
* | curl tool: use configuration files from lib directory | Yang Tse | 2012-04-06 | 1 | -10/+13 |
| | | | | | | | | | | | Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists. | ||||
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -0/+1 |
| | |||||
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -0/+21 |
| | | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | ||||
* | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | 2010-02-26 | 1 | -0/+3 |
| | |||||
* | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | 2009-07-14 | 1 | -5/+5 |
| | | | | libcurl is used with other projects which also have a config.h. | ||||
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -1/+2 |
| | | | | non-blocking mode, and decouple function detection from function capability. | ||||
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -1/+0 |
| | |||||
* | HAVE_ALARM definition for static config-*.h files | Yang Tse | 2008-09-19 | 1 | -0/+1 |
| | |||||
* | somewhat protect Mac OS X users from using Mac OS 9 config file | Yang Tse | 2008-09-05 | 1 | -0/+11 |
| | |||||
* | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | 2008-07-21 | 1 | -0/+1 |
| | | | | | now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | ||||
* | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | 2008-07-17 | 1 | -3/+3 |
| | | | | to the data type pointed by its respective argument and not the pointer type. | ||||
* | Configure process now checks availability of recvfrom() socket function and | Yang Tse | 2008-07-16 | 1 | -0/+9 |
| | | | | | | finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | ||||
* | Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h | Yang Tse | 2008-07-14 | 1 | -2/+2 |
| | |||||
* | Make sure RETSIGTYPE is properly defined | Yang Tse | 2006-11-25 | 1 | -0/+2 |
| | |||||
* | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | 2006-11-24 | 1 | -0/+2 |
| | | | | as appropriate for platforms that don't have autotools support | ||||
* | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | 2006-10-14 | 1 | -0/+2 |
| | | | | support | ||||
* | Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. | Yang Tse | 2006-07-04 | 1 | -0/+1 |
| | |||||
* | Platforms that don't have/run configure need default values in their config ↵ | Yang Tse | 2006-07-04 | 1 | -0/+21 |
| | | | | | | | | | | files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV | ||||
* | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | 2005-03-11 | 1 | -0/+2 |
| | | | | | | | | the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | ||||
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -35/+35 |
| | |||||
* | moved the config-*.h files from root to the lib/ dir | Daniel Stenberg | 2002-02-07 | 1 | -0/+45 |