]> arthur.barton.de Git - netatalk.git/history - libatalk/adouble
Spelling fix in log message: continous -> continuous
[netatalk.git] / libatalk / adouble /
2013-01-03 Alexander BartonMerge branch 'product-2-2' of git://github.com/franklah...
2012-12-27 Frank LahmConfigurable symlink behaviour
2012-03-20 Alexander BartonMerge branch 'master' of git://netatalk.git.sourceforge...
2012-02-09 Frank LahmFix broken sendfile on FreeBSD, from Denis Ahrens
2011-12-05 Frank LahmFix typo
2011-11-30 Frank LahmMerge remote branch 'sf/master'
2011-11-21 Frank LahmRemove broken sendfile on Linux stuff, it wasn't proper...
2011-11-21 Frank LahmAdd Solaris senfile() support and enable sendfile on...
2011-08-15 Frank LahmMerge remote branch 'sf/master'
2011-08-15 Frank Lahmlocking: use 64 bit offset instead of 32 bit on 64...
2011-05-24 Frank LahmFix fce merge conflict
2011-05-11 Frank LahmFreeBSD sendfile fixes
2011-01-22 HATMerge branch 'branch-netatalk-2-1'
2011-01-22 HATAppleDouble buffer overrun by extremely long filename
2010-11-17 Frank LahmMerge branch-2-1
2010-11-17 Frank LahmMissed to convert another read to readt
2010-10-29 Frank LahmMerge branch-2-1
2010-10-22 Frank LahmFix wrong resfork length, from Oliver Geisen
2010-09-24 Frank LahmMerge branch-2-1
2010-09-23 Frank LahmFix for memory leaks with symlinks, fixes #3074077...
2010-09-23 Frank LahmRemove unnecessary realloc
2010-09-17 Frank LahmTry to enhance if clause readebility
2010-09-15 Frank LahmMerge from branch 2-1
2010-09-15 Frank LahmCleanup ressources ie munmap in case of error
2010-09-14 Frank LahmMerge from branch-2-1
2010-09-14 Frank Lahmad_setdata, struct adouble * is not const
2010-09-13 Frank LahmMerge branch findercache
2010-09-09 Frank LahmMerge from branch-2-1
2010-09-09 Frank Lahmpath may be NULL when adouble file has been created...
2010-08-16 Frank LahmFix merge conflicts
2010-07-14 Frank LahmBetter logging
2010-07-12 Frank LahmMerge branch-2-1
2010-07-01 Frank LahmMerge branch-2-1
2010-06-30 Frank LahmMerge branch-2-1
2010-06-26 Frank Lahmautogenerate UUIDs for TM volumes and store em in afp_v...
2010-06-04 Frank Lahmsubstitue PATH_MAX for MAXPATHLEN
2010-06-03 Frank LahmMerge from branch-2-1
2010-04-29 Frank LahmMerge dircache-rewrite
2010-04-29 Frank LahmIgnore object files
2010-04-29 Frank LahmRename cvsignore to gitignore
2010-04-18 franklahmHelp in CVS to git transition, add .gitignore to .cvsignore
2010-04-13 franklahmDeal with pathologic idiosyncrasies, every OS return...
2010-03-30 franklahmAllow opening symlinks r/w, but don't actually allow...
2010-03-12 franklahmConvert afp_moveandrename and all called funcs to XXXat... after-renameat
2010-03-07 didgad_metadata don't try to open adouble file read write...
2010-03-01 didgad_open: unset O_TRUNC and O_CREAT in adf_flags if...
2010-02-26 didgad_size: if it's a symlink don't use fstat
2010-02-26 didglock don't call fcntl if fd == 0, it's a symlink
2010-02-10 franklahmMerge symlink branch HEAD-after-symlink-merge
2010-01-21 didgafpd set the logger default to log_info and move some...
2010-01-06 franklahmOnly update adouble file with CNID on mismatch.
2010-01-06 franklahmForgot test for noadbouble vol in ad_metadata in previo...
2010-01-06 franklahmReintroduce adouble file creation on enumeration
2010-01-05 franklahmRemove ADVOL_NOADOUBLE check. It prevented creation...
2010-01-05 franklahmFix LOG call
2010-01-05 franklahmAdd static getcwd and use it for debugging in ad_open
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2010-01-04 franklahmStart adouble documentation in Doxygen style
2009-12-23 franklahmCheck if entries are present before using them
2009-12-22 franklahmRemove bogus checks
2009-11-30 didguse the cnid in adouble header as a hint for dbd add...
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-17 franklahmCleanly integrate native EA code from Samba
2009-11-17 franklahmMake Solaris EA code compile again
2009-11-13 didgadd missing include
2009-11-13 didgxattr, use them
2009-11-13 didgxattr, remove unused functions fgetxattr and so on
2009-11-13 didgnative xattr, use strcpy
2009-11-13 didgadd native xattr ad_ea.c
2009-11-13 didgadd native xattr, from Samba code, not used
2009-11-12 didgSFM use the right mode for resource fork creation
2009-11-12 didgin ad_init don't zero the whole adouble structure,...
2009-11-12 didgvalgrind doesn't like when we still use the old address...
2009-11-07 didgspeed up a little ad_dir
2009-11-07 didgspeed up a little ad_path
2009-11-07 didgset errno after calling LOG
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-25 didgon linux put sendfile back
2009-10-23 didgad_open mask out O_EXCL with O_CREAT
2009-10-21 didgfactorize lock test (fewer fcntl calls)
2009-10-21 didglock use F_GETLK for testing lock
2009-10-21 didgad_lock rename user --> fork, this code is confusing...
2009-10-18 didgad_open reuse fstat data in header if it's valid
2009-10-13 didgremove pre ansi declarations
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-09-14 franklahmUntabify and reindent
2009-09-14 didgremove obsolete ATACC ifdef
2009-09-11 franklahmUntabify and reindent
2009-07-21 didgremove trivial warnings
2009-07-20 didgremove ads adouble format
2009-06-22 franklahmFix 0 byte ad-files as reported <http://article.gmane...
2009-06-19 franklahmFix #2802236. https://sourceforge.net/support/tracker...
2009-06-10 franklahmThe "shared" and "invisible" attributes are opaque...
2009-05-22 franklahmFinished dbd
2009-04-25 franklahmad_open with O_CREAT, thus enumarating a dir will creat...
2008-12-03 didgremove compiler warnings
2007-04-11 didgremove warnings
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
next