]> gitweb.factorcode.org Git - factor.git/history - extra/forestdb/lib/lib.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / forestdb / lib / lib.factor
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-02-10 Doug Colemanforestdb: Embrace the forestdb handle vs kvs handle...
2015-01-09 Doug Colemanforestdb: Remove unix only forestdb. Fix segfault for...
2014-12-11 Doug Colemanforestdb.lib: fdb_iterator_get() actually calls create_...
2014-12-11 Doug Colemanforestdb: Update for recent changes.
2014-11-22 Doug Colemanforestdb: fdb-handle -> fdb-kvs-handle. etc.
2014-11-17 Doug Colemanforestdb: Update forestdb api.
2014-11-11 Doug Colemanforestdb: Fix platforms.txt
2014-11-11 Doug Colemanforestdb.lib: Fix resource usage and cleanup. Reenable...
2014-11-11 Doug Colemanforestdb.lib: Remove concept of handle pair.
2014-11-11 Doug Colemanforestdb.lib: Add byseq mapper and unit test some deletion.
2014-11-11 Doug Colemanforestdb.lib: Adding code to do compaction.
2014-11-07 Doug Colemanforestdb.ffi: Fix up api.
2014-11-07 Doug Colemanforestdb: Update for new api changes. Fix some unit...
2014-11-07 Doug Colemanforestdb.lib: Must close with WAL commit or else data...
2014-11-07 Doug Colemanforestdb.lib: iterator needs to call free on docs.
2014-11-07 Doug Colemanforestdb.lib: fdb_doc has to be malloc'd. Iterators...
2014-11-07 Doug Colemanforestdb.lib: Relax our expectations of ALIEN: slots...
2014-11-07 Doug Colemanforestdb: Add iteration by seq-num. Add tests for itera...
2014-11-07 Doug Colemanforestdb.ffi: Make fdb_iterator_opt_t its own type...
2014-11-07 Doug Colemanforestdb: Support snapshots and rollbacks, change how...
2014-11-05 Doug Colemanforestdb: Support more api calls.
2014-11-04 Doug Colemanforestdb.lib: use returned length since strings dont...
2014-11-04 Doug Colemanforestdb: Make an ffi binding and a basic lib wrapper...