Bug 621213 – GDBusProxy and well-known names
[platform/upstream/glib.git] / gio / tests /
2010-06-11 David ZeuthenBug 621213 – GDBusProxy and well-known names
2010-06-11 Ryan Lortiegitignore GApplication test-cases
2010-06-11 Christian DywanAdd a regression test for GConverterOutputStream corruption
2010-06-11 Ryan LortieGSettings test case fixes
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Colin WaltersRewrite apps test to ensure children are killed
2010-06-10 Matthias ClasenFix GApplication tests to run without a session bus
2010-06-09 Juan A. Suarez RomeroFix warning
2010-06-09 Juan A. Suarez RomeroFix warnings
2010-06-08 Matthias ClasenFix !srcdir checks
2010-06-07 Matthias ClasenMerge the wip/gapplication branch
2010-06-07 Matthias ClasenInclude the right header
2010-06-07 Ryan LortieBug 620496 - schema compiler: reject invalid paths
2010-05-25 David ZeuthenGDBus: Big-endian fixes
2010-05-24 Ryan LortieGDBusConnection.call(): add 'reply_type' argument
2010-05-24 Tor LillqvistMost of the gdbus test programs build only on Unix
2010-05-21 David ZeuthenReturn an error for calls into unknown interfaces or...
2010-05-20 David ZeuthenBug 619142 – Build fixes
2010-05-18 Ryan LortieBug 619031 - method-calls-in-thread test failing
2010-05-18 Robert AncellAdd missing gunixfdlist.h include in gdbus-example...
2010-05-17 Ryan Lortiegitignore additions for gdbus, new test cases
2010-05-16 Sebastian DrögeFix gio tests linking with binutils gold linker
2010-05-15 Matthias ClasenFix issues with GSETTINGS_CHECK_RULE
2010-05-14 Christian PerschPlug mem leaks in gdbus tests & examples
2010-05-14 David ZeuthenGDBus: Remove cached value if a property is invalidated
2010-05-14 David ZeuthenGDBus: Fix serialization of empty arrays
2010-05-14 Matthias Clasenanother !srcdir build fix
2010-05-14 Matthias ClasenMore !srcdir build fixes
2010-05-14 Matthias ClasenFix !srcdir build
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-14 Matthias ClasenClean up platform-specific includes
2010-05-13 Ryan Lortiecheck for working gettext() before running tests
2010-05-13 David ZeuthenGDBus: Nuke G_BUS_TYPE_NONE
2010-05-13 David ZeuthenGDBus: Don't take a GError for g_dbus_proxy_get_cached_...
2010-05-13 David ZeuthenGDBus: Update docs for GDBusProxy::g-properties-changed...
2010-05-13 David ZeuthenGDBus: Add GDBusAuthObserver param in g_dbus_connection...
2010-05-13 David ZeuthenGDBus: Rename ::deny-authentication-peer to ::authorize...
2010-05-13 David ZeuthenGDBus: Make message serialization routines take capabil...
2010-05-13 Matthias Clasenremove the redundant interface_name parameter
2010-05-13 David ZeuthenGDBus: Catch up with new PropertiesChanged signal
2010-05-13 Matthias ClasenFill out the export section of the migration guide
2010-05-13 Matthias ClasenAdd an example of exporting a GObject
2010-05-13 David ZeuthenGDBus: Make gdbus(1) print annotations when introspecti...
2010-05-13 David ZeuthenGDBusProxy: Remove error in get_cached_property() and...
2010-05-12 David ZeuthenGDBus: Add an example of a GDBusProxy subclass
2010-05-12 Jesse van den KieboomAdded test cases for g_output_stream_close_async
2010-05-11 Matthias ClasenStrip copyright headers from examples
2010-05-10 David ZeuthenGDBus: Use GVariant instead of GHashTable for GDBusProx...
2010-05-10 David ZeuthenGDBus: Use call() instead of invoke_method()
2010-05-10 Matthias ClasenMore copyright year updates
2010-05-07 Dan Winshipremove broken useless initialization in socket-client...
2010-05-06 David ZeuthenGDBus: Add new symbols to gio.symbols
2010-05-06 David ZeuthenInitial GDBus code-drop from GDBus-standalone repo
2010-04-27 Dan Winship.gitignore updates for gsettings stuff
2010-04-26 Christian PerschAdd testcases for <range> and <choices>
2010-04-25 Tor LillqvistCan't use stderr as a field name
2010-04-24 Matthias ClasenRename in more places
2010-04-23 Matthias ClasenRename gschema-compile to glib-compile-schemas
2010-04-23 Dan WinshipGSocket: add support for timeouts
2010-04-23 Dan Winshipgio/tests/socket-client, socket-server: fix for win32
2010-04-22 Dan WinshipGUnixSocketAddress: handle abstract sockets with non...
2010-04-22 Matthias ClasenAdd a test for g_settings_get_child
2010-04-21 Matthias ClasenHandle NULL string properties in bindings
2010-04-21 Matthias ClasenTest binding non-readable/writable properties
2010-04-21 Bastien NoceraFix gschema-compile tests for --schema-files changes
2010-04-21 Matthias ClasenAdd tests for --allow-any-name
2010-04-21 Matthias ClasenRemove leftover test data
2010-04-21 Matthias ClasenAdd some more schema compiler tests
2010-04-21 Matthias ClasenSimplify gschema-compile test suite
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-20 Christian PerschFix gsettings mapping for uint64
2010-04-19 Matthias Clasen2.25.0 2.25.0
2010-04-19 Matthias ClasenRemove misnamed files
2010-04-19 Matthias ClasenSome tests for gschema-compile
2010-04-19 Javier JardónLittle fix in gio/test/Makefile.am
2010-04-19 Matthias ClasenDon't segfault when <default> is missing
2010-04-19 Matthias ClasenFix up some typos in the new tests
2010-04-19 Christian PerschAdd testcase for g_settings_bind with [u]int64 properties
2010-04-19 Matthias ClasenCall setlocale initially
2010-04-19 Tor LillqvistBypass l10n tests for now on Windows
2010-04-19 Tor LillqvistAvoid non-portable <glob.h> API
2010-04-19 Tor LillqvistPortability improvements
2010-04-19 Tor LillqvistAdd GWin32InputStream and GWin32OutputStream classes
2010-04-18 Matthias ClasenMore distcheck fixes
2010-04-18 Matthias Clasenadd a keyfile test
2010-04-18 Matthias ClasenMore distcheck fix attempts
2010-04-17 Matthias ClasenSome build fixes
2010-04-17 Matthias ClasenCorrect the sense of an assertion
2010-04-17 Matthias ClasenDocument the tests
2010-04-17 Matthias ClasenMerge GSettings tests
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-01 Alexander LarssonRemove GUtf8InputStream for now
2010-02-23 Emilio Pozuelo MonfortTest for unexisting files in $TMP and not in $HOME
2010-02-22 Emilio Pozuelo MonfortDon't fail a couple of tests when running as root
2010-01-25 Matthias ClasenAnother few failing tests disabled
2010-01-06 Matthias ClasenAdd properties to GMemoryOutputStream
2009-12-18 Dan Winshipupdate .gitignores
2009-12-08 Paolo BorelliAdd unit tests for some more methods
2009-12-06 Paolo BorelliAdd GUtf8InputStream - Bug #603270
next