]> arthur.barton.de Git - netatalk.git/history - libatalk/cnid/cnid_open.c
Change didname database to a hash instead of btree. Since we're using a
[netatalk.git] / libatalk / cnid / cnid_open.c
2002-01-21 jmarcusChange didname database to a hash instead of btree...
2002-01-18 jmarcusFix up some comments to reflect the last CNID change.
2002-01-18 jmarcusDisable asynchronous transactions again. This may...
2002-01-17 jmarcusImplement a round of CNID DB fixes per suggestions by
2002-01-04 sibazmerged logging code into main branch. use configure...
2001-12-14 jmarcusChange sleep() calls to select() calls. Using sleep...
2001-12-14 jmarcusHopefully fix a problem when multiple clients mount...
2001-12-13 jmarcusClean up code after all the recent commits.
2001-12-13 jmarcusFix a bug where certain clients may sleep forever tryin...
2001-12-10 jmarcusRe-enable previous DB corruption fix.
2001-12-10 jmarcusFix a bug in the new DB_RECOVER code that allowed for...
2001-12-10 jmarcusFix a problem with DB corruption when multiple clients...
2001-12-07 jmarcusMake sure cnid.lock goes in the .AppleDB directory...
2001-12-07 jmarcusRe-enable synchronous transactions in the CNID DB code...
2001-11-27 jmarcusBig commit to improve database throughput and fix deadl...
2001-11-05 jmarcusInclude the dbenv path in some of the syslog messages...
2001-11-04 jmarcusAdd a static variable to track the exclusive lock....
2001-11-04 jmarcusRe-added code to enable on-the-fly database recovery...
2001-10-21 jmarcusReadd header comments.
2001-10-21 jmarcusBig commit to improve CNID DB resiliency. Most of...
2001-10-18 jmarcusFix up the debugging diagnostics some.
2001-09-27 jmarcusAdd support for internal deadlock detection.
2001-09-23 jmarcusMore s/errno/rc/ fixes and code cleanup.
2001-09-23 jmarcusDB_VERSION comment additions.
2001-09-21 jmarcusFix a bunch of problems with database contention and...
2001-09-18 jmarcusAdded much-needed db3 version checking code. CNID...
2001-09-05 jmarcusComment out the DBENV->open with DB_JOINENV flag. ...
2001-09-04 rufustfireflypatch for overwriting DIDs and misc FreeBSD db3 stuff...
2001-08-31 rufustfireflyEdmund Lam's compilation patches for non-CNID support
2001-08-16 uheesin db result checking replaced EAGAIN by DB_LOCK_DEADLO...
2001-08-15 srittauWarning fixes.
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-06-29 rufustfireflymassive commenting/autoconf changes
2000-07-25 rufustfireflyInitial revision