summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20gdbusintrospection: fix introspection annotationsGiovanni Campagna1-3/+3
2011-07-20GSettings: don't abort on missing schemasRyan Lortie3-17/+91
2011-07-20Add some blacklisted mount directoriesRyan Lortie1-0/+7
2011-07-19Document how to unset attributesHolger Berndt1-0/+3
2011-07-19Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin16-24/+24
2011-07-19GSettings: remove key length restrictionsRyan Lortie2-4/+3
2011-07-18Avoid failing arguments to statfs() test on systems which use statvfs.Patrick Welche2-25/+29
2011-07-12GDBusInterfaceSkeleton: fix odd use of floating refsRyan Lortie3-12/+13
2011-07-12GVariant: add g_variant_take_ref()Ryan Lortie3-8/+4
2011-07-12Docs: Fixed a typo.Murray Cumming1-2/+2
2011-07-11tests: fix glib_translations_work()Tim-Philipp Müller1-4/+6
2011-07-10Take out the timeout from the large-message testMatthias Clasen1-1/+1
2011-07-10Don't needlessly use "echo -e"Martin Storsjo1-1/+1
2011-07-10GCancellable: Make eventfd() fall back to pipes on EINVAL tooColin Walters1-3/+5
2011-07-06g_output_stream_splice: deal with overflowDan Winship1-3/+12
2011-07-04Fix the buildMatthias Clasen1-1/+1
2011-07-04Updated GIO Visual Studio ProjectsChun-wei Fan1-3/+4
2011-07-03Install completion scripts as DATA, not SCRIPTSRyan Lortie1-1/+1
2011-07-01gasyncresult: document that NULL GAsyncReadyCallback is allowedDan Winship1-3/+5
2011-06-30GCancellable: Fix build on Win32Dieter Verfaillie1-6/+6