| Commit message (Expand) | Author | Age | Files | Lines |
* | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro | 2017-07-10 | 1 | -3/+3 |
* | checksrc: warn for assignments within if() expressions | Daniel Stenberg | 2016-12-14 | 1 | -2/+4 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -1/+1 |
* | inet_pton.c: Fixed compilation warnings | Steve Holme | 2016-03-20 | 1 | -2/+2 |
* | inet_pton.c: Fix MSVC run-time check failure (2) | Marcel Raad | 2015-09-03 | 1 | -1/+1 |
* | inet_pton.c: Fix MSVC run-time check failure | Marcel Raad | 2015-08-19 | 1 | -1/+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/+234 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -234/+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 | -1/+1 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -2/+2 |
* | inet_pton: fix compiler warning | Yang Tse | 2010-11-25 | 1 | -4/+4 |
* | inet_pton: warnings: use size_t to store pointer deltas | Daniel Stenberg | 2010-06-08 | 1 | -3/+3 |
* | backport fix for failures to reject certain malformed literals | Yang Tse | 2008-11-17 | 1 | -7/+5 |
* | fix compiler warning | Yang Tse | 2008-10-14 | 1 | -2/+2 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -2/+2 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -22/+24 |
* | fix compiler warning | Yang Tse | 2007-04-13 | 1 | -1/+1 |
* | move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o... | Yang Tse | 2007-04-04 | 1 | -4/+0 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 1 | -1/+6 |
* | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | 2006-10-18 | 1 | -1/+1 |
* | Replaced nonstandard u_char and u_int types | Dan Fandrich | 2005-12-08 | 1 | -2/+2 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 1 | -1/+1 |
* | Renamed a variable to avoid conflict with a C++ reserved word. | Dan Fandrich | 2004-12-17 | 1 | -6/+6 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -24/+24 |
* | simplified expression | Daniel Stenberg | 2004-08-19 | 1 | -1/+2 |
* | indented the code curl-style | Daniel Stenberg | 2004-08-18 | 1 | -123/+123 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -10/+5 |
* | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg | 2003-10-30 | 1 | -4/+9 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -6/+4 |
* | Dominick Meglio fixed this to build fine on MSVC | Daniel Stenberg | 2003-10-09 | 1 | -10/+16 |
* | include file fixes | Daniel Stenberg | 2003-10-08 | 1 | -0/+10 |
* | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel Stenberg | 2003-10-07 | 1 | -0/+226 |