log audioDB.cpp @ 376:cfc55df37ceb

age author description
Fri, 14 Nov 2008 21:15:02 +0000 mas01cr Fix sizeof(char *) -> strlen() thinko.
Thu, 13 Nov 2008 12:54:15 +0000 mas01cr Proper dependency information for audioDB.cpp:
Wed, 12 Nov 2008 15:40:40 +0000 mas01cr Merge gcc-4.3-cleanups branch (-r629:642, but I consider that branch as
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