haiku/headers
Adrien Destugues f972422c66 Add a simple DNS caching system to BNetworkAddress
netresolv (and libbind) won't cache DNS requests, which can result in a
lot of DNS requests being made for the same host. Implement a simple
cache in RAM (local to each application) which will keep the most
recently requested addresses cached. This can speed up loading of an
HTTP page a lot, by saving a DNS request for each resource stored on the
same server as the main page.
2015-06-14 15:47:13 +02:00
..
build Moved BJob, and JobQueue into the support kit. 2015-05-21 21:37:01 +02:00
compatibility paths.h: add _BSD_SOURCE guard back, also check for _GNU_SOURCE 2015-04-21 01:34:26 +02:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add a <limits> header for gcc2. 2014-11-27 12:14:39 +01:00
glibc
libs Outsource ncurses. 2014-12-18 10:18:39 +01:00
os Add a simple DNS caching system to BNetworkAddress 2015-06-14 15:47:13 +02:00
posix libbind: integrate "netresolv" patches from NetBSD. 2015-06-14 15:47:03 +02:00
private libbe: Fixed current_team() to work after a fork. 2015-06-12 10:43:15 +02:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00