]> arthur.barton.de Git - netatalk.git/history - libatalk/cnid
osx adouble format . files are invalid if usedots is not set
[netatalk.git] / libatalk / cnid /
2008-11-25 didgremove gcc warnings and cleanup inline mess
2007-06-06 didgDon't wait five second after the first error when speak...
2005-09-27 didgRemove a lot of warning, from cvs HEAD
2005-02-06 didgfix compiler warning, from Olaf Hering.
2005-01-31 didgremove or mark as ok more gcc warnings.
2005-01-30 didgOlaf Hering at suse.de warning fixes.
2004-09-06 bfernhombergput CFLAGS before BDB_CFLAGS, revert change
2004-08-11 bfernhombergremove unneeded CFLAGS and LIBS definition.
2004-08-11 bfernhombergput BDB_CFLAGS before CFLAGS to make sure another Berke...
2004-06-30 didgdon't use buffer as argument in calls to time()
2004-05-04 didgmore verbose error msgs.
2004-04-24 didgmore sanity checks on dbd packets
2004-04-14 bfernhombergfix Tru64 build, by Burkhard Schmidt
2004-03-22 bfernhombergadd db stamp handling to cdb scheme
2004-03-19 bfernhombergcnid_dir: seteuid to .AppleDB owner if the folder exists
2004-03-02 bfernhombergmove logging of BDB version to the start of cnid_open
2004-02-07 didgTru64 Changes, from Burkhard Schmidt.
2004-01-15 lenneisLog an error message if we cannot open the Berkeley...
2004-01-15 lenneisClean up internal structs in cnid_dbd_private.h.
2004-01-14 lenneisCheck if we can get a DB stamp sucessfully in afs_openv...
2004-01-11 lenneisAdd .cvsignore files where missing.
2004-01-10 didgmore gcc warnings.
2004-01-10 didgfix minor gcc warnings.
2004-01-10 bfernhomberg* change the database format from DB_HASH to DB_BTREE...
2004-01-09 lenneisChange cnid_dbd backend files to GPL.
2004-01-08 lenneisafpd now also uses default values for cnidserver and...
2004-01-03 didgbetter errors handling in afpd for dbd cnid.
2004-01-03 didgadd nodev volume option (always use 0 for device number).
2003-12-16 lenneisCheck for old version of the CNID database in the cdb...
2003-12-03 lenneisAdd a check for old (CNID 1) databases to the dbd backe...
2003-11-25 lenneisChanged the cdb backend to store dev/ino as 8 bytes...
2003-11-25 lenneisChange the dbd CNID backend to store dev/ino in 8 byte...
2003-11-12 didgvalue was used after freed
2003-10-30 bfernhombergrevert the (char*) casts, we want the const warnings...
2003-10-30 bfernhombergfix a solaris compiles issue, warning fixes
2003-10-30 bfernhombergLIST_HEAD collides with netbsd sys/queue.h, rename...
2003-10-21 didgcode cleaning (header) from Bjorn
2003-10-17 didgsendfile for LARGE_FILE. use sys_ftruncate in ad_open...
2003-10-12 didgfix to a fix :(
2003-10-12 didgfix a typo signals were always blocked in cnid code
2003-10-06 didgfix errors with Berkeley DB 4.0.x
2003-09-22 bfernhombergadd another missing header
2003-09-21 didgadd a default timestamp for db scheme without one.
2003-09-20 bfernhombergTry to fix compile errors reported with redhat 7
2003-09-16 rlewczukMake compilable with Berkeley DB 3.x.
2003-09-16 rlewczukbuild system bugfix
2003-09-09 didgbig merge for db frontend and unicode.
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...
next