Automatic Updater
f172f06ff2
update copyright notice
2008-02-07 23:46:54 +00:00
Mark Andrews
9a7d202077
2330. [bug] Remove potential race condition when handling
...
over memory events. [RT #17572 ]
WARNING: API CHANGE: over memory callback
function now needs to call isc_mem_waterack().
See <isc/mem.h> for details.
2008-02-07 02:41:26 +00:00
Automatic Updater
70e5a7403f
update copyright notice
2007-06-19 23:47:24 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Tatuya JINMEI 神明達哉
3d5430b75a
warning fix in a call to isc_atomic_store() [RT#16219]
2006-07-06 06:30:00 +00:00
Tatuya JINMEI 神明達哉
9a6522317c
2045. [func] use lock buckets for acache entries to limit memory
...
consumption. [RT #16183 ]
2006-06-28 08:28:49 +00:00
Mark Andrews
5f7ca73d88
update copyright notice
2006-05-03 00:07:50 +00:00
Shane Kerr
0d8971a4b8
Stats for acache.
2006-05-02 13:04:54 +00:00
Mark Andrews
696d061d14
update copyright notice
2006-04-27 09:36:46 +00:00
Shane Kerr
1e844d04a7
Pulling rt15970 into HEAD.
2006-04-26 12:12:45 +00:00
Shane Kerr
602784c4ce
Pulling rt15958 into HEAD.
2006-04-26 12:03:08 +00:00
Mark Andrews
2674e1a455
1940. [bug] Fixed a number of error conditions reported by
...
Coverity.
2005-11-30 03:33:49 +00:00
Mark Andrews
18d0b5e54b
1900. [port] freebsd: pthread_mutex_init can fail if it runs out
...
of memory. [RT #14995 ]
2005-07-12 01:00:20 +00:00
Tatuya JINMEI 神明達哉
5597be9bb8
1813. [func] Restructured the data locking framework using
...
architecture dependent atomic operations (when
available), improving response performance on
multi-processor machines significantly.
x86, x86_64, alpha, and sparc64 are currently
supported.
(RT #13505 )
2005-06-04 05:32:50 +00:00
Mark Andrews
07bf7b758c
update copyright notice
2005-02-07 00:04:05 +00:00
Tatuya JINMEI 神明達哉
91c0a631bb
forgot destroing the acache entry lock in destroy_entry(), causing memory
...
leak. [RT #13533 ]
(I won't update the CHANGES list, since it's an "internal" report, and this
code has never been available publically)
2005-02-03 02:52:53 +00:00
Mark Andrews
24875d713b
cleanup
2004-12-29 22:42:57 +00:00
Mark Andrews
a1cc4108f6
avoided leakage of a cache entry by adjusting the timing of
...
incrementing the reference counter to the entry. Otherwise, the
entry could leak when dns_acache_setentry() fails. This must be
corrected in some way if not by this change. [RT #13339 ]
2004-12-29 22:30:10 +00:00
Mark Andrews
0c865fa57d
update copyright notice
2004-12-23 00:13:17 +00:00
Tatuya JINMEI 神明達哉
1ba466b68e
new copyright for new files
2004-12-21 10:54:12 +00:00
Tatuya JINMEI 神明達哉
d0eb2cc33c
1526. [func] Implemented "additional section caching (or acache)",
...
an internal cache framework for additional section
content to improve response performance. Several
configuration options were provided to control the
behavior.
2004-12-21 10:45:20 +00:00