2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.c: use GetTempPath, not getenv... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.c: _dbus_getpid() returns dbus_pi... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.c: set an error when _close fails... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.c: Use CryptoApi to get random... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-*win.c: remove DBusFile abstraction... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-win.h: add _dbus_win_get_dll-module... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-spawn-win.c: implement missing _dbus_babysitt... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-internals.c: "#define inline" is only needed... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ralf Habacker | _dbus_verbose_real: (optionally) use OutputDebugString... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ralf Habacker | added DBUS_USE_OUTPUT_DEBUG_STRING option |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-internals.h: 2x const char foo[] -> const... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-transport.c: _dbus_credentials_get_windows_si... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-transport.c: fix {our,auth}_identity mismatch... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ralf Habacker | completed notes |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | tools/dbus-launch-win.c: TODO++ (cherry picked from... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-connection.c: use dbus_message_type_to_string... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Fix broken Windows implementation of _dbus_printf_strin... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Use CreateDirectory() instead of complicating things. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Remove a misleading comment. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Add missing stdio.h include needed for _vsnprintf(... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Only define _WIN32_WINNT if not already defined. (cherr... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | tools/dbus-launch-win.c: strrchr -> _mbsrchr (cherry... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ole André Vadla... | Fix DBusMessage compiler warnings by adding some missin... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | dbus/dbus-sysdeps-util-win.c: DBUS_WIN is always define... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Tor Lillqvist | tools/dbus-launch-win.c: fix typo (cherry picked from... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | fix warning, use Sleep, not _sleep on windows (cherry... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | define DBUS_BUILD_TESTS only if the option is enabled... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | fix TEST_SOCKET_DIR on windows, do not override value... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | disable launch-helper on windows for now until it build... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | bus-test-launch-helper is a unit test, test-service... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | Use correct sources to build test-shell-service, fixes... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Ralf Habacker | removed obsolate files |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | cleanup: these files are already generated elsewhere... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | rename test-spawn to spawn-test, to match autotools... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | fix test and binary names (cherry picked from commit... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | rename second test-names to test-names2 to avoid confus... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | build dbus-daemon-launch-helper-test and friends set... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | do not add d suffix on non-windows (cherry picked from... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | generate all config files from the .in files. Set some... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Sebastian Sauer | use CMAKE_BUILD_TYPE to differ between debug and releas... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | use correct test data dir (cherry picked from commit... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | don't leak string list in error case (cherry picked... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | add check for abstract sockets (cherry picked from... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | be more verbose when locking the mutex fails (cherry... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | do not call functions with side-effects inside assert... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | fix configure check and VA_COPY usage |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | set -DDBUS_BUILD_TESTS remove -g, it's already set... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Frank Osterfeld | build fixes for tests on unix (cherry picked from commi... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Christian Ehrlicher | merge changes done to the cmake-buildsystem from the... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Christian Ehrlicher | fix deadlock when dbus-daemon could not start up |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Christian Ehrlicher | all changes for dbus-1.2 API (cherry picked from commit... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Christian Ehrlicher | patch from Thorvald Natvig to fix a copy+paste error... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Peter Kümmel | no fake lock under Windows (cherry picked from commit... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Christian Ehrlicher | use dbus_watch_get_socket in dbus_watch_get_unix_fd... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Christian Ehrlicher | remove an assert for windows only - don't know why... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Ralf Habacker | hide console when autostarting dbus-daemon (cherry... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Marc Mutz | dbus/dbus-sysdeps-win.c: fix linking with mingw32 |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Christian Ehrlicher | Include <stdlib.h> for envion on Windows (cherry picked... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Christian Ehrlicher | msvc 8 compile++ and removed some stupid casts (cherry... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Christian Ehrlicher | mingw compile++ , w2k-support++ |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Will Thompson | Merge branch 'monitor-ay-output' |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Will Thompson | Print all-printable-ASCII byte arrays as strings |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Will Thompson | Print byte arrays as nicely-formatted hex. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Will Thompson | Add an accessor for the loader's corruption reason |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Will Thompson | Include reason when reporting corrupt messages |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Will Thompson | Forbid zero serial numbers |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Will Thompson | Make array-printing code easier to follow |
commit | commitdiff | tree | snapshot |
2009-10-01 |
James Westby | Correct timeout handling |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Reed | Fix compilation on non-Linux: the F_DUPFD_CLOEXEC check... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Reed | missing HAVE_UNIX_FD_PASSING check |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Thiago Macieira | Update D-Bus version number to 1.3.1 |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Thiago Macieira | Getting ready for D-Bus 1.3 dbus-1.3.0 |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Thiago Macieira | Fix the configure-check again: must use b. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Thiago Macieira | Long live D-Bus 1.3.x / 1.4.x. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Thiago Macieira | Fix running tests when builddir != srcdir. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Thiago Macieira | Merge branch 'fd-passing' |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Thiago Macieira | Fix detection of the GCC __sync intrinsics. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Colin Walters | Merge branch 'dbus-1.2' |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Brian Cameron | Bug 22788 - Fix detection of getpwnam_r on Solaris |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Thiago Macieira | Update the HACKING file to contain instructions on... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Release 1.2.16 dbus-1.2.16 |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Cope with dbus-launch not being in DBUS_BINDIR |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Hasso Tepper | Bug 19432 - Fix handling of HAVE_CMSGCRED case (FreeBSD) |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Daniel Reed | Bug 2432 - Support --address option for dbus-monitor |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Grzegorz Dąbrowski | Bug 19446 - HaikuOS support |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Paul Bolle | Bug 16688 - typo in dbus-monitor.1 |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 22415 - COYPING file should note we allow later... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 896 - Avoid race conditions reading message from... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 14259 - Refactor _dbus_get_autolaunch_address |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 14259 - Make session address lookup system-dependent |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Benjamin Reed | Bug 14259 - Work around broken getgrouplist on MacOS X |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kimmo Hämäläinen | Bug 12484 - Ensure initialized variable in dbus_connect... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 18121 - Use a monotonic clock for pthread timeouts |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Matthias Clasen | Bug 22516 - Ensure inotify fd is set close on exec |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 21545 - Move CFLAGS modification towards the end... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Will Thompson | Ensure messages are locked while marshalling. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Christian Persch... | Bug 21657 - Fix configure checks for va_list in maintai... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Tobias Mueller | Bug 21161 - Update the FSF address |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Colin Walters | Bug 21646 - Fix a signed char comparison |
commit | commitdiff | tree | snapshot |
next |