Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | |
Inclusion of top two most included header files now done in setup_once.h | |||
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse | |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil | |
Found with codespell. | |||
2010-11-25 | inet_pton: fix compiler warning | Yang Tse | |
warning C4146: unary minus operator applied to unsigned type, result still unsigned | |||
2010-06-08 | inet_pton: warnings: use size_t to store pointer deltas | Daniel Stenberg | |
2008-11-17 | backport fix for failures to reject certain malformed literals | Yang Tse | |
2008-10-14 | fix compiler warning | Yang Tse | |
2007-11-07 | if () => if() | Daniel Stenberg | |
while () => while() and some other minor re-indentings | |||
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | |
consistency | |||
2007-04-13 | fix compiler warning | Yang Tse | |
2007-04-04 | move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to ↵ | Yang Tse | |
setup_once.h | |||
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | |
since they're already included through "setup.h". | |||
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | |
to verify winsock API availability. | |||
2005-12-08 | Replaced nonstandard u_char and u_int types | Dan Fandrich | |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | |
VS2005. | |||
2004-12-17 | Renamed a variable to avoid conflict with a C++ reserved word. | Dan Fandrich | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-08-19 | simplified expression | Daniel Stenberg | |
2004-08-18 | indented the code curl-style | Daniel Stenberg | |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | |
warnings. Minor edits by me. | |||
2003-10-30 | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg | |
us some trouble. | |||
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2003-10-09 | Dominick Meglio fixed this to build fine on MSVC | Daniel Stenberg | |
2003-10-08 | include file fixes | Daniel Stenberg | |
2003-10-07 | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel Stenberg | |
subjectAltNames when matching certs. This is apparently detailed in RFC2818 as the right thing to do. I had to add configure checks for inet_pton() and our own (strictly speaking, code from BIND written by Paul Vixie) provided code for the function for platforms that miss it. |