- Jun 27, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
Refs #37
-
Jan Kadlec authored
- Changed magic constant to 1.2 - Info about total server memory consumption Refs #37
-
Jan Kadlec authored
- Added malloc overhead (sizeof(size_t) for each allocation, according to libc's malloc.c source file. - Added minimal malloc chunk size (sizeof(size_t) * 3) - With magic constant of 1.15, results are OK, but needs more tweaking, only tested with one set of RRs and only on a 64bit system. Refs #37
-
- Jun 26, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- Used for ahtable size estimation - Estimate still not precise, but getting close - Added malloc wrapper for trie, but allocated sizes are negligible Refs #37
-
- Jun 24, 2013
-
-
Jan Kadlec authored
- Now more precise (Massif-precise at least) - Missing trie + ahtable estimations - Needs a bit of adjustment to be even more precise Refs #37
-
- Jun 21, 2013
-
-
Jan Kadlec authored
- Works, but there are leaks - Missing doxygens - The estimate is not accurate - it reports about a half of the actual consumption on a 32bit system Refs #37
-
- Jun 17, 2013
-
-
Marek Vavrusa authored
-
- Jun 14, 2013
-
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
- Jun 13, 2013
-
-
Marek Vavruša authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jun 12, 2013
-
-
Jan Kadlec authored
- Removed functions from zone-contents - no need for them to be public.
-
Daniel Salzman authored
-
Jan Kadlec authored
- Mimics BIND
-
Jan Včelák authored
-
Marek Vavrusa authored
Two reasons: - There's some rare race condition in the queue implementation - Doesn't scale and current performance is almost the same (-~2%) - Created branch with the queue still retained for future inspection
-
- Jun 11, 2013
-
-
Jan Včelák authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This should be properly solved by better zone fetching API with a) refcounting b) locking. refs #31 fixes #30
-
Jan Včelák authored
-
Marek Vavrusa authored
-
- Jun 10, 2013
-
-
Daniel Salzman authored
-
- Jun 07, 2013
-
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Added a simple list to check already inserted CNAMEs - Removed obsolote checking functions - Nightly test will fail, because CNAME loops will be loaded and xfr-in'd
-
Ondřej Surý authored
Change-Id: Ic80408a129bf42e97b9e88392d318e89cfbad3e5
-
Daniel Salzman authored
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
Jan Včelák authored
(changes in scanner intentionally skipped)
-
Marek Vavruša authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jun 06, 2013
-
-
Daniel Salzman authored
-