Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-10 | Nah, ignore the OS define in here. This is being included by ares and it | Daniel Stenberg | |
certainly doesn't need the OS define. | |||
2004-03-10 | Now requires an OS string defined by the config*.h file | Daniel Stenberg | |
2004-03-10 | Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4. | Daniel Stenberg | |
It is only undefined when this file is included by others (like ares) and in those cases it doesn't matter. | |||
2004-03-10 | moved the curl_socket_t typedef downwards | Daniel Stenberg | |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg | |
defines are in setup.h. | |||
2004-03-09 | Tor Arntsen's fix to a AIX build problem | Daniel Stenberg | |
2004-03-04 | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg | |
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined. | |||
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg | |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | |
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'. | |||
2004-03-02 | - we switch to simply use FORMAT_OFF_T internally | Daniel Stenberg | |
- Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file gets included from the ares dir at times and then it isn't defined. | |||
2004-03-01 | define ENABLE_64BIT if we have enabled 64bit large files | Daniel Stenberg | |
define our internal CURL_FORMAT_OFF_T define, we don't use the global one! | |||
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | |
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest! | |||
2004-02-18 | simplified and better commented config.h include logic | Daniel Stenberg | |
2004-02-02 | we include errno.h to truly know if we have ECONNRESET or not | Daniel Stenberg | |
2004-01-30 | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg | |
so that the automatic testing hosts will test these changes over the weekend. | |||
2004-01-29 | moved the definitions of IOCTL_3_ARGS to setup.h | Daniel Stenberg | |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg | |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg | |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-12-10 | we now have a 'curlassert' function to use | Daniel Stenberg | |
2003-12-02 | less complicated code for the MSG_NOSIGNAL detection | Daniel Stenberg | |
2003-12-02 | If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and | Daniel Stenberg | |
recv() and we no longer attempt to ignore the SIGPIPE signal. | |||
2003-11-06 | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | |
belong in the public header file. They are not in our name space so we should not set them globally. | |||
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2003-10-08 | bail out hard if ipv6 and ares are both enabled at the same time | Daniel Stenberg | |
2003-10-05 | BeOS-adjustments, as provided by Shard | Daniel Stenberg | |
2003-08-24 | removed the strcasecmp() proto from here, and moved it to the strequal.c | Daniel Stenberg | |
file instead | |||
2003-08-14 | Possible code for large file support, added within #if 0 so far. | Daniel Stenberg | |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | |
build libcurl to use ares for asynch name resolves. | |||
2003-07-05 | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-12-04 | make WIN32 defined for Borland properly, as told by Alexander J. Oss | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-02-07 | ugh. the VMS stuff must've been like that for a reason, I put it back again | Daniel Stenberg | |
2002-02-07 | use the config files in this directory now, not ../ | Daniel Stenberg | |
2002-01-07 | the bool typedef is now made unsigned, to make sure it stays that on all | Daniel Stenberg | |
platforms, unrelated to what they might prefer by default | |||
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | |
2001-11-27 | Eric Lavigne updates | Daniel Stenberg | |
2001-11-06 | myalarm() is history, we now use HAVE_ALARM and we now do our very best to | Daniel Stenberg | |
1 - restore the previous sigaction struct as soon as we are about to shut off our timeout 2 - restore the previous alarm() timeout, in case an application or similar had it running before we "borrowed" it for a while. No, this does not fix the multi-thread problem you get with alarm(). This patch should correct bug report #478780: //sourceforge.net/tracker/?func=detail&atid=100976&aid=478780&group_id=976 If not, please post details! | |||
2001-11-02 | Replaced read() and write() with recv() and send() for socket operations | Daniel Stenberg | |
even under normal unixes. | |||
2001-10-02 | major connecting updates | Daniel Stenberg | |
2001-08-24 | cleanups | Daniel Stenberg | |
2001-08-06 | adjusted for VMS | Daniel Stenberg | |
2001-05-31 | if NEED_REENTRANT is set, define _REENTRANT already here since it has to | Daniel Stenberg | |
be defined as many include files as possible (Solaris req) | |||
2001-01-25 | use recv()/send() instead of read()/write() with sockets | Daniel Stenberg | |
2001-01-03 | dual-license fix | Daniel Stenberg | |