| Commit message (Expand) | Author | Age | Files | Lines |
* | Nah, ignore the OS define in here. This is being included by ares and it | Daniel Stenberg | 2004-03-10 | 1 | -4/+0 |
* | Now requires an OS string defined by the config*.h file | Daniel Stenberg | 2004-03-10 | 1 | -5/+1 |
* | Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4. | Daniel Stenberg | 2004-03-10 | 1 | -5/+8 |
* | moved the curl_socket_t typedef downwards | Daniel Stenberg | 2004-03-10 | 1 | -8/+9 |
* | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg | 2004-03-09 | 1 | -0/+8 |
* | Tor Arntsen's fix to a AIX build problem | Daniel Stenberg | 2004-03-09 | 1 | -5/+0 |
* | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg | 2004-03-04 | 1 | -4/+5 |
* | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg | 2004-03-03 | 1 | -0/+4 |
* | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | 2004-03-02 | 1 | -3/+2 |
* | - we switch to simply use FORMAT_OFF_T internally | Daniel Stenberg | 2004-03-02 | 1 | -5/+4 |
* | define ENABLE_64BIT if we have enabled 64bit large files | Daniel Stenberg | 2004-03-01 | 1 | -0/+19 |
* | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | 2004-02-20 | 1 | -0/+4 |
* | simplified and better commented config.h include logic | Daniel Stenberg | 2004-02-18 | 1 | -6/+4 |
* | we include errno.h to truly know if we have ECONNRESET or not | Daniel Stenberg | 2004-02-02 | 1 | -0/+1 |
* | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg | 2004-01-30 | 1 | -0/+10 |
* | moved the definitions of IOCTL_3_ARGS to setup.h | Daniel Stenberg | 2004-01-29 | 1 | -0/+8 |
* | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg | 2004-01-23 | 1 | -0/+4 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -17/+0 |
* | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | 2004-01-13 | 1 | -0/+9 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | we now have a 'curlassert' function to use | Daniel Stenberg | 2003-12-10 | 1 | -1/+12 |
* | less complicated code for the MSG_NOSIGNAL detection | Daniel Stenberg | 2003-12-02 | 1 | -1/+2 |
* | If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and | Daniel Stenberg | 2003-12-02 | 1 | -8/+17 |
* | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | 2003-11-06 | 1 | -0/+7 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -0/+11 |
* | bail out hard if ipv6 and ares are both enabled at the same time | Daniel Stenberg | 2003-10-08 | 1 | -1/+5 |
* | BeOS-adjustments, as provided by Shard | Daniel Stenberg | 2003-10-05 | 1 | -5/+9 |
* | removed the strcasecmp() proto from here, and moved it to the strequal.c | Daniel Stenberg | 2003-08-24 | 1 | -5/+0 |
* | Possible code for large file support, added within #if 0 so far. | Daniel Stenberg | 2003-08-14 | 1 | -0/+15 |
* | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | 2003-08-05 | 1 | -1/+1 |
* | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg | 2003-07-05 | 1 | -0/+7 |
* | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | 2003-05-21 | 1 | -2/+15 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | make WIN32 defined for Borland properly, as told by Alexander J. Oss | Daniel Stenberg | 2002-12-04 | 1 | -3/+2 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -1/+11 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | ugh. the VMS stuff must've been like that for a reason, I put it back again | Daniel Stenberg | 2002-02-07 | 1 | -1/+2 |
* | use the config files in this directory now, not ../ | Daniel Stenberg | 2002-02-07 | 1 | -7/+7 |
* | the bool typedef is now made unsigned, to make sure it stays that on all | Daniel Stenberg | 2002-01-07 | 1 | -1/+1 |
* | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | 2001-12-17 | 1 | -3/+4 |
* | Eric Lavigne updates | Daniel Stenberg | 2001-11-27 | 1 | -1/+6 |
* | myalarm() is history, we now use HAVE_ALARM and we now do our very best to | Daniel Stenberg | 2001-11-06 | 1 | -3/+3 |
* | Replaced read() and write() with recv() and send() for socket operations | Daniel Stenberg | 2001-11-02 | 1 | -2/+2 |
* | major connecting updates | Daniel Stenberg | 2001-10-02 | 1 | -0/+15 |
* | cleanups | Daniel Stenberg | 2001-08-24 | 1 | -18/+0 |
* | adjusted for VMS | Daniel Stenberg | 2001-08-06 | 1 | -0/+10 |
* | if NEED_REENTRANT is set, define _REENTRANT already here since it has to | Daniel Stenberg | 2001-05-31 | 1 | -0/+8 |
* | use recv()/send() instead of read()/write() with sockets | Daniel Stenberg | 2001-01-25 | 1 | -3/+2 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |