Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Search for gethostbyname which is the one needed | Andy Cedilnik | 2003-05-14 | 1 | -2/+2 |
| | |||||
* | ERR: Do not link nsl if not necessary | Andy Cedilnik | 2003-05-12 | 1 | -1/+6 |
| | |||||
* | ERR: Search for getch instead of printf. Looks like printf is special so it ↵ | Andy Cedilnik | 2003-05-05 | 1 | -3/+17 |
| | | | | does not work. getch does. Also when using -ansi, strdup is not defined. Make sure to use _BSD_SOURCE on all sources that use strdup | ||||
* | BUG: Make dependency checking work better | Andy Cedilnik | 2003-05-01 | 1 | -0/+2 |
| | |||||
* | ENH: Only compile memdebug when CURL_MALLOC_DEBUG is on | Andy Cedilnik | 2003-05-01 | 1 | -1/+8 |
| | |||||
* | ERR: Make OpenSSL optional until pkg-config works | Andy Cedilnik | 2003-04-30 | 1 | -7/+11 |
| | |||||
* | BUG: Need to use the new CheckSymbolExists because the one in CMake 1.6 can ↵ | Andy Cedilnik | 2003-04-29 | 1 | -1/+1 |
| | | | | be broken | ||||
* | ENH: Do not build tests by default | Andy Cedilnik | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | Stop using check_function_exists. Use check_symbol_exists | Andy Cedilnik | 2003-03-28 | 1 | -36/+41 |
| | |||||
* | BUG: Fixed test for gethostbyname_r and gethostbyaddr_r for ansi support. | Brad King | 2003-03-18 | 1 | -2/+3 |
| | |||||
* | Attempt to cleanup CMake and try to fix build on some systems | Andy Cedilnik | 2003-01-21 | 1 | -131/+117 |
| | |||||
* | Fix gcc32 -ansi problem | Andy Cedilnik | 2003-01-17 | 1 | -0/+4 |
| | |||||
* | More portability issues. Sigaction is a symbol | Andy Cedilnik | 2003-01-17 | 1 | -1/+5 |
| | |||||
* | HAVE_GETHOSTNAME is also unnecessary | Andy Cedilnik | 2003-01-16 | 1 | -1/+0 |
| | |||||
* | Cleanups | Andy Cedilnik | 2003-01-16 | 1 | -2/+0 |
| | |||||
* | Improve build, now it should build on mac and other platforms where include ↵ | Andy Cedilnik | 2003-01-16 | 1 | -6/+17 |
| | | | | file depend on each other | ||||
* | Fix problem with sigsetjmp | Andy Cedilnik | 2003-01-14 | 1 | -4/+0 |
| | |||||
* | New Curl version 7.10.3 | Andy Cedilnik | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | Make it work on cygwin | Andy Cedilnik | 2003-01-13 | 1 | -22/+46 |
| | |||||
* | Fix testing of curl on windows | Andy Cedilnik | 2003-01-11 | 1 | -2/+2 |
| | |||||
* | Add curl testing | Andy Cedilnik | 2003-01-11 | 1 | -0/+2 |
| | |||||
* | Add another AIX test | Andy Cedilnik | 2003-01-10 | 1 | -0/+1 |
| | |||||
* | AIX fixes | Bill Hoffman | 2003-01-10 | 1 | -0/+12 |
| | |||||
* | Fix nonblocking problem | Andy Cedilnik | 2003-01-10 | 1 | -4/+18 |
| | |||||
* | On Windows we need winmm | Andy Cedilnik | 2003-01-10 | 1 | -0/+5 |
| | |||||
* | New version of libcurl | Andy Cedilnik | 2003-01-10 | 1 | -1/+18 |
| | |||||
* | Reorganize | Andy Cedilnik | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | Initial import | Andy Cedilnik | 2003-01-07 | 1 | -0/+309 |