| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove HAVE_LIMITS_H check | Jay Satiro | 2018-01-05 | 1 | -3/+0 |
* | config-win32: define SIZEOF_LONG | Viktor Szakats | 2017-08-22 | 1 | -0/+3 |
* | spelling fixes | klemens | 2017-03-26 | 1 | -2/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | checksrc: Windows-specific input fixes | Jay Satiro | 2015-03-30 | 1 | -1/+1 |
* | ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP | Steve Holme | 2015-01-18 | 1 | -2/+2 |
* | unicode NTLM SSPI: cleanup | Yang Tse | 2012-07-05 | 1 | -3/+11 |
* | config-win32ce.h: WinCE config adjustment | Mark Salisbury | 2012-06-20 | 1 | -2/+2 |
* | errno.h inclusion conditionally done in setup_once.h - followup | Yang Tse | 2011-07-25 | 1 | -1/+1 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -0/+3 |
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -0/+21 |
* | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse | 2010-12-02 | 1 | -0/+7 |
* | Enable OpenLDAP support for cygwin builds. | Yang Tse | 2010-06-04 | 1 | -1/+0 |
* | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | 2010-02-26 | 1 | -2/+8 |
* | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse | 2009-04-14 | 1 | -0/+3 |
* | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju... | Gunter Knauf | 2008-12-30 | 1 | -1/+1 |
* | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ... | Gunter Knauf | 2008-12-30 | 1 | -0/+3 |
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -1/+4 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -3/+0 |
* | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse | 2008-09-15 | 1 | -3/+9 |
* | Adjustments to better select/differentiate when large/small file | Yang Tse | 2008-08-22 | 1 | -0/+16 |
* | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | 2008-08-07 | 1 | -8/+0 |
* | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | 2008-07-17 | 1 | -6/+6 |
* | Configure process now checks availability of recvfrom() socket function and | Yang Tse | 2008-07-16 | 1 | -0/+24 |
* | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse | 2008-07-14 | 1 | -18/+0 |
* | Internal time differences now use monotonic time source if available. | Yang Tse | 2008-05-09 | 1 | -1/+0 |
* | Remove fflush() + fsync() previously introduced accelerated writing of | Yang Tse | 2008-04-22 | 1 | -8/+0 |
* | HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems | Yang Tse | 2008-04-21 | 1 | -0/+8 |
* | VS2005 and later dafault size for time_t is 64-bit, unless | Yang Tse | 2008-03-07 | 1 | -0/+10 |
* | MSVC versions prior to VS2005 do not complain about portable C functions | Yang Tse | 2007-11-07 | 1 | -4/+6 |
* | Windows build targets have socklen_t definition in ws2tcpip.h but some | Yang Tse | 2007-10-24 | 1 | -5/+0 |
* | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | 2007-08-11 | 1 | -9/+4 |
* | Remove unneeded 'HAVE_*' defines. | Gisle Vanem | 2007-03-20 | 1 | -12/+0 |
* | Make sure RETSIGTYPE is properly defined | Yang Tse | 2006-11-25 | 1 | -5/+7 |
* | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | 2006-11-24 | 1 | -0/+6 |
* | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s... | Yang Tse | 2006-10-14 | 1 | -0/+6 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -0/+3 |
* | Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. | Yang Tse | 2006-07-04 | 1 | -0/+3 |
* | Platforms that don't have/run configure need default values in their config f... | Yang Tse | 2006-07-04 | 1 | -0/+54 |
* | Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and | Gisle Vanem | 2006-04-26 | 1 | -1/+4 |
* | Fix spacing. | Yang Tse | 2006-02-17 | 1 | -1/+1 |
* | Fix spacing. When defining, define to 1. | Yang Tse | 2005-12-18 | 1 | -19/+19 |
* | Cleanup | Yang Tse | 2005-12-17 | 1 | -148/+200 |
* | 'Fix' windows builds | Yang Tse | 2005-12-16 | 1 | -0/+3 |
* | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | 2004-12-06 | 1 | -2/+2 |
* | Change OS name. Fix header guard. | Gisle Vanem | 2004-11-08 | 1 | -4/+4 |
* | removed errno, added EAGAIN | Daniel Stenberg | 2004-11-05 | 1 | -2/+1 |
* | it has a sys/stat.h file, according to Paul Nolan | Daniel Stenberg | 2004-11-05 | 1 | -1/+1 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+258 |