libmowgli

log

age author description
13 months ago Michael Zhou Fix compilation under Visual Studio (at least 2010).default tip
15 months ago William Pitcock Port Audacious's index stuff to Mowgli.
16 months ago William Pitcock Added tag libmowgli-0.9.50 for changeset 5d6a2c25bede
16 months ago JD Horelick Kill mowgli_module_open_flag and just have mowgli_module_open use RTLD_LOCAL as well as RTLD_NOW.libmowgli-0.9.50
16 months ago JD Horelick Bump version to 0.9.50
16 months ago JD Horelick Add mowgli_module_open_flag to allow dlopen()'ing a module with a given flagset.
16 months ago John Lindgren Allow control of mowgli_patricia on a lower level.
16 months ago John Lindgren mowgli_patricia: Eliminate redundant code; small optimization.
16 months ago Jilles Tjoelker Backed out changeset: df42c91c23a6 Add delegates.
16 months ago Stephen Bennett Fix off-by-one error in mowgli_node_nth when iterating backwards
16 months ago John Lindgren mowgli_heap: allocator is NULL for internal heaps created before mowgli_allocator_init() is called.
16 months ago John Lindgren Merge.
16 months ago John Lindgren mowgli_patricia: Fix type and allocation punning of ckey.
16 months ago William Pitcock Add LISP-style delegated functions.
17 months ago John Lindgren Unused variable.
17 months ago John Lindgren mowgli_patricia: Allow a NULL canonize function for convenience and speed.
17 months ago John Lindgren Print deprecation warning only once in functions that are used repeatedly.
18 months ago William Pitcock Remove more dead files.
18 months ago William Pitcock Remove empty files.
18 months ago William Pitcock Win32 support and general security-related code enhancements from Carlo Bramini <carlo.bramix@libero.it>.
20 months ago William Pitcock Clean up uses of mowgli_dictionary inside Mowgli.
20 months ago William Pitcock Deprecation notice for mowgli_dictionary.
20 months ago Jilles Tjoelker Add an extra test program for mowgli_patricia.
20 months ago William Pitcock mowgli.heap: memset the data back to zero when we return it to the heap.
20 months ago Jilles Tjoelker Fix corruption in mowgli_patricia after deleting nodes.
20 months ago William Pitcock Add MSVC versions.
20 months ago William Pitcock Add mowgli_soft_assert_log().
21 months ago Jilles Tjoelker Make patriciatest more useful.
21 months ago Jilles Tjoelker Rewrite mowgli_patricia to reduce cache misses.
22 months ago Jilles Tjoelker Added tag libmowgli-0.7.1 for changeset 4deb7f2c9407
23 months ago Jilles Tjoelker Bump version to 0.7.1.libmowgli-0.7.1
23 months ago Jilles Tjoelker Fully fix the "\1" mowgli_patricia special case.
23 months ago Jilles Tjoelker Allow keys starting with "\1" (except "\1" itself) in mowgli_patricia.
23 months ago Jilles Tjoelker Make patriciatest reflect success or failure in its exit status, fix some warnings.
23 months ago Jilles Tjoelker Actually try to test if mowgli_patricia_size() is working correctly.
2010-05-13 Elly Add mowgli_patricia_size().
2009-12-13 Jonathan Schleifer Update buildsys.
2009-10-18 Berke Viktor fix stupid regional settings
2009-10-18 Berke Viktor add x64 config
2009-10-17 Berke Viktor Branch merge.
2009-10-17 bviktor use relative paths so that conspire build info and process can totally exclude the c:\dev-src stuffvs-envvar
2009-05-09 William Pitcock libmowgli core: Win32 support fixes.
2009-04-24 Jonathan Schleifer Update to latest rev of buildsys.
2008-09-13 William Pitcock Add MSVC project files.
2008-09-13 William Pitcock Add a win32 config.
2008-07-06 Noah Fontes Added tag libmowgli-0.7.0 for changeset b5bf57828b33
2008-06-14 Jilles Tjoelker Be C99 compatible with the mowgli_log macro.libmowgli-0.7.0
2008-05-31 Jilles Tjoelker Make mowgli_log default to stderr, not stdout.
2008-05-31 Jilles Tjoelker libmowgli: add a declaration for mowgli_log_set_cb().
2008-05-16 Jilles Tjoelker Bump version from 0.6.0 to 0.7.0.
2008-05-16 Jilles Tjoelker Bump shared library major to 2.
2008-05-16 Jilles Tjoelker Remove the unused pointer in mowgli_node_t.
2008-05-12 Jilles Tjoelker Fix some compiler warnings, and bad behaviour on garbage input.
2008-05-12 Jilles Tjoelker Make mowgli_heap more efficient.
2008-05-11 Jilles Tjoelker Add some spare fields to the iterator state structs.
2008-05-11 Jilles Tjoelker mowgli_heap: do not expose mowgli_heap and mowgli_block structs in .h file
2008-03-01 Jilles Tjoelker Add mowgli_patricia, an advanced radix trie.
2008-03-01 Jilles Tjoelker Rename mowgli_node_t.parent, a useless and unused waste of memory.
2008-03-01 Jilles Tjoelker Fix crash when requesting stats about an empty dictionary.
2008-03-01 Cristi Magherusan one-char-fix for (Bugzilla #191), thanks Oliver Lehmann for reporting it