summaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
Commit message (Expand)AuthorAgeFilesLines
* urlapi: parse IPv6 literals without ENABLE_IPV6Brad Spencer2023-03-031-6/+9
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-3/+3
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-021-2/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* lib: reduce variable scopesMarcel Raad2019-05-201-1/+2
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-3/+3
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-2/+4
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* inet_pton.c: Fixed compilation warningsSteve Holme2016-03-201-2/+2
* inet_pton.c: Fix MSVC run-time check failure (2)Marcel Raad2015-09-031-1/+1
* inet_pton.c: Fix MSVC run-time check failureMarcel Raad2015-08-191-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+234
* build: rename 93 lib/*.c filesYang Tse2013-01-031-234/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* inet_pton: fix compiler warningYang Tse2010-11-251-4/+4
* inet_pton: warnings: use size_t to store pointer deltasDaniel Stenberg2010-06-081-3/+3
* backport fix for failures to reject certain malformed literalsYang Tse2008-11-171-7/+5
* fix compiler warningYang Tse2008-10-141-2/+2
* if () => if()Daniel Stenberg2007-11-071-2/+2
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-22/+24
* fix compiler warningYang Tse2007-04-131-1/+1
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-4/+0
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+6
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
* Replaced nonstandard u_char and u_int typesDan Fandrich2005-12-081-2/+2
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
* Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich2004-12-171-6/+6
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-24/+24
* simplified expressionDaniel Stenberg2004-08-191-1/+2
* indented the code curl-styleDaniel Stenberg2004-08-181-123/+123
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-10/+5
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-6/+4
* Dominick Meglio fixed this to build fine on MSVCDaniel Stenberg2003-10-091-10/+16
* include file fixesDaniel Stenberg2003-10-081-0/+10
* Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg2003-10-071-0/+226