platform/upstream/glib.git
2013-12-11 Stef Waltergdbus-connection: Work around race in connection tests
2013-12-09 Ryan Lortieg_get_current_dir(): consult PWD first
2013-12-09 Lars Uebernickelg_settings_get: only check for non-copying format string
2013-12-08 Ryan Lortieclang fixes: tweak last commit
2013-12-08 Ryan Lortie[PATCH] Fix trivial non literal format uses
2013-12-07 keyringUpdate Chinese simplified translation
2013-12-06 Lars Uebernickelg_settings_get: check validity of format string
2013-12-06 Philip Withnallgtestdbus: Add a note about thread safety to the docume...
2013-12-05 Daiki UenoFix documentation typos in GTask and GCancellable examples
2013-12-04 Colin Waltersgsignal: Signal connection ids are always > 0 if successful
2013-12-03 Marc-André... gutf8: use g_try_malloc_n
2013-12-03 Marc-André... gmessages: make _g_log_abort() do only breakpoints...
2013-12-03 Matthias ClasenRemove g_trap_instance_signals as well
2013-12-03 Matthias ClasenDrop g_trap_object_ref debugging mechanism
2013-12-02 Xavier ClaessensDocument clearly async functions not copying its args
2013-12-02 Xavier ClaessensGFile: add GBytes version of _replace_contents_async()
2013-12-02 Colin Waltersgsubprocess: Annotate g_subprocess_newv()
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
next