Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | multi interface: fix block when CONNECT_ONLY option is used | Gokhan Sengun | |
2011-10-26 | multi tests: OOM handling fixes - commit 629d2e34 follow-up | Yang Tse | |
2011-10-21 | multi tests: OOM handling fixes | Yang Tse | |
Additionally, improved error checking and logging. | |||
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse | |
2011-05-25 | unit tests: build adjustment | Yang Tse | |
Also define UNITTESTS macro when building unit test sources. Fixing compiler warning: external definition with no prior declaration | |||
2011-03-10 | sources: update source headers | Daniel Stenberg | |
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. | |||
2011-03-08 | sftp-multi: test 582 added | Henry Ludemann | |
Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as disabled until it is fixed in the source. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-05 | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | |
2010-02-02 | avoid possibility of using obsoleted stuff | 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-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2008-07-15 | add comment for include paths | Yang Tse | |
2007-10-02 | Renamed a couple of global variables to avoid shadowing warnings | Yang Tse | |
2007-07-15 | let's just export the whole argc + argv pair globally so that each test tool | Daniel Stenberg | |
can take advantage of it however they see fit! | |||
2007-07-14 | add support for arg3 as the third argument... | Daniel Stenberg | |
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 | |||
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2006-10-25 | Add project notice and file Id | Yang Tse | |
2006-10-25 | Use curl_global_init() and curl_global_cleanup(). | Yang Tse | |
Improve cleanup in case of initialization failure. | |||
2006-09-10 | Added select_test() function to allow selecting on no sockets on | Gisle Vanem | |
Winsock. | |||
2004-05-14 | enable memory debugging the same way the curl command line tool already does | Daniel Stenberg | |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel Stenberg | |
to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD | |||
2004-02-19 | provide a test() proto | Daniel Stenberg | |
2004-01-13 | include setup.h from the lib dir instead to get even more private stuff | Daniel Stenberg | |
from the libcurl build, but right now for the USE_SSLEAY define. | |||
2003-11-06 | Define TRUE and FALSE unless already present. I've moved away those | Daniel Stenberg | |
definitions from the global curl header and thus this needs to do it themselves. | |||
2003-04-15 | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg | |
similar is set properly by us first | |||
2003-03-12 | include "config.h" from the lib's private dir | Daniel Stenberg | |
2003-01-23 | string.h keeps the proto for memset() on some platforms, used for FD_ZERO | Daniel Stenberg | |
2002-12-13 | set up arg2 to point to argv[2] to be used at will by programs | Daniel Stenberg | |
2002-12-13 | include files without the curl/ to reduce the risk of us including the wrong | Daniel Stenberg | |
set of include files during tests | |||
2002-12-12 | fixes | Daniel Stenberg | |