summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Document support_thread_contextsMatthias Clasen1-0/+1
2009-07-05Fix a segfault in g_cancellable_cancelMatthias Clasen1-1/+1
2009-07-05Revert "Move gio tests from gio/tests/ to tests/gio/"Matthias Clasen27-0/+6506
2009-07-05Move comment to the right placeMatthias Clasen1-1/+1
2009-07-05Register ids for new file attributesMatthias Clasen2-4/+12
2009-07-05Allow interaction when unmounting mountsDavid Zeuthen13-44/+1002
2009-07-05[gio] minor improvements to g_cancellable_cancel()Benjamin Otte1-12/+12
2009-07-01Two "make check" fixes for late changes to the thread-context patchDan Winship1-1/+1
2009-07-01Move gio tests from gio/tests/ to tests/gio/Benjamin Otte27-6483/+0
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship23-121/+474
2009-07-01Use low-level GSource methods in a few more placesDan Winship5-24/+71
2009-06-30Remove some unused codeDan Winship1-35/+0
2009-06-30Fix GResolver for g_simple_async_result_set_op_res_gpointer changeDan Winship1-7/+4
2009-06-30Bug 587434 – regression tests failBenjamin Otte1-71/+67
2009-06-30Bug 587434 – regression tests failBenjamin Otte1-1/+1
2009-06-30Add GCancellables to GSocket opsDan Winship10-109/+119
2009-06-29remove unused labelBenjamin Otte1-3/+0
2009-06-29fix warnings from gcc compilation with my mad CFLAGSBenjamin Otte12-106/+119
2009-06-29add g_file_attribute_set_*_by_id() and use themBenjamin Otte3-98/+217
2009-06-29export and use _g_file_attribute_matcher_matches_id()Benjamin Otte3-55/+58
2009-06-29add private header with attribute idsBenjamin Otte3-1/+178
2009-06-29split lookup_attribute() into two functionsBenjamin Otte1-28/+37
2009-06-29split attribute hash initialization into its own functionBenjamin Otte1-10/+12
2009-06-26Add NULL to end of g_filename_complete_get_completions() return valueTom Parker1-3/+5
2009-06-25Allow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes in GFileInfoAlexander Larsson2-1/+8
2009-06-24Allow GCancellable to be subclassed by adding a private structureRichard Hughes2-42/+81
2009-06-23Bug 586675 – Runtime library locationDavid Zeuthen1-0/+9
2009-06-23Add extension point for adding metadata for local filesAlexander Larsson5-39/+175
2009-06-23Add g_file_info_set_attribute_statusAlexander Larsson3-0/+40
2009-06-23Add g_file_info_has_namespaceAlexander Larsson3-0/+39
2009-06-23Add string vector attribute type to GFileInfoAlexander Larsson6-1/+117
2009-06-23Copy namespaces correctly in g_file_copy_attributesAlexander Larsson1-1/+1
2009-06-19Fix build on mingwMatthias Clasen1-0/+2
2009-06-18Use io_prio as mainloop prio for async-emulation (#579449)Alexander Larsson1-1/+1
2009-06-18Revert "clarify documentation"Benjamin Otte1-2/+1
2009-06-18syntax fix in documentationBenjamin Otte1-1/+1
2009-06-18fix typo in documentationBenjamin Otte1-1/+1
2009-06-18clarify documentationBenjamin Otte1-1/+2
2009-06-15Add g_setenvMatthias Clasen1-1/+1
2009-06-15Bug 585591 – Starting/stopping drivesDavid Zeuthen10-4/+650
2009-06-15Fix incorrect freeing of thread pool in GThreadedSocketService (#584255)Ondrej Jirman1-1/+1
2009-06-15Emit changed in g_socket_listener_add_socket, not in add_addressAlexander Larsson1-3/+4
2009-06-15Ref the passed in socket in g_socket_listener_add_socket (#585599)Alexander Larsson1-5/+18
2009-06-15Add bound address out-argument to g_socket_listener_add_address (#585566)Alexander Larsson2-0/+21
2009-06-15Avoid unnecessary work if mount watching not specified (#585360)Alexander Larsson2-4/+26
2009-06-15Support special icons for xdg user dirsMatthias Clasen1-2/+16
2009-06-15Don't use deprecated GLib apiMatthias Clasen1-1/+1
2009-06-15Fix the icon property implementationMatthias Clasen1-1/+2
2009-06-15Trivial formatting fixesMatthias Clasen1-32/+31
2009-06-14Include sys/uio.h for struct iovecMatthias Clasen1-0/+2