]> arthur.barton.de Git - netatalk.git/history - libatalk
Add a message indicating what version of BDB is being used.
[netatalk.git] / libatalk /
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-17 srittausignal patches from NetBSD package via David Rankin
2002-01-17 srittauHead fixes and cleanup.
2002-01-17 srittauType imporvements.
2002-01-15 srittausocklen_t is not standardized. Use size_t, instead.
2002-01-10 jmarcusFix a problem with the new logger code.
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazaltered the layout of code calling syslog witha space...
2001-12-30 srittauRemoved unused length parameters.
2001-12-29 jmarcusRemove another call to length. This should take out...
2001-12-29 srittauFix for SourceForge bugs #471911 and #495260. Overzealo...
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 srittauWarning fixes.
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-25 srittauForward-Ports from the stabilizing branch.
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...
2001-10-19 jmarcusFix problem with dancing icons and afpd crashes.
2001-10-18 jmarcusFix up the debugging diagnostics some.
2001-10-18 jmarcusFix deadlock problem by shifting some of the transactio...
2001-10-15 jmarcusRemove extra debugging cruft.
2001-10-14 jmarcusChange truncate to remove for proper logfile removal.
2001-10-10 jmarcusDuh, after all my s/errno/rc/ hacking, I make the same...
2001-10-10 jmarcusFix some more CNID DB bugs:
2001-10-09 srittauIgnore generated files.
2001-09-28 jmarcusFix the log_archive function call so that it is compati...
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-22 jmarcusReplaced EAGAIN with DB_LOCK_DEADLOCK.
2001-09-21 jmarcusWhoops, forgot to declare rc in cnid_get.c.
2001-09-21 jmarcusFix a bunch of problems with database contention and...
2001-09-20 jmarcusMore instances of s/errno/rc/
2001-09-19 jmarcusFixed a problem with looking up rootinfo. You can...
2001-09-18 jmarcusAdded much-needed db3 version checking code. CNID...
2001-09-13 jmarcusFix malloc problem trying to obtain interface list...
2001-09-11 jmarcusNow that we're only incremeting one at a time, make...
2001-09-10 jmarcusIncrement the new interface list by one each time we...
2001-09-06 rufustfireflyautoconf POSIX.1 sys/wait.h check
2001-09-05 jmarcusComment out the DBENV->open with DB_JOINENV flag. ...
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-30 srittauMake the dia*map's array of type int instead of unsigne...
2001-08-30 srittauFixed a bug that could lead to segfaults.
2001-08-22 srittauTypo.
2001-08-18 uheesfixed a nasty bug in strncasecmp (n > 0).
2001-08-17 srittauConditional did not work as expected. Removed for now.
2001-08-16 srittauDon't compile and link (but distribute) empty source...
2001-08-16 srittauCorrected flock check.
2001-08-16 uheesin db result checking replaced EAGAIN by DB_LOCK_DEADLO...
2001-08-15 srittauConditionally compile flock.c.
2001-08-15 srittauWarning fix.
2001-08-15 srittauWarning fixes.
2001-08-15 srittauTru64 warnings fixes.
2001-08-15 srittauRemoved duplicate bprint() function (see util/bprint.c).
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-08-03 srittauCleaned up libatalk.a creation.
2001-07-31 srittauWarning fixes.
2001-06-29 rufustfireflymassive commenting/autoconf changes
2001-06-23 srittauBuild fix.
2001-06-20 rufustfireflycommenting changes, more autoconf support in afpd, etc
2001-06-20 rufustfireflyJoe Clarke's fix for linux/quota.h checking, removed...
2001-06-19 rufustfireflyJoe Clarke's patches and some other fixes
2001-06-11 rufustfireflypatch #432052 to add portability to IRIX, HP-UX and...
2001-06-11 rufustfireflypatch #431859 from Russ Allbery to remove ucbinclude...
2001-05-31 srittauAdded missing include: <sys/socket.h>.
2001-05-31 srittauAdded missing include <sys/socket.h>.
2001-05-31 srittauAdd -I$(top_srcdir) to CFLAGS.
2001-05-01 rufustfireflywarnings removal patch (#420300) from Sebastian Rittau...
2001-03-21 rufustfireflypatch from Jonathan Paisley (jonp@chem.gla.ac.uk)
2001-03-14 rufustfireflyfixed ad_mode / O_RDWR bug reported on netatalk-admins...
2001-02-28 itlm019AppleDouble directory creation debugging
next