Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: More speedup | Andy Cedilnik | 2003-07-08 | 1 | -0/+7 |
| | |||||
* | ENH: Attempt to speedup cmake of cmake on Windows | Andy Cedilnik | 2003-07-08 | 2 | -196/+207 |
| | |||||
* | Remove some borland 6 warnings | Bill Hoffman | 2003-05-28 | 1 | -3/+1 |
| | |||||
* | ERR: Attempt to fix more Curl warnings | Andy Cedilnik | 2003-05-22 | 3 | -17/+20 |
| | |||||
* | ENH: Attempt to remove cast warnings | Andy Cedilnik | 2003-05-22 | 3 | -7/+16 |
| | |||||
* | ERR: We should really copy the address and not the value | Andy Cedilnik | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | ERR: Attempt to remove more warnings | Andy Cedilnik | 2003-05-16 | 5 | -9/+16 |
| | |||||
* | ERR: Search for gethostbyname which is the one needed | Andy Cedilnik | 2003-05-14 | 1 | -2/+2 |
| | |||||
* | ERR: Fix warning | Andy Cedilnik | 2003-05-13 | 1 | -2/+2 |
| | |||||
* | ERR: Attempt to remove warnings | Andy Cedilnik | 2003-05-12 | 3 | -13/+13 |
| | |||||
* | ERR: Remove a bunch of warnings on SGI | Bill Hoffman | 2003-05-12 | 6 | -17/+19 |
| | |||||
* | ERR: Do not link nsl if not necessary | Andy Cedilnik | 2003-05-12 | 1 | -1/+6 |
| | |||||
* | 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 |
| |