summaryrefslogtreecommitdiffstats
path: root/examples/librados (follow)
Commit message (Expand)AuthorAgeFilesLines
* examples: Compile with c++20Matan Breizman2022-09-191-1/+1
* examples/librados: avoid a memory leakInjae Kang2021-09-181-0/+3
* examples/librados: fix bufferlist::copy() in hello_world.cc.Radoslaw Zarzynski2020-02-041-1/+1
* test: s/rados_aio_create_completion/rados_aio_create_completion2/Kefu Chai2019-11-011-1/+1
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+1
* Merge pull request #24939 from marcosps/simplify_examplesKefu Chai2018-11-282-78/+60
|\
| * examples/librados/hello_world.cc: Remove not needed else clauseMarcos Paulo de Souza2018-11-051-41/+32
| * examples/librados/hello_world_c: Remove not needed else clauseMarcos Paulo de Souza2018-11-051-37/+28
* | examples/librados: link c++ samples against libradosppKefu Chai2018-11-081-1/+1
|/
* examples/Makefile: add -Wno-unused-parameter to avoid compile errorJi You2018-08-161-2/+2
* example/librados: remove dependency on Boost system libraryNathan Cutler2018-07-211-1/+1
* examples: fix link order in librados example MakefileMahati Chamarthy2017-09-252-6/+6
* Added libradosstriper example Signed-off-by: Logan Blyth <mrbojangles3@gmail....Logan Blyth2017-05-292-4/+110
* doc: fix the links to http://ceph.com/docsKefu Chai2017-03-152-2/+2
* librados examples: link and include from current source tree by default.Jesse Williamson2016-03-172-12/+36
* Fix Makefile in example/librados file.youji2015-10-201-1/+3
* examples/librados/hello_world.cc:missing semicolonMichal Jarzabek2015-09-261-1/+1
* Examples: hello_world.cc, content displayed after read is not null terminated.Brad Hubbard2015-09-151-1/+3
* Fix typos in librados example codeJiaying Ren2015-06-171-1/+1
* examples: Add example for the librados C APIAdam Crume2014-08-212-4/+325
* examples: add a librados/hello_world programGreg Farnum2013-08-193-0/+311