summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in xattr console scriptfix-xattr-console-scriptBob Ippolito2021-12-114-3/+12
* Merge pull request #98 from xattr/add-clear-optionBob Ippolito2021-11-281-11/+29
|\
| * Merge remote-tracking branch 'origin/master' into add-clear-optionadd-clear-optionBob Ippolito2021-11-2812-150/+309
| |\ | |/ |/|
* | Merge pull request #96 from ipsod/patch-1Bob Ippolito2021-11-261-0/+3
|\ \
| * \ Merge branch 'master' into patch-1Bob Ippolito2021-11-269-125/+145
| |\ \ | |/ / |/| |
* | | Merge pull request #95 from xattr/github-actionsv0.9.8Bob Ippolito2021-11-209-125/+145
|\ \ \
| * | | Update versiontest-v0.9.8github-actionsBob Ippolito2021-11-193-2/+11
| * | | Switch to github actionsBob Ippolito2021-11-157-123/+134
|/ / /
| * | Clarify Linux `user` namespace requirementBob Ippolito2021-11-261-1/+2
| * | Note about how to create custom xattripsod2021-10-281-0/+2
|/ /
* | Merge pull request #93 from tipabu/non-utf8-valuesBob Ippolito2021-09-222-22/+157
|\ \
| * | Add tests for xattr.toolTim Burke2021-08-272-14/+131
| * | tool: Be willing to dump for -p like we do for -lTim Burke2021-05-271-4/+3
| * | tool: Dump non-utf8 data similar to what's done for NULsTim Burke2021-05-271-7/+19
| * | tool: Fix dumping on py2Tim Burke2021-05-271-1/+8
|/ /
| * tool: add -c(lear) optionkikuyan2021-06-111-9/+26
|/
* Merge pull request #88 from jmberg/pyxattr-py3Bob Ippolito2020-01-221-7/+7
|\
| * pyxattr_compat: make compatible with python3 xattrJohannes Berg2020-01-131-7/+7
* | Merge pull request #89 from jmberg/setup-fixBob Ippolito2020-01-131-2/+2
|\ \ | |/ |/|
| * setup.py: make CLASSIFIERS a listJohannes Berg2020-01-131-2/+2
|/
* Update Travis deploy api_keyv0.9.7Bob Ippolito2019-12-021-1/+1
* Update Travis deploy api_keyBob Ippolito2019-12-021-15/+13
* Update release date for v0.9.7Bob Ippolito2019-12-021-1/+1
* Merge pull request #87 from xattr/iteritems-fix-gh-86Bob Ippolito2019-12-025-5/+26
|\
| * Update README and travis test matrixiteritems-fix-gh-86Bob Ippolito2019-12-012-1/+8
| * Fix #86 by using items rather than iteritemsBob Ippolito2019-12-014-4/+18
|/
* Merge pull request #81 from chrBrd/tweak-tarball-testsBob Ippolito2018-07-311-11/+7
|\
| * Shorten tarball test.chrBrd2018-07-311-9/+5
| * Quote variables in `run.sh`.chrBrd2018-07-311-2/+2
|/
* v0.9.6v0.9.6Bob Ippolito2018-07-313-3/+4
* Merge pull request #79 from xattr/travis-test-sdistBob Ippolito2018-07-312-0/+9
|\
| * Attempt to add a test for sdist completenessBob Ippolito2018-07-312-0/+9
|/
* Merge pull request #78 from chrBrd/manifest-fixBob Ippolito2018-07-311-2/+2
|\
| * Add subdirectory for C source files to `MANIFEST.in`.chrBrd2018-07-311-2/+2
|/
* v0.9.5v0.9.5Bob Ippolito2018-07-313-2/+7
* Merge pull request #77 from nyov/patchBob Ippolito2018-07-311-0/+2
|\
| * Include .c and .h files in MANIFEST.innyov2018-07-311-0/+2
* | Remove gpg signatures and add BUILD_SDIST=true to latest buildBob Ippolito2018-07-302-25/+2
|/
* v0.9.4v0.9.4Bob Ippolito2018-07-303-2/+11
* Merge pull request #75 from xattr/nyov-patchBob Ippolito2018-07-304-595/+594
|\
| * Apply change from #73 to extracted C codeBob Ippolito2018-07-304-595/+594
| |\ |/ /
| * Extracted inline C code for syntax highlightingnyov2018-07-044-595/+594
* | Merge pull request #73 from chrBrd/fix-c-typesBob Ippolito2018-07-301-1/+1
|\ \
| * | Always include `sys/types.h` when building lib.chrBrd2018-07-281-1/+1
* | | Merge pull request #74 from chrBrd/travis-fixesChris Bradbury2018-07-303-25/+57
|\ \ \ | |/ / |/| |
| * | Make slight amendments to `.travis.yml`chrBrd2018-07-301-10/+13
| * | Remove `BUILD_SDIST=true` from `.travis.yml` to match version fromchrBrd2018-07-301-1/+1
| * | Add newline to end of `install.sh`.chrBrd2018-07-301-1/+1
| * | Modify `run.sh` to use PyPy if available.chrBrd2018-07-301-3/+9
| * | Modify `install.sh` to install PyPy or pyenv if specified inchrBrd2018-07-301-14/+24