summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-222-74/+64
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-1/+1
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-2/+2
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-57/+26
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-6/+1
* getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko2008-12-092-4/+3
* getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko2008-12-081-61/+64
* - fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer2008-12-081-2/+2
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-16/+15
* constify more dataDenis Vlasenko2008-12-013-3/+3
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-2/+2
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-0/+1
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-15/+20
* rpc: should check against max for int32, not intDenis Vlasenko2008-12-011-4/+4
* rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko2008-12-014-76/+54
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2060-404/+405
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2042-134/+134
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-1815-28/+28
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-1823-28/+28
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-10/+7
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-174-151/+151
* resolver: move large code blocks to arrange related functions closer.Denis Vlasenko2008-11-171-510/+489
* resolver: fix some previous TODOs, add new ones.Denis Vlasenko2008-11-171-179/+198
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-161-48/+114
* resolver: make getaddrinfo actually respect _res.nsaddr_list;Denis Vlasenko2008-11-162-204/+337
* resolver: more locking fixes.Denis Vlasenko2008-11-151-108/+138
* fixing resolver part 3: fix completely bogus lockingDenis Vlasenko2008-11-141-304/+311
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-11/+17
* fixing resolver, part 1Denis Vlasenko2008-11-141-90/+136
* - silence shadow warningBernhard Reutner-Fischer2008-11-131-3/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-072-8/+8
* resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko2008-11-021-4/+15
* __dns_lookup: document and optimize a bitDenis Vlasenko2008-11-011-33/+45
* resolver: partially fix bug 660 -Denis Vlasenko2008-11-011-21/+42
* resolver: fix part of bug 1468:Denis Vlasenko2008-11-011-7/+20
* resolver: trivial code trasformations for readability.Denis Vlasenko2008-11-011-89/+96
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-012-10/+10
* getaddrinfo.c: improve readabilityDenis Vlasenko2008-10-281-30/+26
* getaddrinfo.c: reformat. no code changesDenis Vlasenko2008-10-281-738/+630
* Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof2008-10-282-23/+1
* make getaddrinfo to NOT query DNS for IPv6 address if host is inDenis Vlasenko2008-10-281-17/+31
* - fix typo in r23808Bernhard Reutner-Fischer2008-10-271-1/+1
* libc/inet/getaddrinfo.c: const'ify some data;Denis Vlasenko2008-10-271-26/+45
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-17/+17
* - need to grab features before looking at eventually requested netlink supportBernhard Reutner-Fischer2008-10-201-3/+3
* - do not include netlink headers if netlink is turned off (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-11/+10
* - des uses ntohlBernhard Reutner-Fischer2008-10-171-1/+5
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-1/+0