ceph/src/common
Colin Patrick McCabe 693c4e50e5 Merge branch 'wip-argparse'
Conflicts:
	src/rgw/rgw_admin.cc
2011-09-06 15:39:30 -07:00
..
admin_socket_client.cc admin_socket: implement schema request 2011-07-26 16:41:52 -07:00
admin_socket_client.h admin_socket: implement schema request 2011-07-26 16:41:52 -07:00
admin_socket.cc common/pipe: add function to do pipe2(O_CLOEXEC) 2011-08-22 13:11:18 -07:00
admin_socket.h admin_socket: change request 0 to get version 2011-07-25 12:53:52 -07:00
arch.h Bug #98: Unique names for include guards 2010-06-17 10:47:37 -07:00
armor.c Fix base64-decoding when input ends in newline. 2011-02-02 11:02:17 -08:00
armor.h common: Make armor.h safe to use from C. 2011-03-29 12:55:17 -07:00
assert.cc assert: de-globalize 2011-06-20 16:41:43 -07:00
BackTrace.cc backtrace: user the proper version header 2011-03-18 15:09:26 -07:00
BackTrace.h make misc items as not copyable 2011-06-21 15:58:59 -07:00
buffer.cc uninline a bunch of buffer.h stuff 2011-08-18 08:44:28 -07:00
ceph_argparse.cc ceph_argparse: remove unused macros, functions 2011-09-06 15:28:45 -07:00
ceph_argparse.h ceph_argparse: remove unused macros, functions 2011-09-06 15:28:45 -07:00
ceph_context.cc ceph_context: whitespace 2011-08-27 09:25:26 -07:00
ceph_context.h heartbeatmap: put in ceph namespace 2011-07-28 09:49:23 -07:00
ceph_crypto.cc Create a libcommon service thread 2011-05-24 12:21:02 -07:00
ceph_crypto.h crypto: reinclude our assert to clobber system one 2011-08-31 10:00:51 -07:00
Clock.cc Remove "#include debug.h" from config.h 2011-06-22 14:49:56 -07:00
Clock.h g_clock.now -> ceph_clock_now 2011-06-20 16:34:17 -07:00
code_environment.cc Replace g_conf.name and g_conf.id with entityname 2011-03-08 08:38:57 -08:00
code_environment.h Replace g_conf.name and g_conf.id with entityname 2011-03-08 08:38:57 -08:00
common_init.cc Fix bug in turning off logging. Remove log_dir. 2011-08-15 20:58:23 -07:00
common_init.h initialize g_ceph_context in common_preinit 2011-06-21 16:23:37 -07:00
compiler_extensions.h Add compiler_extensions.h for warn_unused_result 2011-06-30 10:24:03 -07:00
Cond.h g_clock.now -> ceph_clock_now 2011-06-20 16:34:17 -07:00
config_obs.h Create de-globalized versions of the dout macro 2011-06-20 16:06:54 -07:00
config.cc rgw: log of nonexsistent bucket config option 2011-09-02 12:18:43 -07:00
config.h rgw: log of nonexsistent bucket config option 2011-09-02 12:18:43 -07:00
ConfUtils.cc config: normalize key names, cleanup 2011-04-15 13:18:38 -07:00
ConfUtils.h config: normalize key names, cleanup 2011-04-15 13:18:38 -07:00
debug.h Convert g_ceph_context to a pointer. 2011-06-21 12:28:16 -07:00
DecayCounter.h DecayCounter: take a utime_t in ::decode 2011-06-21 11:40:20 -07:00
dout.h Remove lingering references to g_conf 2011-07-18 10:37:42 -07:00
DoutStreambuf.cc assert: use our assert 2011-08-31 10:00:51 -07:00
DoutStreambuf.h Create de-globalized versions of the dout macro 2011-06-20 16:06:54 -07:00
entity_name.cc config: complain if --name gives an invalid type 2011-04-06 12:35:38 -07:00
entity_name.h config: complain if --name gives an invalid type 2011-04-06 12:35:38 -07:00
environment.cc common: add environment.cc/environment.h 2011-04-19 10:28:16 -07:00
environment.h lockdep: fix shadowed global, add printout 2011-06-01 11:18:01 -07:00
errno.cc cpp_strerror: handle negative error code 2011-03-14 07:47:08 -07:00
errno.h errno: add missing common/errno.h 2010-10-21 17:31:59 -07:00
escape.c json escaping fix 2011-08-29 17:12:03 -07:00
escape.h Formatter.cc: use common/escape.h 2011-08-01 11:24:04 -07:00
fiemap.cc rbd: fix misc problems 2011-02-07 15:13:01 -08:00
Finisher.cc common/Finisher: use ldout 2011-06-20 16:22:25 -07:00
Finisher.h common/Finisher: use ldout 2011-06-20 16:22:25 -07:00
Formatter.cc formatter: less big buffer for dump format string 2011-08-21 13:51:55 -07:00
Formatter.h Formatter: add open_object_section_in_ns, etc. 2011-08-04 14:27:14 -07:00
HeartbeatMap.cc heartbeatmap: fix reset_timeout with mixed-used threads 2011-08-29 15:02:46 -07:00
HeartbeatMap.h heartbeatmap: add suicide grace 2011-08-29 11:46:15 -07:00
hex.cc hex.cc: de-globalize 2011-06-20 16:41:43 -07:00
hex.h hex.cc: de-globalize 2011-06-20 16:41:43 -07:00
likely.h logging: optimize with likely/unlikely macros 2010-12-06 15:38:14 -08:00
lockdep.cc Remove "#include debug.h" from config.h 2011-06-22 14:49:56 -07:00
lockdep.h lockdep: add lockdep_register_ceph_context,cleanup 2011-06-20 16:06:54 -07:00
LogClient.cc LogClient: remove accidental g_conf references 2011-06-20 16:41:42 -07:00
LogClient.h LogClient: pass in CephContext explicitly 2011-06-09 18:04:39 -07:00
LogEntry.h fix utime.h #include recursion 2011-08-26 09:11:16 -07:00
MemoryModel.cc common/MemoryModel: de-globalize 2011-06-20 16:22:25 -07:00
MemoryModel.h common/MemoryModel: de-globalize 2011-06-20 16:22:25 -07:00
mime.c mime encoding: encode control chars 2011-07-14 16:25:28 -07:00
mime.h mime.h: better comments 2011-07-11 15:11:24 -07:00
Mutex.h lockdep: code cleanup and de-globalization 2011-06-20 16:22:24 -07:00
page.cc
perf_counters.cc Makefile.am: always #define __STDC_FORMAT_MACROS 2011-08-01 11:13:53 -07:00
perf_counters.h admin_socket: implement schema request 2011-07-26 16:41:52 -07:00
pipe.c Revert "pipe.c: #define GNU_SOURCE" 2011-08-24 09:38:09 -07:00
pipe.h common/pipe: add function to do pipe2(O_CLOEXEC) 2011-08-22 13:11:18 -07:00
run_cmd.cc run_cmd: ret empty string on success;err otherwise 2011-06-20 16:22:27 -07:00
run_cmd.h run_cmd: ret empty string on success;err otherwise 2011-06-20 16:22:27 -07:00
RWLock.h make misc items as not copyable 2011-06-21 15:58:59 -07:00
safe_io.c safe_io: fix signed/unsigned comparisons 2011-03-05 20:40:13 -08:00
safe_io.h Add compiler_extensions.h for warn_unused_result 2011-06-30 10:24:03 -07:00
sctp_crc32.c
secret.c secret: use strncpy, snprintf 2011-08-21 14:07:21 -07:00
secret.h common, mount.ceph: move functions for working with secrets into secret.h 2011-04-22 13:34:12 -07:00
Semaphore.h Bug #98: Unique names for include guards 2010-06-17 10:47:37 -07:00
signal.cc Rename ProfLogger to PerfCounters 2011-07-20 15:58:13 -07:00
signal.h Move signal, pidfile to global 2011-06-20 16:41:42 -07:00
simple_spin.cc simple_spin: use file-scope global not function 2011-06-03 18:15:11 -07:00
simple_spin.h Add simple_spin 2011-06-03 14:47:00 -07:00
static_assert.h config: typecheck initialization macros 2011-04-01 10:27:40 -07:00
str_list.cc common: str_list: const cleanup 2010-12-29 17:58:50 -08:00
strtol.cc common: Add strict_strtof, strict_strtod, unittest 2011-03-30 14:57:45 -07:00
strtol.h common: Add strict_strtof, strict_strtod, unittest 2011-03-30 14:57:45 -07:00
sync_filesystem.h Define _GNU_SOURCE in src/Makefile.am 2011-08-22 15:35:13 -07:00
Thread.cc assert: use our assert 2011-08-31 10:00:51 -07:00
Thread.h thread: detach() 2011-08-02 11:40:16 -07:00
Throttle.h ceph_context: whitespace 2011-08-27 09:25:26 -07:00
Timer.cc common: de-globalize LogClient, ProfLogger, Timer 2011-06-20 16:35:18 -07:00
Timer.h common: de-globalize LogClient, ProfLogger, Timer 2011-06-20 16:35:18 -07:00
utf8.c mime encoding: encode control chars 2011-07-14 16:25:28 -07:00
utf8.h mime encoding: encode control chars 2011-07-14 16:25:28 -07:00
version.cc use 'git describe' version 2011-03-18 14:37:17 -07:00
version.h version: fix const warning 2011-03-05 20:40:55 -08:00
WorkQueue.cc heartbeatmap: add suicide grace 2011-08-29 11:46:15 -07:00
WorkQueue.h heartbeatmap: add suicide grace 2011-08-29 11:46:15 -07:00