diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-03 20:34:36 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-03 20:34:36 +0000 |
commit | 7652304bff969afb3969603149bb385efe861fe8 (patch) | |
tree | bceb1c7e8fe5b390a48110d1ec9ca88cd4779f0d /HACKING | |
parent | baf72e43951b1fefd23c7d246b76939e3c72fc14 (diff) |
* s/D-BUS/D-Bus/g
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5,13 +5,13 @@ can always polish it up. Mailing list === -The D-BUS mailing list is message-bus-list@freedesktop.org; discussion +The D-Bus mailing list is message-bus-list@freedesktop.org; discussion of patches, etc. should go there. Security === -Most of D-BUS is security sensitive. Guidelines related to that: +Most of D-Bus is security sensitive. Guidelines related to that: - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(), strstr(), strtok(), or any of this stuff. Use DBusString. @@ -62,7 +62,7 @@ Coding Style Making a release === -To make a release of D-BUS, do the following: +To make a release of D-Bus, do the following: - check out a fresh copy from CVS @@ -112,25 +112,25 @@ To make a release of D-BUS, do the following: Environment variables === -These are the environment variables that are used by the D-BUS client library +These are the environment variables that are used by the D-Bus client library DBUS_VERBOSE=1 -Turns on printing verbose messages. This only works if D-BUS has been +Turns on printing verbose messages. This only works if D-Bus has been compiled with --enable-verbose-mode DBUS_MALLOC_FAIL_NTH=n Can be set to a number, causing every nth call to dbus_alloc or -dbus_realloc to fail. This only works if D-BUS has been compiled with +dbus_realloc to fail. This only works if D-Bus has been compiled with --enable-tests. DBUS_MALLOC_FAIL_GREATER_THAN=n Can be set to a number, causing every call to dbus_alloc or dbus_realloc to fail if the number of bytes to be allocated is greater -than the specified number. This only works if D-BUS has been compiled with +than the specified number. This only works if D-Bus has been compiled with --enable-tests. DBUS_TEST_MALLOC_FAILURES=n -Many of the D-BUS tests will run over and over, once for each malloc +Many of the D-Bus tests will run over and over, once for each malloc involved in the test. Each run will fail a different malloc, plus some number of mallocs following that malloc (because a fair number of bugs only happen if two or more mallocs fail in a row, e.g. error recovery @@ -147,7 +147,7 @@ These are the test programs that are built if dbus is compiled using --enable-tests. dbus/dbus-test -This is the main unit test program that tests all aspects of the D-BUS +This is the main unit test program that tests all aspects of the D-Bus client library. dbus/bus-test |