Age | Commit message (Expand) | Author |
2008-12-08 | - fix loop for checking ifaddr on both IPv4 and IPv6 | Bernhard Reutner-Fischer |
2008-12-06 | resolver: make new name resolutions reread /etc/resolv.conf | Denis Vlasenko |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-12-01 | constify more data | Denis Vlasenko |
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-12-01 | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko |
2008-12-01 | rpc: should check against max for int32, not int | Denis Vlasenko |
2008-12-01 | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-17 | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko |
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko |
2008-11-17 | resolver: move large code blocks to arrange related functions closer. | Denis Vlasenko |
2008-11-17 | resolver: fix some previous TODOs, add new ones. | Denis Vlasenko |
2008-11-16 | resolver: improved support for overriding DNS server addresses | Denis Vlasenko |
2008-11-16 | resolver: make getaddrinfo actually respect _res.nsaddr_list; | Denis Vlasenko |
2008-11-15 | resolver: more locking fixes. | Denis Vlasenko |
2008-11-14 | fixing resolver part 3: fix completely bogus locking | Denis Vlasenko |
2008-11-14 | fixing resolver part 2: make _res structure members | Denis Vlasenko |
2008-11-14 | fixing resolver, part 1 | Denis Vlasenko |
2008-11-13 | - silence shadow warning | Bernhard Reutner-Fischer |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-11-02 | resolver: reinstate searching if search domains accidentally nuked | Denis Vlasenko |
2008-11-01 | __dns_lookup: document and optimize a bit | Denis Vlasenko |
2008-11-01 | resolver: partially fix bug 660 - | Denis Vlasenko |
2008-11-01 | resolver: fix part of bug 1468: | Denis Vlasenko |
2008-11-01 | resolver: trivial code trasformations for readability. | Denis Vlasenko |
2008-11-01 | trivial code shrink by making some strings static | Denis Vlasenko |
2008-10-28 | getaddrinfo.c: improve readability | Denis Vlasenko |
2008-10-28 | getaddrinfo.c: reformat. no code changes | Denis Vlasenko |
2008-10-28 | Remove all references to __no_netlink_support as after thurough scrutiny of | Ricard Wanderlof |
2008-10-28 | make getaddrinfo to NOT query DNS for IPv6 address if host is in | Denis Vlasenko |
2008-10-27 | - fix typo in r23808 | Bernhard Reutner-Fischer |
2008-10-27 | libc/inet/getaddrinfo.c: const'ify some data; | Denis Vlasenko |
2008-10-22 | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer |
2008-10-20 | - need to grab features before looking at eventually requested netlink support | Bernhard Reutner-Fischer |
2008-10-19 | - do not include netlink headers if netlink is turned off (Michael Deutschmann) | Bernhard Reutner-Fischer |
2008-10-17 | - des uses ntohl | Bernhard Reutner-Fischer |
2008-10-06 | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-09-11 | - remove gethostbyname_r relocation | Bernhard Reutner-Fischer |
2008-08-28 | Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make | Ricard Wanderlof |
2008-08-27 | Removed redundant includes. | Ricard Wanderlof |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-01 | Simplified check_pf() so it returns a bit vector in an unsigned int, | Ricard Wanderlof |
2008-06-28 | #include <ifaddrs.h> should be #include "ifaddrs.h" | Denis Vlasenko |
2008-06-27 | Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not | Ricard Wanderlof |