]> arthur.barton.de Git - netatalk.git/history - libatalk/cnid/cnid_open.c
Change all references to db3/DB3 to BDB. We now support Berkeley DB
[netatalk.git] / libatalk / cnid / cnid_open.c
2003-01-04 jmarcusChange all references to db3/DB3 to BDB. We now suppor...
2003-01-04 jmarcusAdd a missing '|' operator.
2003-01-04 jmarcusFix a comment. We support BDB 3.x and 4.x.
2003-01-04 jmarcusClean up the code with astyle.
2003-01-04 jmarcusAdd DB 4.1.x support. This is a first round. Please...
2002-11-14 srittauWarning fixes.
2002-08-31 jmarcusCreate a (for now) undocumented volume option, "umask...
2002-08-30 jmarcusIntroduce Conncurrent Data Store (CDB) support to CNID...
2002-06-03 jmarcusAdd BDB 4 support to CNID.
2002-05-30 jmarcusMake sure all the databases are closed if a failure...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...
2002-02-01 jmarcusYank out all the recovery code. This will be replaced...
2002-01-29 jmarcusUpdate the CNID code again to allow for 4G CNIDs, and...
2002-01-24 jmarcusProper checking for errors when remove() fails.
2002-01-23 jmarcusAdd a message indicating what version of BDB is being...
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