- Dec 11, 2014
-
-
Jan Kadlec authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this is to guarantee that there is at least one vacant entry between the qtail and the qhead
-
Marek Vavruša authored
this fixes an issue when the end-of-file was encountered not before, but during node eviction
-
Marek Vavruša authored
this reuses maximum amount of space after flush
-
- Dec 10, 2014
-
-
Marek Vavruša authored
the free space is at the end of file if: - the file is empty OR - qhead.pos <= qtail.pos - free.pos > qtail.pos tests: added randomized values per each read/write
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Dec 09, 2014
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Dec 08, 2014
-
-
Jan Včelák authored
Resolve valgrind slowdown by waiting for all expectedly valid zones. We should rather wait till the server initialization is done, but this is not possible at the moment.
-
- Dec 07, 2014
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Dec 05, 2014
-
-
Marek Vavruša authored
namedb: - API change, ported timers and test namedb_lmdb: - support for variable map_size, env/db flags - multiple dbs, shared environment support namedb_trie: - configurable bucket size
-
- Dec 03, 2014
-
-
Jan Kadlec authored
DNSSEC: per-algorithm Single-Type Signing The changes enable algorithm independent Single-Type Signing Scheme support. See merge request !315
-
Jan Včelák authored
-
Daniel Salzman authored
-
- Dec 02, 2014
-
-
Jan Včelák authored
Correct detection of journal end position. MR !316
-
- Dec 01, 2014
-
-
Marek Vavruša authored
This fixes an issue where the journal file could grow over the set limit if: 1. Last entry on previous rollover did not fill the file fully 2. The information about the difference between the last entry and the file size is lost In such case, the end of file is detected later, leading to increase of the file size by the size of the first evicted entries.
-
Marek Vavruša authored
-
Ondřej Surý authored
-
Daniel Salzman authored
-
- Nov 26, 2014
-
-
Lubos Slovak authored
lookup table: checking parameters serial compare: legal corner cases proper testing (Maybe they should be ommited, because it would also be legal if the comparisons had opposite results. But at least we will know if we change something.)
-
Lubos Slovak authored
TODO: Handle the undefined corner cases of serial difference. TODO: NULL arguments to lookup table?
-
- Nov 25, 2014
-
-
Marek Vavruša authored
refs #309
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
See merge request !313
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Nov 24, 2014
-
-
Jan Kadlec authored
DNSSEC: Single-Type Signing See merge request !312
-
- Nov 22, 2014
-
-
Jan Včelák authored
refs #309
-