1 2007-12-17 Alexander Larsson <alexl@redhat.com>
4 Add doc comments about what GFile operations are
5 guaranteed to not block.
7 2007-12-17 Alexander Larsson <alexl@redhat.com>
10 Add missing #ifdef fixing OSX build.
11 (#503334, patch from Richard Hult)
13 2007-12-14 David Zeuthen <davidz@redhat.com>
17 * gmount.c: (g_mount_get_uuid), (g_mount_can_eject),
18 (g_mount_eject), (g_mount_eject_finish):
20 * gunionvolumemonitor.c: (g_union_volume_monitor_finalize),
21 (get_volume_for_uuid), (get_mount_for_uuid),
22 (g_union_volume_monitor_class_init),
23 (get_default_native_type_with_exclude), (get_default_native_type),
24 (get_native_type), (update_native_type),
25 (g_union_volume_monitor_init), (_g_mount_get_for_mount_path):
26 * gunixmount.c: (_g_unix_mount_new), (g_unix_mount_get_uuid),
27 (g_unix_mount_can_eject), (eject_unmount_cb),
28 (eject_unmount_read_error), (eject_unmount_do),
29 (g_unix_mount_unmount), (g_unix_mount_eject),
30 (g_unix_mount_eject_finish), (g_unix_mount_mount_iface_init):
31 * gunixmounts.c: (g_unix_mount_guess_can_eject),
32 (g_unix_mount_point_guess_can_eject):
34 * gunixvolume.c: (_g_unix_volume_new), (g_unix_volume_get_uuid),
35 (g_unix_volume_can_eject), (g_unix_volume_get_drive),
36 (eject_mount_cb), (eject_mount_read_error), (eject_mount_do),
37 (g_unix_volume_mount), (g_unix_volume_eject),
38 (g_unix_volume_eject_finish), (g_unix_volume_volume_iface_init):
39 * gunixvolumemonitor.c: (get_volume_for_uuid),
40 (get_mount_for_uuid), (g_unix_volume_monitor_class_init),
42 * gvolume.c: (g_volume_get_uuid), (g_volume_can_eject),
43 (g_volume_eject), (g_volume_eject_finish):
45 * gvolumemonitor.c: (g_volume_monitor_get_volume_for_uuid),
46 (g_volume_monitor_get_mount_for_uuid):
49 Provide eject() on both GMount and GVolume and utility functions
50 to guess whether a GUnixMountPoint or GUnixMountEntry should be
51 ejected. Introduce the concept of UUID's and wire it into GVolume
52 and GMount and provide API on GVolumeMonitor to find such
53 instances. Also handle the case where an external
54 GNativeVolumeMonitor fails to initialize. Lock around the
55 _g_get_mount_for_mount_path() function such that volume monitor
56 implementations won't have to do locking themselves.
58 2007-12-17 Matthias Clasen <mclasen@redhat.com>
66 * gvolume.h: Documentation updates
68 2007-12-14 Matthias Clasen <mclasen@redhat.com>
71 * gfile.h: Doc updates
73 2007-12-14 Matthias Clasen <mclasen@redhat.com>
76 * gdesktopappinfo.c: Use hash table iterators.
78 2007-12-14 Alexander Larsson <alexl@redhat.com>
81 * gfileattribute.[ch]:
82 * gfileattribute-priv.h:
83 Move GFileAttributeValue to a private header, as
87 Make set_attribute take a type + a pointer instead
88 of a GFileAttributeValue.
91 Fix up for above changes.
92 Add g_file_info_get_attribute_data to get
93 all info in one call, g_file_info_get_attribute_status
94 to get the status and g_file_info_get_attribute_as_string.
98 * glocalfileinfo.[ch]:
102 Make _guess_type static.
104 2007-12-14 Yevgen Muntyan <muntyan@tamu.edu>
107 * inotify/Makefile.am: Fixed build when srcdir != builddir,
108 made mkenums and friends use temporary files to avoid leaving
109 empty generated files on failure (#503470).
111 2007-12-14 Alexander Larsson <alexl@redhat.com>
116 2007-12-14 Alexander Larsson <alexl@redhat.com>
120 * gfileattribute.[ch]:
123 * glocalfileoutputstream.c:
124 * gmountoperation.[ch]:
125 * goutputstream.[ch]:
126 Clean up all flags enums to not have _FLAGS in them
127 Make the names of some of the enums better.
132 2007-12-14 Michael Natterer <mitch@imendio.com>
134 * gio.symbols: fix g_io_scheduler symbol names.
136 2007-12-14 Alexander Larsson <alexl@redhat.com>
142 * gbufferedinputstream.h:
143 * gbufferedoutputstream.h:
146 * gdatainputstream.h:
147 * gdataoutputstream.h:
149 * gdirectorymonitor.h:
156 * gfileinputstream.h:
158 * gfilenamecompleter.h:
159 * gfileoutputstream.h:
160 * gfilterinputstream.h:
161 * gfilteroutputstream.h:
169 * gmemoryinputstream.h:
170 * gmemoryoutputstream.h:
175 * gsimpleasyncresult.h:
177 * gunixinputstream.h:
179 * gunixoutputstream.h:
183 * inotify/Makefile.am:
184 Only allow including <gio/gio.h> from apps
186 2007-12-14 Alexander Larsson <alexl@redhat.com>
189 * gsimpleasyncresult.c:
190 Rename gioscheduler calls so they all use the g_io_schedule_ prefix.
191 Split out the send_to_mainloop call into two versions instead
192 of having the block argument.
194 2007-12-13 Alexander Larsson <alexl@redhat.com>
198 * gbufferedinputstream.c:
200 * gfileinputstream.c:
201 * gfileoutputstream.c:
205 g_push/pop_current_cancellable ->
206 g_cancellable_push/pop_current
208 2007-12-13 Alexander Larsson <alexl@redhat.com>
212 Rename g_mount_for_location to g_file_mount_enclosing_volume.
214 2007-12-13 Alexander Larsson <alexl@redhat.com>
217 G_PASSWORD_FLAGS_ANON_SUPPORTED -> G_PASSWORD_FLAGS_ANONYMOUS_SUPPORTED
219 2007-12-12 Alexander Larsson <alexl@redhat.com>
222 Fix race condition when freeing proxy in
223 g_io_job_send_to_mainloop().
225 2007-12-12 Alexander Larsson <alexl@redhat.com>
231 Make attribute namespace separator "::" instead of ":".
232 Use - instead of _ as separator in attribute names.
234 2007-12-12 Alexander Larsson <alexl@redhat.com>
236 * gbufferedinputstream.h:
237 * gbufferedoutputstream.h:
238 * gdatainputstream.h:
239 * gdataoutputstream.h:
240 * gdirectorymonitor.h:
242 * gfileinputstream.h:
244 * gfileoutputstream.h:
245 * gfilterinputstream.h:
246 * gfilteroutputstream.h:
248 * glocalfileinputstream.h:
249 * glocalfileoutputstream.h:
250 * gmemoryinputstream.h:
251 * gmemoryoutputstream.h:
252 * gnativevolumemonitor.h:
254 * gunixinputstream.h:
255 * gunixoutputstream.h:
258 s/parent/parent_instance/ in GObjects
260 2007-12-12 Alexander Larsson <alexl@redhat.com>
265 No need for padding for interfaces
267 2007-12-12 Alexander Larsson <alexl@redhat.com>
271 * gbufferedinputstream.c:
272 * gbufferedoutputstream.c:
275 * gdatainputstream.[ch]:
277 * gdirectorymonitor.c:
279 * gfileattribute.[ch]:
282 * gfileinputstream.h:
284 * gfileoutputstream.[ch]:
285 * gfilterinputstream.h:
286 * gfilteroutputstream.h:
289 * gloadableicon.[ch]:
290 * gmemoryinputstream.c:
293 Fix up a bunch of details in the docs.
298 2007-12-11 David Zeuthen <davidz@redhat.com>
300 Rework how volumes, drives and volume monitoring is
301 done. Previosly the model was
305 where a GDrive instance represented a mount point and a GVolume
306 instance represented a mounted file system. This patch changes it
309 GDrive <1-N> GVolume <1-1> GMount
311 where GMount now serves the purpose of the old GVolume and the new
312 GVolume serves the purpose of the old GDrive. In addition the new
313 GDrive interface is used to represent a collection of GVolume
314 instances (typically partitions) and also contains utility to query
315 the state of the physical drive the GDrive object represents (such
316 as checking for media, polling the drive, ejecting the media etc.).
318 Also implement mounting and unmounting in the Unix volume monitor
319 backend. A subquent patch will introduce GDrive support for ejection
323 * gdrive.c: (g_drive_is_media_check_automatic),
324 (g_drive_is_media_removable), (g_drive_has_media),
325 (g_drive_can_poll_for_media), (g_drive_eject),
326 (g_drive_eject_finish), (g_drive_poll_for_media),
327 (g_drive_poll_for_media_finish):
329 * gfile.c: (g_file_find_enclosing_mount):
332 * glocaldirectorymonitor.c:
333 (g_local_directory_monitor_constructor), (mounts_changed):
334 * glocalfile.c: (get_mount_info),
335 (g_local_file_find_enclosing_mount),
336 (g_local_file_file_iface_init):
337 * gnativevolumemonitor.h:
338 * gunionvolumemonitor.c: (get_mounts), (get_volumes),
339 (get_connected_drives), (g_union_volume_monitor_class_init),
340 (child_volume_added), (child_volume_removed),
341 (child_volume_changed), (child_mount_added), (child_mount_removed),
342 (child_mount_pre_unmount), (child_mount_changed),
343 (child_drive_changed), (g_union_volume_monitor_add_monitor),
344 (g_union_volume_monitor_remove_monitor),
345 (_g_mount_get_for_mount_path):
346 * gunixmounts.c: (g_unix_is_mount_path_system_internal),
347 (guess_system_internal), (_g_get_unix_mounts),
348 (_g_get_unix_mount_points), (g_get_unix_mount_at),
349 (g_unix_mount_free), (g_unix_mount_compare),
350 (g_unix_mount_get_mount_path), (g_unix_mount_get_device_path),
351 (g_unix_mount_get_fs_type), (g_unix_mount_is_readonly),
352 (g_unix_mount_is_system_internal), (g_unix_mount_guess_type),
353 (type_to_icon), (g_unix_mount_guess_name),
354 (g_unix_mount_guess_icon), (g_unix_mount_point_guess_name),
355 (g_unix_mount_point_guess_icon), (_canonicalize_filename),
356 (_resolve_symlink), (_resolve_dev_root):
358 * gunixvolume.c: (g_unix_volume_finalize), (_g_unix_volume_new),
359 (_g_unix_volume_disconnected), (_g_unix_volume_set_mount),
360 (_g_unix_volume_unset_mount), (g_unix_volume_get_icon),
361 (g_unix_volume_get_name), (g_unix_volume_can_mount),
362 (g_unix_volume_get_drive), (g_unix_volume_get_mount),
363 (_g_unix_volume_has_mount_path), (mount_cb), (mount_read_error),
364 (g_unix_volume_mount), (g_unix_volume_mount_finish),
365 (g_unix_volume_volume_iface_init):
367 * gunixvolumemonitor.c: (g_unix_volume_monitor_finalize),
368 (get_mounts), (get_volumes), (get_connected_drives),
369 (get_mount_for_mount_path), (g_unix_volume_monitor_class_init),
370 (mountpoints_changed), (mounts_changed),
371 (g_unix_volume_monitor_init),
372 (_g_unix_volume_monitor_lookup_volume_for_mount_path),
373 (find_mount_by_mountpath), (update_volumes), (update_mounts):
374 * gunixvolumemonitor.h:
375 * gvolume.c: (g_volume_get_mount), (g_volume_can_mount),
376 (g_volume_mount), (g_volume_mount_finish):
378 * gvolumemonitor.c: (g_volume_monitor_class_init),
379 (g_volume_monitor_get_connected_drives),
380 (g_volume_monitor_get_volumes), (g_volume_monitor_get_mounts):
383 2007-12-10 Matthias Clasen <mclasen@redhat.com>
385 * gmountoperation.h (GPasswordFlags): Close the gap
387 2007-12-10 Matthias Clasen <mclasen@redhat.com>
389 * Makefile.am: Install gdesktopappinfo.h as unix-specific header.
391 * gdesktopappinfo.[hc]: Remove _-prefixes
393 2007-12-10 Tor Lillqvist <tml@novell.com>
395 * glocalfile.c: Add some more G_OS_WIN32 conditionals to silence
398 2007-12-10 Alexander Larsson <alexl@redhat.com>
400 * gfile.c (g_file_set_display_name):
401 Don't hardcode '/' (#502727)
403 2007-12-09 Hans Breuer <hans@breuer.org>
405 * makefile.msc : follow lib naming convention
406 * glocalfileinfo.c(win32_get_file_user_info) : working implementation
407 for user and group name, tested with ../tests/gio-ls
409 2007-12-09 A. Walton <awalton@svn.gnome.org>
422 * gmemoryinputstream.c:
423 * gmemoryoutputstream.c:
425 * gsimpleasyncresult.c:
426 More documentation cleanup and filling in missing information, bringing
427 GIO to 99% symbol coverage.
429 2007-12-08 Hans Breuer <hans@breuer.org>
431 [gio compiles and links on win32, not sure how much already works]
432 * glocaldirectorymonitor.c : ifdefed out inotify emulation for win32
433 * glocalfile.c : use HAVE_UNISTD_H; implement file system size info
434 base on win32 API; prefer g_lstat() over lstat(); instead of
435 localtime_r() use an all GLib implementation on win32;
436 get_mount_info() still needs a win32 specifc implementation
437 * glocalfileinfo.c : use HAVE_*_H; start of implementation of
438 win32_get_file_user_info to get owner/group info without uid/gid
439 * glocalfileinputstream.c : include <io.h> on win32
440 * glocalfileoutputstream.c : include <io.h> on win32 and some S_IS*
441 definition, use g_win32_ftruncate() for G_OS_WIN32
442 * gwin32appinfo.c : optionalize a bunch on #ifdef AssocQueryString
443 it is available with mingw/w32api but a mess with the M$ Platform SDKs
444 see: http://mail.gnome.org/archives/gtk-devel-list/2007-December/msg00014.html
445 * makefile.msc : updated
447 2007-12-07 Alexander Larsson <alexl@redhat.com>
449 * glocalfileenumerator.c (_g_local_file_enumerator_new):
450 Avoid warning spew if error == NULL
452 2007-12-07 Alexander Larsson <alexl@redhat.com>
455 Update docs wrt etags
457 2007-12-06 Alexander Larsson <alexl@redhat.com>
460 Include sys/types.h for dev_t (#501919)
462 2007-12-06 Behdad Esfahbod <behdad@gnome.org>
466 Make abicheck and pltcheck pass.
468 2007-12-05 Alexander Larsson <alexl@redhat.com>
471 * giomodule-priv.h: Added.
472 * glocaldirectorymonitor.c:
473 * glocalfilemonitor.c:
474 * gunionvolumemonitor.c:
476 Actually add the declaration of _g_io_modules_ensure_loaded
478 2007-12-05 Alexander Larsson <alexl@redhat.com>
480 * gdatainputstream.c:
485 * glocaldirectorymonitor.c:
486 * glocalfilemonitor.c:
487 * gunionvolumemonitor.c:
489 Make g_io_modules_ensure_loaded a private function and
490 don't pass in the dirname. This means we can do magic
491 directory finding in the win32 version.
492 Export the actual load-modules-in-directory code so that
495 2007-12-05 Alexander Larsson <alexl@redhat.com>
497 * gbufferedinputstream.c:
498 * gbufferedoutputstream.c:
501 * gfileenumerator.[ch]:
502 * gfileinputstream.c:
503 * gfileoutputstream.[ch]:
504 * gfilterinputstream.c:
505 * gfilteroutputstream.c:
508 * glocalfileenumerator.c:
509 * glocalfileinputstream.c:
510 * glocalfileoutputstream.c:
511 * gmemoryinputstream.c:
512 * gmemoryoutputstream.c:
513 * goutputstream.[ch]:
516 * gunixinputstream.c:
517 * gunixoutputstream.c:
518 Rename all struct members named:
519 read, write, close, truncate, or mount
520 to foo_fn, as these are reserved names
521 and could be defined as macros in libc.
524 2007-12-04 Alexander Larsson <alexl@redhat.com>
527 (g_output_stream_close):
528 Only call flush if non-null.
530 2007-11-30 Dan Winship <danw@gnome.org>
532 * ginputstream.c (g_input_stream_set_pending): Make this take a
533 GError and return a gboolean, and do the "outstanding operation"
534 check (and the "stream is already closed" check) itself.
535 (g_input_stream_clear_pending): Formerly set_pending(FALSE).
537 * goutputstream.c (g_output_stream_set_pending)
538 (g_output_stream_clear_pending): Likewise
540 * gbufferedinputstream.c:
541 * gfileinputstream.c:
542 * gfileoutputstream.c: Update for that
544 * gsimpleasyncresult.c (g_simple_async_report_gerror_in_idle):
545 Like g_simple_async_report_error_in_idle, but takes a GError
546 rather than building one.
548 2007-11-30 Dan Winship <danw@gnome.org>
550 * goutputstream.c: Don't cheat and unset the "pending" flag around
551 inner calls. Instead, call the class method directly rather than
552 the wrapper function that checks "pending"
554 2007-12-03 Behdad Esfahbod <behdad@gnome.org>
556 * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
558 2007-12-03 Hans Breuer <hans@breuer.org>
560 [start of port to win32/msvc]
561 * gcancellable.c : HAVE_UNIST_H and _pipe()
562 * gcontenttype.c : only include <dirent.h> in the UNIX branch
563 * gdatainputstream.c : pointer arithmetic on void* is a gcc extension
564 * gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use
566 * glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/
567 * glocalvfs.c : use HAVE_PWD_H
568 * gio.symbols : ifdef unix specific functions with G_OS_UNIX
569 * makefile.msc : new file (maybe later converted to makefile.msc.in)
570 * Makefile.am : added to EXTRA_DIST
572 2007-12-03 Matthias Clasen <mclasen@redhat.com>
574 * gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
577 2007-12-03 Alexander Larsson <alexl@redhat.com>
580 Handle OSX style xattrs API (#500506)
582 2007-12-03 Alexander Larsson <alexl@redhat.com>
586 Add G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
588 2007-12-02 A. Walton <awalton@svn.gnome.org>
592 Documentation accuracy fixes.
594 2007-12-01 Behdad Esfahbod <behdad@gnome.org>
596 * gioenumtypes.c.template: Fix typo.
598 2007-12-01 Matthias Clasen <mclasen@redhat.com>
600 * gioenumtypes.c.template: Make threadsafe get_type() functions.
602 2007-12-01 Matthias Clasen <mclasen@redhat.com>
604 * gdirectorymonitor.c:
605 * gfilemonitor.c: Add properties
607 * gbufferedoutputstream.c: Don't mark buffer-size property
610 2007-12-01 Matthias Clasen <mclasen@redhat.com>
612 * gbufferedoutputstream.c: Add auto-grow property.
614 2007-11-30 Matthias Clasen <mclasen@redhat.com>
616 * *.c: Unify the capitalization of section headings.
618 2007-11-30 Matthias Clasen <mclasen@redhat.com>
620 * gmountoperation.c: Add properties
622 * gdatainputstream.c: Turn byte-order and newline-type into
625 2007-11-30 Matthias Clasen <mclasen@redhat.com>
627 * gioenumtypes.[hc].template: Templates for enum registration
629 * Makefile.am: Generate gioenumtypes.[hc]
631 * gio.h: Include gioenumtypes.h
633 * gfile.h: Add some explicit nicks.
635 * gio.symbols: Add new symbols
637 * pltcheck.sh: Adjust
639 2007-11-30 Matthias Clasen <mclasen@redhat.com>
641 * *.c: Explain etags and link to the explanation
643 2007-11-29 Matthias Clasen <mclasen@redhat.com>
645 * *.c: Explain I/O priority.
647 * *.c: More coding style fixes.
649 2007-11-29 Matthias Clasen <mclasen@redhat.com>
651 * gasyncresult.c: Add another paragraph to the intro,
652 adjust coding style of example.
654 2007-11-29 A. Walton <awalton@svn.gnome.org>
657 Fixes unknown meaning in GAppLaunchContext docs.
659 Clarify asynchronous ops.
664 Provides missing gtk-doc section, fixes API docs slighly.
665 * gsimpleasyncresult.c:
666 Fill in missing info in docs.
667 * gunixinputstream.c:
668 * gunixoutputstream.c:
669 Be more expressive in short description.
671 Remove gtk-doc stubs for non-public API.
673 2007-11-28 Matthias Clasen <mclasen@redhat.com>
675 * *.c: Coding style fixups
677 2007-11-28 Matthias Clasen <mclasen@redhat.com>
679 * inotify/inotify-helper.c: Don't export the lock from libgio.
681 2007-11-28 Matthias Clasen <mclasen@redhat.com>
684 * abicheck.sh: Fix copy-and-paste leftovers
686 2007-11-28 Matthias Clasen <mclasen@redhat.com>
688 * gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
690 2007-11-28 Alexander Larsson <alexl@redhat.com>
694 Removed unnecessary file
696 * gdesktopappinfo.[ch]:
699 * glocaldirectorymonitor.[ch]:
701 * glocalfileenumerator.[ch]:
702 * glocalfileinputstream.[ch]:
703 * glocalfilemonitor.[ch]:
704 * glocalfileoutputstream.[ch]:
706 * gnativevolumemonitor.c:
707 * gpollfilemonitor.[ch]:
708 * gunionvolumemonitor.[ch]:
711 * gunixvolumemonitor.[ch]:
714 * inotify/ginotifydirectorymonitor.[ch]:
715 * inotify/ginotifyfilemonitor.[ch]:
716 * inotify/inotify-helper.c:
717 Append _ to all internal functions
721 Export symbols needed for modules
723 2007-11-28 Alexander Larsson <alexl@redhat.com>
726 * abicheck.sh: Added.
727 * makegioalias.pl: Added.
728 * pltcheck.sh: Added.
729 * gio.symbols: Added.
732 Initial work on adding symbol handling.
735 Correct ifdef guard name
738 * inotify/Makefile.am:
739 * xdgmime/Makefile.am:
740 Include toplevel Makefile.decl
742 2007-11-27 Matthias Clasen <mclasen@redhat.com>
744 * gcontenttype.c: Move doc comments to the unix section.
746 * *.[hc]: More trivial doc corrections.
748 2007-11-27 Matthias Clasen <mclasen@redhat.com>
750 * gpollfilemonitor.c:
759 * gdatainputstream.c:
760 * gdatainputstream.h:
761 * gdataoutputstream.c:
762 * gdataoutputstream.h:
763 * gfileinfo.h: Doc cleanups
765 2007-11-28 Andre Klapper <a9016009@gmx.de>
767 * gdesktopappinfo.c: Fix a typo.
769 2007-11-27 Andre Klapper <a9016009@gmx.de>
771 * glocalfileoutputstream.c: Fix a typo.
773 2007-11-27 Alexander Larsson <alexl@redhat.com>
776 Don't include removed headers
778 2007-11-27 Alexander Larsson <alexl@redhat.com>
781 * gsocketinputstream.[ch]: Removed.
782 * gsocketoutputstream.[ch]: Removed.
783 * gunixinputstream.[ch]: Added.
784 * gunixoutputstream.[ch]: Added.
785 Renamed GSocket*Stream to GUnix*Stream and made
786 it unix-only, since its not really only for sockets
787 and it only works on unix (but is highly useful there).
789 2007-11-27 Andrew Walton <awalton@svn.gnome.org>
795 * gbufferedinputstream.c:
796 * gbufferedinputstream.h:
797 * gbufferedoutputstream.c:
798 * gbufferedoutputstream.h:
802 * gdatainputstream.c:
803 * gdatainputstream.h:
804 * gdataoutputstream.c:
805 * gdataoutputstream.h:
806 * gdirectorymonitor.c:
807 * gdirectorymonitor.h:
820 * gfileinputstream.c:
821 * gfileinputstream.h:
824 * gfilenamecompleter.c:
825 * gfilenamecompleter.h:
826 * gfileoutputstream.c:
827 * gfileoutputstream.h:
828 * gfilterinputstream.c:
829 * gfilterinputstream.h:
830 * gfilteroutputstream.c:
831 * gfilteroutputstream.h:
844 * glocalfileoutputstream.c:
845 * gmemoryinputstream.c:
846 * gmemoryinputstream.h:
847 * gmemoryoutputstream.c:
848 * gmemoryoutputstream.h:
853 * gpollfilemonitor.c:
856 * gsimpleasyncresult.c:
857 * gsimpleasyncresult.h:
858 * gsocketinputstream.c:
859 * gsocketinputstream.h:
860 * gsocketoutputstream.c:
861 * gsocketoutputstream.h:
868 * gunixvolumemonitor.c:
877 Bumps documentation to 93% symbol coverage, touching most
878 of the public files. Fixes broken function documentation prototypes.
879 Fixes GCancellable inaccuracies. Removes unnecessary incomplete
880 gtk-doc headers in private files.
882 2007-11-27 JĂ¼rg Billeter <j@bitron.ch>
884 * gbufferedinputstream.c: (g_buffered_input_stream_peek_buffer),
885 (g_buffered_input_stream_read_byte):
886 * gbufferedinputstream.h:
887 New functions for efficient access to buffer and simple single byte
890 * gdatainputstream.c: (scan_for_newline), (scan_for_chars),
891 (g_data_input_stream_read_until):
892 * gdatainputstream.h:
893 Use peek_buffer to avoid memcpy in scan_for_newline, implement
894 read_until with multiple stop chars.
896 2007-11-27 Alexander Larsson <alexl@redhat.com>
900 * inotify/Makefile.am:
901 Use the user-specified giomoduledir
903 2007-11-27 Alexander Larsson <alexl@redhat.com>
907 Add catch-all gio.h header
908 Don't install gdummyfile.h
910 2007-11-26 Alexander Larsson <alexl@redhat.com>
912 * Makefile.am (gioinclude_HEADERS):
913 Remove trailing whitespace
915 2007-11-26 Alexander Larsson <alexl@redhat.com>
917 Merge gio-standalone into glib
919 2007-11-25 Christian Kellner <gicmo@gnome.org>
921 * gio/goutputstream.c:
922 Fix small mistake in the docs.
924 2007-11-21 Christian Persch <chpe@gnome.org>
926 * gio/glocalfile.c: (g_local_file_trash):
927 Convert filenames to UTF-8 for GError.
928 Use g_mkdir_with_parent to create the Trash dir, and use mode 0700
929 as per xdg base dir spec.
931 2007-11-21 Christian Persch <chpe@gnome.org>
933 * gio/gdesktopappinfo.c:
934 Use that g_key_file_to_data cannot fail.
936 Use stock defines for the key file group and key names.
939 2007-11-21 Alexander Larsson <alexl@redhat.com>
942 (copy_stream_with_progress):
943 Make sure we do a final progress callback with
946 2007-11-21 Alexander Larsson <alexl@redhat.com>
949 Export g_file_copy_attributes
950 Remove padding as its not needed for interfaces
952 2007-11-20 Alexander Larsson <alexl@redhat.com>
957 Add G_IO_ERROR_WOULD_MERGE for
958 copy/move dir on dir with overwrite.
960 2007-11-20 Alexander Larsson <alexl@redhat.com>
963 * gio/glocalfileinfo.c:
964 Add COPY_NAME (this is an optional
965 non-modified utf8 version of the name) that
968 2007-11-20 Alexander Larsson <alexl@redhat.com>
970 * gio/glocalfileenumerator.c:
971 Report errors as GIOError, not GFileError
973 2007-11-16 Alexander Larsson <alexl@redhat.com>
975 * gio/glocalfileoutputstream.c:
976 * gio/gwin32appinfo.c:
977 Fix typos in strings.
978 Patch from Luca Ferretti <elle.uca@libero.it>
980 2007-11-15 Alexander Larsson <alexl@redhat.com>
983 Post release version bump
985 === gio-standalone 0.1.2 ===
987 2007-11-15 Alexander Larsson <alexl@redhat.com>
989 * docs/reference/gio/Makefile.am:
990 Fix up distcheck by removing weird
996 2007-11-14 Alexander Larsson <alexl@redhat.com>
998 * gio/gdesktopappinfo.c:
999 * gio/glocaldirectorymonitor.c:
1001 * gio/glocalfileinfo.c:
1002 * gio/inotify/inotify-sub.c:
1003 * programs/gio-cat.c:
1004 * programs/gio-copy.c:
1005 * programs/gio-info.c:
1006 * programs/gio-ls.c:
1007 * programs/gio-monitor-dir.c:
1008 * programs/gio-monitor-file.c:
1009 * programs/gio-mount.c:
1010 * programs/gio-move.c:
1011 * programs/gio-rm.c:
1012 * programs/gio-save.c:
1013 * programs/gio-trash.c:
1014 Leak fixes from Kjartan Maraas
1016 2007-11-14 Alexander Larsson <alexl@redhat.com>
1018 * gio/fam/fam-helper.c:
1020 * gio/glocalfileinfo.c:
1024 * gio/inotify/inotify-diag.c:
1025 * gio/inotify/inotify-kernel.c:
1026 Various code cleanups from Kjartan Maraas
1028 2007-11-14 Alexander Larsson <alexl@redhat.com>
1030 * gio/gioscheduler.c:
1032 Set up threadpool so that we cache 2 unused
1033 idle threads for at 15 secs. This means we
1034 will reuse thread-local data (like dbus connections)
1037 2007-11-14 Alexander Larsson <alexl@redhat.com>
1039 * gio/fam/fam-helper.c:
1040 * gio/fam/gfamdirectorymonitor.c:
1041 * gio/fam/gfamfilemonitor.c:
1043 * gio/gcontenttype.c:
1044 * gio/gdatainputstream.c:
1045 * gio/gdataoutputstream.c:
1049 * gio/gfileattribute.h:
1050 * gio/gfileenumerator.c:
1052 * gio/ginputstream.c:
1055 * gio/glocalfileinfo.c:
1056 * gio/goutputstream.c:
1057 * gio/gpollfilemonitor.c:
1058 * gio/gsimpleasyncresult.c:
1059 * gio/gunixmounts.c:
1060 * gio/gunixmounts.h:
1061 * gio/inotify/ginotifydirectorymonitor.c:
1062 * gio/inotify/ginotifyfilemonitor.c:
1063 * gio/inotify/inotify-diag.c:
1064 * gio/inotify/inotify-kernel.c:
1065 * gio/inotify/inotify-path.c:
1067 * gio/test-streams.c:
1068 * programs/gio-info.c:
1069 * programs/gio-monitor-dir.c:
1070 * programs/gio-monitor-file.c:
1071 Various code cleanups from Kjartan Maraas
1073 2007-11-13 Alexander Larsson <alexl@redhat.com>
1076 Handle the uri-scheme calls for dummy files
1078 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
1080 * gio/gio/gfileinfo.[ch]: Use a different parameter name instead of
1081 'namespace' for in g_file_attribute_matcher_enumerate_namespace()
1082 to avoid clash with the C++ keyword.
1084 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
1086 * gio/glocalfileinfo.c: Build fix, added missing semicolon
1087 to an ifdef'ed call to getpwuid() in lookup_uid_data().
1089 2007-11-11 Sebastian Dröge <slomo@circular-chaos.org>
1091 * gio/glocaldirectorymonitor.c:
1092 * gio/glocalfilemonitor.c:
1093 * gio/gunionvolumemonitor.c:
1094 Don't use g_once_init_*() for initializations that could fail and
1095 could leave the initialization variable set to 0 but use GOnce.
1096 This prevents a deadlock on the second call when trying to create
1097 a monitor and no monitor type is available. Thanks to Sven Herzberg
1100 2007-11-11 Sven Herzberg <sven@imendio.com>
1102 * gio/glocalfile.c: guard the #include <sys/statfs.h> by the correct
1103 #ifdef (make it work on MacOS X again)
1105 2007-11-09 Andrew Walton <awalton@svn.gnome.org>
1107 Fixes Changelog for last two commits (sorry guys).
1109 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
1111 * gio/gbufferedinputstream.c:
1112 * gio/gdatainputstream.c:
1114 * gio/gfileoutputstream.c:
1115 * gio/gfilterinputstream.c:
1116 * gio/glocalfileinputstream.c:
1119 More consistency fixes in g*stream.c files.
1120 Significant clean of gfile's documentation, filling in of
1121 asynchronous operations documentation.
1123 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
1125 * gio/gasyncresult.c:
1126 * gio/gbufferedinputstream.c:
1127 * gio/gbufferedoutputstream.c:
1128 * gio/gcancellable.c:
1129 * gio/gcontenttype.c:
1130 * gio/gdatainputstream.c:
1131 * gio/gdataoutputstream.c:
1132 * gio/gdesktopappinfo.c:
1135 * gio/gfileattribute.c:
1136 * gio/gio/gfileenumerator.c:
1138 * gio/gfileinputstream.c:
1139 * gio/gfilemonitor.c:
1140 * gio/gfileoutputstream.c:
1141 * gio/ginputstream.c:
1143 * gio/gioscheduler.c:
1144 * gio/gloadableicon.c:
1145 * gio/glocalfileoutputstream.c:
1146 * gio/gmemoryoutputstream.c:
1147 * gio/gmountoperation.c:
1148 * gio/goutputstream.c:
1150 * gio/gsimpleasyncresult.c:
1151 * gio/gunionvolumemonitor.c:
1152 * gio/gunixmounts.c:
1153 * gio/gunixvolume.c:
1157 * gio/gvolumemonitor.c:
1158 Updated documentation stubs, working towards consistency and
1161 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
1163 * gio/gmemoryoutputstream.c:
1164 * gio/gmemoryoutputstream.h:
1165 Change g_memory_output_stream_set_free_on_close() to
1166 g_memory_output_stream_set_free_data() as this makes more sense and
1167 is more consistent with GMemoryInputStream.
1169 2007-11-07 Alexander Larsson <alexl@redhat.com>
1176 Change how we find the default vfs so that
1177 we can handle a gvfs failing to init
1179 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
1181 * gio/gbufferedoutputstream.c:
1182 * gio/gdatainputstream.c:
1183 * gio/gdataoutputstream.c:
1184 * gio/gfileinputstream.c:
1185 * gio/gfileoutputstream.c:
1186 * gio/gfilterinputstream.c:
1187 * gio/gfilteroutputstream.c:
1188 * gio/ginputstream.c:
1189 * gio/gmemoryinputstream.c:
1190 * gio/gmemoryoutputstream.c:
1191 * gio/goutputstream.c:
1192 * gio/gsimpleasyncresult.c:
1193 * gio/gsocketinputstream.c:
1194 * gio/gsocketoutputstream.c:
1195 Add guards to the remaining public functions, add a TODO for
1196 an unimplemented function and remove some useless guards.
1198 2007-11-07 Alexander Larsson <alexl@redhat.com>
1201 Autoconf checks for the various types of
1202 getpwuid_r and getgrgid_r
1204 * gio/glocalfileinfo.c:
1205 Use the autoconf checks from above
1207 2007-11-07 Alexander Larsson <alexl@redhat.com>
1210 (g_local_file_query_filesystem_info):
1211 Some fixes for the statvfs case
1213 2007-11-07 Alexander Larsson <alexl@redhat.com>
1216 (g_local_file_query_filesystem_info):
1217 Pick the "best" of statfs / statvfs for the system
1218 if both are availible.
1220 2007-11-07 Alexander Larsson <alexl@redhat.com>
1222 Solaris fixes from Halton.Huo@Sun.COM:
1229 * gio/glocalfileinfo.c:
1230 Fix for solaris definition of getpwuid_r
1232 * gio/test-streams.c:
1233 Use G_GNUC_PRETTY_FUNCTION
1235 2007-11-07 Alexander Larsson <alexl@redhat.com>
1237 * gio/gdesktopappinfo.c:
1238 (update_default_list):
1239 Remove double semicolon.
1240 Patch from Jens Granseuer
1242 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
1244 * docs/reference/gio/gio-sections.txt:
1245 * gio/gbufferedinputstream.c:
1246 * gio/gbufferedinputstream.h:
1247 * gio/gdatainputstream.c:
1248 * gio/gfileenumerator.c:
1249 * gio/gioscheduler.c:
1250 * gio/gunionvolumemonitor.c:
1252 * programs/gio-save.c:
1253 Fix typo: availible -> available. Unfortuntely this breaks API
1254 and ABI as g_buffered_input_stream_get_available() was renamed.
1256 * gio/gunixmounts.c:
1257 * gio/gbufferedinputstream.c:
1258 Add guards for public functions.
1260 2007-11-06 Ross Burton <ross@openedhand.com>
1262 * docs/reference/gio/Makefile.am:
1263 Fix invalid += usage which automake 1.10 doesn't like.
1265 2007-11-06 Alexander Larsson <alexl@redhat.com>
1268 (g_app_launch_context_class_init):
1271 Patch from Ross Burton
1273 2007-11-06 Alexander Larsson <alexl@redhat.com>
1276 Post release version bump
1278 === gio-standalone 0.1.1 ===
1280 2007-11-06 Alexander Larsson <alexl@redhat.com>
1283 Bump version to 0.1.1
1285 * gio/gsimpleasyncresult.c:
1286 (g_simple_async_result_set_from_error):
1287 Remove bogus g_return_if_fail
1289 2007-11-06 Alexander Larsson <alexl@redhat.com>
1292 The name is gio-standalone
1295 Add top src/builddir to includedir
1297 2007-11-06 Alexander Larsson <alexl@redhat.com>
1299 * docs/reference/gio/gio-sections.txt:
1301 * gio/gbufferedinputstream.c:
1302 * gio/gbufferedoutputstream.c:
1303 * gio/gcancellable.c:
1304 * gio/gdatainputstream.h:
1305 * gio/gdataoutputstream.c:
1306 * gio/gdataoutputstream.h:
1307 * gio/gdirectorymonitor.c:
1309 * gio/gfileattribute.c:
1310 * gio/gfileattribute.h:
1311 * gio/gfileenumerator.c:
1312 * gio/gfileenumerator.h:
1315 * gio/gfileinputstream.h:
1316 * gio/gfilemonitor.c:
1317 * gio/gfileoutputstream.h:
1318 * gio/glocalfilemonitor.h:
1319 * gio/glocalfileoutputstream.h:
1320 * gio/gmemoryinputstream.c:
1321 * gio/gmemoryoutputstream.c:
1322 * gio/gmountoperation.c:
1323 * gio/goutputstream.c:
1324 * gio/goutputstream.h:
1326 * gio/gsimpleasyncresult.c:
1327 * gio/gunixmounts.c:
1328 * gio/gunixmounts.h:
1330 * gio/inotify/inotify-helper.c:
1331 Fix gtk-doc warnings
1333 Patch from Ross Burton
1335 2007-11-06 Alexander Larsson <alexl@redhat.com>
1337 * gio/gfilenamecompleter.c:
1338 (g_filename_completer_get_completions):
1341 * gio/gunixvolume.c:
1342 Remove unused function
1344 Patches from Ross Burton
1346 2007-11-06 Alexander Larsson <alexl@redhat.com>
1351 Padding not needed for interfaces
1353 2007-11-06 Alexander Larsson <alexl@redhat.com>
1355 * gio/gfilemonitor.c:
1359 Make giotypes.h an internal file
1362 * gio/gbufferedinputstream.h:
1363 * gio/gbufferedoutputstream.h:
1364 * gio/gcancellable.h:
1365 * gio/gdatainputstream.h:
1366 * gio/gdataoutputstream.h:
1367 * gio/gdirectorymonitor.c:
1368 * gio/gdirectorymonitor.h:
1373 * gio/gfileattribute.h:
1374 * gio/gfileenumerator.h:
1379 * gio/gfilemonitor.c:
1380 * gio/gfilemonitor.h:
1381 * gio/gfilenamecompleter.c:
1382 * gio/gfilenamecompleter.h:
1383 * gio/gfilterinputstream.h:
1384 * gio/gfilteroutputstream.h:
1385 * gio/ginputstream.h:
1386 * gio/gmemoryinputstream.h:
1387 * gio/gmemoryoutputstream.h:
1388 * gio/gmountoperation.c:
1389 * gio/gmountoperation.h:
1390 * gio/gnativevolumemonitor.c:
1391 * gio/goutputstream.h:
1394 * gio/gsimpleasyncresult.c:
1395 * gio/gsimpleasyncresult.h:
1396 * gio/gsocketinputstream.h:
1397 * gio/gsocketoutputstream.h:
1398 * gio/gthemedicon.c:
1399 * gio/gthemedicon.h:
1403 * gio/gvolumemonitor.c:
1404 * gio/gvolumemonitor.h:
1405 Add padding in classes where it seems useful
1406 Don't include giotypes.h from public headers
1407 Move in Class definitions into c file where possible
1412 2007-11-06 Alexander Larsson <alexl@redhat.com>
1414 * docs/reference/gio/gio-docs.xml:
1415 Better structure for API docs
1417 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
1420 * gio/gloadableicon.c:
1421 * gio/gsimpleasyncresult.c:
1422 * gio/gthemedicon.c:
1423 Add some more guards to public functions. Only files missing are now
1426 2007-11-06 Alexander Larsson <alexl@redhat.com>
1428 * docs/reference/gio/gio-docs.xml:
1429 Remove old files, add missing ones
1431 2007-11-06 Alexander Larsson <alexl@redhat.com>
1433 * docs/reference/gio/gio-sections.txt:
1436 Hide implementation classes
1438 * gio/gdriveprivate.h:
1439 * gio/gvolumeprivate.h:
1440 Remove non-existing function declarations
1442 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
1445 Fix compilation warnings and add guards to the new functions.
1447 * gio/gasyncresult.c:
1449 Add guards to the public functions.
1452 Implement get_path().
1454 2007-11-06 Alexander Larsson <alexl@redhat.com>
1456 * gio/gfilenamecompleter.c:
1457 Make g_filename_completer_get_completions
1458 return char ** instead of GList for
1461 * docs/reference/gio/gio-docs.xml:
1462 * docs/reference/gio/gio-sections.txt:
1464 * gio/gasyncresult.c:
1465 * gio/gbufferedinputstream.c:
1466 * gio/gbufferedoutputstream.c:
1467 * gio/gcancellable.c:
1468 * gio/gcontenttype.c:
1469 * gio/gdatainputstream.c:
1470 * gio/gdataoutputstream.c:
1471 * gio/gdesktopappinfo.c:
1472 * gio/gdirectorymonitor.c:
1476 * gio/gfileattribute.c:
1477 * gio/gfileenumerator.c:
1480 * gio/gfileinputstream.c:
1481 * gio/gfilemonitor.c:
1482 * gio/gfilenamecompleter.c:
1483 * gio/gfilenamecompleter.h:
1484 * gio/gfileoutputstream.c:
1485 * gio/gfilterinputstream.c:
1487 * gio/ginputstream.c:
1489 * gio/gioscheduler.c:
1490 * gio/gloadableicon.c:
1491 * gio/glocaldirectorymonitor.c:
1493 * gio/glocalfileinputstream.c:
1494 * gio/glocalfilemonitor.c:
1495 * gio/glocalfileoutputstream.c:
1497 * gio/gmemoryinputstream.c:
1498 * gio/gmemoryoutputstream.c:
1499 * gio/gmountoperation.c:
1500 * gio/goutputstream.c:
1501 * gio/gpollfilemonitor.c:
1503 * gio/gsimpleasyncresult.c:
1504 * gio/gsocketinputstream.c:
1505 * gio/gsocketoutputstream.c:
1506 * gio/gthemedicon.c:
1507 * gio/gunionvolumemonitor.c:
1509 * gio/gunixmounts.c:
1510 * gio/gunixvolume.c:
1511 * gio/gunixvolumemonitor.c:
1515 * gio/gvolumemonitor.c:
1516 * gio/gwin32appinfo.c:
1517 Add (mostly stub) doc strings to public functions.
1518 Patch from Andrew Walton (awalton@gmail.com)
1520 2007-11-06 Alexander Larsson <alexl@redhat.com>
1522 * gio/gappinfo.[ch]:
1523 Added GAppLaunchContext object and pass that to launch.
1524 This allows simple implementation of both
1525 launch-on-screen and startup notification via a gtk+
1526 subclass of GAppLaunchContext
1528 * gio/gdesktopappinfo.c:
1529 Implement GAppLaunchContext API
1531 * gio/gwin32appinfo.c:
1534 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1536 * gio/gmountoperation.c:
1537 Add some guards to GMountOperation's public functions.
1539 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1543 * gio/gcancellable.c:
1544 * gio/gdirectorymonitor.c:
1546 * gio/gfileenumerator.c:
1547 * gio/gfilemonitor.c:,
1548 * gio/gfilenamecompleter.c:
1551 * gio/gioscheduler.c:
1555 * gio/gvolumemonitor.c:
1556 Add even more guards to various public functions.
1558 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1561 Add guards to the public functions of GAppInfo.
1563 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1565 * gio/gcontenttype.c:
1566 Add some more guards for public functions.
1568 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1570 * gio/fam/fam-module.c:
1571 * gio/fam/gfamdirectorymonitor.c:
1572 * gio/fam/gfamdirectorymonitor.h:
1573 * gio/fam/gfamfilemonitor.c:
1574 * gio/fam/gfamfilemonitor.h:
1575 * gio/inotify/ginotifydirectorymonitor.c:
1576 * gio/inotify/ginotifydirectorymonitor.h:
1577 * gio/inotify/ginotifyfilemonitor.c:
1578 * gio/inotify/ginotifyfilemonitor.h:
1579 Add proper copyright information and remove an unused variable
1580 in the GInotifyFileMonitor constructor.
1582 * gio/gcancellable.c:
1583 Add a guard for a public function and an assertion to prevent
1584 an undefined program state.
1586 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
1588 * gio/gfileattribute.c:
1589 Don't run into an assertion if the given attribute value is NULL
1590 in g_file_attribute_value_get_*() but instead return a fallback
1591 value that makes sense in most situations. Passing them a attribute
1592 value with the wrong type will still run into an assertion.
1594 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
1596 * gio/gfileattribute.c:
1598 Add even more guards to the public functions. Also fix the refcounting
1599 of GFileAttributeInfoList and GFileAttributeMatcher to be atomic and
1600 let g_file_info_list_attributes() filter the attributes by namespace
1601 instead of simply ignoring the namespace parameter.
1603 2007-11-03 Sven Herzberg <sven@imendio.com>
1605 * gio/gdesktopappinfo.c: don't use environ. Use the glib API for that.
1606 (This makes gio work on MacOS X again)
1608 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
1611 Build the gio subdirectory before the docs. Otherwise the build will
1614 * gio/gvfs.c: (g_vfs_get_name), (g_vfs_get_priority),
1615 (g_vfs_get_file_for_path), (g_vfs_get_file_for_uri),
1616 (g_vfs_get_supported_uri_schemes), (g_vfs_parse_name):
1617 Add guards to the public functions.
1619 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
1621 * gio/gfileattribute.c: (g_file_attribute_value_as_string):
1622 Cast parameter to g_type_name_from_instance() to a GTypeInstance *
1623 to prevent a compiler warning.
1625 * gio/glocalfile.c: (get_mount_info), (find_topdir_for):
1626 Set the G_FILE_ATTRIBUTE_FS_READONLY as boolean, not as string and
1627 return something in the non-void function find_topdir_for().
1629 2007-11-01 Christian Kellner <gicmo@gnome.org>, Ryan Lortie <desrt@desrt.ca>
1636 2007-11-01 Ryan Lortie <desrt@desrt.ca>
1638 * gappinfo.c (g_app_info_launch, g_app_info_launch_uris):
1639 * gappinfo.h (g_app_info_launch, g_app_info_launch_uris):
1640 * gwin32appinfo.c (g_win32_app_info_launch):
1641 * gdesktopappinfo.c (expand_macro, equal_up_to_equals,
1642 envp_for_startup_id, g_desktop_app_info_launch,
1643 g_desktop_app_info_launch_uris):
1645 Give an opaque 'startup_id' string instead of 'envp'.
1646 Support empty file lists for launching new windows.
1647 Fix infinite recursion bug when launching URIs.
1649 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
1652 Add guard to the new g_file_get_uri_scheme() function.
1654 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
1657 Convert a g_return_val_if_fail() to setting the GError instead as
1658 otherwise applications have to verify the parameter before otherwise
1659 and the parameter might come directly from the user.
1661 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
1663 * gio/inotify/ginotify*.[ch]:
1664 Add missing copyright information.
1666 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
1669 Add guards in the beginning of public functions to check for valid
1670 parameters and fix a bug in copy_stream_with_progress() that could've
1671 caused writing less bytes than reading.
1672 * gio/glocalfileinfo.c:
1673 Check for a NULL parameter and set the GError accordingly then.
1674 * gio/goutputstream.c:
1675 Fix the same bug as in gfile.c that could've caused writing less bytes
1676 than reading in g_output_stream_real_splice().
1678 2007-11-01 Sebastien Bacher <seb128@ubuntu.com>
1681 Use the correct gvolumeprivate.h naming
1683 2007-11-01 Christian Kellner <gicmo@gnome.org>
1686 Remove leftover "$(daemon_sources)" entry.
1688 2007-11-01 Christian Kellner <gicmo@gnome.org>
1693 Add copyright information to source files.
1695 2007-11-01 Alexander Larsson <alexl@redhat.com>
1699 Add g_file_get_uri_scheme
1701 2007-11-01 Alexander Larsson <alexl@redhat.com>
1704 * gio/gdesktopappinfo.c:
1705 * gio/gwin32appinfo.c:
1706 Add g_app_info_get_default_for_uri_scheme.
1708 2007-11-01 Alexander Larsson <alexl@redhat.com>
1711 Correct filename for gdriveprivate.h
1713 2007-10-31 Alexander Larsson <alexl@redhat.com>
1716 Rename id:value to id:file
1719 * gio/glocalfileinfo.c:
1722 2007-10-31 Alexander Larsson <alexl@redhat.com>
1724 * gio/gunixvolume.c:
1726 Remove g_volume_get_platform_id, as thats not
1727 needed with the simpler union volume monitor
1729 2007-10-31 Alexander Larsson <alexl@redhat.com>
1732 * gio/guniondrive.[ch]: Removed.
1733 * gio/gunionvolume.[ch]: Removed.
1734 Remove GUnionDrive/Volume
1736 * gio/gunionvolumemonitor.c:
1737 Simplify union volume monitor, now we
1738 only have one native volume monitor and
1739 we use the actual volumes/drives from the
1740 child monitors instead of wrapping them
1742 * gio/gnativevolumemonitor.[ch]:
1743 Base class for native volume monitors.
1744 Includes priority and get_volume_for_mountpoint
1747 Add g_file_find_enclosing_volume
1750 Remove volume name fs attribute
1751 Add readonly fs attribute
1754 Implement readonly attribute
1755 remove volume name attribute
1756 Implement find_enclosing volume
1758 * gio/gunixmounts.c:
1759 Add a volume for "/".
1761 * gio/gunixvolume.[ch]:
1762 Set better name for /
1764 * gio/gunixvolumemonitor.[ch]:
1765 Derive from GNativeVolumeMonitor
1766 Implement get_volume_for_mountpoint
1769 GVolume typedef moved to gfile.h
1771 * gio/gvolumeprivate.h:
1772 Add g_volume_get_for_mount_path
1774 2007-10-31 Alexander Larsson <alexl@redhat.com>
1776 * gio/gunixmounts.[ch]:
1777 Add cache info to unix mount listers
1778 Make getmntent use threadsafe
1779 Add is_system_internal attribute for GUnixMount
1781 * gio/gunixvolume.c:
1782 (g_unix_volume_new):
1783 Use is_system_internal instead of own code
1785 * gio/glocaldirectorymonitor.c:
1786 * gio/gunixvolumemonitor.c:
1787 Update to new gunixmounts API
1792 2007-10-30 Alexander Larsson <alexl@redhat.com>
1795 Add volume name fsinfo attribute
1798 Read volume name info
1800 * gio/gunionvolumemonitor.c:
1801 Fix infinite loops when finalizing a union volume monitor
1803 2007-10-30 Alexander Larsson <alexl@redhat.com>
1805 * gio/goutputstream.[ch]:
1806 Add splice() with default implementation
1808 * gio/gsocketoutputstream.c:
1809 (g_socket_output_stream_write):
1810 Return error on cancellation correctly.
1812 2007-10-26 Paolo Borelli <pborelli@katamail.com>
1814 * gio/glocalfile.c (g_local_file_trash):
1815 Do not leak a string.
1817 2007-10-26 Paolo Borelli <pborelli@katamail.com>
1819 * gio/gfile.c (g_file_load_contents):
1820 Unref the stream after closing it.
1822 2007-10-25 Alexander Larsson <alexl@redhat.com>
1824 * gio/gioscheduler.h:
1827 2007-10-25 Alexander Larsson <alexl@redhat.com>
1831 Add g_file_has_uri_scheme and implement for local files
1833 2007-10-25 Paolo Borelli <pborelli@katamail.com>
1835 * gio/gdesktopappinfo.c: do not leak a string.
1837 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
1839 * gio/glocaldirectorymonitor.c: (_compare_monitor_class_by_prio),
1840 (g_local_directory_monitor_new):
1841 * gio/glocalfilemonitor.c: (_compare_monitor_class_by_prio),
1842 (g_local_file_monitor_new):
1843 Only look for the monitor type that should be used the first time
1844 and use g_qsort_with_data() instead of our own bubble sort
1847 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
1850 * gio/fam/Makefile.am:
1851 * gio/fam/fam-helper.c: (_fam_sub_startup), (_fam_sub_add):
1852 * gio/fam/fam-helper.h:
1853 * gio/fam/fam-module.c: (g_io_module_load), (g_io_module_unload):
1854 * gio/fam/gfamdirectorymonitor.c:
1855 * gio/fam/gfamdirectorymonitor.h:
1856 * gio/fam/gfamfilemonitor.c: (g_fam_file_monitor_finalize),
1857 * gio/fam/gfamfilemonitor.h:
1858 * gio/glocaldirectorymonitor.c:
1859 * gio/glocaldirectorymonitor.h:
1860 * gio/glocalfilemonitor.c: (g_local_file_monitor_init),
1861 * gio/glocalfilemonitor.h:
1862 * gio/inotify/Makefile.am:
1863 * gio/inotify/ginotifydirectorymonitor.c:
1864 * gio/inotify/ginotifydirectorymonitor.h:
1865 * gio/inotify/ginotifyfilemonitor.c:
1866 * gio/inotify/ginotifyfilemonitor.h:
1867 Implement the FAM and Inotify monitors as
1868 GLocal(Directory|File)Monitor subclasses and put the FAM monitors into
1869 their own GIO module. GLocal(Directory|File)Monitor will use the
1870 monitor with the highest rank that is supported on that machine.
1872 2007-10-23 Sebastian Dröge <slomo@circular-chaos.org>
1875 Change GIO module dir to $(libdir)/gio/modules and change
1876 the log domain from GVFS to GIO. Also only export symbols starting
1877 with g_ in the resulting library.
1878 * gio/test-streams.c: (main):
1879 Set log handler for the GIO log domain.
1881 2007-10-22 Alexander Larsson <alexl@redhat.com>
1883 * gio/gfilenamecompleter.[ch]:
1884 Add g_filename_completer_set_dirs_only
1886 2007-10-22 Alexander Larsson <alexl@redhat.com>
1889 * gio/gurifuncs.[ch]:
1890 Add some simple URI helpers
1892 * gio/gfilenamecompleter.[ch]:
1893 Added object for filename (parse name actually) completion
1896 Handle ~ in parse names
1898 2007-10-17 Alexander Larsson <alexl@redhat.com>
1901 * gio/glocalfileinfo.c:
1902 Add and implement id:value attribute
1904 2007-10-17 Alexander Larsson <alexl@redhat.com>
1907 * gio/guniondrive.c:
1909 Add and implement g_drive_has_volumes
1911 2007-10-17 Alexander Larsson <alexl@redhat.com>
1914 * gio/glocalfileinfo.[ch]:
1915 Add unix:is_mountpoint and implement for local files
1917 2007-10-16 Alexander Larsson <alexl@redhat.com>
1919 * gio/gunionvolumemonitor.c:
1920 (g_union_volume_monitor_init):
1921 Fix up the unix type getting so that it works with gcc
1923 2007-10-12 Alexander Larsson <alexl@redhat.com>
1926 * gio/glocalfileinfo.c:
1927 Add thumbnail:failed to file info
1929 2007-10-12 Richard Hult <richard@imendio.com>
1931 * gio/gvfs.c (get_default_vfs): Make the type volatile to avoid
1932 optimizing away the get_type call (happens with some gcc versions,
1933 like the one shipped with OS X 10.4).
1935 2007-10-12 Alexander Larsson <alexl@redhat.com>
1937 * gio/glocalfileinfo.c:
1938 (_g_local_file_info_set_attribute):
1939 Fix build if not HAVE_XATTR
1940 Patch from Milosz Derezynski <internalerror@gmail.com>
1942 2007-10-11 Sven Herzberg <herzi@gnome-de.org>
1944 * gio/gunixmounts.c: small build fix (sorry, Alex, you haven't been
1945 around for review, otherwise I would have asked you before
1948 2007-10-11 Alexander Larsson <alexl@redhat.com>
1951 Add thumbnail:path attribute
1953 * gio/glocalfileinfo.c:
1954 Implement thumbnail:path for local files
1956 2007-10-11 Alexander Larsson <alexl@redhat.com>
1958 * gio/glocalfileinfo.c:
1959 (_g_local_file_info_get):
1960 Avoid duplicate icon names
1962 2007-10-11 Alexander Larsson <alexl@redhat.com>
1964 * gio/gthemedicon.[ch]:
1965 Change g_themed_icon_get_names return type to const
1967 2007-10-10 Alexander Larsson <alexl@redhat.com>
1969 * gio/glocalfileinfo.c:
1970 Don't reference freed memory
1972 2007-10-10 Alexander Larsson <alexl@redhat.com>
1974 * gio/gfileattribute.c:
1977 * gio/glocalfileinfo.c:
1980 2007-10-10 Alexander Larsson <alexl@redhat.com>
1983 Check for NULL icons
1985 * gio/gfileattribute.c:
1986 Don't dup when getting objects (same as for string attributes)
1988 * gio/gicon.c (g_icon_equal):
1989 Safely handle NULLs in equal
1991 2007-10-10 Alexander Larsson <alexl@redhat.com>
1994 Fix c++ compilation issues
1995 Patch from Milosz Derezynski <internalerror@gmail.com>
1997 2007-10-10 Alexander Larsson <alexl@redhat.com>
1999 * programs/gio-monitor-dir.c:
2000 Don't crash if dir monitor not supported.
2002 2007-10-09 Alexander Larsson <alexl@redhat.com>
2005 Add missing G_END_DECLS
2007 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
2009 * gio/gfile.c: (g_file_set_display_name),
2010 (g_file_query_settable_attributes),
2011 (g_file_query_writable_namespaces):
2012 Return NULL not FALSE on errors as the return type is a pointer.
2014 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
2016 * gio/glocalfile.c: (g_local_file_monitor_file):
2017 Don't call monitor_file on the default interface vtable (which
2018 is NULL) but simply return NULL. The caller, GFile, will create a
2019 polling monitor if NULL is returned.
2021 2007-10-09 Alexander Larsson <alexl@redhat.com>
2025 * gio-unix-2.0.pc.in:
2026 Add gio-unix-2.0.pc if OS_UNIX
2029 Install gunixmounts.h into gio-unix-2.0 if OS_UNIX
2031 2007-10-09 Alexander Larsson <alexl@redhat.com>
2033 * gio/gunixmounts.[ch]:
2034 Make unix mount monitoring API sane.
2035 Now its just a object with mounts_changed
2036 and mountpoints_changed signals.
2038 * gio/glocaldirectorymonitor.c:
2039 * gio/gunixvolumemonitor.c:
2040 Use new mount monitor api
2042 2007-10-09 Alexander Larsson <alexl@redhat.com>
2044 * gio/gunixmounts.[ch]:
2045 Move guess type into one call for mounts and one for mountpoints
2048 * gio/gunixvolume.c:
2051 2007-10-09 Alexander Larsson <alexl@redhat.com>
2053 * gio/gunixmounts.[ch]:
2054 Remove _ prefix in preparation to make this semi-public
2055 Hide implementation of structs
2057 * gio/glocaldirectorymonitor.c:
2059 * gio/gunixvolume.c:
2060 * gio/gunixvolumemonitor.c:
2061 Update for above API changes
2063 2007-10-08 Alexander Larsson <alexl@redhat.com>
2066 Better polling fallback. This also handles the case where we have
2067 a monitor_file implementation, but it fails.
2069 2007-10-08 Alexander Larsson <alexl@redhat.com>
2073 * gio/gunixmounts.c:
2074 * programs/gio-monitor-dir.c:
2075 * programs/gio-monitor-file.c:
2076 Added cancellable to file monitoring calls.
2077 These are really sync calls and need this.
2079 2007-10-08 Sebastian Dröge <slomo@circular-chaos.org>
2081 * gio/glocalvfs.c: (g_local_vfs_get_supported_uri_schemes),
2082 (g_local_vfs_class_init):
2083 * gio/gvfs.c: (g_vfs_get_supported_uri_schemes):
2084 * gio/gvfs.h: Add functions to get a list of supported URI schemes.
2086 2007-10-05 Alexander Larsson <alexl@redhat.com>
2088 * gio/gdirectorymonitorprivate.h:
2089 * gio/gfilemonitorprivate.h:
2090 * gio/gdirectorymonitor.h:
2091 * gio/gfilemonitor.h:
2092 Remove *private.h and move to the public API, so that
2093 we can do implementations outside gio (such as in gvfs)
2095 * gio/gdirectorymonitor.c:
2096 * gio/gfilemonitor.c:
2097 * gio/glocaldirectorymonitor.c:
2098 * gio/gpollfilemonitor.c:
2099 * gio/inotify/inotify-helper.c:
2100 * gio/fam/fam-helper.c:
2101 Update to the new header names
2103 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
2105 * gio/gdirectorymonitor.c:
2106 * gio/gfilemonitor.c: Mark the GFileMonitor and GDirectoryMonitor
2109 2007-10-04 Alexander Larsson <alexl@redhat.com>
2111 * gio/glocalfileinfo.c (get_access_rights):
2112 Set CAN_TRASH when we can move the file.
2113 We should really also check for a parent trash dir.
2115 2007-10-04 Alexander Larsson <alexl@redhat.com>
2117 * gio/gfileinfo.h (G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH):
2118 Add can_trash access attribute
2120 2007-10-04 Alexander Larsson <alexl@redhat.com>
2123 (g_local_file_trash):
2124 Create info file first. This is per-spec and allows
2125 us to actually trash directories.
2127 2007-10-02 Alexander Larsson <alexl@redhat.com>
2129 * gio/gdesktopappinfo.c:
2130 Implement the new mime support code.
2131 Always set app as handling mimetype when being set as default for it
2133 2007-10-01 Alexander Larsson <alexl@redhat.com>
2135 * gio/glocalfileinfo.c (_g_local_file_info_set_attribute):
2136 Fix up check for xattrs:
2138 2007-10-01 Alexander Larsson <alexl@redhat.com>
2141 (g_app_info_set_as_default_for_extension):
2142 (g_app_info_add_supports_type):
2143 (g_app_info_can_remove_supports_type):
2144 (g_app_info_remove_supports_type):
2145 Make these fail nicely if not implemented
2147 2007-10-01 Paolo Borelli <pborelli@katamail.com>
2149 * gio/glocalfileoutputstream.c:
2150 * gio/glocalfileoutputstream.h:
2155 * programs/gio-save.c:
2156 Add a GFileCreateFlags argument to operations that can create
2159 2007-10-01 Alexander Larsson <alexl@redhat.com>
2161 * gio/gappinfo.[ch]:
2162 * gio/gdesktopappinfo.c:
2163 Add more (stubbed out) mime API needed for nautilus
2165 2007-10-01 Alexander Larsson <alexl@redhat.com>
2168 Add GAppInfoCreateFlags flag to g_app_info_create_from_commandline.
2169 Add g_app_info_set_as_default_for_extension.
2171 * gio/gdesktopappinfo.c:
2172 Dummy for g_app_info_set_as_default_for_extension
2173 Support flags in g_app_info_create_from_commandline
2175 * gio/gwin32appinfo.c:
2177 Update for API changes
2179 * gio/gthemedicon.c:
2180 Properly NULL-terminate list of icon names
2182 2007-09-28 Alexander Larsson <alexl@redhat.com>
2184 * gio/gloadableicon.h:
2185 Correct G_TYPE_LOADABLE_ICON, it was pointing to the GIcon type...
2187 2007-09-28 Alexander Larsson <alexl@redhat.com>
2190 Install headers in $includedir/gio-standalone/
2192 * gio-2.0.pc.in: Added.
2193 * gio-standalone.pc.in: Removed.
2196 Renamed pkg-config file to match glib (for future move)
2197 Update to the new include dir
2200 Add more TODO comments
2202 2007-09-28 Alexander Larsson <alexl@redhat.com>
2204 * gio/gdesktopappinfo.[ch]:
2205 Expose new_from_filename
2206 Add getter for is_hidden and handle it better
2208 2007-09-28 Alexander Larsson <alexl@redhat.com>
2210 * gio/gfileinfo.[ch]:
2211 Rename g_file_size_format_for_display to
2212 g_format_file_size_for_display.
2213 Now it doesn't have the g_file prefix, so we
2214 can later move it to glib.
2216 2007-09-28 Alexander Larsson <alexl@redhat.com>
2218 * gio/gappinfo.[ch]:
2219 Add g_app_info_get_id and g_app_info_get_executable.
2220 Make all getters non-reffing
2221 Make g_app_info_launch take GFile arguments.
2222 Add must_support_uris argument to g_app_info_get_default_for_type.
2224 * gio/gwin32appinfo.c:
2225 Update to GAppInfo api changes
2227 * gio/gdesktopappinfo.c:
2228 Update to GAppInfo api changes
2229 Implement supports_xdg_startup_notify
2231 * gio/gfileicon.c (g_file_icon_get_file):
2232 Make getter non-reffing.
2237 2007-09-27 Alexander Larsson <alexl@redhat.com>
2239 * gio/gfileinfo.[ch]:
2240 Add g_file_size_format_for_display helper
2242 2007-09-27 Alexander Larsson <alexl@redhat.com>
2244 * gio/glocalfileinfo.c:
2245 Set UNIX_GID from gid, not from uid
2247 2007-09-27 Alexander Larsson <alexl@redhat.com>
2250 Add g_file_set_attributes_async
2252 2007-09-27 Alexander Larsson <alexl@redhat.com>
2254 * gio/glocalfile.c (g_local_file_set_display_name):
2255 Fix set_display_name to actually rename to the right place.
2256 Use lstat to look for existing files so we don't overwrite
2259 2007-09-26 Alexander Larsson <alexl@redhat.com>
2262 Add g_file_set_display_name_async()
2264 2007-09-26 Alexander Larsson <alexl@redhat.com>
2267 Add load_partial_contents async calls
2270 Make internal function static
2272 2007-09-26 Alexander Larsson <alexl@redhat.com>
2274 * gio/glocalfileinfo.c:
2275 Correctly detect broken symlinks
2277 2007-09-26 Alexander Larsson <alexl@redhat.com>
2279 * gio/gcancellable.c (g_cancellable_cancel):
2280 Allow cancel on NULL cancellable
2282 2007-09-25 Alexander Larsson <alexl@redhat.com>
2284 * gio/gsimpleasyncresult.c:
2285 Don't allocate g_error manually.
2286 Fixes g_slice/g_new mixup crash
2288 2007-09-25 Alexander Larsson <alexl@redhat.com>
2290 * gio/glocaldirectorymonitor.c (g_local_directory_monitor_new):
2291 Actually set active_backend.
2292 This means the monitor will be cancelled correctly.
2294 2007-09-25 Alexander Larsson <alexl@redhat.com>
2296 * gio/gdirectorymonitor.c:
2297 Set timeout to NULL when destroying
2299 2007-09-25 Alexander Larsson <alexl@redhat.com>
2302 Rename G_IO_ERROR_NOT_MOUNTABLE to G_IO_ERROR_NOT_MOUNTABLE_FILE as
2303 that is a better description of the error.
2305 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
2307 * gio/gvfs.c: (g_vfs_get_local):
2308 Make the local vfs variable static. The same instance should
2311 2007-09-24 Alexander Larsson <alexl@redhat.com>
2313 * gio/glocalfileinfo.c:
2314 Pass in actual length read into sniffer, not the length
2317 2007-09-21 Alexander Larsson <alexl@redhat.com>
2319 * gio/gfileenumerator.c:
2322 * gio/gfileinputstream.c:
2323 * gio/gfileoutputstream.c:
2324 * gio/ginputstream.c:
2325 * gio/goutputstream.c:
2326 Don't crash if async callbacks are NULL
2328 2007-09-20 Alexander Larsson <alexl@redhat.com>
2331 Add async enumerate_children method and default
2334 2007-09-20 Alexander Larsson <alexl@redhat.com>
2337 Add g_file_contains_file & g_file_get_relative_path, since they
2338 were needed for nautilus.
2339 Renamed g_file_resolve_relative to g_file_resolve_relative_path
2344 Implement new methods
2346 2007-09-17 Alexander Larsson <alexl@redhat.com>
2349 * gio/gfileinputstream.[ch]:
2350 * gio/gfileoutputstream.[ch]:
2352 * gio/glocalfileenumerator.[ch]:
2353 * gio/glocalfileinfo.[ch]:
2354 * gio/glocalfileinputstream.c:
2355 * gio/glocalfileoutputstream.c:
2356 * gio/gpollfilemonitor.c:
2357 * programs/gio-copy.c:
2358 * programs/gio-info.c:
2359 * programs/gio-move.c:
2360 Rename get_file_info to query_info() to make it clearer
2361 that these are not simple getters, but do i/o.
2363 2007-09-17 Alexander Larsson <alexl@redhat.com>
2365 * gio/gdatainputstream.[ch]:
2366 * gio/test-streams.c:
2367 Use _read_XXX instead of _get_XXX for the i/o calls
2370 2007-09-17 Alexander Larsson <alexl@redhat.com>
2373 Added needed stuff to TODO comment
2375 2007-09-17 Alexander Larsson <alexl@redhat.com>
2377 * gio/glocalfileoutputstream.c (g_local_file_output_stream_close):
2378 Don't error out removing the backup copy if it doesn't
2381 2007-09-14 Alexander Larsson <alexl@redhat.com>
2383 * programs/Makefile.am:
2384 * programs/gvfs-*.c:
2386 Renamed apps from gvfs-xxx to gio-xxx.
2388 2007-09-14 Alexander Larsson <alexl@redhat.com>
2391 * gio/gfileoutputstream.[ch]:
2392 * gio/glocalfileoutputstream.c:
2393 * programs/gvfs-save.c:
2394 g_file_output_stream_get_etag doesn't do i/o, so remove
2395 cancellation and error.
2397 2007-09-14 Alexander Larsson <alexl@redhat.com>
2400 Add new_etag output to replace_contents functions
2402 2007-09-14 Alexander Larsson <alexl@redhat.com>
2404 * gio/gfileoutputstream.[ch]:
2405 Add async get_file_info and default implementation
2407 2007-09-14 Alexander Larsson <alexl@redhat.com>
2409 * gio/gfileinputstream.c:
2410 Implement fallback wrapper for async get_file_info
2412 2007-09-14 Alexander Larsson <alexl@redhat.com>
2415 Add etag out argument to load_contents
2420 2007-09-14 Alexander Larsson <alexl@redhat.com>
2422 * gio/gcontenttype.c (looks_like_text):
2423 Whitespace like tab, cr and lf do not make the
2426 2007-09-14 Alexander Larsson <alexl@redhat.com>
2428 * gio/gfileinputstream.[ch]:
2429 Add async get_file_info.
2431 2007-09-13 Alexander Larsson <alexl@redhat.com>
2433 * gio/goutputstream.c (g_output_stream_write_all):
2434 Allow NULL for bytes_written
2436 2007-09-13 Alexander Larsson <alexl@redhat.com>
2438 * gio/gmemoryinputstream.[ch]:
2439 Add accessors for data
2441 2007-09-13 Alexander Larsson <alexl@redhat.com>
2443 * gio/gdatainputstream.c (g_data_input_stream_get_until):
2444 Don't crash if length is NULL