| Commit message (Expand) | Author | Age | Files | Lines |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -6/+6 |
* | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | 2018-05-21 | 1 | -1/+1 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -1/+1 |
* | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro | 2017-07-10 | 1 | -6/+6 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -1/+1 |
* | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | 2016-11-24 | 1 | -2/+2 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -6/+5 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -2/+1 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+199 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -199/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -3/+0 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -1/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -30/+18 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -2/+2 |
* | Remove usage of inet_ntoa and inet_ntoa_r | Yang Tse | 2008-09-23 | 1 | -24/+15 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -14/+14 |
* | Porting library to OS/400 | Patrick Monnerat | 2007-08-23 | 1 | -0/+5 |
* | moved ugly CLIB define to nwos.c. | Gunter Knauf | 2007-08-08 | 1 | -4/+0 |
* | minor patches to enable building for NetWare CLIB. | Gunter Knauf | 2007-06-30 | 1 | -0/+4 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse | 2007-02-21 | 1 | -1/+1 |
* | Move portable error number symbolic name definitions to setup_once.h | Yang Tse | 2007-02-17 | 1 | -4/+0 |
* | avoid redefinition of SET_ERRNO() | Yang Tse | 2007-02-15 | 1 | -5/+8 |
* | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | 2006-10-18 | 1 | -1/+1 |
* | Minor compatibility fix | Yang Tse | 2006-08-04 | 1 | -1/+1 |
* | Fix compiler warning | Yang Tse | 2006-08-04 | 1 | -3/+6 |
* | Replaced nonstandard u_char and u_int types | Dan Fandrich | 2005-12-08 | 1 | -5/+5 |
* | provide the proper copyright texts for these | Daniel Stenberg | 2005-05-26 | 1 | -0/+16 |
* | Fixed some compiler warnings I should have noticed before. | Dan Fandrich | 2005-03-16 | 1 | -9/+5 |
* | Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour. | Dan Fandrich | 2005-03-15 | 1 | -1/+12 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -3/+3 |
* | oops 5 bytes makes 4 letters plus zero byte | Daniel Stenberg | 2004-06-24 | 1 | -1/+1 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -1/+4 |
* | provide our own inet_ntoa_r() proto if the system has none on its own | Daniel Stenberg | 2004-04-27 | 1 | -0/+6 |
* | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | 2004-04-26 | 1 | -0/+189 |