summaryrefslogtreecommitdiff
path: root/src/testmsgr.cc
Commit message (Expand)AuthorAgeFilesLines
* testmsgr.cc: remove twice included <sys/stat.h>Danny Al-Gaaf2013-02-041-1/+0
* ceph-fuse: fix leak of argsSage Weil2012-11-091-2/+0
* msgr: name messengersSage Weil2012-04-301-1/+1
* log: new logging infrastructureSage Weil2012-03-271-0/+1
* msgr: switch all users over to abstract interfaceSage Weil2012-03-141-4/+4
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-2/+2
* msgr: Remove the SimpleMessenger::bind() nonce parameter.Greg Farnum2012-03-021-1/+2
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-2/+2
* msg: Move public_addr use outside ->bind()Tommi Virtanen2011-11-211-1/+1
* testmsgr.cc: use set_val / apply_changesColin Patrick McCabe2011-09-141-1/+5
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-4/+4
* move common_init to global_initColin Patrick McCabe2011-06-201-2/+2
* Dispatcher should take a CephContext argumentColin Patrick McCabe2011-06-091-1/+7
* g_conf: change to pointerColin Patrick McCabe2011-06-071-1/+1
* fix the MonClient problems for --with-debug programs.Greg Farnum2011-06-031-1/+1
* Add CephContextColin Patrick McCabe2011-05-231-1/+1
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-231-1/+1
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-201-0/+1
* msgr, common: Refactor to extract daemonization out of messenger.Tommi Virtanen2011-04-291-1/+1
* msgr: move test binaries to updated msgr bind/start interfaceSage Weil2011-03-171-1/+1
* cfuse: set proper defaultsColin Patrick McCabe2011-03-141-2/+2
* common_init: Split common_init into multiple partsColin Patrick McCabe2011-03-101-1/+1
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* Fold common_set_defaults into common_initColin Patrick McCabe2011-02-231-1/+0
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* common: Split argument parsing into ceph_argparseColin Patrick McCabe2011-02-201-0/+1
* common: combine set_fg_logging into common_initColin Patrick McCabe2011-02-081-2/+1
* common: make command-line programs log to stderrColin Patrick McCabe2011-01-051-0/+1
* config: add OPT_ADDR type, move "public_addr"/"cluster_addr" processing thereGreg Farnum2010-08-031-2/+1
* config: rename g_my_addr to g_public_addr, add g_cluster_addrGreg Farnum2010-08-031-1/+1
* Merge branch 'unstable' into mon-removeSage Weil2010-07-291-3/+3
|\
| * common: break init into set_defaults and init stepsSage Weil2010-07-011-1/+3
| * debug: revamp debug/loggingSage Weil2010-07-011-2/+0
* | mon: identify monitors by name, not rankSage Weil2010-06-081-3/+5
|/
* types: standardize on uint64_tSage Weil2010-05-071-2/+2
* msg: Change all uses of ~Message to Message->put()Greg Farnum2010-03-311-1/+1
* msgr: Remove erroneous rank->destroy calls I inserted in 9a96bfGreg Farnum2010-01-071-1/+0
* msgr: Make usage compatible with last commitGreg Farnum2010-01-061-1/+2
* msgr: All SimpleMessenger uses are now on the heap for appropriate destructionGreg Farnum2010-01-061-5/+6
* Merge branch 'unstable' into authSage Weil2009-10-211-3/+2
|\
| * msgr: change ms_handle_[peer_]reset prototypeSage Weil2009-10-131-2/+2
| * msgr: kill unused ms_handle_failureSage Weil2009-10-131-1/+0
* | auth: common_init should not always init keysYehuda Sadeh2009-09-251-1/+1
|/
* msgr: pass Connection* to msgr error handlersSage Weil2009-09-211-3/+3
* msgr: change dispatcher interfaces; some monclient cleanupsSage Weil2009-09-151-3/+4
* msgr: deliver resets to all dispatchers; make naming consistentSage Weil2009-08-311-1/+1
* monclient: refactor MonMap into MonClientSage Weil2009-06-261-7/+6
* monc: add mount/umount to mon clientSage Weil2009-05-071-2/+2
* msgr: kill static instance 'rank' of SimpleMessengerv0.7.3Sage Weil2009-05-011-0/+1