platform/upstream/glib.git
2011-04-27 Colin Waltersglib-unix: New Unix-specific API
2011-04-27 Colin WaltersUpdate gio.symbols for previous two commits
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_generic_name
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_categories()
2011-04-27 David SchleefFix %z in g_date_time_format()
2011-04-27 Matthias ClasenGHashTable: Small optimization of remove-all
2011-04-27 Matthias ClasenGHashTable: Add a test for remove-all functionality
2011-04-27 Matthias ClasenWhitespace cleanup
2011-04-27 Maciej PiechotkaAllow caching have_qsort_r which re-enables cross-compiling
2011-04-27 Matthias ClasenFix mailing list link in README
2011-04-27 Murray CummingGDBusServer: Documentation: Improvements.
2011-04-27 Christian PerschUse G_SIGNAL_MUST_COLLECT for VARIANT signals
2011-04-27 Matthias ClasenFix up some harmless FALSE <> NULL confusions
2011-04-27 Matthias ClasenGSequence: Make g_sequence_iter_move behave as documented
2011-04-26 Colin WaltersGDesktopAppInfo: Add "filename" property for bindings
2011-04-26 Colin WaltersSquash some uninitialized variable compiler warnings
2011-04-26 Dan WinshipGSimpleAsyncResult: push thread context around callback
2011-04-26 Muhammet KaraUpdated Turkish translation
2011-04-25 Michael TerryDon't ignore SUPPORTS_STARTUP_NOTIFICATION for commandl...
2011-04-25 Chun-wei FanAdd VS 2008 compilation support for some utilities
2011-04-25 Chun-wei FanAdd VS 2010 compilation support for some utilities
2011-04-20 Thomas Hindoe... docs: fix typos in networking classes
2011-04-20 Dan WinshipGSocketService: clarify transfer semantics of incoming...
2011-04-18 Benjamin OtteAPI: testutils: Add g_test_fail()
2011-04-18 Benjamin Ottetestutils: Sprinkle code with newlines
2011-04-18 Benjamin Ottetestutils: Return number of bad tests from g_test_run_s...
2011-04-18 Benjamin Ottetestutils: Remove unused variable
2011-04-18 Benjamin Ottetestutils: Return a boolean from g_test_case_run()
2011-04-15 Colin WaltersFix some compiler warnings from gcc 4.6
2011-04-15 Colin Waltersgapplication: Fix typo in property
2011-04-15 Ryan LortieGApplication: #include "gsettings.h"
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan Lortiebuilder: do not include <unistd.h> on win32
2011-04-15 Michael KuhnBug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_I...
2011-04-15 Simon McVittie/gdbus/message-serialize-invalid test: be compatible...
2011-04-15 Kean JohnstonGLocalFile: Use _fstati64 rather than stat on Win32
2011-04-15 Matthias ClasenSlight docs rewording
2011-04-14 David ZeuthenGResolver: Don't return duplicate addresses
2011-04-14 David ZeuthenGInetAddress: add equal() method
2011-04-14 Ryan LortieGTimeZone: fix non-threadsafe refcounting
2011-04-13 David ZeuthenGDBus: If an authentication method fail, don't give...
2011-04-13 David ZeuthenGDBus: Add test case for the ANONYMOUS authentication...
2011-04-13 David ZeuthenGDBus: Nuke debug spew from the ANONYMOUS authenticatio...
2011-04-13 David ZeuthenGDBus: Allow tcp: and nonce-tcp: addresses without...
2011-04-13 Colin Waltersgdbusconnection: Avoid tripping assertion if we fail...
2011-04-13 Ryan LortieG_VARIANT_TYPE_VARDICT: Add 'Since:' tag
2011-04-13 Matthias ClasenBump version
2011-04-13 Matthias ClasenSkip the writable test if the file is not writable 2.29.2
2011-04-13 Matthias ClasenFix non-srcdir builds
2011-04-13 Matthias ClasenMore updates
2011-04-13 Matthias ClasenFix a typo in the GSettings docs
2011-04-12 Colin Waltersgsettings-tool fixes: Add missing _apply(), add unset...
2011-04-12 Colin Waltersgsettings: Implement reset-recursively
2011-04-12 Matthias ClasenGLocalDirectoryMonitor: Improve struct packing
2011-04-12 Matthias ClasenGIOSchedulerJob: Improve struct packing
2011-04-12 Matthias ClasenGFilenameCompleter: Improve struct packing
2011-04-12 Matthias ClasenGFileAttributeMatcher: Improve struct packing
2011-04-12 Matthias ClasenGDBusProxy: Improve struct packing
2011-04-12 Matthias ClasenGDBusWorker: Improve struct packing
2011-04-12 Matthias ClasenGMarkupParseContext: Improve struct packing
2011-04-12 Matthias ClasenGMatchInfo: improve struct packing
2011-04-11 Matthias ClasenAdd forgotten apis
2011-04-11 Daniel MustielesUpdated Spanish translation
2011-04-11 Matthias ClasenAdd forgotten apis
2011-04-11 Matthias ClasenFix duplicate private subsection
2011-04-11 Matthias ClasenFix a few parameter mismatches in the docs
2011-04-11 Matthias ClasenDon't include unistd.h unconditionally
2011-04-11 Matthias ClasenAdd 2.30 index to GLib docs
2011-04-11 Matthias ClasenUpdates
2011-04-11 Ryan LortieGApplication: g_settings_sync() on exit
2011-04-11 Ryan LortieGSettings: make _sync() a no-op if uninitialised
2011-04-10 Ryan LortieAdd test case for G_APPLICATION_NON_UNIQUE
2011-04-10 Ryan LortieGApplication: add G_APPLICATION_NON_UNIQUE
2011-04-10 Ryan LortieGApplication: fix leaked object path
2011-04-09 Dan WinshipGSocket: clarify g_socket_receive documentation
2011-04-09 Dan Winshipgsettings-tool: warn if setting a value fails
2011-04-08 Matthias ClasenFix another faulty GApplicationCommandline example
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-04-08 Ryan LortieGSettings: remove more asserts
2011-04-08 Matthias ClasenAvoid an interaction between GApplication and GOption
2011-04-08 Ryan Lortieglib-compile-schemas: check for undefined refs
2011-04-08 Ryan LortieDon't assert on backend == settings->priv->backend
2011-04-07 Matthias ClasenAdd a warning to the g_dbus_connection_set_exit_on_clos...
2011-04-07 Dan WinshipFix two leaks seen when using TLS connections
2011-04-04 Jordi Serratosa[l10n]Fixes on Catalan translation
2011-04-04 OKANO TakayoshiUpdated Japanese translation
2011-04-04 Murray CummingDocs: Change DBus to D-Bus
2011-04-04 Petr KovarUpdate Czech translation
2011-04-03 Gabor KelemenUpdated Hungarian translation
2011-04-03 Murray CummingGDBusMethodInvocation: Improve get_parameters() documen...
2011-03-31 Colin Waltersgqsort: Quiet a compiler warning for qsort_r
2011-03-31 Colin Waltersgoption: [linux] Look in /proc/self/cmdline for argv0...
2011-03-31 Ryan Lortiegio.symbols updates
2011-03-31 Ryan LortieImprove .gitignore
2011-03-31 Ryan Lortieglib.symbols: add some missing symbols
2011-03-31 Ryan Lortiecompile schemas test: open ranges for all types
2011-03-31 Ryan Lortiegschema-test: invert expectation for min/max omit
2011-03-31 Ryan Lortieglib-compile-schemas: min and max are now optional
2011-03-31 Ryan LortieGVariant test: test parsing of "inf" and "nan"
2011-03-31 Ryan LortieGVariant parser: parse "inf", "-inf" and "nan"
next