Don't test negative values in ulong conversions
[platform/upstream/glib.git] / gio /
2011-07-11 Martin StorsjoDon't needlessly use "echo -e"
2011-07-10 Colin WaltersGCancellable: Make eventfd() fall back to pipes on...
2011-07-06 Dan Winshipg_output_stream_splice: deal with overflow
2011-07-04 Matthias ClasenFix the build
2011-07-04 Chun-wei FanUpdated GIO Visual Studio Projects
2011-07-03 Ryan LortieInstall completion scripts as DATA, not SCRIPTS
2011-07-01 Dan Winshipgasyncresult: document that NULL GAsyncReadyCallback...
2011-06-30 Dieter VerfaillieGCancellable: Fix build on Win32
2011-06-29 Emmanuele Bassigio: Some more build fixes
2011-06-29 Emmanuele BassiFix build
2011-06-29 Ryan Lortieparameter guards for GSimpleAction constructors
2011-06-29 Ryan LortieGAction: make GObject properties read-only
2011-06-29 Ryan Lortieactions: merge testcases change_state and entries
2011-06-29 Ryan LortieAdd 'change_state' callback to GActionEntry
2011-06-29 Ryan LortieAdd example for 'change-state' signal
2011-06-29 Ryan LortieAdd testcase for GSimpleAction::change-state
2011-06-29 Ryan LortieAdd 'change-state' signal to GSimpleAction
2011-06-29 Ryan LortieAdd example to docs for using GActionEntry
2011-06-29 Ryan LortieAdd a test case for GActionEntry
2011-06-29 Ryan LortieAdd g_simple_action_group_add_entries()
2011-06-29 Ryan Lortieallow NULL state in g_simple_action_new_stateful
2011-06-29 Ryan LortieMake 4 incompatible changes to the GAction API
2011-06-28 Colin WaltersGCancellable: Fix build on Win32
2011-06-24 Claudio SaavedraGSimpleAction: fix typo
2011-06-22 Colin WaltersGCancellable: Use Linux eventfd() instead of pipe
2011-06-21 Dan Winshipgio/Makefile.am: Remove stray references to $(marshal_s...
2011-06-21 Colin WaltersFix a srcdir!=builddir issue, and export that we support it
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-20 David ZeuthenGDBus: Unref worker from worker-thread to avoid race
2011-06-20 Colin Waltersgdbus-test-codegen: Allocate full integer space for...
2011-06-17 Colin Waltersgdatainputstream: Add Since: tags and update gio-sectio...
2011-06-17 Colin WaltersGDataInputStream: Add _utf8() variants of _read_line
2011-06-17 Colin WaltersGDataInputStream: Clarify read_line() docs, mark as...
2011-06-15 Matthias ClasenSilence a compiler warning
2011-06-14 Matthias ClasenIf dup fails don't call close()
2011-06-14 Matthias ClasenDon't compare unsigned numbers with 0
2011-06-14 David ZeuthenGDBusMessage: Optimize serializer and deserializer
2011-06-14 Matthias ClasenDon't do < 0 on an unsigned value
2011-06-14 Matthias ClasenDon't forget to free resources in an early return
2011-06-14 Matthias ClasenAvoid a deref-before-NULL-check warning
2011-06-14 Matthias ClasenRemove unneeded NULL check
2011-06-14 Matthias ClasenRemove an unneeded NULL check
2011-06-14 Matthias ClasenSilence an uninitialize variable warning
2011-06-14 Matthias ClasenFix up symbol lists and docs
2011-06-14 Vincent UntzGDesktopAppInfo: Fix declaration of g_desktop_app_info_...
2011-06-14 Vincent UntzGDesktopAppInfo: Add g_desktop_app_info_get_nodisplay
2011-06-13 Colin Waltersgdbus-codegen tests: Fix usage of top_srcddir
2011-06-12 Dan Winshipupdate .gitignores
2011-06-09 Murray Cumminggioenums.h: Remove trailing commas
2011-06-09 David Zeuthengdbus: Don't pass an unintialized GError pointer
2011-06-09 David Zeuthengdbus: Add --recurse and --only-properties options
2011-06-09 David ZeuthenBug 652197 – Improper handling of double values in...
2011-06-09 David Zeuthengdbus-codegen: Fix build
2011-06-09 Matthias ClasenTest the previous fix
2011-06-09 Ryan LortieGApplication: allow '-' in application ID
2011-06-08 Javier Jardóngconverter: Improve cross-references
2011-06-07 Dan WinshipFix export_symbols variable in gio/Makefile.am
2011-06-07 Dan WinshipFix "Since" tags on g_data_input_stream_read_upto{...
2011-06-07 Colin WaltersGenerate $module-public-headers.txt file, feed it to...
2011-06-07 Colin Waltersgdbus-codegen: Clean config.pyc to make distcheck happy
2011-06-07 Chun-wei FanUpdate gsettings utilities in GIO
2011-06-07 Chun-wei FanUpdate the year in the *.rc.in files
2011-06-06 Colin Waltersgdbus codegen: Ensure PYTHONPATH is set correctly for...
2011-06-06 Dan WinshipFix some socket docs issues, remove unused typedefs
2011-06-05 David ZeuthenGDBusObject: Remove comment non-existant virtual functions
2011-06-04 Matthias ClasenFix doc syntax
2011-06-04 Matthias ClasenFix links in gio docs
2011-06-04 David Zeuthengdbus: Add a way to emit a signal
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-03 David ZeuthenFix docs for D-Bus introspection data structures
2011-06-03 David ZeuthenMove gdbus-codegen example code and docs into separate...
2011-06-01 Colin Waltersgdbus: Avoid blocking on worker thread in connection...
2011-05-31 Matthias ClasenExpand content type docs slighly
2011-05-31 muralisgthreadedresolver: fix hang on g_thread_pool_push(...
2011-05-28 Neil Robertsgsocket: Fix some cases of returning error without...
2011-05-28 Neil Robertsgsocket: Fix the error message for a failed g_socket_sh...
2011-05-28 Antoine JacoutotFix compile warnings on OpenBSD.
2011-05-28 Matthias ClasenQuiet down the build a bit
2011-05-27 Matthias Clasenglib-compile-schemas: write informational messages...
2011-05-27 Antoine JacoutotAdd glib credentials support to OpenBSD.
2011-05-26 David ZeuthenGDBusProxy: Mention gdbus-codegen in docs
2011-05-26 David ZeuthenGDBusProxy: Fix incorrect locking
2011-05-26 David ZeuthenGDBusProxy: Add locking and notes/guarantees about...
2011-05-26 David ZeuthenGDBusProxy: Fix race condition when unsubscribing from...
2011-05-26 Richard HughesCorrect the annotation for g_file_enumerator_get_contai...
2011-05-24 David Zeuthengdbus-codegen: Properly render @param and %TRUE in...
2011-05-24 David Zeuthengdbus-codegen: Handle unexpected XML tags
2011-05-23 Giovanni Campagnagdbusintrospection: fix introspection of DBus Introspec...
2011-05-23 Ray StrodeRevert "gsettings-tool: warn if setting a value fails"
2011-05-23 Antoine JacoutotFix build with gcc-2.*.
2011-05-23 Matthias ClasenSimply symbols files
2011-05-18 Ryan LortieWhitespace fixes
2011-05-18 Ryan LortieGApplication: fix remote action states
2011-05-18 Ryan LortieAdd debug output to GApplication actions example
2011-05-17 Ryan LortieFix gsettings tool string handling
2011-05-16 Emmanuele BassiAdd gdbus autogenerated xml files to the ignore file
2011-05-15 David Zeuthengdbus-codegen: Ensure that generated skeletons are...
2011-05-13 David Zeuthengdbus-codegen: Use (skip) annotation on return values
2011-05-12 David ZeuthenGDBusConnection: Document that sockets are frobbed...
next