]> arthur.barton.de Git - netatalk.git/history - libatalk/cnid/cnid_add.c
Clean up the code with astyle.
[netatalk.git] / libatalk / cnid / cnid_add.c
2003-01-04 jmarcusClean up the code with astyle.
2002-11-14 srittauWarning fixes.
2002-08-30 jmarcusIntroduce Conncurrent Data Store (CDB) support to CNID...
2002-02-02 jmarcuscnid_t is a unsigned variable, Joe! Thanks to Didier...
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 jmarcusForced commit. As of rev 1.34 of cnid_open.c CNID...
2002-01-21 jmarcusFix some obvious problems in the new CNID code. Howeve...
2002-01-18 jmarcusMake the error generated when the actual CNID add fails...
2002-01-18 jmarcusForced commit to clean up the code.
2002-01-18 jmarcusWhoops! Add back some missing txn_abort()'s.
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-13 jmarcusClean up code after all the recent commits.
2001-12-12 jmarcusFix a potential bug if cnid_update is called directly...
2001-12-03 jmarcusDon't include time.h as it can be less portable. Inste...
2001-12-03 jmarcusTru64 does not define timeval in time.h. Make sure...
2001-11-27 jmarcusBig commit to improve database throughput and fix deadl...
2001-10-22 jmarcusAdd some more debugging code.
2001-10-21 jmarcusBig commit to improve CNID DB resiliency. Most of...
2001-10-19 jmarcusFix problem with dancing icons and afpd crashes.
2001-10-18 jmarcusFix deadlock problem by shifting some of the transactio...
2001-09-21 jmarcusFix a bunch of problems with database contention and...
2001-09-19 jmarcusFixed a problem with looking up rootinfo. You can...
2001-09-05 jmarcusFix up the comments on why I use rc instead of errno.
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