summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More tweakstravis-testsBob Ippolito2018-07-232-2/+2
|
* remove LDFLAGSBob Ippolito2018-07-101-1/+0
|
* reorder matrixBob Ippolito2018-07-101-11/+7
|
* more travis experimentationBob Ippolito2018-07-101-1/+3
|
* more travis experimentationBob Ippolito2018-07-101-1/+2
|
* more travis experimentationBob Ippolito2018-07-101-3/+4
|
* update travis version matrixBob Ippolito2018-07-101-4/+9
|
* Merge pull request #66 from novel/test-fsencodingsBob Ippolito2018-02-201-1/+16
|\ | | | | Make tests independent of user's locale
| * Make tests independent of user's localeRoman Bogorodskiy2018-02-181-1/+16
|/ | | | | | | | | | | As os.fsencode() is not present in Python 2.7, a custom wrapper is used which calls sys.getfilesystemencoding() to detect filesystem encoding. This detection is based on user's locale settings, so in different environments it could be either Unicode or non-Unicode value, and the tests will behave differently in this case. To make tests independent of that, explicitly set 'compat.fs_encoding' variable and run tests for both Unicode and ASCII.
* fixes for artifacts scriptBob Ippolito2018-02-011-10/+12
|
* typov0.9.3Bob Ippolito2018-01-281-1/+1
|
* prep for 0.9.3Bob Ippolito2018-01-285-17/+29
|
* No more pypy2.7 due to pyenv build issues.Bob Ippolito2018-01-261-3/+0
|
* will -src work for pypy2.7? Really, last try this time.Bob Ippolito2018-01-251-1/+1
|
* Last try to get pypy 2.7 workingBob Ippolito2018-01-251-2/+5
|
* try try againBob Ippolito2018-01-231-5/+1
|
* more pypy build issue stuffBob Ippolito2018-01-231-0/+2
|
* more weird stuff to maybe make pypy work with pipBob Ippolito2018-01-221-1/+3
|
* maybe get pypy builds working with pipBob Ippolito2018-01-221-1/+3
|
* install pipBob Ippolito2018-01-211-0/+1
|
* try forcing an upgrade of the preinstalled pyenvBob Ippolito2018-01-212-20/+7
|
* attempt to force local pyenvBob Ippolito2018-01-212-4/+6
|
* Force pyenv updateBob Ippolito2018-01-101-0/+1
|
* updates to build plan and scriptBob Ippolito2018-01-103-16/+42
|
* update travis build matrixBob Ippolito2018-01-101-4/+7
|
* Merge pull request #61 from tanium/SELinux_TestFixBob Ippolito2017-06-191-0/+4
|\ | | | | Fix test failures under SELinux
| * Fix tests which fail if SELinux enabled and TESTDIR or files within have ↵rory prendergast2017-03-021-0/+4
| | | | | | | | SELinux extended attr
* | Merge pull request #63 from cyphar/symlink-no-follow-flagBob Ippolito2017-06-191-6/+14
|\ \ | | | | | | xattr: add -s(ymlink) flag
| * | xattr: add -s(ymlink) flagAleksa Sarai2017-06-191-6/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | On Linux and FreeBSD-derivatives, it is possible to set extended attributes on symlinks themselves (in addition to their targets). This was already supported by the xattr library, but we didn't expose it in the CLI interface. Borrow the flag from the MacOS tool we borrow our flag conventions from[1]. [1]: https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/xattr.1.html Signed-off-by: Aleksa Sarai <asarai@suse.de>
* | v0.9.2v0.9.2Bob Ippolito2017-04-024-17/+9
| |
* | Merge pull request #57 from jmgurney/masterBob Ippolito2017-04-021-4/+2
|\ \ | | | | | | add fix for issue w/ lsattr and long attrs..
| * | this caveat hasn't been true for over 10 years...John-Mark Gurney2017-04-021-3/+1
| | | | | | | | | | | | https://svnweb.freebsd.org/base/head/lib/libc/sys/extattr_get_file.2?r1=147257&r2=147258&
| * | add fix for issue w/ lsattr and long attrs..John-Mark Gurney2017-03-311-1/+1
|/ /
* | Merge pull request #56 from BoboTiG/masterBob Ippolito2017-03-221-1/+0
|\ \ | |/ |/| Remove unreachable code
| * Remove unreachable codeMickaël Schoentgen2017-03-221-1/+0
|/
* fix artifacts release scriptBob Ippolito2016-10-231-1/+4
|
* v0.9.1v0.9.1Bob Ippolito2016-10-233-3/+5
|
* v0.9.0v0.9.0Bob Ippolito2016-10-231-1/+1
|
* Update gitignoreBob Ippolito2016-10-231-0/+1
|
* Update requirements.txtBob Ippolito2016-10-231-1/+1
|
* Bump version to 0.9.0Bob Ippolito2016-10-232-2/+2
|
* Update CHANGES.txtBob Ippolito2016-10-231-0/+4
|
* Merge pull request #47 from devinlane/cffi_1.0Bob Ippolito2016-10-233-607/+610
|\ | | | | Use cffi 1.X features to build native module for faster import
| * Use cffi 1.X features to build native module for faster importDevin Lane2016-05-153-607/+610
| |
* | Merge pull request #50 from nyov/masterBob Ippolito2016-10-232-15/+25
|\ \ | | | | | | Fix Python3 bytes handling in xattr/tool.py
| * | 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-234-5/+23
| |
* | Use an older version because this is being uncooperativeBob Ippolito2016-10-231-1/+1
| |
* | rehash after changing pathBob Ippolito2016-10-231-0/+1
| |