8633d43e77Use go mod for handling eventual go packages dependencies and builds outside of GOPATHFaruk Kasumovic2019-01-21 16:29:40 +0100
57e42e824fDestroyPromote - recursive destroy dataset, but don’t destroy any dependent clones, promote them first
Faruk Kasumovic
2018-12-17 14:01:59 +0100
7482756d85Changes to build on musl/alpine
Faruk Kasumovic
2018-11-15 21:58:33 +0100
07270bcff8- Improved pointer handling between go and C and elimination of associated memory leaks and potential corruptions
Faruk Kasumovic
2017-02-23 11:29:17 +0100
fe36016d7e- Set and get user property
Faruk Kasumovic
2017-01-16 14:07:17 +0100
5411c35d4b- Constants for feature enabled/disabled
Faruk Kasumovic
2017-01-16 14:05:04 +0100
fffecd80c2fix a variety of CGO memory leaks; watch out for C.CString()! some leaks still present, I mostly fixed those that were impacting me directly.
Nick Cabatoff
2016-07-17 16:52:14 -0400
cd589deb96Add pool.RefreshStats() method, needed for iostat-like functionality.
Nick Cabatoff
2016-07-16 11:19:19 -0400
6b7e0db4e7Fix bug where VDevTree.Stat wasn't being populated because the wrong struct was being written to.
Nick Cabatoff
2016-07-15 19:49:43 -0400
b49a2715c2- Implemented: Search pools available to import but not imported AND Fetch imported pool's current vdev tree
Faruk Kasumovic
2015-12-10 21:29:39 +0100
4f32480fa0- Implemented PoolImportByGUID and renamed VDevSpec to VDevTree
Faruk Kasumovic
2015-12-06 21:54:43 +0100
bc19737222- Changes to make library interface more clear and to better suit go package standards
Faruk Kasumovic
2015-12-04 23:05:19 +0100
db4703b708- Add properties from libzfs in 0.6.5 version
Faruk Kasumovic
2015-10-28 11:00:08 +0100
f7f90fe57f- Pretty much completed set of examples and tests on 'pool' APIs implemented so far
Faruk Kasumovic
2015-06-11 00:51:46 +0200
c1288a9a2e- Improvements on properties, state and status handling of pool and dataset
Faruk Kasumovic
2015-06-09 14:26:35 +0200
1d6e6a86cb- Export and import pool examples
Faruk Kasumovic
2015-06-08 23:53:06 +0200
507abac683- Add argument to pool Export for history log string, hard force (ExportForce), export and import tests, and overall tests fixes and improvements
Faruk Kasumovic
2015-06-08 23:41:22 +0200
39d6835ce3- LICENSE file is now replaced with LICENSE.md So it fit GitHub established practice
Faruk Kasumovic
2015-06-04 00:08:20 +0200
c0b415fe50- Improved existing tests. Test implementation is separated per datasets and pools to avoid one big complex file. Tests are dependent so order of execution is forced by adding a_test.go running test with sub tests in required order.
Faruk Kasumovic
2015-06-03 22:42:48 +0200
65eb260be4- Make dataset destroy returns meaningful error if dataset contains children - Implementation of recursive dataset destroy DestroyRecursive()
Faruk Kasumovic
2015-05-07 22:59:44 +0200
fe306ffc28- More updates to README to reflect change of project location
Faruk Kasumovic
2015-04-20 10:55:04 +0200
5405c7568a- Update link to godoc in README to reflect change of project location.
Faruk Kasumovic
2015-04-20 10:49:01 +0200
e67132bb04- Added list of main features to README, and small aperance improvements Make LICENSE more easy to read on GitHub
Faruk Kasumovic
2015-04-19 23:33:10 +0200