]> git.k1024.org Git - pyxattr.git/history - xattr.c
Minor whitespace cleanup
[pyxattr.git] / xattr.c
2024-02-06 Iustin PopUpdate docstrings to show bytes being returned
2022-10-10 Iustin PopProperly handle module refcount during init errors
2022-10-09 Iustin PopDon't leak temporary tuples in get_all() (#36)
2021-06-05 Iustin PopRemove auto-detection of optimal buffer size
2019-11-26 Iustin PopCheck return value from PyList_Append
2019-11-26 Iustin PopAdd support for Path-like objects in Python 3.6+
2019-11-25 Iustin PopRemove support for Python 2 in the extension module
2019-11-23 Iustin PopFix a docstring formatting issue
2018-07-24 adamlinFix nofollow not work in MAC
2018-07-24 xwhuangRelease GIL when do I/O operations
2018-07-24 Lars Wendlerxattr.c: There is no more attr/xattr.h with >=attr...
2016-10-25 Iustin PopRework getting and listing attributes
2016-10-23 Iustin PopInitialise target_t members on error paths
2016-05-01 Iustin PopMerge pull request #9 from ahknight/osx-support
2016-04-09 Adam KnightAdded support for OS X's slightly different xattr calls.
2015-05-01 Iustin PopFix building on systems which don't have ENODATA
2015-05-01 Iustin PopFix potential name truncation in merge_ns()
2015-05-01 Iustin PopFix sign-compare warning in merge_ns()
2015-05-01 Iustin PopMake the code -Wconversion ready: explicit casts only
2015-05-01 Iustin PopFix a few int/size_t conversion issues
2015-04-30 Iustin PopImprove error checking in get_all()
2015-04-30 Iustin PopStyle change: name all jump labels uniformly
2015-04-30 Iustin PopFix memory leak on get_all OutOfMemory handling path
2015-04-30 Iustin PopUpdate my email address pyxattr-v0.5.4
2015-04-30 Iustin PopUpdate copyright year
2015-04-30 Iustin PopFix memory leaks in get() failure handling path
2014-05-23 Iustin PopMerge pull request #3 from jborg/surrogateescape
2014-05-23 Iustin PopMerge pull request #4 from edelkind/master
2013-09-17 ari edelkindBetter handling of files without xattrs
2013-06-13 Jonas BorgströmUse "surrogateescape" error handler when encoding unico...
2013-01-03 Iustin PopFix string/unicode buffer size parsing
2012-05-15 Iustin PopClarify the namespace type under Py3 pyxattr-v0.5.1
2012-05-15 Iustin PopComplete the change of namespace handling
2012-05-15 Iustin PopFix bug in get_all for empty namespace handling
2012-05-15 Iustin PopSwitch documentation style to sphinx
2012-05-15 Iustin PopRename convertObj → convert_obj
2012-05-15 Iustin PopRework parsing of the namespace argument
2012-05-14 Iustin PopRework init sequence
2012-05-14 Iustin PopA few docstring fixes
2012-05-14 Iustin PopFix a (harmless) integer mismatch
2012-05-14 Iustin PopCheck merge_ns return value in all places
2012-05-14 Iustin PopRework merge_ns signature
2012-05-14 Iustin PopFix a case of missing exception on return NULL
2012-05-14 Iustin PopRename a variable for more consistency
2012-05-14 Iustin PopMark convertObj as setting the exception on errors
2012-05-14 Iustin PopSwitch converObj to negative error return
2012-05-14 Iustin PopFix some const char* pointers
2012-05-14 Iustin PopFix small typo
2012-05-14 Iustin PopFix some potential issues if PyBytes_FromString fails
2012-05-14 Iustin PopFix bugs reported by cpychecker
2008-12-14 Iustin PopFix a size_t/ssize_t mismatch
2008-12-14 Iustin PopSmall style fixes
2008-12-14 Iustin PopAdd python 3 support
2008-12-14 Iustin PopInitialize local variables
2008-12-14 Iustin PopAdd a new field to the target_t structure
2008-12-11 Iustin PopMake the module setup py3k-compatible
2008-07-06 Iustin PopAdd license information to source file
2008-06-30 Iustin PopSome final docstring touches before release
2008-06-30 Iustin PopUpdate license to LGPLv2.1 or later
2008-06-30 Iustin PopSome more docstring updates
2008-06-30 Iustin PopDocstring updates
2008-06-30 Iustin PopMore PEP 353 compliancy (new-style functions)
2008-06-30 Iustin PopReorder some declarations
2008-06-30 Iustin PopMerge branch 'fixes' into new_style
2008-06-30 Iustin PopImplement changes needed for PEP 353 compliance
2008-06-29 Iustin PopChange the get_all function when using namespaces
2008-06-29 Iustin PopChange the match_ns function syntax
2008-06-29 Iustin PopDocstring updates
2008-06-29 Iustin PopAdd new-style list function
2008-06-29 Iustin PopAdd new-style remove function
2008-06-29 Iustin PopAdd the new-style get function
2008-06-29 Iustin PopCorrect the signature of the generic tgt methods
2008-06-29 Iustin PopAdd new-style set() function
2008-06-29 Iustin PopSome small fixes in get_all
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopSimplify the return None cases
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopRename dolink to nofollow
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopConvert to object protocol
2008-06-29 Iustin PopFix a memory leak in an error handling path
2008-06-29 Iustin PopConvert to object protocol
2008-06-29 Iustin PopMove to goto-style error exit
2008-06-29 Iustin PopUpdate the dolink parameter name
2008-06-29 Iustin PopCleanup leftovers from pre-allocated list
2008-06-29 Iustin PopMove to fixed buf_val implementation
2008-06-29 Iustin PopEpydoc conversion of get_all docstring
2008-06-29 Iustin PopFirst iversion get_all
2008-06-29 Iustin PopAdd module constants for the standard namespaces
2008-06-29 Iustin PopDocstring updates
2008-03-09 Iustin PopChange return value of listxattr from tuple to list
2008-03-08 Iustin PopSome style/whitespace changes
2008-03-08 Iustin PopFix a bug when listing xattrs of symlinks v0.2.2
2006-02-11 Iustin Pop* Fixed bug in dealing with symlinks (didn't work at... v0.2.1
2003-07-07 Iustin PopAdded support for manipulating attributes of symbolic...
2002-12-24 Iustin PopAdded new files, some example in the docstrings
2002-12-24 Iustin PopImproved documentation and added some constants (XATTR_*)
2002-12-21 Iustin PopFixed names again, and switched parsing of int and...
2002-12-21 Iustin PopDocumentation/comments
2002-12-21 Iustin PopAdded support for variable type parameters, in order...
next