- Mar 02, 2017
-
-
- Feb 27, 2017
-
-
Libor Peltan authored
-
- Feb 22, 2017
-
-
- Feb 06, 2017
-
-
Daniel Salzman authored
-
- Jan 30, 2017
-
-
Throwing away unexpected retun codes makes debugging harder. TAP function is_int can nicely log mismatches which makes debugging easier. To make our lives easier I replaced all ok(ret == KNOT_E???) checks with is_int() calls. It was done using following command + manual review and reverts in libknot/test_control.c. $ find -name '*.c' | xargs sed -i 's#ok(ret == \(KNOT_E[0-9A-Z_]\+\),#is_int(\1, ret,#'
-
Petr Špaček authored
-
- Jan 29, 2017
-
-
Daniel Salzman authored
Maximum TSIG wire size is reached only in empty error response with BADTIME. In most cases reservation of such a size led to early truncation.
-
- Jan 27, 2017
-
-
The test might fail on 32 architectures with error message claiming "not enough memory". This is probably caused by address space fragmentation. To avoid this problem we are using pretty low values for database size in the test (which contains little data anyway).
-
- Jan 25, 2017
-
-
- Jan 18, 2017
-
-
- Jan 17, 2017
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jan 16, 2017
-
-
Daniel Salzman authored
-
- Jan 08, 2017
-
-
Daniel Salzman authored
-
- Jan 06, 2017
-
-
Libor Peltan authored
-
- Jan 05, 2017
-
-
Libor Peltan authored
-
- Jan 04, 2017
-
-
-
Libor Peltan authored
-
Libor Peltan authored
-
Libor Peltan authored
-
Libor Peltan authored
-
- Dec 29, 2016
-
-
Daniel Salzman authored
-
- Dec 09, 2016
-
-
Libor Peltan authored
...except OSX where the compile option is not available
-
- Dec 06, 2016
-
-
- Oct 19, 2016
-
-
Libor Peltan authored
eliminated compile warnings: deprecated readdir_r -> readdir; Wuninitialized few variables on make check
-
- Oct 17, 2016
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Squashed commit. For description see the MR: https://gitlab.labs.nic.cz/labs/knot/merge_requests/574
-
- Oct 16, 2016
-
-
Daniel Salzman authored
-
- Oct 14, 2016
-
-
Daniel Salzman authored
-
- Sep 23, 2016
-
-
Jan Včelák authored
-
- Sep 22, 2016
-
-
Jan Včelák authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-