- 04 Jul, 2013 1 commit
-
-
Jan Včelák authored
issue #64
-
- 28 Jun, 2013 1 commit
-
-
Ondřej Surý authored
-
- 25 Jun, 2013 1 commit
-
-
Jan Včelák authored
Submitted by Ondrej Caletka
-
- 21 Jun, 2013 1 commit
-
-
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
-
- 20 Jun, 2013 1 commit
-
-
Marek Vavrusa authored
Removed 'pidfile' config option in favour of 'rundir' for later storage of UNIX sockets and other stuff. Default of 'rundir' is $(localstatedir)/run/knot Default of 'storage' is $(sharedstatedir)/knot refs #36
-
- 12 Jun, 2013 1 commit
-
-
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
-
- 07 Jun, 2013 1 commit
-
-
Daniel Salzman authored
-
- 29 May, 2013 2 commits
-
-
Ondřej Surý authored
Change-Id: I904cf4ea0a99652f2a2370fde17af770b1273dc4
-
Ondřej Surý authored
and use absolute path in build directory for zscanner tests. Change-Id: I75b6d02b93d28cc9ff1354d5432d10b20cf734b5
-
- 28 May, 2013 1 commit
-
-
Daniel Salzman authored
Change-Id: I6f9750bfe60683a5dd4654394a52030a0b17f29a
-
- 27 May, 2013 1 commit
-
-
Ondřej Surý authored
Change-Id: I0a963766fa4b4494e7eca53a6edd613632f6cbe1
-
- 24 May, 2013 1 commit
-
-
Jan Včelák authored
refs #2463 Change-Id: I7a686f92bf9879e248f7878974f1840d179d84d0
-
- 21 May, 2013 1 commit
-
-
Jan Včelák authored
Should enable _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGEFILE64_SOURCE, _ISOC99_SOURCE, _XOPEN_SOURCE_EXTENDED, _POSIX_SOURCE, _POSIX_C_SOURCE, and _XOPEN_SOURCE. We already require features exposed by some of these defines. Lets enable them globally to avoid problems caused by the ordering of includes. Change-Id: I562c936780c6b1341995281737d4378d8c9b2be7
-
- 10 May, 2013 1 commit
-
-
Marek Vavrusa authored
Mempool is a type of memory allocator that allows to free all allocated elements at once. Removed unnecessary string and state operations. Licensed under LGPL, same as lists and heap. Change-Id: I8b8f84f41dcc321f37e51894b5c121f463c4f111
-
- 02 May, 2013 1 commit
-
-
Marek Vavrusa authored
General idea is regular search with keeping node stack. If node is found, then return current node. If node is htable, search for suffixes in htable. If anything fails, walk up the visited nodes and check if any visited node has value. If yes, then it is a prefix. f.e. searching for 'abcd' visited nodes: root -a-> {1:trie} -b-> {2:htable} 1. search htable for 'cd', 'c' 2. retrace to node {1}, does it have value? 3. yes, node1 is prefix 'ab' for 'abcd' Change-Id: I622adbe9a127d8317b933af4bf56e1411e2d915f
-
- 26 Apr, 2013 2 commits
-
-
Jan Včelák authored
Change-Id: I429b3833c5db9e78220beb1ea72980b557ba06c4
-
Marek Vavrusa authored
Fallback for x86/amd64 architectures using full barrier. Change-Id: I80e3beaa721653f760f2d0a6d26a80dd422ab618
-
- 25 Apr, 2013 1 commit
-
-
Marek Vavrusa authored
Author: Rusty Russel <rusty@rustcorp.com.au> Licensed under MIT-BSD. Extended with consumer sleep/wakeup for our use, where we want the consumers to sleep instead of racing for new packets. Change-Id: I37b57befcd98e1da6a485aaf48433dc06c68fa5e
-
- 17 Apr, 2013 1 commit
-
-
Jan Včelák authored
refs #2413 Change-Id: I5d029c5a9eb655a42f6eaaf23be062e0a8ef96d3
-
- 15 Apr, 2013 1 commit
-
-
Daniel Salzman authored
refs #2137 Change-Id: Ic8adef04228925e5c8131431c2a126d31310a488
-
- 08 Apr, 2013 2 commits
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- 06 Apr, 2013 1 commit
-
-
Jan Včelák authored
refs #2381
-
- 05 Apr, 2013 1 commit
-
-
Daniel Salzman authored
-
- 04 Apr, 2013 2 commits
-
-
Daniel Salzman authored
The unittests-libknot content is in unittests now.
-
Daniel Salzman authored
-
- 03 Apr, 2013 1 commit
-
-
Daniel Salzman authored
There is a mess in launching unittests. So libknot unittests are not maintained and launched as common unittests are. This movement enables some important tests in the unittests binary instead of unittests-libknot. TODO: Reduce unittests binaries count.
-
- 29 Mar, 2013 1 commit
-
-
Jan Včelák authored
-
- 28 Mar, 2013 1 commit
-
-
Jan Kadlec authored
- Changed paths in Knot.file, Makefile.am and in the test files.
-
- 23 Mar, 2013 2 commits
-
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
refs @2137
-
- 22 Mar, 2013 1 commit
-
-
Daniel Salzman authored
Configure option --enable-fastscanner enables G2 FSM type.
-
- 21 Mar, 2013 8 commits
-
-
Daniel Salzman authored
-
Jan Včelák authored
refs #2353
-
Jan Včelák authored
refs #2353
-
Jan Včelák authored
refs #2353
-
Jan Včelák authored
refs #2353
-
Jan Včelák authored
refs #2353
-
Marek Vavrusa authored
-
Daniel Salzman authored
-