]> arthur.barton.de Git - netatalk.git/history - libatalk
Add some missing breaks to preserve correct error reporting.
[netatalk.git] / libatalk /
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
2001-02-21 rufustfireflyDebian distrib/debian/patches/libatalk.patch for automa...
2001-02-19 srittauAdded .cvsignore files so that I don't get spammed...
2001-02-08 rufustfireflyMakefile.am patches from Sebastian Rittau (srittau...
2001-01-31 itlm019The rest of Peter Westlake's permission patch (see...
2000-10-18 rufustfireflykludge for avoiding redefinition
2000-10-05 rufustfireflyfix for debian's bad netinet/tcp.h, including stdint.h
2000-09-22 arichardRemove all theses Makefile files that have a correspond...
2000-08-30 itlm019Fixes necessary for NATALI netatalk support; shouldn...
2000-08-11 rufustfireflyRemoved duplicate -I cruft from automake files
2000-08-08 rufustfireflyRedundancy kludge for libtool to pull in all libraries
2000-08-02 rufustfireflyimplemented config.h
2000-08-01 rufustfireflySome more large autoconf/automake fixes. include/ and...
2000-07-31 rufustfireflyMore automake/autoconf updates (megatron is disabled...
2000-07-28 rufustfireflyautomake/autoconf fixes (libatalk now builds supposedly)
2000-07-27 rufustfireflyAdded include for ../../sys headers
2000-07-27 rufustfireflyMajor automake/autoconf commit. Not working yet.
2000-07-25 rufustfireflyInitial revision