Tinderbox User
d9acbe311a
update copyright notice / whitespace
2015-12-11 23:47:08 +00:00
Mukund Sivaraman
a28d8e8bf5
Improve performance of RBT ( #41165 )
...
(cherry picked from commit 5d79b60fc5 )
(cherry picked from commit 318158d66a )
2015-12-11 10:29:36 +05:30
Evan Hunt
27e5f18023
[v9_9] possible race in acache.c
...
3580. [bug] Addressed a possible race in acache.c [RT #33602 ]
(cherry picked from commit 5183f9d9da )
2013-05-31 17:31:14 -07:00
Evan Hunt
62ebf6bbef
[v9_9] address two more possible acache asserts
...
3555. [bug] Address theoretical race conditions in acache.c
(change #3553 was incomplete). [RT #33252 ]
(cherry picked from commit ff5ac6d421 )
2013-04-25 18:03:28 -07:00
Mark Andrews
7cdf3c87eb
silence compiler warnings
2013-03-05 23:46:07 +11:00
Tinderbox User
826ded55ec
update copyright notice
2013-02-28 23:45:46 +00:00
Evan Hunt
d5f677ea47
[v9_9] accept >4g max-{,a}cache-size
...
3505. [bug] When setting "max-cache-size" and "max-acache-size",
larger values than 4 gigabytes could not be set
explicitly, though larger sizes were available
when setting cache size to 0. This has been
corrected; the full range is now available.
[RT #32358 ]
(cherry picked from commit 2a184ff865 )
2013-02-28 09:36:50 -08:00
Tinderbox User
06187c0d67
update copyright notice
2012-10-25 23:46:42 +00:00
Mark Andrews
069ea15204
3405. [bug] Handle time going backwards in acache. [RT #31253 ]
...
Squashed commit of the following:
commit fbf4c8fe2644c101bac870360d3f2c159a90f203
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 24 14:43:14 2012 +1100
remove INSIST and handle time going backwards
2012-10-25 14:29:52 +11:00
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