summaryrefslogtreecommitdiff
path: root/src/global/global_init.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-5/+5
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-1/+1
* config: do not always print config file missing errorsSage Weil2012-12-101-1/+4
* config: always complain about config parse errorsSage Weil2012-12-101-3/+1
* config: add 'fatal signal handlers' optionSage Weil2012-08-271-1/+3
* global: only print banner if type is daemonSage Weil2012-08-141-1/+2
* global: fix version banner in log on startupSage Weil2012-08-141-0/+2
* config: send warnings to a ostream* argumentSage Weil2012-07-281-1/+1
* global_init: do not count threads before daemonize()Sage Weil2012-05-031-7/+0
* global_init: don't fail out if there is no default config.Greg Farnum2012-04-301-3/+9
* global: fix incorrect CINIT flag.Greg Farnum2012-04-301-1/+1
* log: do not set on_exit() callback for librariesSage Weil2012-04-281-0/+3
* global: add -C or --cluster early args to specify cluster nameSage Weil2012-04-051-2/+3
* log: new logging infrastructureSage Weil2012-03-271-9/+10
* rgw: process default alt args before processing conf fileYehuda Sadeh2012-03-201-3/+4
* global: drop yellow warning on startupSage Weil2012-03-131-5/+0
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+4
* lockdep: don't make noise on startupSage Weil2012-02-241-1/+1
* lockdep: warn on stderr (via derr), not stdoutSage Weil2012-02-241-2/+1
* global: resurrect lockdepSage Weil2012-02-201-0/+2
* global: make daemon banner print explicitSage Weil2011-12-011-9/+10
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-0/+1
* common: CINIT_FLAG_NO_BANNERSage Weil2011-10-041-1/+2
* global_init: make startup line consistent, less uglySage Weil2011-08-311-3/+3
* Fix bug in turning off logging. Remove log_dir.Colin Patrick McCabe2011-08-151-6/+0
* injectargs: print out what is changingColin Patrick McCabe2011-07-281-1/+1
* honor CINIT_FLAG_NO_DEFAULT_CONFIG_FILEColin Patrick McCabe2011-07-051-1/+1
* Fix handling of CEPH_CONFColin Patrick McCabe2011-06-301-4/+11
* global_init: make global_init_set_globals staticColin Patrick McCabe2011-06-241-1/+1
* Remove "#include debug.h" from config.hColin Patrick McCabe2011-06-221-0/+2
* initialize g_ceph_context in common_preinitColin Patrick McCabe2011-06-211-17/+30
* common_init: de-globalizeColin Patrick McCabe2011-06-211-1/+1
* assert: de-globalizeColin Patrick McCabe2011-06-201-0/+1
* Move signal, pidfile to globalColin Patrick McCabe2011-06-201-1/+2
* move common_init to global_initColin Patrick McCabe2011-06-201-0/+200