summaryrefslogtreecommitdiff
path: root/xattr
Commit message (Expand)AuthorAgeFilesLines
* v0.9.4v0.9.4Bob Ippolito2018-07-301-1/+1
* Apply change from #73 to extracted C codeBob Ippolito2018-07-304-595/+594
|\
| * Extracted inline C code for syntax highlightingnyov2018-07-044-595/+594
* | Always include `sys/types.h` when building lib.chrBrd2018-07-281-1/+1
|/
* Make tests independent of user's localeRoman Bogorodskiy2018-02-181-1/+16
* typov0.9.3Bob Ippolito2018-01-281-1/+1
* prep for 0.9.3Bob Ippolito2018-01-283-16/+23
* Merge pull request #61 from tanium/SELinux_TestFixBob Ippolito2017-06-191-0/+4
|\
| * Fix tests which fail if SELinux enabled and TESTDIR or files within have SELi...rory prendergast2017-03-021-0/+4
* | xattr: add -s(ymlink) flagAleksa Sarai2017-06-191-6/+14
* | v0.9.2v0.9.2Bob Ippolito2017-04-021-1/+1
* | this caveat hasn't been true for over 10 years...John-Mark Gurney2017-04-021-3/+1
* | add fix for issue w/ lsattr and long attrs..John-Mark Gurney2017-03-311-1/+1
* | Remove unreachable codeMickaƫl Schoentgen2017-03-221-1/+0
|/
* v0.9.1v0.9.1Bob Ippolito2016-10-231-1/+1
* Bump version to 0.9.0Bob Ippolito2016-10-231-1/+1
* Merge pull request #47 from devinlane/cffi_1.0Bob Ippolito2016-10-232-593/+607
|\
| * Use cffi 1.X features to build native module for faster importDevin Lane2016-05-152-593/+607
* | Merge pull request #50 from nyov/masterBob Ippolito2016-10-232-15/+25
|\ \
| * | Add TESTDIR to change temporary file location in tests.nyov2016-07-171-8/+17
| * | Fix Python3 bytes handling in xattr-tool.pynyov2016-07-161-7/+8
| |/
* | Fixes #51. Allow both int and long python types for fdBob Ippolito2016-10-233-5/+18
|/
* Merge pull request #38 from jmberg/masterBob Ippolito2016-02-282-17/+125
|\
| * fix nofollow in Linux xattr_flistxattr()Johannes Berg2015-04-251-1/+1
| * add pyxattr_compatJohannes Berg2015-04-251-0/+110
| * fix optionsJohannes Berg2015-04-251-16/+14
* | v0.8.0Bob Ippolito2016-02-282-8/+17
* | Test for filename with surrogateMaxime Augier2016-02-231-1/+7
* | Use os.fsencode if availableMaxime Augier2016-02-231-12/+14
* | Use surrogate handling identical to recent python's os.fsencodeMaxime Augier2016-02-231-1/+7
* | Added xattr/tests/*.py to MANIFEST.in #43v0.7.9Bob Ippolito2016-02-121-1/+1
* | v0.7.8 #40v0.7.8Bob Ippolito2015-06-251-1/+1
* | v0.7.7v0.7.7Bob Ippolito2015-06-191-1/+1
|/
* Fix build on FreeBSDRoman Bogorodskiy2014-05-181-0/+2
* Fixed a typo in a commentAlex Gaynor2014-04-271-1/+1
* fix Python 3 compatibility and prep for v0.7.6v0.7.6Bob Ippolito2014-03-272-4/+5
* bug 28: solaris & solaris studio compiler supportDanek Duvall2014-03-262-11/+33
* Fixed a py2kism in xattr.toolAlex Gaynor2014-03-251-1/+1
* bump to 0.7.5v0.7.5Bob Ippolito2014-03-231-1/+1
* Raise a useful error message on str. Fixes #23Alex Gaynor2014-03-232-0/+20
* bump to 0.7.4, improve testsv0.7.4Bob Ippolito2014-03-032-2/+7
* Python3 rework: replace unicode() with str.decode()wedi2014-03-031-2/+2
* Fixed exception syntaxAlex Gaynor2014-01-111-5/+5
* Made print statements python3 compatible in xattr.tool -- REfs #20Alex Gaynor2014-01-111-21/+23
* bump version to 0.7.3Bob Ippolito2013-08-021-1/+1
* Add some tests to exercise non-ASCII unicode keysBob Ippolito2013-08-021-1/+6
* Prep for a releasev0.7.2Alex Gaynor2013-07-221-1/+1
* Merge branch 'master' of https://github.com/xattr/xattrAlex Gaynor2013-07-201-1/+1
|\
| * 0.7.1 with #12v0.7.1Bob Ippolito2013-07-191-1/+1
* | Added python3 support.Alex Gaynor2013-07-203-8/+8
|/