summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2011-08-23gdbus-codegen: update comment in code to reflect realityDavid Zeuthen1-4/+0
2011-08-23gdbus-codegen: Rework C property gettersDavid Zeuthen3-60/+272
2011-08-22GTimeZoneMonitor: Revert addition of this classColin Walters5-208/+0
2011-08-19Merge branch 'concurrent-cancellable'Stef Walter4-2/+233
2011-08-19gio: GCancellable can be used concurrentlyStef Walter4-2/+233
2011-08-17void functions should not return. Fixes bug #656675.Brian Cameron4-7/+7
2011-08-15distcheck fixesRyan Lortie1-0/+8
2011-08-15Add a stress-test for GDBusProxy in threads with no default main contextSimon McVittie3-0/+259
2011-08-15GDBusProxy: hold properties_lock while using any mutable propertySimon McVittie1-23/+109
2011-08-15GDBusProxy: factor out async_init_data_set_name_ownerSimon McVittie1-43/+47
2011-08-15g_dbus_proxy_get_property: use accessors for all mutable stateSimon McVittie1-2/+2
2011-08-15GDBusProxy: if a well-known name is not owned, don't GetAll from the dbus-daemonSimon McVittie1-1/+20
2011-08-15g_settings_bind: add some g_return checksRyan Lortie1-0/+3
2011-08-15GDBusObjectManagerClient: Emit signals on proxy before emitting on managerDavid Zeuthen1-9/+9
2011-08-13Don't finish gtls connection if the handshake failedSjoerd Simons1-2/+2
2011-08-13GDBusProxy: on_properties_changed initialize some variablesMatthias Clasen1-3/+3
2011-08-12In addition to /media and $HOME, also show mounts in $XDG_USER_DIRDavid Zeuthen1-2/+6
2011-08-11[gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml()Martin Pitt1-2/+2
2011-08-11[gi] Add missing Gio transfer annotationsMartin Pitt7-8/+10
2011-08-11[gi] Fix parameter name typos in Gio docstringsMartin Pitt2-2/+2
2011-08-10[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()Martin Pitt1-1/+1
2011-08-09[gi] Add missing (allow-none) annotations to g_dbus_connection_register_object()Martin Pitt1-2/+3
2011-08-05gio/tests/.gitignore: fixDan Winship1-1/+1
2011-08-04gio enums: Remove trailing commasMurray Cumming1-2/+2
2011-08-04Fix up ABI symbols after GTlsDatabase merge.Stef Walter2-7/+27
2011-08-04GTlsDatabase and related objectsStef Walter23-126/+2959
2011-08-03build: Pass ZLIB_CFLAGS for gio buildkotarou1-0/+2
2011-08-01g_cancellable_get_fd: silently return -1 for NULL cancellableOwen W. Taylor1-0/+3
2011-08-01GDBusConnection: Only apply exit-on-closed semantics if properly initializedDavid Zeuthen1-1/+1
2011-07-27Added TLS PEM parser unit testNicolas Dufresne12-0/+826
2011-07-27Rework PEM parsing to not be order dependentNicolas Dufresne1-54/+95
2011-07-26Docs: Correct the namespace for g_file_query_filesystem_info()Tomas Bzatek1-2/+2
2011-07-26More gdbus-codegen fixed to build on non-UnixDavid Zeuthen2-9/+25
2011-07-26glocalfile: don't bother with fstype on win32Ryan Lortie1-1/+2
2011-07-26Merge branch 'gwakeup'Ryan Lortie2-203/+34
2011-07-25GWakeup: make it private APIRyan Lortie2-0/+2
2011-07-25More fixes for non-Unix buildsDavid Zeuthen2-0/+16
2011-07-25Fix the build on non-UnixDavid Zeuthen1-4/+0
2011-07-25GCancellable: port to GWakeupRyan Lortie1-203/+32
2011-07-25Docs: Fix tiny typo.Murray Cumming1-1/+1
2011-07-24gio/tests/socket: add some basic IPv4 and IPv6 testsDan Winship1-3/+378
2011-07-24GSocket: fix connected state after async connectDan Winship1-1/+3
2011-07-23Explicitly unset the session bus address for the peer testsMatthias Clasen1-0/+2
2011-07-23Properly bring up a session bus for application testsMatthias Clasen1-0/+7
2011-07-23Fix a typoMatthias Clasen1-1/+1
2011-07-23GDesktopAppInfo: Add g_desktop_app_info_get_show_in()Vincent Untz3-39/+75
2011-07-21gdbus-codegen: Add support for new org.gtk.GDBus.C.UnixFD annotationDavid Zeuthen9-356/+991
2011-07-21GDBus: Don't convert GVariant type 'h' to gintDavid Zeuthen1-14/+2
2011-07-21gdbus-codegen: Use G_TYPE_STRV/gchar** for GVariant type 'ao'David Zeuthen4-12/+37
2011-07-21glocalfile: Fix compilation without USE_STATFS and USE_STATVFSBenjamin Otte1-1/+8