| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko | 2008-12-01 | 4 | -76/+54 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 60 | -404/+405 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 42 | -134/+134 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 15 | -28/+28 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 23 | -28/+28 |
* | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | 2008-11-17 | 1 | -10/+7 |
* | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | 2008-11-17 | 4 | -151/+151 |
* | resolver: move large code blocks to arrange related functions closer. | Denis Vlasenko | 2008-11-17 | 1 | -510/+489 |
* | resolver: fix some previous TODOs, add new ones. | Denis Vlasenko | 2008-11-17 | 1 | -179/+198 |
* | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | 2008-11-16 | 1 | -48/+114 |
* | resolver: make getaddrinfo actually respect _res.nsaddr_list; | Denis Vlasenko | 2008-11-16 | 2 | -204/+337 |
* | resolver: more locking fixes. | Denis Vlasenko | 2008-11-15 | 1 | -108/+138 |
* | fixing resolver part 3: fix completely bogus locking | Denis Vlasenko | 2008-11-14 | 1 | -304/+311 |
* | fixing resolver part 2: make _res structure members | Denis Vlasenko | 2008-11-14 | 1 | -11/+17 |
* | fixing resolver, part 1 | Denis Vlasenko | 2008-11-14 | 1 | -90/+136 |
* | - silence shadow warning | Bernhard Reutner-Fischer | 2008-11-13 | 1 | -3/+3 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 2 | -8/+8 |
* | resolver: reinstate searching if search domains accidentally nuked | Denis Vlasenko | 2008-11-02 | 1 | -4/+15 |
* | __dns_lookup: document and optimize a bit | Denis Vlasenko | 2008-11-01 | 1 | -33/+45 |
* | resolver: partially fix bug 660 - | Denis Vlasenko | 2008-11-01 | 1 | -21/+42 |
* | resolver: fix part of bug 1468: | Denis Vlasenko | 2008-11-01 | 1 | -7/+20 |
* | resolver: trivial code trasformations for readability. | Denis Vlasenko | 2008-11-01 | 1 | -89/+96 |
* | trivial code shrink by making some strings static | Denis Vlasenko | 2008-11-01 | 2 | -10/+10 |
* | getaddrinfo.c: improve readability | Denis Vlasenko | 2008-10-28 | 1 | -30/+26 |
* | getaddrinfo.c: reformat. no code changes | Denis Vlasenko | 2008-10-28 | 1 | -738/+630 |
* | Remove all references to __no_netlink_support as after thurough scrutiny of | Ricard Wanderlof | 2008-10-28 | 2 | -23/+1 |
* | make getaddrinfo to NOT query DNS for IPv6 address if host is in | Denis Vlasenko | 2008-10-28 | 1 | -17/+31 |
* | - fix typo in r23808 | Bernhard Reutner-Fischer | 2008-10-27 | 1 | -1/+1 |
* | libc/inet/getaddrinfo.c: const'ify some data; | Denis Vlasenko | 2008-10-27 | 1 | -26/+45 |
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -17/+17 |
* | - need to grab features before looking at eventually requested netlink support | Bernhard Reutner-Fischer | 2008-10-20 | 1 | -3/+3 |
* | - do not include netlink headers if netlink is turned off (Michael Deutschmann) | Bernhard Reutner-Fischer | 2008-10-19 | 1 | -11/+10 |
* | - des uses ntohl | Bernhard Reutner-Fischer | 2008-10-17 | 1 | -1/+5 |
* | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -1/+0 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | - remove gethostbyname_r relocation | Bernhard Reutner-Fischer | 2008-09-11 | 2 | -2/+1 |
* | Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make | Ricard Wanderlof | 2008-08-28 | 3 | -76/+2 |
* | Removed redundant includes. | Ricard Wanderlof | 2008-08-27 | 1 | -2/+0 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 6 | -18/+18 |
* | Simplified check_pf() so it returns a bit vector in an unsigned int, | Ricard Wanderlof | 2008-07-01 | 4 | -106/+75 |
* | #include <ifaddrs.h> should be #include "ifaddrs.h" | Denis Vlasenko | 2008-06-28 | 1 | -1/+1 |
* | Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not | Ricard Wanderlof | 2008-06-27 | 2 | -1/+16 |
* | Fixed #if -> #if defined. | Ricard Wanderlof | 2008-06-27 | 1 | -6/+15 |
* | Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ... | Ricard Wanderlof | 2008-06-27 | 6 | -18/+184 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 4 | -16/+10 |
* | Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -34/+16 |
* | Revert revison 19346, except parts needed by later patches (r19347 also added | Bernd Schmidt | 2008-06-10 | 1 | -19/+6 |
* | Remove superfluous attribute_hidden from function | Denis Vlasenko | 2008-06-06 | 1 | -1/+1 |
* | Use more natural way to return a value in __read_etc_hosts_r: | Denis Vlasenko | 2008-06-06 | 1 | -24/+21 |
* | Fix failure in test/inet/gethost_r-align: | Denis Vlasenko | 2008-06-06 | 1 | -4/+8 |