summaryrefslogtreecommitdiffstats
path: root/gluster/gfapi.py
Commit message (Expand)AuthorAgeFilesLines
* Move source files into gfapi/ dirPrashanth Pai2016-08-101-1736/+0
* Simplify packagingPrashanth Pai2016-08-091-0/+2
* Implement copytree() and enhance walk(), rmtree()Prashanth Pai2016-08-031-34/+136
* Expose glfs_readdirplus_rPrashanth Pai2016-06-301-14/+193
* Fix license discrepanciesPrashanth Pai2016-06-171-9/+8
* Implement shutil.copy* methods and os.link()Prashanth Pai2016-06-151-1/+146
* Add validation decoratorsPrashanth Pai2016-06-151-16/+62
* Revamp and complete API documentationPrashanth Pai2016-06-091-57/+210
* Implement os.utime() like API and zerofillPrashanth Pai2016-06-011-2/+43
* Merge "Re-enable glfs_dup() tests"Humble Devassy Chirammal2016-03-181-1/+0
|\
| * Re-enable glfs_dup() testsPrashanth Pai2016-03-151-1/+0
* | Add readinto() APIPrashanth Pai2016-02-241-0/+23
|/
* Disable glfs_dup testsPrashanth Pai2016-02-231-0/+1
* Merge "Fix parsing of binary data as str"Thiago da Silva2015-10-051-1/+1
|\
| * Fix parsing of binary data as strPrashanth Pai2015-06-231-1/+1
* | Provide use_errno to all gfapi foreign function prototypesAlpha2015-09-161-10/+17
* | Fix open/fopen in thread other than mainOleksiy Syvokon2015-08-311-7/+4
* | changed unmount to umountZandrr2015-06-271-3/+3
|/
* Fix reading of binary data in read()Prashanth Pai2015-06-181-1/+4
* Add missing Path based operation APIsPrashanth Pai2015-06-181-16/+166
* Add missing File APIsPrashanth Pai2015-06-181-43/+246
* Refactor volume initialization codePrashanth Pai2015-06-171-9/+120
* Explicitly set .so file if find_library() failsPrashanth Pai2015-06-111-2/+3
* Package libgfapi-python project for its consumersHumble Devassy Chirammal2015-05-291-13/+9
* Rename module name from glusterfs to glusterHumble Chirammal2015-04-251-0/+578
* changing gluster dir to glusterfsThiago da Silva2014-03-181-538/+0
* adding functions needed by gluster-swiftThiago da Silva2014-03-131-3/+166
* added Apache license comment to source codeThiago da Silva2014-03-061-0/+15
* adding new methods to Volume classThiago da Silva2014-03-061-3/+82
* changed write and read functions to support binary dataThiago da Silva2014-02-241-3/+9
* add mode parameter to mkdir methodThiago da Silva2014-01-291-2/+2
* first libgfapi-python functional testsThiago da Silva2014-01-221-221/+0
* remove unused libraries importThiago da Silva2014-01-171-3/+0
* added support for with statements in open and creatThiago da Silva2014-01-161-70/+82
* unit testsThiago da Silva2014-01-141-4/+3
* make code pep8 compliantThiago da Silva2014-01-101-141/+153
* adding error handling to api callsThiago da Silva2014-01-091-369/+423
* fixing tests and indentation errorsThiago da Silva2014-01-061-6/+6
* initial repo tree with gfapi.pyThiago da Silva2013-10-301-0/+422