summaryrefslogtreecommitdiff
path: root/src/testradospp.cc
Commit message (Expand)AuthorAgeFilesLines
* librados: compound ObjectOperationSage Weil2011-03-291-0/+7
* testradospp: zero terminate before printing strsColin Patrick McCabe2011-03-251-1/+12
* testlibrbd, testradospp: read default conf fileJosh Durgin2011-03-151-3/+2
* librados: add append to objectYehuda Sadeh2011-03-071-0/+2
* Merge branch 'next'Sage Weil2011-03-051-0/+1
|\
| * Rename radios_ioctx_{open,close} to create/destroyColin Patrick McCabe2011-03-031-2/+2
| * librados: fix copy ctor of ObjectIteratorColin Patrick McCabe2011-03-031-13/+18
| * testrados: add object stat testJosh Durgin2011-03-031-2/+8
* | testradospp: don't try to read /etc/ceph/ceph.conf explicitlyYehuda Sadeh2011-03-021-2/+2
* | Rename radios_ioctx_{open,close} to create/destroyColin Patrick McCabe2011-03-011-2/+2
* | testrados: add object stat testJosh Durgin2011-03-011-2/+8
* | librados: fix copy ctor of ObjectIteratorColin Patrick McCabe2011-02-281-13/+18
|/
* Rename PoolHandle to IoContext: part 2Colin Patrick McCabe2011-02-251-38/+38
* librados: Rename rados_pool_t to rados_ioctx_tColin Patrick McCabe2011-02-251-2/+2
* testradospp: update for new librados APIJosh Durgin2011-02-251-54/+41
* librados: C++ API reworkColin Patrick McCabe2011-02-251-5/+34
* testlibrbdpp: update for new librados and librbd APIsJosh Durgin2011-02-231-3/+3
* librados, librbd, radosacl: use new include pathsJosh Durgin2011-02-071-1/+1
* osd, librados: configurable notify timeoutYehuda Sadeh2010-12-291-0/+1
* librados, objecter: fix unwatch operationYehuda Sadeh2010-12-091-0/+14
* osd, librados: misc fixes, linger related issuesYehuda Sadeh2010-11-301-2/+2
* librados: last_objver is set on the pool, and not per threadYehuda Sadeh2010-11-231-1/+1
* librados: assert_version on sync operationsYehuda Sadeh2010-11-231-4/+5
* librados: notify waits for completionYehuda Sadeh2010-11-231-5/+11
* librados: update C apiYehuda Sadeh2010-11-231-0/+1
* librados: enable object versioningYehuda Sadeh2010-11-231-1/+19
* rbd: add snapshot creation via rbd classYehuda Sadeh2010-06-101-0/+2
* rbd: snapshots management via class mechanismYehuda Sadeh2010-06-101-0/+10
* testradospp: add a test for librados truncYehuda Sadeh2010-06-101-0/+4
* testradospp: update test, use write_fullYehuda Sadeh2010-06-101-4/+5
* librados: clean up object listing apiSage Weil2010-04-081-1/+3
* librados: move c++ api into librados.hpp; more type cleanupSage Weil2010-04-081-2/+4
* librados: use std::string, not nstring, in c++ apiSage Weil2010-04-081-5/+5
* librados: move librados.h to include/Sage Weil2010-04-081-1/+1
* librados: reduce #includesSage Weil2010-04-081-0/+1
* rados: move librados.h, rados_bencher.hSage Weil2009-12-041-1/+1
* auth: reuse global_id when requesting ticketsYehuda Sadeh2009-11-161-2/+2
* auth: client requests tickets when neededYehuda Sadeh2009-10-271-0/+2
* auth: enforce read/write caps for osd_opYehuda Sadeh2009-10-221-5/+13
* auth: monitors authenticate themselves on outgoing connectionsYehuda Sadeh2009-10-091-0/+3
* auth: handle keys request, cleanupYehuda Sadeh2009-09-021-1/+1
* s3gw: interface changes, preparing grounds for user metadataYehuda Sadeh2009-07-141-0/+10
* osd: fix encoding/decoding of [sub]op responseYehuda Sadeh2009-06-111-1/+1
* class: add cls_setxattrYehuda Sadeh2009-06-101-1/+2
* class: class acl stuff preliminary stuffYehuda Sadeh2009-06-091-0/+6
* rados: can set snapshot sequenceYehuda Sadeh2009-06-051-1/+5
* rados: fixes for dynamic oidsYehuda Sadeh2009-06-051-4/+4
* rados: rados.initialize returns negative on errorSage Weil2009-06-051-1/+1
* Merge commit 'origin/rados' into radosSage Weil2009-06-041-0/+14
|\
| * rados: pgls fixes, uses contextYehuda Sadeh2009-06-031-4/+13