]> arthur.barton.de Git - netatalk.git/history - libatalk/adouble
Wrong AD_DATA size
[netatalk.git] / libatalk / adouble /
2011-01-07 Frank LahmRewrite ad_open arg order and style: require flags...
2010-12-22 Frank LahmMerge master
2010-12-20 Frank LahmFixes
2010-12-20 Frank LahmRemove adouble refcounting, support calling ad_open...
2010-12-20 Frank LahmFix realloc
2010-12-20 Frank LahmRealloc, not malloc
2010-12-20 Frank LahmOnly read rfork if its there
2010-12-20 Frank LahmDisable locking
2010-12-18 Frank LahmReading/writing rfork
2010-12-17 Frank LahmDisable locking
2010-12-17 Frank LahmStart of getting away from refcounting adouble
2010-12-17 Frank LahmRename ad_private.h to ad_lock.h
2010-12-17 Frank Lahmbeautify
2010-12-16 Frank LahmFixes
2010-12-16 Frank LahmStart of rfork EA stuff
2010-12-15 Frank LahmRemove ADFLAGS_CREATE. Dont create adouble metadata...
2010-12-15 Frank LahmMerge master
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-28 Frank LahmRemove log statement, AD_MAX was wrong
2010-12-13 Frank LahmMis
2010-12-10 Frank LahmMerge master
2010-12-03 Frank LahmFixes for Solaris
2010-12-01 Frank LahmSuccessfully created first EA adouble object
2010-12-01 Frank LahmFix ad_open, ad_flush, ad_close, VFS stuff and volinfo...
2010-11-30 Frank LahmUntabify and reindent
2010-11-29 Frank LahmRead header
2010-11-25 Frank LahmCleaunup and refactor ad_open
2010-11-24 Frank LahmMerge master
2010-11-24 Frank LahmCleanup
2010-11-10 Frank LahmMerge master
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
next