summaryrefslogtreecommitdiff
path: root/pr/src/misc/prnetdb.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1769293 - Add API PR_GetPrefLoopbackAddrInfo. r=rrelyeaKai Engert2022-05-131-0/+67
* Bug 1643866 - Use a larger buffer for internal calls to PR_GetHostByName. r=g...NSPR_4_32_BETA1Kai Engert2021-06-101-2/+2
* Bug 484411 - Remove XP_MACOSX and OS_TARGET=MacOSX. r=kaieMike Hommey2020-08-201-3/+1
* Bug 1581890 - formatted code with artistic style utility. r=glandiumKai Engert2019-09-241-522/+694
* Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandiumKai Engert2019-09-241-23/+23
* Bug 1535665 - Remove support for BeOS. r=kaieLudovic Hirlimann2019-06-291-7/+1
* Bug 1535665 - Remove support for Symbian. r=kaieLudovic Hirlimann2019-06-291-27/+0
* Bug 1535665 - Remove IRIX support. r=kaieLudovic Hirlimann2019-06-291-1/+1
* Bug 1535665 - removing OLD unsupported unix Systems part 1 OSF1/Tru64. r=kaieLudovic Hirlimann2019-06-291-4/+2
* Bug 1466771 - Support abstract socket address on Linux and Android. r=glandiumMakoto Kato2018-06-161-1/+15
* Bug 1337449, Simplify the code by removing "} else {" after a break/return/co...Sylvestre Ledru2017-06-071-10/+13
* Bug 1330490 - clear entire PRNetAddr struct in PR_InitializeNetAddr for IPv6....Shih-Chiang Chien2017-02-131-1/+1
* Bug 1306955 - Fix little-endian to big-endian conversion r=ttaubertWan-Teh Chang2016-10-041-18/+6
* Bug 1128029, Fix compilation with musl libc, r=tedFelix Janda2016-01-121-2/+1
* Backed out changeset dc84f20b2ac6 for SunOS bustage.Ted Mielczarek2015-04-201-3/+6
* bug 1128029 - Add configure test for getprotobyname_r. r=tedFelix Janda2015-01-301-6/+3
* Bug 936320: Change PR_StringToNetAddr to try pr_StringToNetAddrFB firstWan-Teh Chang2014-02-211-4/+5
* Bug 859066: Fix the "variable 'md_af' set but not used" warning inWan-Teh Chang2013-05-031-1/+1
* Bug 795213: the variable used for the return value of GETADDRINFO() shouldNSPR_4_9_3_BETA1wtc%google.com2012-09-281-38/+48
|\
| * Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-061-35/+3
| * Bug 650474: retry getaddrinfo() without AI_ADDRCONFIG on the EAI_BADFLAGSwtc%google.com2011-05-121-1/+1
| * Bug 650474: retry getaddrinfo without the AI_ADDRCONFIG flag ifwtc%google.com2011-05-041-0/+6
| * Bug 614526: fix AI_CANONNAME condition bustage in the previous checkin.wtc%google.com2011-01-281-1/+1
| * Bug 626866: enable IPv6 support on Android. Clean up ifdefs in prlink.cwtc%google.com2011-01-271-2/+2
| * Bug 614526: Pass AI_ADDRCONFIG to getaddrinfo if PR_AI_ADDRCONFIG is set.wtc%google.com2011-01-191-1/+26
| * bug 542113 - Add support for building NSPR on Android. Patch by Michael Wu <m...ted.mielczarek%gmail.com2010-03-301-1/+12
|/
* Bug 344809 - numerous platform inconsistencies of PR_StringToNetAddr for IPv4...NSPR_HEAD_20091218dwitte%mozilla.com2009-12-181-55/+27
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-011-12/+1
* Bug 432430: NSPR port to Symbian OS, r=nelsonnelson%bolyard.com2009-03-221-0/+27
* [OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and u...mozilla%weilbacher.org2008-05-021-21/+1
* Bug 396509: call _pr_init_ipv6 lazily rather than during NSPRwtc%google.com2008-01-131-20/+17
* Bugzilla bug 404399: getaddrinfo with AI_NUMERICHOST is slow on Mac OS XNSPR_HEAD_20071218wtc%google.com2007-12-191-2/+12
* Bug 391499: Put the pr_GetAddrInfoByNameFB function inside an ifdef so thatNSPR_HEAD_20070820MOZILLA_1_9a8_RELEASEwtc%google.com2007-08-141-1/+33
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-261-1/+2
* Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should callwtchang%redhat.com2007-03-011-5/+125
* Bugzilla Bug 354305: allows to build NSPR on FreeBSD 6.2. Support forwtchang%redhat.com2006-09-261-0/+5
* Bugzilla bug 34843: moved PR_StringToNetAddr and PR_NetAddrToString to thewtchang%redhat.com2006-08-251-93/+93
* Bugzilla Bug 261649: BeOS has the getprotobyxxx_r functions, but theywtchang%redhat.com2006-02-281-3/+4
* Bugzilla Bug 261649: added GNU/k*BSD and preliminary GNU/Hurd support. Thewtchang%redhat.com2005-12-241-1/+1
* Bugzilla Bug 298543: eliminated MACOS_DEPLOYMENT_TARGET. Replaced thewtchang%redhat.com2005-07-011-2/+2
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
* Bugzilla bug 265709: fixed compiler warnings on LP64 platforms aboutwchang0222%aol.com2004-10-261-2/+2
* landing NSPR portion of patch for bug 239358 "DNS: Reverse lookups are degrad...darin%meer.net2004-08-301-5/+12
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Bugzilla bug 239663wchang0222%aol.com2004-04-201-3/+3
* Bugzilla bug 231786: extended PR_GetAddrInfoByName to support PR_AF_INET.wchang0222%aol.com2004-01-221-2/+2
* fixes bug 223811 "getaddrinfo returns 3 addrinfo structs for each IP address ...darin%meer.net2003-10-311-0/+9
* fixes bug 220020 "PR_EnumerateAddrInfo should not special case port 0" r=wtcdarin%meer.net2003-09-231-2/+4
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-161-1/+1
* Bugzilla bug 124958: Checked in OpenBSD changes from Mats Palmgrenwtc%netscape.com2003-09-161-1/+1