summaryrefslogtreecommitdiff
path: root/test/name-test
Commit message (Expand)AuthorAgeFilesLines
* Stop asserting that we're not using the dummy lock implementationSimon McVittie2014-10-291-10/+0
* Make sure tests run with a temporary XDG_RUNTIME_DIRSimon McVittie2014-01-063-0/+12
* Unify the way to find dbus-daemon test binaryChengwei Yang2013-10-081-0/+1
* Don't assume that X11 autolaunch will work if DISPLAY is unsetSimon McVittie2013-09-131-3/+5
* Use test binaries in build dir to do testChengwei Yang2013-09-131-1/+6
* run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie2013-09-051-1/+1
* Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie2013-09-031-4/+5
* Export dbus_setenv() as a utility functionSimon McVittie2013-08-231-2/+1
* tests to embedded tests: replaced in automake filesChengwei Yang2013-06-281-2/+2
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-5/+9
* Include config.h as the first thing in every .c fileSimon McVittie2013-02-221-0/+2
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-122-4/+4
* Merge branch 'dbus-1.4'Simon McVittie2011-09-213-4/+7
|\
| * Check for Python; skip Python tests if not foundSimon McVittie2011-09-213-4/+7
* | Remove various never-used variablesSimon McVittie2011-08-051-1/+0
* | test, test/name-test: remove SOURCES where they can be inferred from the name...Simon McVittie2011-07-291-30/+0
* | test/name-test: remove useless CFLAGSSimon McVittie2011-07-291-4/+0
* | test/name-test: use AM_CPPFLAGS instead of INCLUDESSimon McVittie2011-07-291-2/+6
* | Simplify linking for tests that use libdbus-testutilsSimon McVittie2011-07-291-4/+4
* | Don't explicitly link thread and network libs into various testsSimon McVittie2011-07-291-8/+8
* | Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-291-8/+3
* | Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)Simon McVittie2011-07-291-1/+1
* | Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie2011-07-291-1/+1
* | Remove DBUS_TEST_CFLAGS, which is emptySimon McVittie2011-07-291-1/+1
|/
* Check for X even if X11 autolaunching is disabledSimon McVittie2011-05-251-1/+1
* test-autolaunch: don't expect autolaunching to work if X11 is disabledSimon McVittie2011-05-251-0/+19
* Merge branch 'serverdata-33277' into dbus-1.4Simon McVittie2011-02-021-14/+66
|\
| * test-privserver-client: wait for server to die between iterationsSimon McVittie2011-01-211-14/+66
* | test/name-test: remove dangling references to test-names.c, which is absentSimon McVittie2011-01-251-6/+0
|/
* Add autolaunch test to .gitignoreSimon McVittie2011-01-061-0/+1
* Revert "test-autolaunch is only known to work in launchd environments."Will Thompson2010-12-151-5/+1
* test-autolaunch is only known to work in launchd environments.Mike McQuaid2010-12-041-1/+5
* Added a test-autolaunch.Colin Walters2010-12-043-1/+48
* Update a load of .gitignoresWill Thompson2010-10-051-2/+6
* Port test-privserver to windows by using the TEST_LISTEN bus address.Ralf Habacker2010-04-131-0/+4
* Renamed libdbus-convenience to libdbus-internal for automake (to stay in sync...Ralf Habacker2010-03-231-7/+7
* Update dll export for autoconf (to stay in sync with cmake).Marcus Brinkmann2010-03-231-0/+1
* Merge branch 'dbus-1.2'Colin Walters2010-03-223-576/+1
|\
| * Delete name-test/test-namesColin Walters2010-03-163-575/+1
| * Ignore exit code zero from activated servicesColin Walters2010-01-283-1/+67
| * Add tests for pending call timeoutsScott James Remnant2009-07-144-1/+113
| * Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-062-2/+2
| * Merge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59' into dbus-1.2Colin Walters2008-12-161-24/+27
| |\
| | * Clean up and clarify default system policyColin Walters2008-12-121-24/+27
| * | Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-3/+1
| |/
| * Bug 18229: Allow signalsColin Walters2008-12-094-1/+58
| * Infrastructure for testing a "system like" bus in test suiteColin Walters2008-12-053-1/+121
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-198-0/+8
* | Ignore exit code zero from activated servicesColin Walters2009-12-153-1/+67
* | Fix running tests when builddir != srcdir.Thiago Macieira2009-07-161-1/+1