platform/upstream/glib.git
2013-12-02 Chun-wei Fanbuild/win32/vs9/gio.vcprojin: Use UNIX Line endings
2013-12-01 Matthias ClasenInstall all test data
2013-12-01 Aurimas ČerniusUpdated Lithuanian translation
2013-12-01 Matthias ClasenImprove file measure testcase
2013-11-29 Philip Withnallgtestdbus: Minor documentation fixes
2013-11-29 Philip Withnallgtestdbus: Fix non-const use of const variables
2013-11-29 Philip Withnallgtestdbus: Fix variable shadowing
2013-11-29 Matthias ClasenAdd a test for g_file_measure_disk_usage
2013-11-29 Colin Walterstests/gsubprocess: Only compare basename of /tmp
2013-11-29 Matthias ClasenImprove GType test coverage
2013-11-29 Matthias ClasenAdd a test for g_atexit
2013-11-29 Matthias ClasenImprove GApplication test coverage
2013-11-29 Matthias ClasenImprove GNotification test coverage
2013-11-29 Matthias ClasenImprove GSimpleActionGroup test coverage
2013-11-28 Matthias ClasenGenerate overview images for coverage
2013-11-28 Matthias ClasenImprove GSettings test coverage
2013-11-28 Matthias ClasenImprove search utils test coverage
2013-11-28 Matthias ClasenImprove GNotification test coverage
2013-11-28 Matthias ClasenImprove GKeyFile test coverage
2013-11-28 Matthias ClasenImprove test coverage for GHashTable
2013-11-28 Matthias ClasenImprove test coverage for GSubprocess
2013-11-28 Matthias ClasenImprove test coverage for gsettings
2013-11-28 Matthias ClasenTest new gsettings api
2013-11-28 Philip Withnallgio: Replace g_clear_object() with if()…g_object_unref()
2013-11-28 djcbgdbus-codegen: Fix leak in property setter
2013-11-28 Matthias ClasenTest g_subprocess_launcher_spawn
2013-11-28 Matthias ClasenFix g_subprocess_launcher_spawn
2013-11-28 Matthias ClasenTest some more GSubProcess api
2013-11-28 Matthias ClasenAdd a GAppInfoMonitor test
2013-11-28 Matthias ClasenAdd tests for new GAction api
2013-11-27 Manuel BachmannFix g_win32_run_session_bus hook for MinGW-w64
2013-11-27 Ryan Lortiegsettings tool: stop using GMainLoop
2013-11-27 Ryan Lortiegsettings tool: fix some sed damage
2013-11-27 Dan WinshipFix a warning about _g_log_abort()
2013-11-27 Dan WinshipFix the gtestutils core dump prevention again
2013-11-27 Rui MatosGDBusObjectManagerClient: keep the manager alive while...
2013-11-27 Ryan Lortietests: move /param/implement to -m slow
2013-11-27 Philip Withnallgbytes: Clarify the nullability of GBytes->data
2013-11-27 Philip Withnallgfileutils: Fix a potential integer overflow
2013-11-27 Philip Withnallgvariant: Fix a potential memcpy(NULL) call
2013-11-27 Philip Withnallgio/tests: Add a dynamic type check assertion
2013-11-27 Philip Withnallgio/tests: Add a non-NULL assertion to help static...
2013-11-27 Philip Withnallgio/tests: Add non-NULL assertions to help static analysis
2013-11-27 Philip Withnallgio/tests: Fix a g_return_val_if_fail() in a void function
2013-11-27 Philip Withnallgunixmounts: Fix a potential strcmp(NULL) call
2013-11-27 Philip Withnallgcontenttype: Fix a potential NULL pointer dereference
2013-11-27 Philip Withnallgunixfdlist: Fix a potential NULL pointer dereference
2013-11-27 Philip Withnallgsocketaddress: Add an assertion to help static analysis
2013-11-27 Philip Withnallgdbusserver: Fix a potential g_object_unref(NULL) call
2013-11-27 Philip Withnallgcontenttype: Fix a potential g_object_unref(NULL)...
2013-11-27 Chun-wei Fangio/tests/memory-output-stream.c: Avoid an uninitialize...
2013-11-27 Chun-wei Fanglib/tests/enviroment.c: Fix running on Windows
2013-11-26 Michael Natterergio: remove precondition checks from g_output_stream_pr...
2013-11-26 Stef Waltergthread-posix: Don't use gslice allocated GRecMutex
2013-11-26 Michael Natterergio: add g_output_string_[v]printf()
2013-11-26 Chun-wei Fangio/gdbusauthmechanismsha1.c: Move G_OS_* checks down
2013-11-25 Colin Waltersgsubprocess: Document g_subprocess_get_identifier()
2013-11-25 Daniel MustielesUpdated Spanish translation
2013-11-25 Philip Withnallgsubprocess: Fix potential strlen(NULL) calls
2013-11-25 Marc-André... utf8: report allocation error
2013-11-25 Chun-wei Fanmsvc_recommended_pragmas.h: Treat C4819 warnings as...
2013-11-24 Dan WinshipReorganize the "don't dump core from test subprocesses...
2013-11-24 Dan Winshipgtestutils: add g_assert_nonnull() to go with g_assert_...
2013-11-24 Dan Winshipgtestutils: fix g_test_set_nonfatal_assertions()
2013-11-24 Matthias ClasenAdd boolean returns to some hash functions
2013-11-24 Matthias ClasenAvoid a compiler warning
2013-11-24 Manuel BachmannFix G_OS #ifdefs in gbusserver.c
2013-11-24 Matthias ClasenFix up appinfo test
2013-11-24 Matthias ClasenFix up the appinfo test
2013-11-24 Matthias ClasenFix warnings in a the actions test
2013-11-24 Matthias ClasenFix array API inconsistency
2013-11-24 Matthias ClasenFix the stack direction check again
2013-11-24 Matthias ClasenImprove stack direction detection
2013-11-24 Matthias ClasenFix the configure check for growing stack
2013-11-24 Matthias ClasenAdd a test for g_signal_get_invocation_hint
2013-11-23 Christian Perschapplication: Use printerr for runtime errors
2013-11-23 Matthias ClasenFix desktop-app-info test
2013-11-23 Stef Waltergtestdbus: Properly close server connections
2013-11-23 Matthias ClasenAdd a test for notify emission ordering
2013-11-23 Matthias ClasenDocument details of GObject::notify
2013-11-23 Stef Waltergdbus-connection: Fix race condition in test
2013-11-23 Lars UebernickelAdd basic test for the GNotification gtk backend
2013-11-23 Stef Waltergtestdbus: Don't destroy GSource twice
2013-11-23 Gergely POLONKAIGObject: Introspection annotations for enums
2013-11-23 Bastien NoceraGSettings: More docs for deprecated _list_schemas()
2013-11-23 Matthias ClasenGVariantBuilder: small documentation fixes
2013-11-23 Andrew WaltonCLOEXEC fix for older FreeBSDs and OS X.
2013-11-23 Matthias ClasenSmall documentation clarification
2013-11-23 Stef Waltergiomodule: Allow overriding source directory gio module...
2013-11-23 Dan Winshipglib-tap.mk: fix to actually use the TAP driver
2013-11-23 Dan Winshipgio/tests: fix output of gdbus-proxy-threads and gdbus...
2013-11-23 Dan Winshipgio/tests: basic-application is a helper program, not...
2013-11-23 Dan Winshipgtestutils: add "options" to g_test_init(), make option...
2013-11-23 Dan Winshipglib/tests/include: port to gtester
2013-11-23 Matthias ClasenAdd some mainloop instrumentation
2013-11-20 Dan Winshipbuilding: Document C90 and POSIX requirements
2013-11-20 Dan Winshipbuilding: belated docs update: GNU make is required...
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire POSIX.1 (1990) compliance on unix
2013-11-20 Dan WinshipRequire C90 compliance
next