gtestutils: deprecate g_test_trap_fork()
[platform/upstream/glib.git] / gio / tests /
2013-05-13 Dan Winshipgtestutils: deprecate g_test_trap_fork()
2013-05-13 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2013-05-05 Dan WinshipGProxyAddressEnumerator: add default-port property
2013-04-25 Mike Ruprechtgio/tests: Find "true" in PATH opposed to hardcoding...
2013-04-23 Ryan LortieTest GUnixSocketAddress construction
2013-04-22 Jasper St. Pierretests: Fix appinfo test
2013-04-21 Ryan LortieGIcon: add g_icon_[de]serialize()
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-04-08 Lars Uebernickelg_dbus_connection_signal_subscribe: add path and namesp...
2013-04-01 Ryan Lortiegaction: add parser for detailed action names
2013-03-25 Colin Waltersg_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves...
2013-03-21 Tristan Van BerkomAdded examples to GTestDBus documentation
2013-03-13 Emilio Pozuelo Monfortlive-g-file: test hidden files
2013-03-12 Martin PittFix /appinfo/mime tests
2013-03-07 Jasper St. Pierretests/appinfo: Fix a typo
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-15 Dan Winshipgnetworkaddress: preserve IPv6 scope ID in IP literals
2013-02-14 Dan WinshipGSimpleProxyResolver: new simple GProxyResolver class
2013-02-14 Dan WinshipGSocketClient: add proxy-resolver property
2013-02-13 Simon McVittieg_dbus_address_escape_value: add
2013-02-03 Matthias ClasenUse g_timeout_add_seconds for some long timeouts
2013-02-03 Matthias ClasenSilence automake
2013-02-02 Руслан ИжбулатовFix gio tests makefile for W32
2013-01-30 Dan WinshipGInetSocketAddress: fix the byte order of flowinfo...
2013-01-26 Dan Winship.gitignore updates
2013-01-26 Matthias ClasenPlug a small memleak in gdbus-export test
2013-01-16 Dan Winshipgio/tests: add some more async stream tests
2013-01-15 Ryan Lortievisibility: Use a separate CFLAGS variable
2013-01-15 Matthias ClasenFix distcheck
2013-01-14 Matthias ClasenRemove an unused function
2013-01-14 Ryan Lortietests: introduce a small hack for visibility
2013-01-09 Antoine Jacoutotipv6_v4mapped: force pass even if we don't speak IPv4
2013-01-06 Dan Winshipgio/tests: fix a few more gdbus-testserver.py references
2013-01-05 Dan WinshipGMemoryInputStream: fix skip_async()
2013-01-04 Rico Tzschichholzgio/tests: Drop superfluous dbus-1 dependencies of...
2013-01-04 Rico Tzschichholzgio/tests: Fix make dist
2013-01-03 David ZeuthenIn gdbus-auth test, use g_unsetenv(), not g_setenv...
2013-01-03 Matthias ClasenDrop gdbus-testserver.py
2013-01-03 Matthias ClasenUse the C gdbus-testserver in tests
2013-01-03 Matthias ClasenAdd a C version of gdbus-testserver.py
2013-01-03 David ZeuthenGDBus: Avoid use of libdbus-1 in authentication tests
2012-12-29 Matthias ClasenRemove a failing test
2012-12-29 Tristan Van BerkomAdding test coverage for GTestDBus activating in-tree...
2012-12-19 Matthias ClasenRevert "tests: port from g_test_trap_subprocess() to...
2012-12-19 Simon McVittieCheck that credentials pass through D-Bus on supported...
2012-12-19 Simon McVittieGCredentials: add a regression test
2012-12-19 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2012-12-18 Dan Winshipgtask: don't deadlock when tasks block on other tasks
2012-12-14 Jasper St. Pierregfileenumerator: Add a g_file_enumerator_get_child...
2012-12-12 Dan WinshipAdd gnetworking.h
2012-12-10 Dan Winshipgio: Don't leak the temp file when g_file_replace(...
2012-11-29 Emilio Pozuelo MonfortFix race condition in gapplication/basic test
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-11-28 Colin WaltersGMemoryOutputStream: Add new _resizable() constructor...
2012-11-24 Paolo BorelliAdd GApplication local_command_line test
2012-11-22 Matthias ClasenAdd a test for the GAppLaunchContext::launched signal
2012-11-22 Matthias ClasenAdd a test for new GDesktopAppInfo getters
2012-11-15 Dan Winshipwin32: make gio/tests/gdbus-proxy.c compile
2012-11-15 Dan Winshipwin32: move some code into #ifdef G_OS_UNIX
2012-11-11 Dan WinshipRevert "Return correct value for g_socket_get_available...
2012-11-10 Sebastian DrögeReturn correct value for g_socket_get_available_bytes...
2012-11-09 John RallsFix poll able streams for Darwin (and probably BSD)
2012-11-07 Colin Walterstests/buffered-input-stream: Fix size of parameter...
2012-11-02 Dan Winshipgtask: bump the max thread pool size up to 100 to avoid...
2012-11-02 Colin Walterstest-pipe-unix: Add missing include
2012-11-02 Colin Waltersbuild: Prototype GType accessors for private classes
2012-11-02 Colin Waltersbuild: Add missing "static" keyword where it should...
2012-11-02 Colin Waltersbuild: Don't use C99 declarations
2012-10-27 Rico Tzschichholzgio/tests: Fix build with -Werror=format-security
2012-10-27 Rico Tzschichholzgio/tests: Fix linker failure
2012-10-26 Stef Waltergio: No need to specify SOURCES when name matches execu...
2012-10-26 Stef Waltergio: Remove LDADD repetition from gio/tests Makefile
2012-10-26 Stef Waltergdbus: Allow GDBusObjectManagerClient to work on peer...
2012-10-19 Antoine JacoutotAllow slightly too big poll duration in /socket/timed_w...
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-10-15 Marc-Antoine Perennougdbus-testserver: port to pygi
2012-10-10 Dan Winshipgio/tests: port from GSimpleAsyncResult to GTask
2012-10-10 Dan WinshipGTask: new GAsyncResult implementation / threaded task...
2012-10-03 David Zeuthengdbus-codegen: Update tests for new inheritance-semanti...
2012-10-03 David Zeuthengdbus-codegen: make members of an interface inherit...
2012-09-17 Dieter Verfailliegresource tests: fix VPATH builds emitting errors durin...
2012-09-03 Dan Winshipgio/tests: fix leaks
2012-09-03 Dan Winshipgio/tests/cancellable: fix to still work when running...
2012-09-03 Dan Winshipgio/tests: port some stuff to g_test_expect_message()
2012-08-31 Martin PittBump max time in test_method_calls_on_proxy() test
2012-08-28 Colin WaltersSwitch all open() calls to use g_open()
2012-08-28 Matthias ClasenFix the GDBusProxy async test
2012-08-28 Matthias ClasenMake async permission tests work
2012-08-28 Mike GorseFix the gdbus-proxy async test
2012-08-26 Dan WinshipUpdate .gitignores
2012-08-21 Stef WalterRevert "gtlscertificate: Add certificate-bytes and...
2012-08-20 Lars UebernickelGMenuModel: add test for the new GMenuItem API
2012-08-20 Marc-André Lureauwin32: add pipe-io-cancel-test
2012-08-20 Marc-André Lureauwin32: add pipe-io-concurrent
2012-08-20 Marc-André Lureauwin32: add pipe-io-overlap-test
2012-08-19 Matthias ClasenRemove some more 'the the'
2012-08-19 Matthias ClasenImprove test coverage for GSocketConnection
2012-08-19 Matthias ClasenImprove test coverage for unix socket addresses
2012-08-19 Matthias ClasenImprove test coverage for resources
next