summaryrefslogtreecommitdiffstats
path: root/src/test/admin_socket.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: fix Windows ::_creatLucian Petrut2023-11-221-0/+8
* common/admin_socket: add a command to raise a signalLeonid Usov2023-10-121-0/+214
* common/admin_socket: pass inbl to sync call() methodSage Weil2022-09-121-0/+3
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* test: port Ceph tests to WindowsLucian Petrut2021-01-051-4/+19
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-2/+2
* src/: drop cct from cmd_getval()Kefu Chai2020-01-311-2/+2
* common/admin_socket: pass Formatter from generic infrastructureSage Weil2019-10-041-3/+3
* common/admin_socket: pass ostream to call() for error outputSage Weil2019-10-041-3/+10
* common/admin_socket: return int from hook call()Sage Weil2019-10-011-9/+9
* common/admin_socket: drop explicit prefix arg to register_commandSage Weil2019-10-011-4/+4
* test/admin_socket: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-8/+8
* common/admin_socket: Copy fewer stringsAdam C. Emerson2018-02-161-3/+6
* test: fix unittest memory leak to make valgrind silenceYao Zongyou2017-12-251-21/+15
* common: add override for common submodule and miscliuchang08122017-02-161-3/+3
* test: add new testcase for request admin_socket with long requestYunchuan Wen2016-12-171-0/+14
* test,cmake: turn unit.h into unit.cc to speed up compilationKefu Chai2016-11-281-1/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-15/+1
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* test/admin_socket: check error message according to OSYan, Zheng2015-08-311-1/+6
* c++11: replace auto_ptr with unique_ptrCasey Bodley2015-08-031-8/+8
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-0/+1
* Merge branch 'next'Ken Dreyer2014-02-201-3/+123
|\
| * common: ping existing admin socket before unlinkLoic Dachary2014-02-161-2/+133
* | common: admin socket fallback to json-pretty formatLoic Dachary2014-02-111-0/+43
|/
* Make all AdminSocket commands use argparse/cmdmap.Dan Mick2013-07-311-11/+29
* test/admin_socket: fix admin_socket unit testsSage Weil2013-07-271-9/+9
* ceph_test_admin_socket: fix unit testSage Weil2013-07-271-2/+2
* admin_socket and all users: command-descriptor supportDan Mick2013-05-221-3/+3
* admin_socket: fix unit testSage Weil2012-05-311-13/+17
* admin_socket: register command prefixesSage Weil2012-05-311-0/+35
* admin_socket: fix, extend admin_socket unit testsSage Weil2012-01-061-15/+32
* admin_socket: change request 0 to get versionColin Patrick McCabe2011-07-251-1/+3
* re-enable proflogger testColin Patrick McCabe2011-07-211-19/+3
* test/admin_socket: test message 0Colin Patrick McCabe2011-07-211-1/+10
* Move ProfLogger socket code into admin_socketColin Patrick McCabe2011-07-201-0/+79