summaryrefslogtreecommitdiff
path: root/src/common/ceph_context.cc
Commit message (Expand)AuthorAgeFilesLines
* log: fix log_max_recent configSage Weil2012-12-261-1/+1
* config: fix 'config set' admin socket commandSage Weil2012-07-251-1/+1
* admin_socket: only init if path is definedSage Weil2012-06-031-1/+2
* perf_counters: use bufferlist instead of vector<char>Sage Weil2012-05-301-6/+2
* admin_socket: pass args separatelySage Weil2012-05-301-7/+7
* admin_socket: streamline command setSage Weil2012-05-301-19/+25
* log: add log flush, dump_recent, reopen admin socket commandsSage Weil2012-05-291-0/+15
* config: add 'set_config <var> <val>' admin socket commandSage Weil2012-05-291-0/+24
* config: add 'show_config' admin socket commandSage Weil2012-05-291-6/+17
* admin_socket: initialize explicitly on startup; disallow changesSage Weil2012-05-291-3/+12
* cephcontext: generalize admin socket hookSage Weil2012-05-291-19/+23
* config: configure log thresholdsSage Weil2012-03-271-0/+10
* log: don't spam -1 to syslog; add err_to_syslog for consistencySage Weil2012-03-271-1/+2
* log: new logging infrastructureSage Weil2012-03-271-30/+65
* ceph_context: initialize member varSage Weil2012-02-011-0/+1
* CephContext: add method for retrieving admin socketJosh Durgin2012-01-271-1/+4
* admin_socket: string commandsSage Weil2012-01-061-0/+39
* admin_socket: refactorSage Weil2012-01-051-4/+4
* perfcounters: fix accessor nameSage Weil2011-10-261-1/+1
* ceph_context: whitespaceSage Weil2011-08-271-18/+9
* ceph_context: only wake up periodically if heartbeat_interval is setSage Weil2011-07-281-5/+8
* ceph_context: check internal heartbeat in cct service threadSage Weil2011-07-281-1/+8
* heartbeatmap: put in ceph namespaceSage Weil2011-07-281-0/+2
* heartbeatmap: introduce heartbeat_mapSage Weil2011-07-281-1/+6
* ceph_context: remove set_module_typeColin Patrick McCabe2011-07-201-6/+0
* Rename ProfLogger to Perfcounters: part 2Colin Patrick McCabe2011-07-201-9/+9
* Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-201-1/+1
* Move ProfLogger socket code into admin_socketColin Patrick McCabe2011-07-201-2/+5
* Rework ProfLoggerColin Patrick McCabe2011-07-181-6/+3
* assert: de-globalizeColin Patrick McCabe2011-06-201-2/+10
* Create global_context.cc to house g_ceph_contextColin Patrick McCabe2011-06-201-6/+0
* Create ProfLoggerCollection to hold ProfLoggersColin Patrick McCabe2011-06-201-10/+25
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-201-1/+0
* CephContext: initialize module_type in ctorColin Patrick McCabe2011-06-091-3/+15
* g_conf: change to pointerColin Patrick McCabe2011-06-071-1/+1
* common: add module_type to CephContext; use to initialize rotating keysSage Weil2011-06-061-0/+1
* DoutStreambuf: de-globalize dout lockColin Patrick McCabe2011-06-031-6/+17
* dout: use recursive mutex for doutColin Patrick McCabe2011-06-011-1/+1
* Create a libcommon service threadColin Patrick McCabe2011-05-241-1/+96
* Add CephContextColin Patrick McCabe2011-05-231-0/+58