Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Remove warning | Andy Cedilnik | 2003-05-07 | 1 | -1/+0 |
| | |||||
* | ERR: Fix some HP specific warnings | Bill Hoffman | 2003-05-07 | 4 | -7/+27 |
| | |||||
* | ERR: More warnings | Andy Cedilnik | 2003-05-06 | 1 | -10/+10 |
| | |||||
* | ERR: Remove warnings on icc | Andy Cedilnik | 2003-05-06 | 6 | -6/+12 |
| | |||||
* | ERR: Remove warning on Sun | Bill Hoffman | 2003-05-06 | 1 | -2/+2 |
| | |||||
* | ERR: Remove warning on Mac OSX | Andy Cedilnik | 2003-05-06 | 1 | -0/+1 |
| | |||||
* | ERR: Remove warnings on Borland | Andy Cedilnik | 2003-05-05 | 5 | -2/+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 | ||||
* | ERR: Remove warning about unused variable i | Andy Cedilnik | 2003-05-05 | 1 | -2/+0 |
| | |||||
* | ERR: Attempt to remove warning on cygwin | Andy Cedilnik | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | ENH: Be just a bit more verbose | Andy Cedilnik | 2003-05-02 | 1 | -1/+4 |
| | |||||
* | ERR: Remove warnings on Visual Studio 7 | Andy Cedilnik | 2003-05-02 | 16 | -67/+71 |
| | |||||
* | ERR: Fix comment to C style comment | Andy Cedilnik | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | ERR: Remove warning on FreeBSD | Andy Cedilnik | 2003-05-01 | 1 | -1/+1 |
| | |||||
* | ENH: Remove more warnings | Andy Cedilnik | 2003-05-01 | 1 | -0/+3 |
| | |||||
* | BUG: Make dependency checking work better | Andy Cedilnik | 2003-05-01 | 1 | -0/+2 |
| | |||||
* | ENH: Ignore some warnings on Visual Studio | Andy Cedilnik | 2003-05-01 | 1 | -2/+10 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 5 | -11/+20 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 3 | -6/+12 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 8 | -47/+54 |
| | |||||
* | ENH: Only compile memdebug when CURL_MALLOC_DEBUG is on | Andy Cedilnik | 2003-05-01 | 1 | -1/+8 |
| | |||||
* | ERR: Remove some curl warnings | Andy Cedilnik | 2003-05-01 | 5 | -1/+9 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 1 | -2/+0 |
| | |||||
* | ERR: Make OpenSSL optional until pkg-config works | Andy Cedilnik | 2003-04-30 | 1 | -7/+11 |
| | |||||
* | ENH: Make Curl code to be built by default | Andy Cedilnik | 2003-04-29 | 1 | -5/+5 |
| | |||||
* | BUG: Need to use the new CheckSymbolExists because the one in CMake 1.6 can ↵ | Andy Cedilnik | 2003-04-29 | 2 | -1/+59 |
| | | | | be broken | ||||
* | ENH: Enable CTest to be build as a part of CMake | Andy Cedilnik | 2003-04-25 | 1 | -15/+21 |
| | |||||
* | ERR: Remove warning because SCP not implemented | Andy Cedilnik | 2003-04-25 | 1 | -5/+4 |
| | |||||
* | ENH: Do not build tests by default | Andy Cedilnik | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | fix some incldue paths | Ken Martin | 2003-04-23 | 1 | -3/+4 |
| | |||||
* | On verbose, be more verbose | Andy Cedilnik | 2003-04-02 | 1 | -2/+5 |
| | |||||
* | Controle verbosity | Andy Cedilnik | 2003-04-01 | 2 | -9/+35 |
| | |||||
* | Stop using check_function_exists. Use check_symbol_exists | Andy Cedilnik | 2003-03-28 | 1 | -36/+41 |
| | |||||
* | Fix windows problem in curl | Andy Cedilnik | 2003-03-28 | 1 | -4/+4 |
| | |||||
* | BUG: Fixed test for gethostbyname_r and gethostbyaddr_r for ansi support. | Brad King | 2003-03-18 | 2 | -35/+49 |
| | |||||
* | BUG: fixes for hp | Bill Hoffman | 2003-03-11 | 1 | -1/+5 |
| | |||||
* | Remove warnings on AIX | Bill Hoffman | 2003-02-07 | 1 | -1/+8 |
| | |||||
* | Do not reuse connection as that feature seems to be broken | Andy Cedilnik | 2003-02-07 | 1 | -26/+26 |
| | |||||
* | BUG: Don't include prototype in test for gethostbyname_r. | Brad King | 2003-02-05 | 1 | -0/+18 |
| | |||||
* | Attempt to cleanup CMake and try to fix build on some systems | Andy Cedilnik | 2003-01-21 | 1 | -131/+117 |
| | |||||
* | Fix proxy code and fix comments to be C comments | Bill Hoffman | 2003-01-17 | 1 | -4/+4 |
| | |||||
* | Add proxy support | Andy Cedilnik | 2003-01-17 | 1 | -5/+59 |
| | |||||
* | Remove unnecessary defines | Andy Cedilnik | 2003-01-17 | 1 | -3/+0 |
| | |||||
* | Fix gcc32 -ansi problem | Andy Cedilnik | 2003-01-17 | 1 | -0/+4 |
| | |||||
* | Look for features | Andy Cedilnik | 2003-01-17 | 1 | -0/+3 |
| | |||||
* | More portability issues. Sigaction is a symbol | Andy Cedilnik | 2003-01-17 | 1 | -1/+5 |
| | |||||
* | Try to fix aix problem | Andy Cedilnik | 2003-01-16 | 1 | -22/+22 |
| | |||||
* | Add proxy support for triggering | Andy Cedilnik | 2003-01-16 | 1 | -1/+18 |
| | |||||
* | Improve submtitting using http | Andy Cedilnik | 2003-01-16 | 1 | -41/+71 |
| | |||||
* | HAVE_GETHOSTNAME is also unnecessary | Andy Cedilnik | 2003-01-16 | 3 | -5/+0 |
| |