summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #112 from xattr/update-actionsHEADv0.10.1masterBob Ippolito2022-12-032-6/+8
|\ | | | | Update github actions
| * Update github actionsBob Ippolito2022-12-032-6/+8
|/
* Bump version to v0.10.1 and Update CHANGES for #110Bob Ippolito2022-11-173-2/+7
|
* Merge pull request #110 from RhetTbull/docs-README-add-osxmetadataBob Ippolito2022-11-171-0/+7
|\ | | | | Updated README to add reference to osxmetadata
| * Updated README to add reference to osxmetadataRhet Turnbull2022-11-171-0/+7
|/
* Merge pull request #107 from xattr/release-v0.10.0v0.10.0Bob Ippolito2022-10-243-2/+11
|\ | | | | Update version to v0.10.0
| * Update version to v0.10.0Bob Ippolito2022-10-243-2/+11
|/
* Merge pull request #106 from oturpe/exec-flag-fixBob Ippolito2022-10-241-2/+0
|\ | | | | Remove exec flag from tool.py
| * Remove exec flag from tool.pyOtto Liljalaakso2022-10-231-2/+0
|/ | | | | | | tool.py is only intended to be executed through the xattr wrapped generated during package build. Thus tool.py should not have the executable flag set, and should not have a shebang line.
* Merge pull request #103 from akira-kurogane/patch-3Bob Ippolito2022-04-281-0/+5
|\ | | | | README edit to contrast xattr to getfattr etc.
| * Clarifications to the README updateBob Ippolito2022-04-281-1/+6
| |
| * README edit to contrast xattr to getfattr etc.Akira Kurogane2022-04-281-1/+1
|/
* Merge pull request #100 from xattr/fix-xattr-console-scriptv0.9.9Bob Ippolito2021-12-114-3/+12
|\ | | | | Fix regression in xattr console script
| * 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
|\ | | | | tool: add -c(lear) option
| * 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
|\ \ | | | | | | Note about how to create custom xattr
| * \ 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
|\ \ \ | | | | | | | | Switch to github actions
| * | | 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
|/ / | | | | | | | | I'm not sure if this is quite the whole truth of it, but a note like this would've helped me avoid some confusion. On Ubuntu 20.1 with EXT4, this differs from the `attr` command, which automatically prefixes the key with `user.`. So, if I add an xattr with the linux command `-s "testkey" "value" /path/to/file', I have to read from xattr with the key `user.testkey`.
* | Merge pull request #93 from tipabu/non-utf8-valuesBob Ippolito2021-09-222-22/+157
|\ \ | | | | | | Various dump-related fixes
| * | Add tests for xattr.toolTim Burke2021-08-272-14/+131
| | | | | | | | | | | | As a side-effect, make it easier to run xattr.tool.main from tests.
| * | tool: Be willing to dump for -p like we do for -lTim Burke2021-05-271-4/+3
| | | | | | | | | | | | | | | This both side-steps the stdout buffer flushing issue and prevents ambiguities where terminals don't display NUL.
| * | tool: Dump non-utf8 data similar to what's done for NULsTim Burke2021-05-271-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | Addresses #90. Side-effect: dump non-ascii data as the bytes instead of the unicode code point. This seems to better match user expectations when presented with the dump formatting, anyway.
| * | tool: Fix dumping on py2Tim Burke2021-05-271-1/+8
|/ / | | | | | | | | | | Previously, translate() would complain TypeError: character mapping must return integer, None or unicode
| * 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
| * pyxattr_compat: make compatible with python3 xattrJohannes Berg2020-01-131-7/+7
| | | | | | | | On python3, xattr expects everything to be bytes, follow suit.
* | Merge pull request #89 from jmberg/setup-fixBob Ippolito2020-01-131-2/+2
|\ \ | |/ |/| setup.py: make CLASSIFIERS a list
| * setup.py: make CLASSIFIERS a listJohannes Berg2020-01-131-2/+2
|/ | | | | | | | This fixes: Warning: 'classifiers' should be a list, got type 'filter' during setup.py run if python is python3.
* 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
|\ | | | | Use items rather than iteritems for xattr.update
| * 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
|\ | | | | Tweak tarball tests
| * 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 completeness
| * 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`.
| * 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.in
| * Include .c and .h files in MANIFEST.innyov2018-07-311-0/+2
| |