0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from kelleyk/master More... about 8 years ago
Merge pull request #9 from doctaweeks/import More... about 8 years ago
zpool_import as ZPool.tryimport
doctaweeks
as Daniel M. Weeks
More... about 8 years ago
zpool_find_import as ZPool.find
doctaweeks
as Daniel M. Weeks
More... about 8 years ago
Resolve issue with defines being discarded by comment-stripping regex; fix issue with inline function bodies being only partially removed. More... over 9 years ago
Resolve cffi error message complaining that C++-style comments are not permitted in ISO C90 code. More... over 9 years ago
Remove comment lines earlier in process_headers() to fix an issue preventing the bindings from working with zfsonlinux 0.6.5.3-1 headers. More... over 9 years ago
-Fix: a man can fail twice in fixing code... I am a man. More... about 10 years ago
-Fix: failed copy/paste... More... about 10 years ago
-Add: _altnames for the prop source dicts. More... about 10 years ago
-Add: repr for ZDatasetProperties and ZDatasetPropSources. More... about 10 years ago
-Fix: make sure we set __name__ for the property.. for neatness sake. More... about 10 years ago
-Fix: missing prop. More... about 10 years ago
-Add: Option to have enums as keys.. this way we can jsonify zpool/zdatastore properties. More... about 10 years ago
-Fix: Parse enum values properly. More... about 10 years ago
-Add: Tests for the new childrens section. More... about 10 years ago
-Change: Turn the children sections into properties. More... about 10 years ago
-Change: move the getter funcs to the util section. More... about 10 years ago
-Fix: typo. More... about 10 years ago
-Fix: NParity's default should be None. More... about 10 years ago
-Change: some small reworking. More... about 10 years ago
-Change: make LibZFSHandle available from the main libzfs namespace. More... about 10 years ago
-Add: PoolScanStats. More... about 10 years ago
-Fix: returning the wrong value. More... about 10 years ago
-Fix: Don't use callables when jsonifying a dict.. More... about 10 years ago
-Change: Move jsonify to it's own function and add a JSONEncoder subclass for it. More... about 10 years ago
-Fix: silence flake8 warnings. More... about 10 years ago
-Change: move off the int-parser to outside the class. More... about 10 years ago
-Fix: isinstance not issubclass... More... about 10 years ago
-Add: Allow jsonifying our enums. More... about 10 years ago