Wed, 12 Nov 2008 15:23:30 +0000 |
mas01cr |
deal with the write() calls in implementation of the API, too.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:14 +0000 |
mas01cr |
Add some braces to avoid ambiguous `else's.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:13 +0000 |
mas01cr |
Fix a buffer-overrun detected (statically!) by gcc
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:12 +0000 |
mas01cr |
one more bit of const correctness.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:10 +0000 |
mas01cr |
YET MORE CONST-CORRECTNESS.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:08 +0000 |
mas01cr |
apparently main()'s argc is an int, not an unsigned. Who knew?
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 10:21:06 +0000 |
mas01ik |
First version of the API, committed to the main trunk. Thanks Christophe, for all the help!
|
Wed, 08 Oct 2008 11:06:11 +0000 |
mas01cr |
Quieten newer compilers with MORE CONST CORRECTNESS.
|
Fri, 05 Sep 2008 20:01:58 +0000 |
mas01mc |
Added new INDEX tests: LARGE_ADB, PATH PREFIX, cmdline and WS. Removed redundant feature PREFIX in audioDB.cpp. Moved tests/0050 to tests/0041 so INDEX tests are all in 0040-0049 range.
|
Fri, 05 Sep 2008 16:40:41 +0000 |
mas01mc |
fixed startServer() reporting of non-locatable database or index. Achieved by setting isServer=1 AFTER checking database and loading INDEX.
|
Fri, 05 Sep 2008 14:35:44 +0000 |
mas01mc |
gengetopt does not support multiple dependencies, so added test for database_given for INDEX command. Still cannot figure out why sometimes error(...) throws char* exception and SIG_ABORT
|
Tue, 02 Sep 2008 16:16:59 +0000 |
mas01mc |
Added command-line and WS methods to (LI)st key-(S)trings and si(Z)es of (T)racks --LISZT --lisztOffset offset --lisztLength len
|
Sun, 31 Aug 2008 08:45:22 +0000 |
mas01mc |
Added new tests for indexed query over WS. Fixed potential NULL string dereference in audioDB.cpp
|
Sat, 30 Aug 2008 14:33:24 +0000 |
mas01mc |
Added some extra logging to alert the user to which query is called
|
Sat, 30 Aug 2008 13:41:50 +0000 |
mas01mc |
Added WS support for Radius search by featureFileName via adb__sequenceQueryByKey(). Added relative path support for non-large ADB.
|