]> arthur.barton.de Git - netatalk.git/history - etc/cnid_dbd
Set version to 2.1
[netatalk.git] / etc / cnid_dbd /
2010-04-20 hat001usage of dbd cleanup option -c
2010-04-18 franklahmHelp in CVS to git transition, add .gitignore to .cvsignore
2010-04-11 franklahmNew dbd cleanup option -c
2010-02-15 franklahmFix some uninitialized warnings
2010-01-19 franklahmFix for type (file/dir) mismatch in dbd_lookup. Also...
2009-12-23 franklahmUntabify and reindent
2009-12-22 franklahmAdd debug log messages
2009-12-22 franklahmCompletely ignore symlinks
2009-12-21 franklahmChange logging
2009-12-21 franklahmDistinguish between intra-share and extra-share symlinks
2009-12-21 franklahmsymlink support
2009-12-21 franklahmlogger: write to fd 1 directly instead of /dev/tty...
2009-12-21 franklahmooops! Previous commit requested 64 GB cache instead...
2009-12-21 franklahmSet cachesize for rebuild db
2009-12-20 franklahmLogfile removal was not working
2009-12-20 franklahmRaise bdb cache size to 64 MB
2009-12-10 franklahmAdd support for ea:ad volumes
2009-12-09 franklahmUpdate spec with how we use the hint
2009-12-09 franklahmAdjust dbd to use the same fixup logic as afpd ie call...
2009-12-08 franklahmUpdate spec
2009-12-03 franklahmDont just exit, use longjmp to exit with cleanup
2009-12-03 franklahmWrite EA mode to volinfo file
2009-12-01 franklahmdbd must call ad_setfuid(0) in order to inherit perms...
2009-11-30 franklahmScan mode wasn't called
2009-11-30 didguse the cnid in adouble header as a hint for dbd add...
2009-11-28 didgdon't trash the db if a file is moved to a different...
2009-11-28 franklahmNew option for logger setup 'console' where we don...
2009-11-27 franklahmFix CNID fixup regression, test235. Disable reading...
2009-11-25 franklahmRefine CNID salvatio strategies
2009-11-24 franklahmCreate .AppleDB if necessary
2009-11-24 franklahmCNID salvation strategy
2009-11-23 franklahmFix some stuff on FreeBSD
2009-11-16 didgWith glibc we always need GNU_SOURCE
2009-11-05 franklahmIPv6 support for afpd and cnid_metad after-ipv6
2009-10-29 didguse _USE_GNU_SOURCE rather than the internal __USE_GNU
2009-10-19 franklahmDont duplicate CFLAGS in AM_CFLAGS. Inspired by Jonas...
2009-10-19 didgcnid dbd remove on time() syscall in the loop
2009-10-19 didgcnid dbd don't fall back to 1 sec timeout after an...
2009-10-19 didgdo some sanity checks on dbd params read from config...
2009-10-19 didguse min(512, number of FD in a select set) for per...
2009-10-18 didguse SO_RCVTIMEO rather than alarm in cnid_metad
2009-10-18 didguse pselect and no timeout in cnid_metad
2009-10-18 didgcnid_metad don't drop the slot if it's outside the...
2009-10-18 didguse pselect and a better timeout in cnid_dbd
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
2009-10-12 franklahmError message when volinfo file is not found
2009-10-12 franklahmUsage description with -f was outdated
2009-10-12 franklahmUsage summary specified the -u option wrong
2009-10-12 franklahmNew option -n for scanning with -s: dont open CNID...
2009-09-14 didgremove pointer of type ‘void *’ used in arithmetic...
2009-09-14 didgremove 'ISO C90 forbids mixed declarations and code...
2009-09-14 didgremove 'ISO C90 forbids mixed declarations and code...
2009-09-14 didgremove obsolete ATACC ifdef
2009-09-03 franklahmSupport for BerkeleyDB lib updates.
2009-07-21 didgremove trivial warnings
2009-07-12 franklahmChange CNID updating logic in case of inode reusage...
2009-06-09 franklahmOnce again rework cnid_metad logging setup code and...
2009-05-28 franklahmAdd support for dbpath option i.e. AppleDB at another...
2009-05-28 franklahmSome fixes to logging statements
2009-05-26 franklahmFix respawn throttling. Search for empty slo was testin...
2009-05-25 franklahmFixes
2009-05-23 franklahmStamp was not updated in force mode
2009-05-22 franklahmFinished dbd
2009-05-20 franklahmFixes
2009-05-20 franklahmFix respawn throttling. See http://marc.info/?l=netatal...
2009-05-20 franklahmAdd FIXME: -d option is not implemented
2009-05-18 franklahmFix regression in cnid_metad.c: respawn throttling...
2009-05-18 franklahmlock file was created in cwd
2009-05-14 franklahmdbd now does many things it should do in the end.
2009-05-10 franklahmDB_CREATE must always be passed of course
2009-05-06 franklahmFixes a serious error in the way recovery was run on...
2009-05-04 franklahmRemove #ifdef DEBUG stuff, its not neccessary anymore...
2009-04-28 franklahmFix code lines switch in signal protection
2009-04-28 franklahmNew utility to maintain dbd databases: dbd. Also replac...
2009-04-21 franklahmAdd true bdb logfile autoremoval
2009-04-21 franklahmOverhaul CNID dbd backend, make it default, txn only... after-dbd-overhaul
2009-03-31 franklahmAlign cnid_[metad|dbd] default logging with apfd: log_note
2009-03-31 franklahmImplement runtime logging config option to cnid dbd...
2009-03-06 didgincrease number of cnid_dbd slots to 512
2009-02-04 didgDon't wait five second after the first error when speak...
2009-02-04 didgAdd a timeout when reading data from afpd client in...
2008-08-31 didgcnid_metad, add ioctl.h for TIOCNOTTY
2008-08-07 didgremove DB_VERB_CHKPOINT, it's gone. From Adam Goode
2006-09-30 didgremove automake warnings, from Houritsu Chu
2005-05-12 bfernhombergfix BDB 4.3 compile
2005-05-03 didgremove gcc warning
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...