]> arthur.barton.de Git - netatalk.git/history - libatalk/cnid
Small fixes
[netatalk.git] / libatalk / cnid /
2009-11-24 didgfallback to a in memory temporary cnid db if we can...
2009-11-24 didgadd a flag parameter to cnid open functions
2009-11-24 didgallow more values in cnid_open flags parameter
2009-11-24 franklahmFix type mismatches
2009-11-23 franklahmDeactivate CNID backends db3 and last.
2009-11-22 franklahmFixup declaration
2009-11-21 didgtdb version 2: all indexes in the same db and more...
2009-11-21 didgfixes for tdb remaining errors vs cdb
2009-11-20 didgmore tdb fixes
2009-11-20 didgupdate tdb to use the same format as dbd/cdb, still...
2009-11-20 didgcdb don't device number in db save CNID_FLAG_NODEV...
2009-11-20 didgcnid don't save and reset timer if we block signals
2009-11-19 didgadd SIGUSR2 (send a message) to the blocked signals...
2009-11-19 didgmerge common cnid declarations in cnid_private.h
2009-11-18 didgtdb needs to block signals
2009-11-16 didgremove an unused label
2009-11-12 didgwe always have to sleep a little after an init_tsock...
2009-11-05 franklahmIPv6 support for afpd and cnid_metad after-ipv6
2009-10-29 didguse log_debug9 rather than log_debug for LOG inside...
2009-10-29 didguse log_debug rather than log_info for LOG inside ifdef...
2009-10-19 didgafpd dbd, don't use select but setsockopt timeout
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
2009-07-21 didgremove trivial warnings
2009-07-20 didgcnid_resolve: can't return '..' as a valid name, could...
2009-05-28 franklahmSome fixes to logging statements
2009-04-21 franklahmOverhaul CNID dbd backend, make it default, txn only... after-dbd-overhaul
2009-04-01 franklahmCorrect logtype to logtype_cnid twice
2009-02-04 didgDon't wait five second after the first error when speak...
2008-12-03 didgremove compiler warnings
2006-09-30 didgremove automake warnings, from Houritsu Chu
2005-09-07 didglazy init dbd database, help with pre tiger OS and...
2005-05-03 didgremove gcc warning
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-07-10 rlewczukfix: make libatalk compilable when DB3/CDB backend...
2003-06-26 didgTry to ckeck, recover and cleanly close cnid. Few issue...
2003-06-12 srittauFixed include paths.
2003-06-06 srittauWarning fixes.
2003-06-06 srittauWarning fixes: comment out unused stuff, remove unused...
2003-06-06 srittauCFLAGS -> INCLUDES and other build fixes.
2003-03-09 didgadd utf8 support for AFP3
2003-03-07 didgcnid_add: bugfix use a cursor for atomic operation.
2003-02-07 didgbugfix: ifdef a transaction related call wen CDB is...
2003-01-29 jmarcusRemove DB_AUTO_COMMIT from the DB->open flags. This...
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-09 jmarcusRemove some logging code now that things have seem...
2002-06-03 jmarcusAdd BDB 4 support to CNID.
2002-06-03 jmarcusFix a problem where data was not being initialized...
2002-06-02 jmarcusAllow mangling to work correctly when moving and copyin...
2002-05-30 jmarcusMake sure all the databases are closed if a failure...
2002-05-30 jmarcusFirst round of mangling debugging. This should actuall...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
2002-02-02 jmarcusMove CNID_INVALID to include/atak/cnid.h to make it...
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 works...
2002-01-24 jmarcusProper checking for errors when remove() fails.
2002-01-24 jmarcusForced commit. As of rev 1.34 of cnid_open.c CNID...
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-21 jmarcusFix some obvious problems in the new CNID code. Howeve...
2002-01-19 jmarcusStyle police.
2002-01-18 jmarcusFix up some comments to reflect the last CNID change.
2002-01-18 jmarcusChange the first CNID from 3 to 17. According to the...
2002-01-18 jmarcusDisable asynchronous transactions again. This may...
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-14 jmarcusChange sleep() calls to select() calls. Using sleep...
2001-12-14 jmarcusHopefully fix a problem when multiple clients mount...
2001-12-13 jmarcusHave log_archive return absolute pathnames to logs...
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-12 jmarcusFix a potential bug if cnid_update is called directly...
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-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-11-23 srittauDon't add db3 flags to CFLAGS and LIBS, but use DB3_CFL...
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-22 jmarcusAdd some more debugging code.
2001-10-21 jmarcusReadd header comments.
2001-10-21 jmarcusBig commit to improve CNID DB resiliency. Most of...
next