summaryrefslogtreecommitdiff
path: root/test/name-test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add tests for pending call timeoutsScott James Remnant2009-05-284-1/+113
* | Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-04-212-2/+2
* | Clean up and clarify default system policyColin Walters2008-12-181-24/+27
* | Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-0/+2
* | Bug 18229: Allow signalsColin Walters2008-12-094-1/+58
* | Infrastructure for testing a "system like" bus in test suiteColin Walters2008-12-053-1/+121
|/
* Bug 16839: Fix bus names in test case so it actually works.Scott James Remnant2008-07-242-7/+7
* Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)Colin Walters2008-05-301-5/+21
* Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)Colin Walters2008-05-301-2/+0
* Add "PrivServer" test which exercises DBusServer and dbus_shutdownColin Walters2008-05-304-1/+243
* Add noinst convenience test library, add a test-shutdownColin Walters2008-05-303-3/+79