Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | 2011-10-06 | 1 | -265/+0 |
| | |||||
* | curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. | Yang Tse | 2011-09-14 | 1 | -21/+20 |
| | | | | | Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources. | ||||
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
| | |||||
* | checksrc: whitespace and code style cleanup | Daniel Stenberg | 2011-04-27 | 1 | -13/+15 |
| | | | | | Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds. | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -3/+3 |
| | |||||
* | VMS specific preprocessor symbol checking adjustments | Yang Tse | 2009-12-30 | 1 | -3/+3 |
| | |||||
* | fix compiler warning | Yang Tse | 2008-10-24 | 1 | -2/+2 |
| | |||||
* | Added support for running on Symbian OS. | Dan Fandrich | 2008-04-22 | 1 | -2/+13 |
| | |||||
* | Some trivial changes | Dan Fandrich | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | added lf to Win32 getpass_r() so that next output appears in new line. | Gunter Knauf | 2007-07-20 | 1 | -0/+2 |
| | |||||
* | fixed NetWare CLIB implementation of getpass_r() | Gunter Knauf | 2007-07-06 | 1 | -8/+17 |
| | |||||
* | minor patches to enable building for NetWare CLIB. | Gunter Knauf | 2007-06-30 | 1 | -0/+20 |
| | | | | sent by Dmitry Mityugov. | ||||
* | removed unneeded brackets with NetWare implementation. | Gunter Knauf | 2007-04-14 | 1 | -1/+1 |
| | |||||
* | ups - c&p error. | Gunter Knauf | 2007-04-14 | 1 | -1/+1 |
| | |||||
* | use system-own getpassword() function on NetWare. | Gunter Knauf | 2007-04-14 | 1 | -0/+10 |
| | |||||
* | Fixed some compiler warnings on lcc. | Dan Fandrich | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | Minor comment fix. | Gisle Vanem | 2005-01-04 | 1 | -1/+1 |
| | |||||
* | nah, don't use the system's getpass() function since it too often is limited | Daniel Stenberg | 2004-12-26 | 1 | -14/+0 |
| | | | | to 8(!) or similar lengths passwords | ||||
* | My reimplementation and cleanup of the getpass source code. We officially no | Daniel Stenberg | 2004-12-25 | 1 | -168/+154 |
| | | | | | longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under. | ||||
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -5/+5 |
| | |||||
* | Tim Sneddon made it build fine on VMS again. | Daniel Stenberg | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | Marty Kuhrt's VMS fixes | Daniel Stenberg | 2004-06-08 | 1 | -1/+11 |
| | |||||
* | Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is | Daniel Stenberg | 2004-05-12 | 1 | -2/+2 |
| | | | | | | | defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash. | ||||
* | make loop variable size_t as well when looping to a size_t limit | Daniel Stenberg | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | fixed the win32 function to use the correct proto, as pointed out by Gisle | Daniel Stenberg | 2004-02-02 | 1 | -1/+1 |
| | | | | Vanem | ||||
* | make pedantic compiler options generate less warnings | Daniel Stenberg | 2004-01-29 | 1 | -2/+4 |
| | |||||
* | indented and formatted the VMS-specific code more in the same style as | Daniel Stenberg | 2004-01-13 | 1 | -16/+19 |
| | | | | other curl code | ||||
* | Luck Call made win32 password prompting support backspace | Daniel Stenberg | 2004-01-13 | 1 | -0/+5 |
| | |||||
* | Added support for password prompting if only used name is given on the | Daniel Stenberg | 2003-10-16 | 1 | -0/+224 |
command line. |