2007-07-30 |
Denis Vlasenko | patch #3: make resolv.c use __uc_malloc |
blob | commitdiff | raw |
2007-04-23 |
Bernhard Reutner... | - include stdbool.h |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Bernhard Reutner... | - shrink resolver code |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Rob Landley | Warning fix for uninitialized variable, by Al Stone. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Eric Andersen | Ronald Maeder writes: |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Eric Andersen | use the correct lock for access to __nameserver[] |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Eric Andersen | fix lock naming |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Eric Andersen | Ronald Maeder writes: |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Eric Andersen | fix obvious bug in ipv4/ipv6 resolving. When not using... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Eric Andersen | __resolv_lock is supposed to be shared, not static |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Eric Andersen | Major cleanup of internal mutex locking. Be more consi... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Mike Frysinger | fix h_alias handling in gethostbyaddr_r() just like... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Peter S. Mazinger | select needs sys/select.h, str[n]casecmp/ffs needs... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Peter S. Mazinger | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Peter S. Mazinger | Remove all non-constant libc_hidden_data_def(), it... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
Peter S. Mazinger | global data uses libc_hidden_data_def, convert all... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Peter S. Mazinger | Get rid of missing prototype warnings |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Peter S. Mazinger | Last relocs jump and global data, (even locales) that... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Peter S. Mazinger | some global data relocs gone |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Peter S. Mazinger | make DODEBUG=y happy, update sysdeps/common/* copyright |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Peter S. Mazinger | hidden_def/hidden_proto: convert all users (I hope... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Mike Frysinger | hide internal symbols |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Peter S. Mazinger | Convert some users and get rid of __rpc_thread_createer... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Peter S. Mazinger | Implement hidden poll, switch user to hidden *printf... |
blob | commitdiff | raw | diff to current |
2005-12-08 |
Peter S. Mazinger | mmap/mremap/socket/rewind gone |
blob | commitdiff | raw | diff to current |
2005-12-08 |
Peter S. Mazinger | Convert the rest of users to hidden |
blob | commitdiff | raw | diff to current |
2005-12-08 |
Peter S. Mazinger | Again rpc ;-( , all *inet*, *addr* |
blob | commitdiff | raw | diff to current |
2005-12-07 |
Peter S. Mazinger | Hide more |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Peter S. Mazinger | Make use internal str*casecmp/wcscoll |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Mike Frysinger | macro out the thread funcs in libc if threading is... |
blob | commitdiff | raw | diff to current |
2005-12-03 |
Peter S. Mazinger | Rename newly created __libc_x (reserved for libpthread... |
blob | commitdiff | raw | diff to current |
2005-12-03 |
Peter S. Mazinger | More hiding, including __mempcpy |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Peter S. Mazinger | Hide mostly used functions |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Peter S. Mazinger | Hiding again |
blob | commitdiff | raw | diff to current |
2005-11-27 |
Peter S. Mazinger | Hide some of mem* and str* |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Peter S. Mazinger | 100 JUMP relocs less (remaining 431) by hiding internal... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Peter S. Mazinger | Some more hidden internals |
blob | commitdiff | raw | diff to current |
2005-10-20 |
Peter S. Mazinger | Better solution to duplicate locking defines |
blob | commitdiff | raw | diff to current |
2005-10-20 |
Peter S. Mazinger | Change in_addr_t inet_aton to int, glibc has it as... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Eric Andersen | The default static buffer sizes are too small to handle... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Eric Andersen | Fix it so uClibc returns multiple ips via h_addr_list, |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Eric Andersen | Cleanup error case a bit |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Eric Andersen | This might actually now be thread safe, assuming I... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Eric Andersen | trim trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Eric Andersen | Jan Lana writes: |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Eric Andersen | Implement gethostent_r |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Eric Andersen | Remove stale leftovers |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Eric Andersen | Do not fail all lookups when /etc/resolv.conf is missin... |
blob | commitdiff | raw | diff to current |
2004-08-14 |
Eric Andersen | req_search returned garbage. This teaches it to behave... |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Manuel Novoa III | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Manuel Novoa III | Bug fix: gethostbyname2_r would fail if /etc/host was... |
blob | commitdiff | raw | diff to current |
2004-01-24 |
Eric Andersen | Imre Sunyi writes: |
blob | commitdiff | raw | diff to current |
2004-01-04 |
Eric Andersen | Implement res_search and res_querydomain based on netbs... |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Manuel Novoa III | Fix a long-standing bug with pthreads. A couple of... |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Eric Andersen | We were failing to properly set h_errno on success... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Eric Andersen | Patch from Tony J. White: |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Eric Andersen | 15 retries is really rather excessive... |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Eric Andersen | Patch from Ronald Wahl fixing an IPV6 specific problem |
blob | commitdiff | raw | diff to current |
2003-03-01 |
Eric Andersen | Patch from Jeffrey Damick: |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Eric Andersen | Eliminate a needless extern |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Eric Andersen | Patch from Jay Kulpinski: |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Eric Andersen | Cleanup use of in6addr_loopback and in6addr_any |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Eric Andersen | Patch from "Cho, Seong-Myun" <[email protected]... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Eric Andersen | Fixup struct _res handling so apps using struct _res... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Manuel Novoa III | Fixed __read_etc_hosts_r to return alias list and modif... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Miles Bader | Remove __res_state function. |
blob | commitdiff | raw | diff to current |
2002-08-06 |
Eric Andersen | Fixup the last missing pieces of thread locking |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Eric Andersen | Finer grained locking in __connect_dns() so we don... |
blob | commitdiff | raw | diff to current |
2002-07-07 |
Eric Andersen | Doh! search-n-replace strikes again |
blob | commitdiff | raw | diff to current |
2002-07-07 |
Eric Andersen | Cleanup namespace leaks by prepending __ to global... |
blob | commitdiff | raw | diff to current |
2002-07-07 |
Eric Andersen | Patch from Larry Doolittle <[email protected]... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Eric Andersen | Fix DNS resolution so that it once again works. I... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Eric Andersen | Make things more re-entrany, kill some cruft. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Eric Andersen | Patch from Axel Barnitzke <[email protected]> to add... |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Eric Andersen | Patch from Mike McDonald to make gethostbyname_r()... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Eric Andersen | Patch from Jim Treadway <[email protected]> to eliminate |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Eric Andersen | Patch from Bart Visscher <[email protected]> fixing... |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Eric Andersen | Bart Visscher <[email protected]> has added some... |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Eric Andersen | A few more little cleanups |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Eric Andersen | Thomas Fritzsche noticed that __open_etc_hosts was... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Eric Andersen | I just wrote up gethostent(), sethostent(), and endhost... |
blob | commitdiff | raw | diff to current |
2001-12-07 |
Eric Andersen | patch from Jari Korva <[email protected]>: |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Eric Andersen | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC... |
blob | commitdiff | raw | diff to current |
2001-11-07 |
Eric Andersen | Patch from Jari Korva <[email protected]> |
blob | commitdiff | raw | diff to current |
2001-11-05 |
Eric Andersen | Patch from Jari Korva <[email protected]> to fix a... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Eric Andersen | Yet more minor cleanups |
blob | commitdiff | raw | diff to current |
2001-09-27 |
Eric Andersen | Update to accomodate the header file changes |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Eric Andersen | A patch from Michal Moskal <[email protected]> to... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Eric Andersen | Cleanup some stupid warnings |
blob | commitdiff | raw | diff to current |
2001-02-26 |
David McCullough | Added /etc/hosts processing (parses everytime like... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Eric Andersen | Sigh. Turn debugging back off. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Eric Andersen | This is a touch cleaner, avoids using the comma operator. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Eric Andersen | This actually fixes things I believe. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Eric Andersen | Fix two bugs. First, gethostbyname was doing dns queri... |
blob | commitdiff | raw | diff to current |
2001-02-05 |
Eric Andersen | Update networking includes. |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Eric Andersen | Patch from James Graves <[email protected]> to... |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Eric Andersen | A large update from Manuel Novoa III <mnovoa3@bellsouth... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Eric Andersen | Some cleanups from W. Greathouse <wgreathouse@smva... |
blob | commitdiff | raw | diff to current |
2000-11-11 |
Eric Andersen | Fix up a few messes so it compiles cleanly again. |
blob | commitdiff | raw | diff to current |
2000-11-04 |
Eric Andersen | More cleanups. Fix things so tinylogin compiles. |
blob | commitdiff | raw | diff to current |
next |