summaryrefslogtreecommitdiffstats
path: root/src/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
* rados_write_full: remove offset parameterColin Patrick McCabe2011-08-121-2/+2
* pybind: Open shared libs by their major version.Tommi Virtanen2011-06-112-2/+2
* ceph-pybind-test: test embedded NULLs in dataColin Patrick McCabe2011-05-261-1/+1
* pybind/rados: correctly return data with NULLsColin Patrick McCabe2011-05-261-1/+1
* pybind/rados.py: throw NoData on ENODATAColin Patrick McCabe2011-05-261-0/+5
* pybind/rados.py: rados.Object.key should be stringColin Patrick McCabe2011-05-251-1/+1
* rados python bindings: handle xattrs with NULLColin Patrick McCabe2011-05-251-1/+1
* librados: add python bindings for getxattrsColin Patrick McCabe2011-05-191-4/+41
* pybind/rgw: fix python bindings for librgwColin Patrick McCabe2011-05-181-12/+16
* Add Python bindings for librgwColin Patrick McCabe2011-05-171-0/+36
* pybind-rados: fix Ioctx::closeColin Patrick McCabe2011-04-261-3/+1
* librados python binding: always use 64-bit offsetsColin Patrick McCabe2011-04-251-3/+3
* pybind-rados: fix read APIColin Patrick McCabe2011-04-251-1/+1
* conf: add observer frameworkColin Patrick McCabe2011-04-201-4/+0
* pybind: convert to new APIColin Patrick McCabe2011-03-181-100/+188
* Merge branch 'next'Sage Weil2011-02-281-16/+18
|\
| * pybind: update rados python bindings for new APIColin Patrick McCabe2011-02-221-16/+17
* | pybind/rados: Fix invalid variable references in error paths.Tommi Virtanen2011-02-261-3/+3
* | pybind/rados: Remove unused variable.Tommi Virtanen2011-02-261-1/+0
* | pybind/rados: version call return type is void.Tommi Virtanen2011-02-261-2/+2
|/
* pybind/rados: write_full: remove silly extra paramColin Patrick McCabe2011-02-171-1/+1
* pybind/rados: implement Pool.write_fullColin Patrick McCabe2011-02-171-5/+18
* pybind/rados: implement Pool::change_auidColin Patrick McCabe2011-02-171-0/+11
* pybind/rados: add rados.versionColin Patrick McCabe2011-02-171-0/+17
* pybind/rados: Add Rados.pool_existsColin Patrick McCabe2011-02-171-0/+11
* pybind/rados: Snap.name should be a py stringColin Patrick McCabe2011-02-171-1/+1
* pybind/rados: add snapshotsColin Patrick McCabe2011-02-171-1/+79
* Add Pool::list_objectsColin Patrick McCabe2011-02-171-43/+75
* rados-python bindings: Fix pool deletion a bitColin Patrick McCabe2011-02-171-44/+52
* pybind/rados: expand on error handling a bitColin Patrick McCabe2011-02-091-29/+51
* Add python bindings for radosHannu Valtonen2011-02-091-0/+233