platform/upstream/glib.git
2012-01-02 William HuaGSettings: nextstep settings backend
2012-01-01 Xan Lopezginetaddressmask: plug leak
2011-12-30 Yaron ShahrabaniUpdated Hebrew translation.
2011-12-30 Chun-wei Fanconfig.h.win32.in: Cleanups
2011-12-29 Matthias ClasenCorrect some Since tags
2011-12-28 Ravi Sankar... Fix to handle '\v' (vertical tab) by g_strescape()...
2011-12-28 Matthias ClasenSome minor updates of building.sgml
2011-12-27 Matthias ClasenSome minor updates of HACKING
2011-12-27 Simon McVittieAdd undefined/no-undefined mode options to GTester
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-27 Simon McVittieClarify documentation of fast/slow/thorough and quiet...
2011-12-27 Matthias ClasenRemove another unused AC_DEFINE
2011-12-27 Matthias ClasenDrop unused AC_SUBST
2011-12-27 Matthias ClasenRemove a bashism
2011-12-27 Matthias ClasenDrop a lot of dead configury for threads
2011-12-27 Matthias ClasenDon't put documentation in glibconfig.h
2011-12-27 Matthias ClasenMake glibconfig.h include guards consistent
2011-12-27 Matthias ClasenRemove a commented-out macro
2011-12-27 Matthias ClasenRemove obsolescent AC_HEADER_STDC macro
2011-12-27 Thomas Hindoe... docs: g_atexit: do not point in a direction for where...
2011-12-26 Åsmund SkjævelandUpdated Norwegian Nynorsk translation
2011-12-25 Matthias ClasenDon't leak references to the menus
2011-12-25 Matthias ClasenAdd a test for ids on submenu and section elements
2011-12-25 Matthias ClasenMenu markup: Support ids on submenu and section elements
2011-12-24 Benjamin Ottedocs: Clarify non-NUL requirement in g_utf8_validate()
2011-12-22 Dan WinshipAdd GSocketClient::event, for tracking socket client...
2011-12-22 Dan WinshipAdd g_socket_connection_connect(), etc
2011-12-22 Chun-wei FanUpdate GIO Visual C++ projects
2011-12-22 Chun-wei FanUpdate Visual C++ property sheets
2011-12-22 Ryan LortieGSettingsBackend: allow floating refs from read()
2011-12-22 rodrigorivascostaBug 666551-Fix a few dangling pointers
2011-12-22 Chun-wei Fanglib/tests/private.c: Fix compilation on Windows
2011-12-21 Kjartan MaraasUpdated Norwegian bokmål translation
2011-12-21 Cosimo Cecchimenu: documentation fixes
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: add test for interface property overrides
2011-12-21 Ryan LortieGObject: change the order of property checks
2011-12-21 Ryan LortieGObject: fix property override type checks
2011-12-21 Ryan LortieGSimpleAction: fix some whitespace fail
2011-12-21 Ryan LortieGSimpleAction: tweak property flags
2011-12-20 Ryan LortieGObject: fixup reversed logic in last commit
2011-12-20 Ryan Lortiegobject: Clean up logic in property checks
2011-12-20 Ryan LortieGAction: back out changes to property flags
2011-12-20 Ryan Lortiegobject: loosen property override flag restrictions
2011-12-20 Matthias ClasenAdd references to the dbus interface docs on the wiki
2011-12-20 Ryan Lortiedocs: remove duplicate GMenuModel from gio.types
2011-12-19 Ryan Lortiewinxp threads: fix some condition variable races
2011-12-19 Ryan Lortie*bump*
2011-12-19 Dan Winshipgnetworkmonitornetlink.c: Fix a gsize->gssize
2011-12-19 Ryan Lortieglib 2.31.6 2.31.6
2011-12-19 Ryan Lortiegitignore
2011-12-19 Ryan LortieDrop public menu APIs from GApplication
2011-12-19 Ryan LortieDrop the GApplication menu test
2011-12-19 Daniel MustielesUpdated Spanish translation
2011-12-19 Giovanni Campagnagsettings-tool: allow specifying custom schema dirs
2011-12-19 Florian Müllnergdesktopappinfo: Use "Keywords" instead of "X-GNOME...
2011-12-19 Matthias ClasenTeach gtk-doc about G_GNUC_WARN_UNUSED_RESULT
2011-12-17 Ryan LortieGApplication: receiving end of GRemoteActionGroup
2011-12-17 Ryan Lortieaction group exporter: kill GApplication hackery
2011-12-17 Ryan Lortieintroduce GRemoteActionGroup
2011-12-17 Ryan LortieGApplication: send platform data for actions again
2011-12-17 Ryan LortieGDBusActionGroup: add _full variants of activation
2011-12-17 Ryan LortieRevert "GDBusActionGroup: add static platform registration"
2011-12-16 Ryan LortieGApplication: emit signals on action changes
2011-12-16 Ryan Lortiewindows XP threads: fix hilariously obvious race
2011-12-16 Ryan LortieGDBusActionGroup: add static platform registration
2011-12-16 Ravi Sankar... Added API g_queue_free_full().
2011-12-15 Colin WaltersGDBusActionGroup: Fix a typo in docs
2011-12-15 Dan Winshipconfigure.ac: robustify netlink.h check
2011-12-15 Stef WalterGBytes: add a size argument to g_bytes_get_data
2011-12-15 Chris CoulsonInitialize service_loop before running the service...
2011-12-15 Matthias Clasenmenu markup: tolerate not having a hash table of objects
2011-12-14 Simon McVittieg_array_free, g_ptr_array_free: decrement refcount...
2011-12-14 Simon McVittieGArray, GPtrArray: factor out the actual freeing
2011-12-14 Simon McVittieg_key_file_get_string_list: don't leak the pieces on...
2011-12-14 Simon McVittietls-interaction test: use a weak pointer instead of...
2011-12-14 Ryan Lortiegdbus tests: remove buggy use of GMainLoop
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittiePlug some leaks in the GIO tests
2011-12-14 Simon McVittiehash test: avoid leaking various keys and values
2011-12-14 Simon McVittieGOptionContext test: free all arguments, not just the...
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Simon McVittietestglib: test_file_functions: don't close fd if it...
2011-12-14 Simon McVittieRevert "g_menu_markup_start_element: tolerate not havin...
2011-12-14 Simon McVittieg_menu_markup_start_element: tolerate not having a...
2011-12-14 Simon McVittieg_variant_byteswap: don't leak serialised.data
2011-12-14 Simon McVittieGDBusActionGroup: don't leak param_str
2011-12-14 Simon McVittieg_data_set_internal: avoid use-after-free if datalist...
2011-12-14 Simon McVittieg_strcompress: check that source is non-NULL rather...
2011-12-14 Simon McVittieg_dbus_action_group_changed: don't leak iterator and...
2011-12-14 Simon McVittieGKeyFile: free group comments when the group is removed
2011-12-14 Simon McVittieg_hmac_get_string: don't allocate and leak an unused...
2011-12-14 Simon McVittieg_hmac_copy: initialize the refcount
2011-12-14 Matthias ClasenAdd an explicit deprecation note to g_thread_init
2011-12-14 Matthias ClasenAdd another menu parser test
2011-12-14 Matthias ClasenGMenuModel: Flesh out the docs some more
2011-12-14 Matthias ClasenGMenu: purge references to GMenuProxy from the docs
2011-12-14 Stef Walterdocumentation fixes
next