1 2008-11-28 Matthias Clasen <mclasen@redhat.com>
3 Bug 541715 – win32 : patch for warnings and signature problems in
6 * glocalvfs.c: Avoid unused variables. Pointed out by Jody
9 2008-11-28 Matthias Clasen <mclasen@redhat.com>
11 Bug 562393 – g_buffered_input_stream_read_byte broken if data
14 * gbufferedinputstream.c (g_buffered_input_stream_read_byte): Fix
15 handling of buffered content. Patch by Philip Withnall
17 * tests/buffered-input-stream.c: Add a testcase for this bug.
18 * tests/Makefile.am: And build it
20 2008-11-28 Matthias Clasen <mclasen@redhat.com>
22 Bug 561807 – inotify_sub.c :: dup_dirname() fails to remove trailing
25 * inotify/inotify-sub.c (dup_dirname): Actually strip the trailing
26 '/' away. Spotted by Dan Williams.
28 2008-11-21 Cosimo Cecchi <cosimoc@gnome.org>
30 Bug 561375 – Leaks mountpoint description
32 * glocalfile.c: (get_mount_info): don't leak the mountpoint description
35 2008-11-21 Cosimo Cecchi <cosimoc@gnome.org>
37 Bug 561352 – Leak of icon description
39 * gcontenttype.c: (g_content_type_get_icon): don't leak the XDG mimetype
42 2008-11-14 Matthias Clasen <mclasen@redhat.com>
44 * gfileattribute.c: Add G_FILE_ATTRIBUTE_PREVIEW_ICON to doc table.
46 2008-11-12 Tor Lillqvist <tml@novell.com>
48 Bug 556415 - Crash on Windows 2000 in g_winhttp_vfs_init()
50 * win32/gwinhttpvfs.h: Move the set of function pointers to
51 winhttp.dll into a separate struct GWinHttpDllFuncs. Just have a
52 pointer to that in the GWinHttpVfsClass.
54 * win32/gwinhttpvfs.c: Move the lookup of functions from
55 winhttp.dll into a function of its own, that stores the pointers
56 in a separate GWinHttpDllFuncs variable. Add two bookeeping
57 booleans lookup_done and funcs_found.
59 Don't call g_io_extension_point_implement() to register the
60 winhttp extension unless winhttp.dll has been successfully loaded
61 and the required functions found in it.
63 * win32/gwinhttp*.c: Adjust calls of the functions looked up from
64 winhttp.dll correspondingly.
66 2008-10-28 Cosimo Cecchi <cosimoc@gnome.org>
68 reviewed by: Alexander Larsson <alexl@redhat.com>
70 * gdatainputstream.c: Make the docs of g_dada_input_stream_read_line ()
71 clearer about the behavior when there's no more content to read.
73 2008-10-27 Federico Mena Quintero <federico@novell.com>
75 * glocalfile.c (g_local_file_get_parse_name): Don't leak roundtripped_filename.
77 2008-10-27 Tor Lillqvist <tml@novell.com>
79 Bug 557592 - Missing include in gwinhttpfile.c
81 * win32/gwinhttpfile.c: Include <wchar.h> to make it compile with
84 2008-10-24 Matthias Clasen <mclasen@redhat.com>
86 Bug 556910 – [fam-helper.c:223]: Memory leak: sub
88 * fam/fam-helper.c: Fix a memory leak and formatting issues.
89 Reported by Daniel Marjamäki
91 2008-10-23 Matthias Clasen <mclasen@redhat.com>
93 * gdesktopappinfo.c (g_app_info_reset_type_associations): Fix docs.
95 2008-10-23 Alexander Larsson <alexl@redhat.com>
97 Bug 528320 - Incorrect icons displayed for files with custom mimetype icons
100 (_g_local_file_info_get):
101 Don't return the fallback icon (text-x-generic) for all files.
102 This is causing problems with theme icon lookup and custom mime
103 icons, as the generic fallback overrides custom mime icons in
106 This is a slight change as applications might not get an icon wher
107 they previously did. But there is no guarantee to get on neither before
108 or after this change, so it should not break applications. Changes
109 to nautilus and gtk+ will be done to manually use the generic fallback
110 icon if no icon is found, but this is only required for rare cases.
112 2008-10-21 Alexander Larsson <alexl@redhat.com>
115 Add G_FILE_ATTRIBUTE_PREVIEW_ICON (#557182)
117 2008-10-21 Alexander Larsson <alexl@redhat.com>
119 Bug 555740 - gicon serialization
120 Based on patch from David Zeuthen
124 Add g_icon_to_string() and g_icon_new_for_string().
130 Implement icon serialization for built-in icon types
134 Added GIcon serialization test
136 2008-10-16 Matthias Clasen <mclasen@redhat.com>
138 * === Released 2.19.0 ===
140 2008-10-16 Matthias Clasen <mclasen@redhat.com>
142 Bug 556422 – g_file_enumerator_next_file: unclear whether return
143 value needs to be freed
145 * gfileenumerator.c (g_file_enumerate_next_file): Clarify
146 the return value docs. Pointed out by Armin Burgmeier
148 2008-10-14 Matthias Clasen <mclasen@redhat.com>
150 Bug 556334 – Warning when building without selinux support
152 * glocalfileinfo.c: Avoid compiler warnings when selinux is
153 disabled. Patch by Pascal Terjan
155 2008-10-14 Matthias Clasen <mclasen@redhat.com>
157 Bug 556335 – make check fails in abicheck.sh
159 * gio.symbols: Add g_file_attribute_info_list_get_type.
160 Pointed out by Pascal Terjan.
162 2008-10-13 Alexander Larsson <alexl@redhat.com>
165 When adding an application as handling a mime type (but
166 not as the default), copy the full list of desktop ids handling
167 that type in before adding the new one on the end of the list.
168 This means we're not accidentally changing the default by overriding
169 the info from the later directories in the search path.
171 Also, fixes small leak of removed_entries.
173 2008-10-12 David Zeuthen <davidz@redhat.com>
176 * gunionvolumemonitor.c:
178 Deprecate g_volume_monitor_adopt_orphan_mount() (#555331).
180 2008-10-10 Alexander Larsson <alexl@redhat.com>
182 * gfileattribute.c (escape_byte_string):
183 Upper half of byte is >> 4, not >> 8.
184 Found by Kjartan Maraas via sparse
186 2008-10-10 Matthias Clasen <mclasen@redhat.com>
188 Bug 555711 – Wrong fallback order of mimetype icons
190 * gcontenttype.c: Don't prefer generic icons over
191 default mimetype icons.
193 * xdgmime/xdgmimecache.c (xdg_mime_cache_get_icon):
194 * xdgmime/xdgmime.c (xdg_mime_get_icon): Don't fall back
196 Patch by Krysztof Kosiński
198 2008-10-10 Matthias Clasen <mclasen@redhat.com>
200 Bug 555121 – Improved build-time handling of gio module-dir
202 * fam/Makefile.am: Use GIO_MODULE_DIR consistently.
203 * Makefile.am: Create the module dir.
205 2008-10-10 Matthias Clasen <mclasen@redhat.com>
207 * gio/glocalfileinfo.c:
208 * gio/tests/live-g-file.c:
209 * gio/gsimpleasyncresult.c: Fix gcc warnings.
211 2008-10-09 Alexander Larsson <alexl@redhat.com>
213 * gunixinputstream.c (g_unix_input_stream_read):
214 Actually return -1 in case of cancelled, not old res value.
216 2008-10-06 Colin Walters <walters@verbum.org>
218 Bug 554745 - GFileAttributeInfoList should be boxed
220 * gio/gfileattribute.c: Define a boxed type for GFileAttributeList
221 for convenience of bindings.
222 * gio/gfileattribute.h: Prototype it.
224 2008-10-05 Pascal Terjan <pterjan@linuxfr.org>
226 Bug 554970 – segfault when update-desktop-database is not available
229 * gdesktopappinfo.c (run_update_command): Have the error set before
232 2008-10-01 David Zeuthen <davidz@redhat.com>
234 * gdesktopappinfo.c (expand_macro): If possible, always pass FUSE
235 file:// URIs (such as '/home/davidz/.gvfs/sftp on foo/file.avi')
236 instead of the gio URI (such as sftp://foo/file.avi) when using
237 g_app_info_launch() and friends. With a sufficiently recent gvfs,
238 apps using gio+gvfs will map the FUSE file:// URI back to the gio
239 URI (and thus bypass the fuse daemon) thanks the patch from bug
240 #530654. Since Nautilus is an user of g_app_info_launch() it
241 means that non-gio POSIX apps, such as mplayer, will Just Work(tm)
242 when launced via the file manager. Win. Fixes bug #528670.
244 * gappinfo.c: Add some notes about the FUSE POSIX URI <-> GIO URI
245 mapping to the description of GAppInfo.
247 2008-09-30 Tor Lillqvist <tml@novell.com>
249 * tests/Makefile.am: Build desktop-app-info only on Unix.
251 * glocalfile.c (get_volume_for_path) [Win32]: Avoid a
252 g_critical(). Pass a large enough result buffer to
253 GetVolumePathNameW(). Just use MAX_PATH.
255 2008-09-29 David Zeuthen <davidz@redhat.com>
257 * gvolume.c: Clarify semantics of g_volume_mount_finish() (#552168)
259 2008-09-26 Dan Winship <danw@gnome.org>
261 * tests/data-input-stream.c:
262 * tests/data-output-stream.c:
263 * tests/live-g-file.c:
264 * tests/memory-input-stream.c:
265 * tests/memory-output-stream.c: Use g_assert_error() and
268 2008-09-26 Matthias Clasen <mclasen@redhat.com>
270 Bug 545350 – GAppInfo deletion
271 Bug 545351 – Reset associations for content type
274 * gappinfo.[hc]: New functions g_app_info_can_delete,
275 g_app_info_delete and g_app_info_reset_type_associations.
278 * gwin32appinfo.c: Implementations of these.
281 * tests/desktop-app-info.c: Tests for GAppInfo functionality.
283 2008-09-26 Dan Winship <danw@gnome.org>
285 Bug 505361 – gunixinputstream.c assumes poll() available
286 Bug 509446 – portable blocking gio cancellation
288 * gcancellable.c (g_cancellable_make_pollfd): New method to make a
289 GPollFD for a cancellable (which is slightly more complicated on
292 * gunixinputstream.c (g_unix_input_stream_read):
293 * gunixoutputstream.c (g_unix_output_stream_write): Use
294 g_cancellable_make_pollfd() and g_poll() rather than using poll()
297 * tests/unix-streams.c: test of GUnixInputStream,
298 GUnixOutputStream, and GCancellable.
300 2008-09-26 Dan Winship <danw@gnome.org>
302 * gdesktopappinfo.c (get_all_desktop_entries_for_mime_type): add a
303 cast to stop a gcc warning
305 * gfile.c (g_file_copy_attributes): add parens to stop a gcc
308 2008-09-25 Dan Winship <danw@gnome.org>
310 Bug 553426 - cancellable clarifications
312 * gcancellable.c (g_cancellable_class_init): Add a note to the
313 "cancelled" signal docs warning about thread-safety issues
314 (g_cancellable_cancel): Note that cancelling an asynchronous
315 operation takes effect asynchronously, not immediately.
317 2008-09-22 Nelson Benítez León <nbenitez@svn.gnome.org>
319 * gioenums.h: Add new GFileCopyFlag, to leave target file with
320 default perms, instead of setting the source file perms, in a copy
323 * gfile.c (g_file_copy_attributes)
324 (build_attribute_list_for_copy)
325 (should_copy): Not copy "unix::mode" attribute if we have received
326 G_FILE_COPY_TARGET_DEFAULT_PERMS flag.
328 2008-09-20 Matthias Clasen <mclasen@redhat.com>
330 * gdesktopappinfo.c (expand_macro_single): Plug a memory leak
332 2008-09-17 Matthias Clasen <mclasen@redhat.com>
334 * === Released 2.18.1 ===
336 2008-09-16 Michael Natterer <mitch@imendio.com>
338 * gcontenttype.c (g_content_type_guess): can't assign the return
339 value of g_strdupv() to an array. Fill the array manually with
340 const strings instead (it is never freed anyway). Fixes the
341 build. Also fixed indentation.
343 2008-09-16 Wouter Bolsterlee <wbolster@svn.gnome.org>
345 * gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile):
346 Fix trivial typo to unbreak the build (there was a colon
347 instead of a semicolon at the end of a statement).
349 2008-09-15 Matthias Clasen <mclasen@redhat.com>
351 Bug 552352 – g_app_info_launch doesn't work if "Path" key in .desktop
354 * gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile): Ignore
357 2008-09-15 Matthias Clasen <mclasen@redhat.com>
359 Bug 551681 – g_content_type_guess() too naive with filenames
361 * gcontenttype.c (g_content_type_guess): Check whether there's a '/'
362 at the end of the filename, and declare it a directory.
363 Patch by Bastien Nocera
365 2008-09-14 Cosimo Cecchi <cosimoc@gnome.org>
367 Bug 551887 – Docs for g_desktop_app_info_new_from_filename ()
370 * gdesktopappinfo.c: add a note in the docs clarifying what the
371 "filename" parameter really is.
373 2008-09-12 Tor Lillqvist <tml@novell.com>
375 * gwin32appinfo.c (g_win32_app_info_launch): Don't call
376 FormatMessage() etc here. Call g_win32_error_message() instead
377 which already does all that. Besides, the code was broken as it
378 called the default "A" version of FormatMessage() but still
379 thought it produced a wide string.
381 2008-09-12 Michael Natterer <mitch@imendio.com>
383 * gfileinfo.c (g_file_info_get_content_type): remove dangling 's'
384 in the documentation.
386 2008-09-08 Christian Neumair <cneumair@gnome.org>
388 * gunixmount.c (eject_unmount_read_error), (eject_unmount_do):
389 * gunixvolume.c (eject_mount_read_error), (eject_mount_do):
390 Use non-blocking pipe for mount helper I/O. Fixes #550647.
392 2008-09-06 Matthias Clasen <mclasen@redhat.com>
394 Bug 551149 – xdgmime mem leak
396 * xdgmime/xdgmime.c (xdg_mime_init_from_directory): Plug
397 a memory leak. Patch by Christian Persch
399 2008-09-04 Tor Lillqvist <tml@novell.com>
401 * gwin32mount.c (g_win32_mount_finalize): Don't unref icon if
404 2008-09-02 Matthias Clasen <mclasen@redhat.com>
406 * === Released 2.18.0 ===
408 2008-09-02 Michael Natterer <mitch@imendio.com>
410 * *.h: big header formatting cleanup: indentation, vtable
411 formatting, consistent spacing in (* vfunc), trailing whitespace
412 removal. Formatting should be pretty consistent in all GIO headers
415 2008-09-02 Matthias Clasen <mclasen@redhat.com>
417 * gmount.h: Document guess_content_type sync vfunc.
419 2008-09-02 Michael Natterer <mitch@imendio.com>
421 * gbufferedoutputstream.h (struct _GBufferedOutputStreamClass):
422 fix parent_class member to be GFilterOutputStreamClass (not
423 GOutputStreamClass). Drop three pointers of padding, which is
424 exactly what GFilterOutputStreamClass adds to GOutputStreamClass,
425 so the class struct size stays the same.
427 2008-09-02 Matthias Clasen <mclasen@redhat.com>
429 Bug 550059 – Wrong docs for g_emblemed_icon_add_emblem
431 * gemblemedicon.c (g_emblemed_icon_get_add_emblem): Don't document
432 nonexisting return values. Pointed out by Cosimo Cecchi.
434 2008-08-23 Tor Lillqvist <tml@novell.com>
436 Bug 548988 - g_file_replace fails on Windows when the target file
439 * glocalfileoutputstream.c (g_local_file_output_stream_close): On
440 Windows, close the file before potentially renaming it (in case we
441 have been writing to a file with a temporary name).
443 (g_local_file_output_stream_close, handle_overwrite_open): Use
444 GLocalFileStat instead of plain struct stat, for passing to
445 _g_local_file_info_create_etag(). Thus also use _fstati64()
446 instead of plain fstat() on Windows.
448 2008-08-18 Matthias Clasen <mclasen@redhat.com>
450 * === Released 2.17.7 ===
452 2008-08-15 Padraig O'Briain <padraig.obriain@sun.com>
454 * gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal:
457 2008-08-13 Tor Lillqvist <tml@novell.com>
459 * win32/gwinhttpvfs.c
460 * win32/gwinhttpvfs.h
461 * win32/gwinhttpfile.c
462 * win32/gwinhttpfileinputstream.c
463 * win32/gwinhttpfileoutputstream.c: Refactor some common code
464 snippets into helper functions. Check HTTP response status
465 codes. Implement g_winhttp_file_query_info(), looking at
466 Content-Length, Content-Type and Last-Modified.
468 * win32/winhttp.h: Add some symbolic constants that are not
469 publicly documented. Just a handful, so it should be OK to use
470 information from the Windows SDK's headers.
472 2008-08-13 Tor Lillqvist <tml@novell.com>
474 Bug 546582 - Callbacks from GFileMonitor present a GFile in the
477 * win32/gwin32directorymonitor.c
478 (g_win32_directory_monitor_callback): Patch by Erik van Pienbroek.
480 2008-08-13 Matthias Clasen <mclasen@redhat.com>
483 * goutputstream.c: Add intro docs.
485 2008-08-13 Tor Lillqvist <tml@novell.com>
487 * win32/gwinhttpfileoutputstream.c
488 (g_winhttp_file_output_stream_write): Don't write the
489 Content-Length header ourselves, WinHttpSendRequest() takes care
490 of that when the dwTotalLength parameter is non-zero. Increment
491 offset by the number of actual bytes sent, although I wonder if
492 such a scenario is possible where less than requested would be
493 sent and accepted by the server without errors.
495 2008-08-13 Tor Lillqvist <tml@novell.com>
497 * win32/gwinhttpvfs.c
498 * win32/gwinhttpvfs.h
499 * win32/gwinhttpfile.c
500 * win32/gwinhttpfile.h
501 * win32/gwinhttpfileinputstream.c
502 * win32/gwinhttpfileinputstream.h
503 * win32/gwinhttpfileoutputstream.c
504 * win32/gwinhttpfileoutputstream.h: New files implementing
505 GWinHttpVfs and related classes, a GVfs for HTTP and HTTPS URIs on
506 Windows. The implementation uses the WinHttp API. Both reading and
507 writing are supported, i.e. GET and PUT requests. When writing,
508 each write call is done using a separate PUT request with a
509 Content-Range header. Requests for file URIs and plain pathnames
510 are forwarded to GLocalVfs.
512 * win32/winhttp.h: Reverse engineered <winhttp.h>, borrowed from
513 WINE. Used as there is no <winhttp.h> bundled with mingw, and
514 requiring people to download the Windows SDK just for this one
515 header is not reasonable.
517 * win32/Makefile.am: Add above files.
519 * giomodule.c: Call _g_winhttp_vfs_get_type() on Windows to set up
520 the plumbing for the above.
522 2008-08-11 Sven Neumann <sven@gimp.org>
524 * gfilenamecompleter.c
525 * glocaldirectorymonitor.c
527 * gunionvolumemonitor.c
531 * gunixvolumemonitor.c
534 * gwin32volumemonitor.c: use canonical signal names.
536 2008-08-11 Tor Lillqvist <tml@novell.com>
538 * Makefile.am: Put a list of the platform-dependent .la files in
539 the subdirectories in the platform_deps Make variable, and make
540 libgio-2.0.la depend on that, so that it gets relinked if one of
541 the dependent libraries has changed.
543 2008-08-11 Tor Lillqvist <tml@novell.com>
545 * Makefile.am (platform_libadd): Remove -lwininet which had been
546 added by mistake. We will probably eventually be using WinHTTP,
547 not the older WinInet anyway. (Actually I am working on it.)
549 2008-08-10 Felix Riemann <friemann@svn.gnome.org>
551 Bug 547080 – g_file_copy leaks expected errors
553 * gfile.c: (g_file_copy): Clear G_IO_ERROR_NOT_SUPPORTED errors
554 before trying the next fallback routine.
556 2008-08-09 Loïc Minier <lool@dooz.org>
558 Bug 535124 – umask 002 not being applied for new directories, new
559 files get the correct umask
561 * gfile.c (g_file_make_directory)
562 (g_file_make_directory_with_parents): Document ownership and
563 permissions of newly created directories as being the default
566 2008-08-08 Loïc Minier <lool@dooz.org>
568 Bug 535124 – umask 002 not being applied for new directories, new
569 files get the correct umask
571 * glocalfile.c: (g_local_file_make_directory): Use 0777 instead of
574 2008-08-08 Tor Lillqvist <tml@novell.com>
576 * gwin32mount.c: Remove unused code. Whitespace cleanup.
578 * gwin32volumemonitor.c (get_connected_drives): Put questionable
579 code that didn't actually do anything inside #if 0, and add a
580 comment wondering what the code was supposed to do. This also gets
581 rid of a leftover debugging printout.
583 2008-08-07 Paul Pogonyshev <pogonyshev@gmx.net>
585 * gfileicon.c (g_file_icon_get_property)
586 (g_file_icon_set_property): New functions.
587 (g_file_icon_class_init): Hook them up. Install `GFileIcon:file'
589 (g_file_icon_new): Use the property (bug #546132).
591 2008-08-06 Paul Pogonyshev <pogonyshev@gmx.net>
593 * gthemedicon.c (g_themed_icon_get_property): Also handle
594 `PROP_USE_DEFAULT_FALLBACKS'.
595 (g_themed_icon_class_init): Make
596 `GThemedIcon:use-default-fallbacks' read-write (bug #546483).
598 2008-08-05 Behdad Esfahbod <behdad@gnome.org>
600 Bug 546371 – Improve docs re g_file_monitor
602 * gfilemonitor.c: Mention g_file_monitor() in the docs.
604 2008-08-04 Matthias Clasen <mclasen@redhat.com>
606 * === Released 2.17.6 ===
608 2008-08-04 Matthias Clasen <mclasen@redhat.com>
610 * === Released 2.17.5 ===
612 2008-08-04 Matthias Clasen <mclasen@redhat.com>
614 Bug 546017 – Don't copy attributes when copying a symlink
616 * gfile.c (g_file_copy_attributes): Specify
617 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS in the call to
618 g_file_set_attributes_from_info. Patch by Christian Kellner
620 2008-08-04 Matthias Clasen <mclasen@redhat.com>
622 * gemblemedicon.[hc]:
624 * gemblem.[hc]: Add GEmblem to make the emblem mechanism
625 a bit more extensible. Work by Clemens Buss.
627 * gioenums.h: Add GEmblemOrigin.
630 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
632 Bug 546079 – leak in xdgmime
634 * xdgmime/xdgmime.c (xdg_mime_shutdown): Fix memory leak.
636 2008-08-03 Tor Lillqvist <tml@novell.com>
638 * win32/gwin32directorymonitor.h
639 * win32/gwin32directorymonitor.c: Whitespace cleanup to match GLib
642 2008-08-03 Tor Lillqvist <tml@novell.com>
644 * win32/gwin32directorymonitor.c
645 (g_win32_directory_monitor_callback): Make prototype match
646 LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning. Cast
647 LPOVERLAPPED parameter to local GWin32DirectoryMonitorPrivate
650 (g_win32_directory_monitor_constructor):
651 GLocalDirectoryMonitor::dirname is in UTF-8 like all other file
652 names in the GLib API on Windows, so convert to UTF-16 and open
655 2008-08-03 Tor Lillqvist <tml@novell.com>
657 Bug 541036 - Gnumeric crashes when trying to open Desktop or
658 user's folder under Windows
660 * win32/gwin32directorymonitor.c
661 (g_win32_directory_monitor_constructor): Ignore error from
662 CreateFile() when opening directory. Instead of asserting, just
663 store INVALID_HANDLE_VALUE then in
664 GWin32DirectoryMonitorPrivate::hDirectory. Also ignore error from
665 ReadDirectoryChangesW().
666 (g_win32_directory_monitor_cancel): Don't attempt to close
667 directory handle if it is INVALID_HANDLE_VALUE.
669 2008-08-01 Matthias Clasen <mclasen@redhat.com>
671 * gdesktopappinfo.c: Remove debug spew
673 2008-08-01 Hans Breuer <hans@breuer.org>
675 * makefile.msc : add gemblembedicon
677 2008-07-30 Matthias Clasen <mclasen@redhat.com>
679 Bug 545457 – gdmsetup crashed with SIGSEGV in
680 g_unix_mount_guess_should_display()
682 * gunixvolumemonitor.c (get_mount_for_mount_path): Don't
683 crash if no mount is found.
685 2008-07-28 Matthias Clasen <mclasen@redhat.com>
687 Bug 545203 – gfile.c: argument is different type.
689 * gfile.c (open_read_async_thread): Pass a GError **
690 to g_file_set_error_literal.
691 Reported by Kazuki Iwamoto
693 2008-07-28 Matthias Clasen <mclasen@redhat.com>
695 Bug 545157 – wrong/no list of "open with" applications for .cc and
698 * gdesktopappinfo.c (get_all_desktop_entries_for_mime_type):
699 Collect all ancestors, not just direct parents. Pointed
700 out by Bastien Nocera
702 2008-07-28 Matthias Clasen <mclasen@redhat.com>
704 * Makefile.am: Install gemblemedicon.h
706 2008-07-28 Matthias Clasen <mclasen@redhat.com>
708 * gemblemedicon.[hc]: Add a GIcon implementation that can
709 add an emblem to another icon.
716 * gfileicon.c: Small documentation additions.
718 2008-07-28 Tor Lillqvist <tml@novell.com>
720 * gwin32appinfo.c (g_win32_app_info_get_icon): Correct return
723 2008-07-27 Tor Lillqvist <tml@novell.com>
725 * Makefile.am (gio-2.0.lib): Pass appropriate -machine flag to lib.exe.
727 2008-07-24 David Zeuthen <davidz@redhat.com>
731 Also export a g_mount_guess_content_type_sync() function.
733 2008-07-23 Matthias Clasen <mclasen@redhat.com>
735 529694 – SELinux context setting support
737 * gfileinfo.c: Support setting selinux attributes.
738 Patch by Tomas Bzatek
740 2008-07-22 Priit Laes <plaes@plaes.org>
742 Bug 544140 - fam-helper 64-bit issue?
744 * fam/fam-helper.c: Added missing include so compiler doesn't complain.
746 2008-07-21 Matthias Clasen <mclasen@redhat.com>
748 * === Released 2.17.4 ===
750 2008-07-20 Matthias Clasen <mclasen@redhat.com>
752 * gvolumemonitor.[hc]:
757 * gmount.c: Documentation fixes
759 2008-07-19 Matthias Clasen <mclasen@redhat.com>
761 543504 – crash in Epiphany Web Browser: Opening local file
772 * gvolume.c: Register types thread-safely.
773 Patch by Christian Persch
775 2008-07-18 Matthias Clasen <mclasen@redhat.com>
777 * gcontenttype.c: Remove debug spew
779 2008-07-18 Matthias Clasen <mclasen@redhat.com>
781 Bug 543560 – enable gio-FEN back-end warnings on Solaris will crash
784 * fen/fen-kernel.c: Remove a warning that was causing
785 crashes. Reported by Lin Ma.
787 2008-07-18 Matthias Clasen <mclasen@redhat.com>
789 Bug 543040 – async reading on dummy file will crash on
792 * gfile.c (open_read_async_thread): Cope with read_fn being
793 NULL. Reported by Lin Ma.
795 2008-07-18 Matthias Clasen <mclasen@redhat.com>
798 * gcontenttype.[hc]: Add g_content_type_guess_for_tree().
800 2008-07-16 Matthias Clasen <mclasen@redhat.com>
804 * giomodule.c: Rename a chapter id to avoid filename conflict.
806 2008-07-16 Matthias Clasen <mclasen@redhat.com>
808 Bug 540616 – mem leak in filechooser button
810 * gunixvolumemonitor.c (get_mount_for_mount_path): Free
811 the mount entry. Reported by Chrisitan Persch
813 2008-07-16 Matthias Clasen <mclasen@redhat.com>
815 * gfile.c: Small documentation fixes.
817 2008-07-15 Matthias Clasen <mclasen@redhat.com>
819 * gunixmounts.c: Use g_strcmp0 instead of rolling our own.
821 2008-07-08 Matthias Clasen <mclasen@redhat.com>
826 * gmount.c: Documentation improvements.
828 2008-07-08 Matthias Clasen <mclasen@redhat.com>
831 * gmount.[hc]: Add g_mount_guess_content_type().
833 2008-07-06 David Zeuthen <davidz@redhat.com>
836 * gvolume.[ch]: Add new method g_volume_get_activation_root(). This
837 is needed for easily handling adoption of foreign volumes by
838 out-of-process volume monitors (#541793)
840 2008-07-06 David Zeuthen <davidz@redhat.com>
842 * gvolumemonitor.[ch]:
843 * gunionvolumemonitor.c: Export the eject-button signal on the
844 volume monitor class (#541794).
846 2008-07-06 Matthias Clasen <mclasen@redhat.com>
848 * gappinfo.c: More doc tweaks
850 2008-07-05 Matthias Clasen <mclasen@redhat.com>
852 * gappinfo.c: Clarify some docs
854 2008-07-03 Matthias Clasen <mclasen@redhat.com>
856 * gdesktopappinfo.c: Fix a stupid mistake.
858 2008-07-02 Matthias Clasen <mclasen@redhat.com>
860 * === Released 2.17.3 ===
862 2008-07-02 Matthias Clasen <mclasen@redhat.com>
864 * gfilemonitor.c: Fix the build.
866 2008-07-02 Matthias Clasen <mclasen@redhat.com>
868 Bug 536160 – Add g_file_monitor()
871 * gfile.[hc]: Add g_file_monitor which can return either
872 a file or a directory monitor. Proposed by Behdad Esfahbod
874 2008-07-02 Matthias Clasen <mclasen@redhat.com>
876 536733 – gio build failure on Irix
878 * glocalfile.c: Use a configure check for structfs.f_bavail.
880 2008-07-02 Matthias Clasen <mclasen@redhat.com>
882 Bug 534639 – add g_desktop_app_info_new_from_keyfile
885 * gdesktopappinfo.[hc]: Add a function to create a
886 GDesktopAppInfo from a GKeyFile. Proposed by Josselin Mouette.
888 2008-07-02 Wouter Bolsterlee <wbolster@svn.gnome.org>
890 * gappinfo.c: Fix ulink in doc to make gtk-doc happy.
892 2008-07-01 Matthias Clasen <mclasen@redhat.com>
894 * gunixmounts.c: Fix a doc typo.
896 2008-07-01 Cody Russell <bratsche@gnome.org>
898 * gio/gcontenttype.c:
899 * gio/gwin32appinfo.c:
900 * gio/gwin32volumemonitor.c:
901 * gio/gwin32mount.c: Fixed some include problems.
903 2008-07-01 Cody Russell <bratsche@gnome.org>
907 Moved all relevant typedefs into these files.
910 Updated wrt added files.
912 Split types into separate file for easier maintainership. (#538564)
914 2008-06-30 Matthias Clasen <mclasen@redhat.com>
916 Bug 540331 – g_file_append_to () documentation: can return NULL
918 * gfile.c (g_file_append_to): Clarify docs.
921 2008-06-30 Matthias Clasen <mclasen@redhat.com>
923 Bug 539090 – g_content_type_from_mime_type() should unalias
925 * gcontentype.c (g_content_type_from_mime_type): Unalias.
926 Patch by Markus Bergman
928 2008-06-30 Matthias Clasen <mclasen@redhat.com>
930 Bug 538836 – make check failure on PPC and ALPHA: pltcheck.sh on
933 * pltcheck.sh: Allow g_atomic_pointer_get, to fix 'make check'
934 on ppc and alpha. Reported by Mart Raudsepp
936 2008-06-29 Matthias Clasen <mclasen@redhat.com>
939 * tests/memory-output-stream.c: Add some tests for
942 2008-06-29 Matthias Clasen <mclasen@redhat.com>
944 Bug 540423 – unrecoverable error after g_seekable_truncate(seekable,
947 * gmemoryoutputstream.c (array_resize): Handle truncation to
948 zero correctly. Reported by Akira Tagoh
950 2008-06-29 Matthias Clasen <mclasen@redhat.com>
952 * gmemoryoutputstream.c: Trivial doc fixes
954 2008-06-29 Matthias Clasen <mclasen@redhat.com>
956 Bug 540802 – g_list_prepend doesn't concat lists
958 * giomodule.c (_g_io_modules_ensure_loaded): Don't g_list_prepend
959 one list to another. Pointed out by Jan Arne Petersen
961 2008-06-28 Michael Natterer <mitch@imendio.com>
963 * gfileicon.c: remove semicolons from G_IMPLEMENT_INTERFACE().
965 2008-06-18 Matthias Clasen <mclasen@rdhat.com>
967 * glocalfileinfo.c: Don't do fallback for user-home and user-desktop
968 to avoid problems with partial icon themes.
970 2008-06-17 Hans Breuer <hans@breuer.org>
972 * gwin32mount.[ch] gwin32volumemonitor.[ch] : bits and pieces from
973 gtk-2-12 and gunix*.[hc] to make the file chooser show drive letter
974 access again on win32, see bug #538127
975 * giomodule.c : ensure GWin32VolumeMonitor is registered
976 * glocaldireoctorymonitor.c : initial state on win32 is_mounted=TRUE
977 * Makefile.am makefile.msc : updated
979 2008-06-16 Hans Breuer <hans@breuer.org>
981 * glocalfileenumerator.c(_g_local_file_enumerator_new) : declaration
982 and initialization in one step avoids c99ism
984 2008-06-16 Christian Persch <chpe@gnome.org>
987 * gio/gbufferedinputstream.c
989 * gio/gdatainputstream.c
990 * gio/gdesktopappinfo.c
992 * gio/gfileenumerator.c
993 * gio/gfileinputstream.c
994 * gio/gfileoutputstream.c
996 * gio/glocaldirectorymonitor.c
998 * gio/glocalfileenumerator.c
999 * gio/glocalfileinfo.c
1000 * gio/glocalfilemonitor.c
1001 * gio/glocalfileoutputstream.c
1002 * gio/gmemoryinputstream.c
1003 * gio/gmemoryoutputstream.c
1004 * gio/goutputstream.c
1005 * gio/gwin32appinfo.c: Use g_set_error_literal where appropriate. Patch from
1008 2008-06-16 Tor Lillqvist <tml@novell.com>
1010 Bug 538362 - Get Win32 icons back in the file chooser
1012 * gcontenttype.c (g_content_type_get_icon): Look up the icon
1013 corresponding to a file extension in the Registry. Patch by Hans
1015 (get_registry_classes_key): Handle also REG_EXPAND_SZ type values.
1017 2008-06-16 Tor Lillqvist <tml@novell.com>
1019 Patches by Hans Breuer:
1021 * glocalfile.c (is_xp_or_later): Handle compiling against older
1022 SDK headers with missing VerifyVersionInfo(). Conditioned on
1023 _MSC_VER, but should probably use some better test.
1024 * glocalfile.c (g_local_file_query_filesystem_info): Don't test
1025 uninitialised statfs_result variable on Win32.
1027 2008-06-16 Michael Natterer <mitch@imendio.com>
1029 * *.c: chain up unconditionally in finalize() and dispose(). Also
1030 don't dereference these function pointers when calling them since
1031 that has no meaning at all.
1033 2008-06-16 Ross Burton <ross@burtonini.com>
1035 * gfileenumerator.c:
1036 Remove check for dispose implementation as it annoys Emmanuele.
1038 2008-06-16 Ross Burton <ross@burtonini.com>
1040 Bug 536252 – GFileEnumerator should allow access to the containing
1043 * gfileenumerator.c:
1044 * gfileenumerator.h:
1046 Add g_file_enumerator_get_container() and a container writeable
1047 construct-only property. Also shuffle around typedefs to make it
1050 * glocalfileenumerator.c:
1051 * glocalfileenumerator.h:
1053 Instead of a string filename take a GFile in the constructor and
1054 use it to set the container property.
1057 Update with new API.
1059 2008-06-16 Matthias Clasen <mclasen@redhat.com>
1061 * gfile.c: Make includes more uniform
1063 2008-06-12 Yevgen Muntyan <muntyan@tamu.edu>
1065 * tests/live-g-file.c (sample_struct):
1066 Use less fancy unicode filenames, so the test doesn't fail
1067 on Mac OS X (#531476).
1069 2008-06-12 Matthias Clasen <mclasen@redhat.com>
1071 * === Released 2.17.2 ===
1073 2008-06-12 Matthias Clasen <mclasen@redhat.com>
1075 * === Released 2.17.1 ===
1077 2008-06-11 A. Walton <awalton@gnome.org>
1079 * tests/g-file.c (test_g_file_new_null):
1080 Fix broken test case.
1082 2008-06-11 Matthias Clasen <mclasen@redhat.com>
1084 * pltcheck.sh: We use g_clear_error now.
1086 2008-06-11 Matthias Clasen <mclasen@redhat.com>
1088 * glocalfile.c (g_local_file_enumerate_children): Revert
1089 an unintended change.
1091 2008-06-11 Matthias Clasen <mclasen@redhat.com>
1093 * gfile.c (g_file_replace_contents): Don't unref before the last use.
1095 2008-06-10 Matthias Clasen <mclasen@redhat.com>
1097 Bug 537546 – 'desktop' shortcut in file chooser looks like a generic
1100 * glocalfileinfo.c (_g_local_file_info_get): Return user-desktop
1101 as icon for the desktop directory, also make user-home and
1102 user-desktop the preferred icons.
1104 2008-06-10 Matthias Clasen <mclasen@redhat.com>
1107 * gthemedicon.[hc] (g_themed_icon_prepend_name): New function,
1108 to add a name to the front of the list.
1110 2008-06-10 Matthias Clasen <mclasen@redhat.com>
1112 Bug 537392 – Additional colon in xattr name
1114 * glocalfileinfo.c (set_xattr): Skip the second colon of the prefix,
1115 too. Reported by Alessandro Morandi
1117 2008-06-10 Matthias Clasen <mclasen@redhat.com>
1119 Bug 536641 – Filesystem querying in gio does not list AFS and autofs
1122 * glocalfile.c (get_fs_type): Add afs and autofs.
1123 Patch by Danny Baumann.
1125 2008-06-10 Matthias Clasen <mclasen@redhat.com>
1127 Bug 528600 – g_dummy_file_get_parent("scheme://example.com/")
1129 * gdummyfile.c (g_dummy_file_get_parent): Return NULL if there
1130 is no parent. (Owen Taylor, patch by Christian Neumair)
1132 2008-06-10 Paolo Borelli <pborelli@katamail.com>
1134 * gfile.c (g_file_replace_contents): do not leak the output stream.
1136 2008-06-10 Michael Natterer <mitch@imendio.com>
1138 * gcontenttype.c (g_content_type_get_icon): fix SEGV by not using
1139 uninitialized memory as array index.
1141 2008-06-10 Tor Lillqvist <tml@novell.com>
1143 * gcontenttype.c (g_content_type_can_be_executable)
1144 (g_content_type_get_icon) [Win32]: Add TODO comments.
1146 2008-06-09 Matthias Clasen <mclasen@redhat.com>
1148 * xdgmime/Makefile.am: Fix the build
1150 2008-06-09 Matthias Clasen <mclasen@redhat.com>
1152 * gcontenttype.c (g_content_type_get_icon): Use icons specified
1153 in the shared mime database, if available.
1155 * xdgmime/*: Sync with upstream. This brings support for
1156 glob weights, generic icons, and changes the cache format to
1159 2008-05-28 Michael Natterer <mitch@imendio.com>
1161 * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
1162 the global CPPFLAGS now.
1164 * tests/data-input-stream.c
1165 * tests/data-output-stream.c
1166 * tests/g-file-info.c
1168 * tests/live-g-file.c
1169 * tests/memory-input-stream.c: don't include <glib/gtestutils.h>
1171 2008-05-27 Matthias Clasen <mclasen@redhat.com>
1173 * === Released 2.17.0 ===
1175 * tests/live-g-file.c: Clean up after the tests, so make distcheck
1176 doesn't complain about leftover files.
1178 2008-05-27 simon.zheng <simon.zheng@sun.com>
1180 * glocalfile.c: (g_local_file_query_filesystem_info):
1181 Fix #533369. Make G_FILE_ATTRIBUTE_FILESYSTEM_TYPE work on Solaris.
1183 2008-05-26 Michael Natterer <mitch@imendio.com>
1185 * gmemoryoutputstream.h: declare
1186 g_memory_output_stream_get_data_size().
1188 2008-05-26 Matthias Clasen <mclasen@redhat.com>
1190 * tests/*: Make tests work
1192 2008-05-26 Matthias Clasen <mclasen@redhat.com>
1194 * gio.symbols: Add g_memory_output_stream_get_data_size.
1196 2008-05-25 Ross Burton <ross@burtonini.com>
1199 Fix typo in error message (#534764).
1201 2008-05-25 Ross Burton <ross@burtonini.com>
1204 Fix circular dependency loop for gioenumtypes.h (#534759).
1206 2008-05-19 Hans Breuer <hans@breuer.org>
1208 * Makefile.am : EXTRA_DIST += makefile.msc
1210 2008-05-17 Matthias Clasen <mclasen@redhat.com>
1213 * gcontenttype.c: (g_content_type_from_mime_type):
1214 New function to create a content type from a mime type. (#527175,
1217 2008-05-17 Matthias Clasen <mclasen@redhat.com>
1219 Bug 532965 – Should not return filesystem::free for certain file systems
1221 * glocalfile.c (g_local_file_query_filesystem_info) Don't return
1222 free space for ncpfs.
1224 2008-05-17 Matthias Clasen <mclasen@redhat.com>
1226 Bug 530196 – _g_local_file_has_trash_dir() doesn't handle st_dev == 0
1228 * glocalfile.c (_g_local_file_has_trash_dir): Handle the case that
1229 st_dev might be zero.
1231 2008-05-16 Tor Lillqvist <tml@novell.com>
1233 * win32/gwin32directorymonitor.c: #define _WIN32_WINNT 0x0400 to
1234 get declaration of ReadDirectoryChangesW() from Platform SDK headers.
1236 2008-05-13 Bastien Nocera <hadess@hadess.net>
1238 * gfile.c (has_valid_scheme): A URI scheme must start with a
1239 letter, even if later more characters are allowed (#532852)
1241 2008-05-05 Michael Natterer <mitch@imendio.com>
1243 * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
1244 code from being checked in that breaks the build of applications
1245 which use G_DISABLE_SINGLE_INCLUDES.
1247 * makegioalias.pl: make the alias file include "glib.h" instead of
1250 * gio.symbols: whitespace change to force regeneration of the
1251 alias file after above script change.
1253 * gfileinfo.h: remove inlcusion of <glib/gfileutils.h>.
1255 * gfilenamecompleter.c: remove inclusion of "gurifuncs.h".
1257 * gioerror.h: #include <glib.h> instead of <glib/gerror.h>.
1259 * glocalfileinfo.c: remove inclusion of <glib/gchecksum>.
1261 2008-04-28 David Zeuthen <davidz@redhat.com>
1263 * gunixmounts.c (g_unix_mount_guess_should_display): Avoid
1264 displaying mounts in a subdirectory not accessible to the
1267 2008-04-22 Michael Natterer <mitch@imendio.com>
1269 * Makefile.am: fix library versioning (it was 0.0.0).
1271 2008-04-21 Lin Ma <Lin.Ma@Sun.COM>
1273 * fen/fen-data.c, fen/fen-helper.c, fen/fen-missing.c, fen/fen-node.c:
1274 Default disable all loggings.
1275 * fen/fen-kernel.c: (printevent), (port_add_kevent),
1276 (port_fetch_event_cb): Fixed two macro nits.
1278 2008-04-16 Matthias Clasen <mclasen@redhat.com>
1280 * xdgmime/xdgmime.c: Rework the timestamp checking code
1281 to protect against duplicate directories in XDG_DATA_DIRS.
1282 Fixes fd.o bug 12513, reported by Joe Shaw.
1284 2008-04-16 Matthias Clasen <mclasen@redhat.com>
1286 Partically revert the last commit after realizing that
1287 xdg_mime_media_type_equal doesn't have to init at all.
1289 * xdgmime/xdgmime.h:
1290 * xdgmime/xdgmime.c: Get rid of _xdg_mime_media_type_equal
1292 * xdgmime/xdgmimecache.c: Use xdg_mime_media_type_equal
1294 2008-04-16 Matthias Clasen <mclasen@redhat.com>
1296 Avoid possible memory corruption in xdgmime, fd.o bug 12512,
1297 reported by Joe Shaw and Federico Mena Quintero.
1299 * xdgmime/xdgmime.c(_xdg_mime_media_type_equal): Implement.
1300 (xdg_mime_media_type_equal): Turn into a wrapper around the
1303 * xdgmime/xdgmimecache.c: Use the _-prefixed versions of comparison
1304 functions throughout.
1306 2008-04-16 Michael Meeks <michael.meeks@novell.com>
1308 * gdesktopappinfo.c (g_desktop_app_info_new_from_filename):
1309 tolerate an empty TryExec= line without failing; nautilus used
1310 to create launchers with these in previous versions. Fixes #528433
1312 2008-04-09 Padraig O'Briain <padraig.obriain@sun.com>
1314 * gdesktopappinfo.c: In g_app_info_create_from_commandline set comment
1315 after name. Fixes #527132.
1317 2008-04-08 Tomas Bzatek <tbzatek@redhat.com>
1319 * gfile.c: (g_file_replace):
1322 2008-04-07 Matthias Clasen <mclasen@redhat.com>
1324 Bug 526796 – Wrong order of arguments in g_file_copy's fallback
1326 * gfile.c (file_copy_fallback): Fix the argument order. Patch
1327 by Christian Kellner.
1329 2008-04-04 Sebastien Bacher <seb128@ubuntu.com>
1331 * gunixmounts.c: (g_unix_mount_guess_should_display):
1332 Don't list the user directory as a mount, fix potential issue
1333 when other users have a similar naming and don't special case the
1334 gvfs mounts there since that's not required (#525866)
1336 2008-03-31 Alexander Larsson <alexl@redhat.com>
1338 * glocalfile.c (get_parent):
1341 2008-03-31 A. Walton <awalton@svn.gnome.org>
1343 * gfile.c (g_file_query_file_type):
1344 Always return a GFileType enum value (#520715).
1346 2008-03-31 Alexander Larsson <alexl@redhat.com>
1348 * glocalfileenumerator.c:
1349 Read readdir() info in chunks (of 1000) and sort
1350 the chunks by inode before stat:ing.
1351 This is a 20% performance increase in testing
1352 gvfs-ls on /usr/bin with cold cache.
1354 2008-03-31 Alexander Larsson <alexl@redhat.com>
1356 * gmemoryoutputstream.c:
1357 Clarify docs for g_memory_output_stream_get_size.
1358 Add g_memory_output_stream_get_data_size.
1360 2008-03-30 Matthias Clasen <mclasen@redhat.com>
1364 * gfile.h: Add g_file_query_file_type convenience function
1365 to query the type of a file. (#520715, Mikkel Kamstrup Erlandsen)
1367 2008-03-30 Matthias Clasen <mclasen@redhat.com>
1369 * gfileenumerator.c:
1370 * gfile.c: Fix some documentation typos. (#524950, Rob Bradford)
1372 2008-03-28 A. Walton <awalton@svn.gnome.org>
1374 * giomodule.c (_g_io_modules_ensure_loaded):
1375 Adds GIO_EXTRA_MODULES environment variable support, closing bug
1378 2008-03-28 Alexander Larsson <alexl@redhat.com>
1381 (copy_stream_with_progress):
1384 2008-03-28 Alexander Larsson <alexl@redhat.com>
1387 (copy_stream_with_progress):
1388 (file_copy_fallback):
1389 Fallback to g_file_query_info for source size
1390 if g_file_input_stream_query_info fails. (#524579)
1392 2008-03-28 Alexander Larsson <alexl@redhat.com>
1394 * glocalfile.c (g_local_file_move):
1395 Reuse old string instead of adding new one.
1397 2008-03-28 Lin Ma <Lin.Ma@Sun.COM>
1399 * fen/*.[hc]: still copyright issue. I hate copyright.
1401 2008-03-27 Alexander Larsson <alexl@redhat.com>
1403 * glocalfile.c (g_local_file_move):
1404 Return G_IO_ERROR_IS_DIRECTORY, not G_IO_ERROR_WOULD_MERGE when moving
1405 file over directory. This is according to the docs and what the move via
1406 copy+remove fallback does.
1408 2008-03-27 Lin Ma <Lin.Ma@Sun.COM>
1410 * fen/*.[hc]: Updated copyright.
1412 2008-03-20 Lin Ma <Lin.Ma@Sun.COM>
1414 * fen/fen-data.c: (fdata_adjust_changed): Removed a bad formatted msg.
1416 2008-03-20 Lin Ma <Lin.Ma@Sun.COM>
1418 * fen/fen-data.c: (process_events), (fdata_add_event): Fixed FEN does
1419 not emit attribute changed events when optimizing changed events.
1420 * fen/fen-helper.c, fen/fen-kernel.c: Added ifdef to default disable
1423 2008-03-19 Matthias Clasen <mclasen@redhat.com>
1425 * gmountoperation.[hc]: Small documentation additions
1427 2008-03-19 Sebastien Bacher <seb128@ubuntu.com>
1429 * gunixmounts.c: (guess_mount_type):
1430 consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (Closes: #523338)
1432 2008-03-19 Alexander Larsson <alexl@redhat.com>
1435 (copy_stream_with_progress):
1436 Bump block side for copy to 64k to minimize
1437 overhead for low latency links. (#523015)
1439 2008-03-16 Tor Lillqvist <tml@novell.com>
1441 * Makefile.am (libgio_2_0_la_DEPENDENCIES): Make libgio-2.0.la
1442 depend on gio.def on Windows.
1444 2008-03-12 David Zeuthen <davidz@redhat.com>
1448 Add g_unix_mount_monitor_set_rate_limit() function (#521946)
1450 2008-03-14 Alexander Larsson <alexl@redhat.com>
1454 Avoid redudant tests (#521851)
1455 Patch from Josselin Mouette
1457 2008-03-14 Alexander Larsson <alexl@redhat.com>
1460 (g_file_monitor_is_cancelled):
1461 Fix C89 issue (#521672)
1462 Patch from Jens Granseuer
1464 2008-03-14 Alexander Larsson <alexl@redhat.com>
1466 * fam/fam-helper.[ch]:
1468 Shut down fam (including removing fam GSource) when
1469 module is unloaded (#521513)
1470 Patch from Joe Marcus Clarke
1472 2008-03-14 Alexander Larsson <alexl@redhat.com>
1475 (_g_io_modules_ensure_loaded):
1478 2008-03-14 Alexander Larsson <alexl@redhat.com>
1481 (g_local_file_query_filesystem_info):
1482 Use right define name for f_fstypename member check
1484 2008-03-14 Alexander Larsson <alexl@redhat.com>
1487 * fen/Makefile.am: Added.
1488 * fen/fen-data.[ch]: Added.
1489 * fen/fen-dump.[ch]: Added.
1490 * fen/fen-helper.[ch]: Added.
1491 * fen/fen-kernel.[ch]: Added.
1492 * fen/fen-missing.[ch]: Added.
1493 * fen/fen-node.[ch]: Added.
1494 * fen/fen-sub.[ch]: Added.
1495 * fen/gfendirectorymonitor.[ch]: Added.
1496 * fen/gfenfilemonitor.[ch]: Added.
1498 Added Solaris FEN file notification backend.
1499 Patch from Lin Ma <Lin.Ma@Sun.COM>
1501 2008-03-13 Tor Lillqvist <tml@novell.com>
1503 * Makefile.am: Actually use the gio.def file when linking the
1504 library on Windows. Produce .lib library for Microsoft's toolchain
1505 when possible. Install the .lib and .def file like for the other
1508 2008-03-13 Tomas Bzatek <tbzatek@redhat.com>
1510 * tests/live-g-file.c:
1511 Include live-g-file in standard set of tests, making a temporary
1512 directory in source structure.
1514 Clean target directory before the tests (write mode only)
1516 2008-03-12 Tor Lillqvist <tml@novell.com>
1518 Bug 517419 - gio win32 directory monitor
1519 Implementation by Vlad Grecescu.
1522 * win32/gwin32directorymonitor.h
1523 * win32/gwin32directorymonitor.c: New files.
1525 * giomodule.c: Set up the GWin32DirectoryMonitor plumbing.
1527 * Makefile.am: Add the win32 subdirectory.
1529 2008-03-12 Tor Lillqvist <tml@novell.com>
1531 * glocalfileinfo.h: Introduce a macro GLocalFileStat that is the
1532 normal struct stat on Unix but struct _stati64 on Windows to have
1533 access to 64-bit file size information. Use that instead of struct
1534 stat in the functions declared here in this private header.
1536 * glocalfileinfo.c: Corresponding changes. Move some G_OS_WIN32,
1537 S_ISLNK and HAVE_UTIMES ifdefs and add some more to avoid compiler
1538 warnings about unused functions and variables. Don't set
1539 meaningless attributes like inode numbers on Windows.
1541 2008-03-12 Benjamin Otte <otte@gnome.org>
1544 trim whitespace so gtk-doc groks the function name
1546 2008-03-12 Tor Lillqvist <tml@novell.com>
1548 * glocalfile.c (_g_local_file_has_trash_dir): Implement as empty,
1549 returning FALSE, on Win32.
1551 2008-03-11 Alexander Larsson <alexl@redhat.com>
1554 * glocalfileinfo.[ch]:
1555 Correctly implement can_trash by actually
1556 looking for a trash dir, not just assuming
1559 2008-03-10 Matthias Clasen <mclasen@redhat.com>
1561 * === Released 2.16.1 ===
1563 2008-03-11 Alexander Larsson <alexl@redhat.com>
1566 Fix crashes in new constructor and properties code
1568 2008-03-10 Murray Cumming <murrayc@murrayc.com>
1570 * gfile.c: Minor spelling correction in documentation:
1571 existance -> existence.
1573 2008-03-10 Matthias Clasen <mclasen@redhat.com>
1575 * === Released 2.16.0 ===
1577 2008-03-10 Matthias Clasen <mclasen@redhat.com>
1579 * gio.symbols: Remove g_file_contains_file here, too.
1581 2008-03-10 Matthias Clasen <mclasen@redhat.com>
1583 * gthemedicon.c: Add properties to make bindings happy. (#517676,
1584 Samuel Cormier-Iijima)
1586 2008-03-08 Tor Lillqvist <tml@novell.com>
1588 * glocalfile.c: Define FILE_READ_ONLY_VOLUME if it is missing from
1591 2008-03-07 Alexander Larsson <alexl@redhat.com>
1594 (g_local_file_query_filesystem_info):
1595 Use struct statfs.f_fstypename if availible (e.g. on OpenBSD)
1596 Patch from Jasper Lievisse Adriaanse
1598 2008-03-06 Tor Lillqvist <tml@novell.com>
1600 * gfileinfo.h: Correct milliseconds to microseconds in the doc
1601 comments for the *_USEC attributes.
1603 2008-03-06 Alexander Larsson <alexl@redhat.com>
1605 * gfile.c (g_file_query_exists):
1606 Add g_return_val_if_fail check (#520700)
1608 2008-03-06 Alexander Larsson <alexl@redhat.com>
1610 * gdesktopappinfo.c:
1613 * gunionvolumemonitor.c:
1616 * tests/live-g-file.c:
1617 * xdgmime/xdgmimecache.c:
1618 Fix sparse warnings (#519489)
1620 2008-03-05 Alexander Larsson <alexl@redhat.com>
1623 Make cancellation threadsafe (i.e.
1624 guarantee its only done once, and always
1627 * glocaldirectorymonitor.c:
1628 Make sure we the monitor lives while the
1629 mounts_changed callback is being called (#520484)
1631 2008-03-04 Wouter Bolsterlee <wbolster@svn.gnome.org>
1633 * gbufferedinputstream.c: Fix typo in parameter
1636 2008-03-04 Alexander Larsson <alexl@redhat.com>
1639 Remove deprecated symbols we kept for one release.
1641 2008-03-04 Murray Cumming <murrayc@murrayc.com>
1644 * goutputstream.c: Tiny documentation corrections.
1646 2008-03-03 Alexander Larsson <alexl@redhat.com>
1648 * gunionvolumemonitor.c:
1650 Fix the adopt_orphan_mount vfunc to take a
1651 volume_monitor reference in an ABI compat way.
1652 This change is not API compat, but the added
1653 arg is not used in the only user of this vfunc, so
1654 all we get is a harmless warning in gvfs (#520169)
1656 2008-03-01 Benjamin Otte <otte@gnome.org>
1659 clarify docs for g_file_delete().
1661 2008-02-29 Alexander Larsson <alexl@redhat.com>
1665 Make sure empty files get text/plain type (#518720)
1667 2008-02-27 Alexander Larsson <alexl@redhat.com>
1673 (g_unix_volume_mount):
1674 Add missing GMountMountFlags argument
1676 2008-02-26 Alexander Larsson <alexl@redhat.com>
1679 (g_local_file_delete):
1680 Handle filesystems (like ntfs-3g) that return EEXIST instead
1681 of ENOTEMPTY (#518816)
1683 2008-02-25 Matthias Clasen <mclasen@redhat.com>
1685 * === Released 2.15.6 ===
1687 2008-02-25 Wouter Bolsterlee <wbolster@svn.gnome.org>
1689 * gfile.c (g_file_find_enclosing_mount):
1690 * ginputstream.c (g_input_stream_set_pending):
1691 * glocalfile.c (g_local_file_find_enclosing_mount):
1692 * gmount.c (g_mount_unmount), (g_mount_eject), (g_mount_remount):
1693 * goutputstream.c (g_output_stream_set_pending):
1695 Fixup translator comments (#518578).
1697 2008-02-25 Wouter Bolsterlee <wbolster@svn.gnome.org>
1699 * gfile.c (g_file_find_enclosing_mount):
1701 * glocalfile.c (g_local_file_find_enclosing_mount):
1704 Fix a few typos in translator comments and documentation.
1706 2008-02-25 Alexander Larsson <alexl@redhat.com>
1713 Add translator comments (#518578)
1715 2008-02-25 Alexander Larsson <alexl@redhat.com>
1718 Reintroduce g_file_contains_file, keep around for one
1719 unstable release cycle to avoid crashing to many apps.
1720 Make sure to delete after release.
1722 2008-02-25 Alexander Larsson <alexl@redhat.com>
1725 Remove deprecated g_file_contains_file.
1727 2008-02-25 Alexander Larsson <alexl@redhat.com>
1730 Emit actual change signals in an idle handler.
1731 This avoids reentrance and locking problems in
1732 the file notification backends.
1734 2008-02-25 Alexander Larsson <alexl@redhat.com>
1737 (g_unix_mount_guess_should_display):
1738 Remove type guessing, instead just display
1739 mounts in /media and in ~/.
1741 2008-02-25 Alexander Larsson <alexl@redhat.com>
1744 Make new strings reuse old ones.
1746 2008-02-25 Alexander Larsson <alexl@redhat.com>
1749 Implement trashing and filesystem::readonly for win32 (#517235)
1750 Patch from Yevgen Muntyan
1752 2008-02-23 Matthias Clasen <mclasen@redhat.com>
1754 * gfileinfo.h: Documentation fixes.
1756 2008-02-22 Alexander Larsson <alexl@redhat.com>
1758 * gcontenttype.c (g_content_type_get_icon):
1759 Look at old-style gnome mime icon names too, as many
1760 have not moved to the new style.
1762 2008-02-21 Matthias Clasen <mclasen@redhat.com>
1764 * *.c: Correct the @include in for section docs.
1766 2008-02-21 David Zeuthen <davidz@redhat.com>
1768 * glocalfileinfo.c: (_g_local_file_info_get):
1770 (g_content_type_get_icon): Implement this function by
1771 moving bits from glocalfileinfo.c
1772 (g_content_type_get_description): Unalias before getting
1773 description (#517687)
1775 * gfile.c: (g_file_class_init),
1776 (g_file_query_filesystem_info_async),
1777 (g_file_query_filesystem_info_finish),
1778 (query_filesystem_info_data_free),
1779 (query_filesystem_info_async_thread),
1780 (g_file_real_query_filesystem_info_async),
1781 (g_file_real_query_filesystem_info_finish):
1782 * gfile.h: Implement async version of
1783 g_file_query_filesystem_info()
1785 * gfileinfo.h: Add new attributes for filesystem::use-preview
1787 * gio.symbols: Update
1789 * gthemedicon.c: (g_themed_icon_append_name):
1790 * gthemedicon.h: Add new new convenience function.
1792 * gunionvolumemonitor.c: (g_union_volume_monitor_dispose),
1793 (get_mounts), (get_volumes), (get_connected_drives),
1794 (get_volume_for_uuid), (get_mount_for_uuid),
1795 (g_union_volume_monitor_init), (populate_union_monitor),
1796 (g_volume_monitor_get), (_g_mount_get_for_mount_path),
1797 (g_volume_monitor_adopt_orphan_mount):
1799 * gvolumemonitor.h: Use recursive locks so it's safe for volume
1800 monitor implementations to call into the main volume monitor. Also
1801 separate object initialization and volume monitor initialization
1802 such that non-native volume monitors can properly adopt their
1805 2008-02-21 Alexander Larsson <alexl@redhat.com>
1810 2008-02-21 Alexander Larsson <alexl@redhat.com>
1813 Add more documentation about how GFiles work (from #517086)
1815 2008-02-21 Alexander Larsson <alexl@redhat.com>
1819 Add new g_file_has_prefix that does the same as g_file_contains_file.
1820 Deprecate g_file_contains_file and add a macro that converts
1821 it to g_file_has_prefix.
1822 The reason for this change is that the contains_file() name seems to
1823 imply that this does more work than what it does, but its really only
1824 a name match (from #517086)
1829 Update to match the above change.
1831 2008-02-20 Benjamin Otte <otte@gnome.org>
1833 * gfile.c: (g_file_mount_mountable), (g_file_unmount_mountable),
1834 (g_file_eject_mountable):
1835 even more cases of not returning in error path
1837 2008-02-20 Benjamin Otte <otte@gnome.org>
1839 * gfile.c: (g_file_mount_mountable):
1840 return from function in error path.
1842 2008-02-18 Sylvain Pasche <sylvain.pasche@gmail.com>
1845 Remove trailing coma in GMountMountFlags struct
1847 2008-02-18 Alexander Larsson <alexl@redhat.com>
1851 * glocalfileoutputstream.c:
1852 Use g_unlink/g_rename instead of unlink/rename;
1853 do not pass raw filenames to g_set_error. (#517239)
1854 Patch from Yevgen Muntyan.
1856 2008-02-18 Alexander Larsson <alexl@redhat.com>
1859 * glocalfileoutputstream.c:
1860 Open files with O_BINARY on windows. (#517140)
1862 2008-02-14 Alexander Larsson <alexl@redhat.com>
1864 * glocalfileoutputstream.c:
1865 Correctly check for HAVE_FCHMOD and HAVE_FCHOWN
1867 2008-02-14 Alexander Larsson <alexl@redhat.com>
1870 Copy permissions with file on copy (#514084)
1871 This is what cp does and makes sure e.g. the
1872 exec permissions are kept.
1873 Its kinda weird in that it keeps the permission bits
1874 the same while the uid and gid are different. However
1875 the new uid is the user so its not a security issue,
1876 and I've heard no complaints about cp on this issue.
1878 2008-02-13 Ryan Lortie <desrt@desrt.ca>
1880 * gfileinfo.h: add G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
1882 2008-02-13 Alexander Larsson <alexl@redhat.com>
1884 * inotify/inotify-path.c:
1885 Define IN_ONLYDIR if not in header (#515346)
1887 2008-02-12 Alexander Larsson <alexl@redhat.com>
1889 * tests/live-g-file.c:
1892 2008-02-11 Matthias Clasen <mclasen@redhat.com>
1894 * === Released 2.15.5 ===
1896 2008-02-11 Matthias Clasen <mclasen@redhat.com>
1898 * gio.symbols: Add g_mount_mount_flags_get_type.
1900 2008-02-11 Alexander Larsson <alexl@redhat.com>
1903 (g_file_info_set_attribute_mask):
1904 (g_file_attribute_matcher_matches_id):
1905 Correctly handle NULL GAttributeMatcher meaning
1906 matches nothing. (Fixes #513492)
1908 2008-02-11 Alexander Larsson <alexl@redhat.com>
1913 Added GMountMountFlags enum and added a flags
1914 argument to all mount calls.
1916 This is an API/ABI change for future extensibility,
1917 as I think we will need at least an
1918 inhibit-autorun flag (the panel needs this).
1919 There are no flags defined yet though.
1921 2008-02-11 Alexander Larsson <alexl@redhat.com>
1924 Added new standard::description attribute.
1925 Requested by Vincent, and useful for both
1928 2008-02-11 Alexander Larsson <alexl@redhat.com>
1930 * gdesktopappinfo.c:
1933 2008-02-11 Matthias Clasen <mclasen@redhat.com>
1935 * *.c: Documentation additions
1937 2008-02-10 Matthias Clasen <mclasen@redhat.com>
1939 * gappinfo.h: Formatting cleanup
1940 * gappinfo.c: Fix up docs.
1942 2008-02-09 Matthias Clasen <mclasen@redhat.com>
1944 * gunixmounts.c: Consistently use getmntent_r() and fall
1945 back to getmntent(). (#515492)
1947 2008-02-09 Matthias Clasen <mclasen@redhat.com>
1949 * gbufferedinputstream.c:
1951 * goutputstream.c: Use G_STRFUNC instead of __FUNCTION__.
1953 * tests/data-input-stream.c:
1954 * tests/data-output-stream.c: Portability fixes.
1956 2008-02-08 Alexander Larsson <alexl@redhat.com>
1961 Add g_volume_should_automount.
1964 2008-02-07 Tor Lillqvist <tml@novell.com>
1966 * tests/Makefile.am (TEST_PROGS): live-g-file won't build on
1967 Win32, too Unix-specific.
1969 2008-02-06 Behdad Esfahbod <behdad@gnome.org>
1971 * pltcheck.sh: Skip g_bit_*(). Inline functions may end up with
1972 a local plt if the compiler doesn't support what we want. Bug #514702
1974 2008-02-06 Murray Cumming,,, <murrayc@murrayc.com>
1976 reviewed by: <delete if not using a buddy>
1979 * gunixinputstream.c:
1980 * gunixoutputstream.c:
1982 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
1984 * tests/Makefile.am:
1985 * tests/live-g-file.c:
1986 * tests/live-g-file.txt:
1987 New GIO testing module working over real data
1989 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
1991 * glocalfileoutputstream.c (g_local_file_output_stream_close):
1992 Fallback to rename() if link() is not available
1993 (when no support on target filesystem)
1995 2008-02-06 Michael Natterer <mitch@imendio.com>
1997 * gfileinfo.c (g_file_info_get_icon): replace
1998 "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".
2000 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
2002 * gfile.c (g_file_create):
2003 Documentation update of error codes
2005 2008-02-06 Alexander Larsson <alexl@redhat.com>
2007 * gdesktopappinfo.c:
2008 Update to use both mimeapps.list and
2009 defaults.list as discussed on xdg list.
2011 2008-02-06 Benjamin Otte <otte@gnome.org>
2014 * gfilenamecompleter.c:
2015 Fix some typos in the documentation.
2017 2008-02-06 Alexander Larsson <alexl@redhat.com>
2019 * glocalfile.c (g_local_file_trash):
2020 Don't succeed with trash if newly created
2021 trash dir has the wrong owner. (#514696)
2023 2008-02-05 Alexander Larsson <alexl@redhat.com>
2025 * glocalfile.c (g_local_file_move):
2026 Don't spew warnings when destination is not
2029 2008-02-03 Hans Breuer <hans@breuer.org>
2031 * makefile.msc : update
2033 2008-02-01 Michael Natterer <mitch@imendio.com>
2035 * gcontenttype.c (_g_unix_content_type_get_parents): assign the
2036 return value of xdg_mime_list_mime_parents() to a variable of the
2039 2008-02-01 Alexander Larsson <alexl@redhat.com>
2041 * gappinfo.c (g_app_info_launch_uris):
2042 Actually call the launch_uris method, not
2045 2008-02-01 Alexander Larsson <alexl@redhat.com>
2047 * gdesktopappinfo.c (g_desktop_app_info_equal):
2048 Ensure appinfos with no id but same pointer value
2051 2008-02-01 Alexander Larsson <alexl@redhat.com>
2053 * gappinfo.c (g_app_info_launch_default_for_uri):
2056 2008-02-01 Alexander Larsson <alexl@redhat.com>
2060 Add g_app_info_launch_default_for_uri utility
2063 2008-02-01 Cosimo Cecchi <cosimoc@svn.gnome.org>
2065 * gdesktopappinfo.c:
2066 Doc fix for g_app_info_get_default_for_uri_scheme ()
2069 2008-01-30 Alexander Larsson <alexl@redhat.com>
2072 Add doc comment about uris vs GFiles to
2075 * gdesktopappinfo.c:
2076 Ensure uris passed to g_app_info_launch_uris()
2077 are not roundtriped through GFile (as that
2078 may be slightly destructive for e.g. mailto: links)
2080 2008-01-30 Alexander Larsson <alexl@redhat.com>
2082 * tests/data-input-stream.c:
2083 * tests/data-output-stream.c:
2084 C89 fixes from Jens Granseuer (#512849)
2086 2008-01-30 Alexander Larsson <alexl@redhat.com>
2089 Fix gamin/fam difference build issue. (#509419)
2091 2008-01-29 Alexander Larsson <alexl@redhat.com>
2094 * gdesktopappinfo.c:
2095 Add G_APP_INFO_CREATE_SUPPORTS_URIS flag
2097 2008-01-29 Alexander Larsson <alexl@redhat.com>
2099 * gdesktopappinfo.c:
2100 * gdesktopappinfo.h:
2101 giomodule-priv.h include moved to .c file.
2103 2008-01-29 Alexander Larsson <alexl@redhat.com>
2105 * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
2106 Remove unused prio/name fields.
2108 2008-01-29 Alexander Larsson <alexl@redhat.com>
2110 * gcontenttype.c (looks_like_text):
2111 Don't treat whitespace as control chars.
2113 2008-01-29 Alexander Larsson <alexl@redhat.com>
2115 * gdesktopappinfo.c:
2116 Lazily create the desktop files for appinfos created
2117 by g_app_info_create_from_commandline() when needed
2118 for mime associations. This allows run-time use
2119 of GAppInfo object without creating unnecessary
2122 2008-01-29 Alexander Larsson <alexl@redhat.com>
2125 Added new symbols to gio.symbols
2127 2008-01-29 Alexander Larsson <alexl@redhat.com>
2130 Add g_file_query_default_handler utility to easily look up
2131 the GAppInfo that handles a file.
2133 * gdesktopappinfo.[ch]:
2135 Set up an extension point for g_app_info_get_default_for_uri_scheme()
2138 Remove unused function
2140 2008-01-29 Alexander Larsson <alexl@redhat.com>
2142 * gfileenumerator.c:
2143 Mention need to free returned value in
2144 g_file_enumerator_next_files_finish docs.
2145 Fix leak if g_file_enumerator_next_files_finish()
2148 2008-01-29 Alexander Larsson <alexl@redhat.com>
2151 (_g_unix_content_type_get_parents):
2152 Use list_parents, not get_parents from xdgmime, because
2153 the later doesn't use the cache.
2155 * xdgmime/xdgmimecache.c:
2156 (_xdg_mime_cache_list_mime_parents):
2157 Don't list the same type as parent multiple times.
2159 2008-01-28 Matthias Clasen <mclasen@redhat.com>
2161 * === Released 2.15.4 ===
2163 2008-01-28 Alexander Larsson <alexl@redhat.com>
2166 Register local vfs with prio 0.
2169 Remove old name and prio class members
2171 2008-01-28 Matthias Clasen <mclasen@redhat.com>
2173 * tests/g-file.c: Disable some tests that are failing in
2174 the absence of a http backend.
2176 2008-01-28 Alexander Larsson <alexl@redhat.com>
2180 Add registration hooks for extension points.
2181 Register the gio extension points.
2183 * fam/gfamdirectorymonitor.c:
2184 * fam/gfamfilemonitor.c:
2185 * glocaldirectorymonitor.[ch]:
2186 * glocalfilemonitor.[ch]:
2187 * gnativevolumemonitor.h:
2188 * gunionvolumemonitor.c:
2189 * gunixvolumemonitor.c:
2192 * inotify/ginotifydirectorymonitor.c:
2193 * inotify/ginotifyfilemonitor.c:
2194 Use the extension points registration instead
2195 of g_type_children().
2197 2008-01-28 Matthias Clasen <mclasen@redhat.com>
2200 * gvolume.[hc]: Document new API.
2202 * gfile.c (g_file_copy_async): Fix docs
2204 2008-01-27 Matthias Clasen <mclasen@redhat.com>
2206 * gbufferedinputstream.c:
2208 * goutputstream.c: Replace uses of G_GNUC_PRETTY_FUNCTION by
2211 2008-01-27 Matthias Clasen <mclasen@redhat.com>
2213 * glocalfile.c: Avoid trivial differences in translatable strings.
2215 2008-01-25 Matthias Clasen <mclasen@redhat.com>
2217 * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
2218 build with gcc 3.4 (#509419)
2220 2008-01-25 Matthias Clasen <mclasen@redhat.com>
2222 * gfilemonitor.c: Add references to g_file_monitor_file/directory()
2223 (#509994, Murray Cumming)
2225 2008-01-25 Matthias Clasen <mclasen@redhat.com>
2227 * gioscheduler.h: Make GIOSchedulerJobFunc return boolean
2228 * gioscheduler.c: Keep calling io jobs until they return FALSE;
2229 this allows big jobs to be executed in chunks, instead of blocking
2230 the main loop for a long time.
2232 * gsimpleasyncresult.c:
2233 * giofile.c: Adapt callers.
2235 2008-01-25 Alexander Larsson <alexl@redhat.com>
2237 * gdesktopappinfo.c:
2238 Implement changes discussed on xdg list.
2239 Now we can add supported mimetypes by just using defaults.list
2240 We can also remove associations in defaults.list.
2242 2008-01-25 Alexander Larsson <alexl@redhat.com>
2244 * gdesktopappinfo.c:
2245 Don't make local copy of desktop file
2246 for mimetype changes if the file already
2247 supports the new mimetype.
2249 2008-01-25 Matthias Clasen <mclasen@redhat.com>
2253 * gbufferedinputstream.c:
2254 * glocalfile.c: String improvements. (#511966,
2255 Theppitak Karoonboonyanan)
2257 2008-01-24 Matthias Clasen <mclasen@redhat.com>
2259 * gioscheduler.h: Expand docs a bit.
2261 2008-01-24 Alexander Larsson <alexl@redhat.com>
2264 Add g_drive_get_identifier and
2265 g_drive_enumerate_identifiers
2268 Add g_volume_get_identifier and
2269 g_volume_enumerate_identifiers
2275 Implement identifiers for unix backend
2277 2008-01-24 Alexander Larsson <alexl@redhat.com>
2282 Add g_file_copy_async() (#511580)
2283 Based on patch from Carlos Garcia Campos
2285 2008-01-23 Matthias Clasen <mclasen@redhat.com>
2287 * gioscheduler.c: Some documentation additions.
2289 2008-01-22 Alexander Larsson <alexl@redhat.com>
2291 * gdesktopappinfo.c:
2292 (g_desktop_app_info_new):
2293 Don't leak basename.
2295 2008-01-22 Alexander Larsson <alexl@redhat.com>
2297 * gdesktopappinfo.c:
2298 (g_desktop_app_info_new_from_filename):
2301 2008-01-22 Alexander Larsson <alexl@redhat.com>
2303 * glocalfileinfo.c (get_thumbnail_attributes):
2306 2008-01-22 Alexander Larsson <alexl@redhat.com>
2309 (canonicalize_filename):
2310 Canonicalize paths that start with more than
2314 (compare_two_files):
2315 (test_g_file_new_for_path):
2318 2008-01-22 Alexander Larsson <alexl@redhat.com>
2321 Allow UTF-8 in file:// parse names.
2323 * tests/Makefile.am:
2324 * tests/data-input-stream.c:
2325 * tests/data-output-stream.c:
2326 * tests/g-file-info.c:
2328 Added a bunch of tests from Tomas Bzatek
2330 2008-01-21 Matthias Clasen <mclasen@redhat.com>
2332 * === Released 2.15.3 ===
2334 2008-01-21 Alexander Larsson <alexl@redhat.com>
2336 * gfileinputstream.[ch]:
2337 * gfileoutputstream.[ch]:
2339 Remove duplicated GSeekable functions. (#509990)
2340 Just use the g_seekable_xxx() calls instead.
2342 2008-01-21 Matthias Clasen <mclasen@redhat.com>
2345 * gvolumemanager.c: Whitespace cleanups.
2347 * glocalfileoutputsteam.c (_g_local_file_output_stream_create):
2348 Use the right mode when creating the file.
2350 2008-01-21 Murray Cumming,,, <murrayc@murrayc.com>
2352 * gfileenumerator.c:
2353 * gfileinputstream.c:
2355 * goutputstream.c: Documentation: Fixed minor typos
2356 and added more mentions of specific _finish() functions.
2358 2008-01-21 Alexander Larsson <alexl@redhat.com>
2360 * inotify/Makefile.am:
2361 * inotify/inotify-helper.c:
2362 * inotify/inotify-kernel.c:
2363 * inotify/inotify-path.c:
2364 * inotify/local_inotify.h: Removed.
2365 * inotify/local_inotify_syscalls.h: Removed.
2366 Removed the included copies of the inotify
2367 headers. We now only use the <sys/inotify.h>
2368 header which exists on modern systems.
2369 This fixes problems on ARM and SH5 (#510448)
2370 but is also generally much cleaner and future
2371 safe. For instance, if other OSes add support
2372 for inotify it should "just work".
2374 2008-01-20 Matthias Clasen <mclasen@redhat.com>
2376 * inotify/*.c: Coding style fixes.
2377 * inotify/inotify-missing.c: Use g_timeout_add_seconds
2378 for the 1/4 Hz timer.
2380 2008-01-20 Matthias Clasen <mclasen@redhat.com>
2383 * gfilemonitor.[hc]:
2384 * gmemoryinputstream.c:
2385 * gmemoryoutputstream.c:
2386 * gmountoperation.c:
2387 * gthemedicon.c: Documentation updates
2389 2008-01-20 Murray Cumming <murrayc@murrayc.com>
2391 * gfile.c: documentation: Fixed more minor
2394 2008-01-18 Murray Cumming <murrayc@murrayc.com>
2396 * gmount.c: (g_mount_remount): documentation:
2397 Mention g_mount_remount_finish() instead of
2398 g_mount_unmount_finish().
2400 2008-01-18 Murray Cumming <murrayc@murrayc.com>
2404 * gfile.c: Fixed some minor typos in the
2407 2008-01-18 Murray Cumming <murrayc@murrayc.com>
2409 * gio/gvolumemonitor.c:
2410 (g_volume_monitor_get_connected_drives):
2411 (g_volume_monitor_get_volumes):
2412 (g_volume_monitor_get_mounts): Documentation:
2413 Clarify the ownership of the regurn GLists.
2415 2008-01-17 Alexander Larsson <alexl@redhat.com>
2418 Add the async find_enclosing_mount version
2419 to the header file too.
2421 2008-01-17 Alexander Larsson <alexl@redhat.com>
2424 Add async version of find_enclosing_mount
2425 with default implementation.
2427 2008-01-17 Alexander Larsson <alexl@redhat.com>
2432 Allow calls to implementation of copy and write
2433 even if the type of the file implementations is
2434 different. This can be used to implement native
2435 upload and download calls in a vfs.
2438 (g_local_file_move):
2439 Protect against the case where move is called
2440 with one file not being local.
2442 Make sure we call the progress callback once
2443 in the native move operation so that the caller
2444 knows how many bytes were copied.
2446 2008-01-16 Murray Cumming <murrayc@murrayc.com>
2449 * gdatainputstream.c:
2451 * gfileoutputstream.c:
2456 * gunixmounts.c: Corrected some typos in the documentation:
2457 occured -> occurred.
2458 its -> it's (where appropriate).
2460 2008-01-16 Alexander Larsson <alexl@redhat.com>
2464 Add g_file_query_exists (#508771)
2466 2008-01-15 Murray Cumming <murrayc@murrayc.com>
2471 * gvolume.c: For async functions that have no non-async
2472 version, document that the GAsyncReadyCallback may be NULL.
2475 2008-01-15 Alexander Larsson <alexl@redhat.com>
2477 * gmemoryinputstream.c:
2478 * gmemoryoutputstream.c:
2479 Don't do pointer arithmetic on void * (#508602)
2480 Patch from Kazuki IWAMOTO
2482 2008-01-14 Matthias Clasen <mclasen@redhat.com>
2484 * === Released 2.15.2 ===
2486 2008-01-14 Alexander Larsson <alexl@redhat.com>
2488 * gfile.c (g_file_monitor_file):
2489 Don't set error here, since we fallback to polling monitor.
2491 2008-01-14 Alexander Larsson <alexl@redhat.com>
2494 (g_file_monitor_directory):
2495 (g_file_monitor_file):
2496 Add GError to file monitor calls
2498 * glocaldirectorymonitor.c:
2499 * glocaldirectorymonitor.h:
2501 * glocalfilemonitor.c:
2502 * glocalfilemonitor.h:
2504 Update for above change
2506 2008-01-14 Alexander Larsson <alexl@redhat.com>
2510 Handle root correctly in g_file_get_relative_path (#508719)
2512 2008-01-14 Alexander Larsson <alexl@redhat.com>
2515 Clean up docs and example for GAsyncResult (#508074)
2517 2008-01-11 Murray Cumming <murrayc@murrayc.com>
2519 * gfile.c: Clarify the sentence about GAsyncReadyCallback,
2520 and correct some spelling mistakes. Bug #508108.
2522 2008-01-11 Matthias Clasen <mclasen@redhat.com>
2524 * glocalfileinfo.c: Add a comment.
2526 2008-01-10 Murray Cumming <murrayc@murrayc.com>
2528 * gfileinfo.c: GFileInfo description: Mention
2529 how to actually set attributes in a GFile and how to discover
2530 which attributes are settable. Bug #508378.
2532 2008-01-10 A. Walton <awalton@svn.gnome.org>
2534 * gdesktopappinfo.c: (g_app_info_get_all_for_type),
2535 (g_app_info_get_default_for_type):
2536 Check for NULL content types.
2538 2008-01-10 Frederic Crozat <fcrozat@mandriva.com>
2540 * gunixmounts.c: add rpc_pipefs to systemfs list (#508309).
2542 2008-01-09 Murray Cumming <murrayc@murrayc.com>
2544 * gfile.c: *_async() functions: Several small corrections
2545 to the documentation, mostly correcting copy/paste errors
2546 and improving some sentences.
2548 2008-01-09 Dan Winship <danw@gnome.org>
2550 * glocalfile.c (get_unique_filename): x86_64 fix
2552 2008-01-09 Alexander Larsson <alexl@redhat.com>
2557 Add g_unix_mount_guess_should_display and use
2558 for unix volume monitor backend.
2559 This means we more or less show what the
2560 gnome-vfs backend did.
2561 Based on patch from Padraig O'Briain
2563 2008-01-09 Alexander Larsson <alexl@redhat.com>
2567 Add g_themed_icon_new_with_default_fallbacks
2570 Use default fallbacks for icons
2572 2008-01-09 Alexander Larsson <alexl@redhat.com>
2575 * gmountoperation.[ch]:
2576 Change the API a bit so that unhandled methods
2577 get reported via the reply, rather than by
2578 the signal emission return value. This is because
2579 some handlers can't know this immediately without
2580 doing I/O, and this is an async operation that
2583 2008-01-09 Alexander Larsson <alexl@redhat.com>
2586 * fam/gfamdirectorymonitor.c:
2587 * fam/gfamfilemonitor.c:
2588 Fix double free crash (#508224)
2589 Patch from Joe Marcus Clarke
2591 008-01-07 Matthias Clasen <mclasen@redhat.com>
2593 * === Released 2.15.1 ===
2595 2008-01-07 Alexander Larsson <alexl@redhat.com>
2597 * gunixinputstream.c (g_unix_input_stream_skip_finish):
2598 Fix warning (#507835)
2600 2008-01-07 Alexander Larsson <alexl@redhat.com>
2603 Pass --internal to glib-genmarshal
2606 * gmountoperation.c:
2608 Use better types for signal arguments (#507822)
2610 2008-01-07 Alexander Larsson <alexl@redhat.com>
2613 Build test subdir after .
2614 Remove gdirectorymonitor.[ch]
2616 * gdirectorymonitor.[ch]:
2620 Remove GDirectoryMonitor and make
2621 GFileMonitor the baseclass for both file and
2622 directory monitors. Lift the more generic
2623 rate limiting code from GDirectoryMonitor
2627 * fam/gfamdirectorymonitor.[ch]:
2628 * inotify/ginotifydirectorymonitor.[ch]:
2629 * inotify/inotify-helper.c:
2630 * glocaldirectorymonitor.[ch]:
2633 Update for the removed GDirectoryMonitor.
2635 * gmemoryoutputstream.c:
2636 Remove ununsed variable
2638 2008-01-07 Alexander Larsson <alexl@redhat.com>
2640 * gmemoryinputstream.c:
2641 Translate error strings
2644 * gmemoryoutputstream.[ch]:
2645 New implementation that avoids using GByteArray
2646 in implementation and API. (#506377)
2648 2008-01-06 Matthias Clasen <mclasen@redhat.com>
2650 * tests/*: Add a test for memory input streams.
2652 * Makefile.am: Add tests to SUBDIRS.
2654 2008-01-06 Matthias Clasen <mclasen@redhat.com>
2656 * glocalfilemonitor.c:
2657 * glocaldirectorymonitor.c: Mark property nicks and blurbs
2660 2008-01-06 Matthias Clasen <mclasen@redhat.com>
2662 * gdesktopappinfo.c: Fix a docs typo.
2664 * gfileattribute.c: Add information about extended attributes
2665 to the documentation. (#505058)
2667 2008-01-04 Alexander Larsson <alexl@redhat.com>
2670 * gmountoperation.c:
2671 Use the right type (uint) for the ask_password signal.
2673 2008-01-04 Alexander Larsson <alexl@redhat.com>
2678 Add g_app_info_supports_files()
2679 Remove desktop arg from g_app_info_should_show().
2681 * gdesktopappinfo.[ch]:
2682 Implement g_app_info_supports_files() and new should_show()
2683 Add g_desktop_app_info_set_desktop_env() to set the desktop
2684 for should_show(). (This will be set by gtk+ later)
2686 2008-01-04 Alexander Larsson <alexl@redhat.com>
2689 * gmemoryinputstream.[ch]:
2690 Improve API so that you can use multiple chunks
2691 of memory and custom destroy functions. (#506374)
2693 2008-01-03 Alexander Larsson <alexl@redhat.com>
2696 Handle NULL attribute matchers safely, as we return this
2697 for empty attribute matcher strings.
2699 2008-01-03 Alexander Larsson <alexl@redhat.com>
2701 * gunixmounts.c (g_unix_is_mount_path_system_internal):
2702 Add /usr/local to list of internal mountpoints
2704 2008-01-03 Alexander Larsson <alexl@redhat.com>
2707 Check for HAVE_LCHOWN (#505887)
2709 2008-01-03 Alexander Larsson <alexl@redhat.com>
2713 Add define for selinux context attribute.
2714 Fix missing : -> :: namespace separator change
2715 Fix missing _ -> - name change for xattr-sys.
2718 2008-01-03 Alexander Larsson <alexl@redhat.com>
2721 Link to libglib and libgobject directly (#504879)
2722 Patch from Sebastien Bacher
2724 2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
2726 * gfile.c: Expanded the g_file_new_for_commandline_arg
2727 description a bit, based on the code and the docs of the
2728 other g_file_new_for_* functions.
2730 2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
2732 * gfilemonitor.h: Fixed typo in docs.
2734 2007-12-31 Mathias Hasselmann <mathias@openismus.com>
2736 Updates to GIO documentation. (#506395, Mikael Hermansson)
2738 * gcontenttype.c: Describe memory management for return value of
2739 g_content_types_get_registered(). Missing piece from #505815.
2740 * gdrive.c, gmount.c, gvolumemonitor.c: Add more description to
2741 GVolume, GDrive, GMounts, which hopefully gives the user less
2742 confusions when using this API. Following explainations from
2743 Alexander Larsson on gtk-devel-list.
2745 2007-12-30 Matthias Clasen <mclasen@redhat.com>
2747 * gfileinfo.c: Expand the long description.
2749 2007-12-30 Matthias Clasen <mclasen@redhat.com>
2752 * inotify/Makefile.am: Use GLIB_DEBUG_FLAGS. This should
2753 fix builds with --disable-visibility. (#500273, Christian Persch)
2755 2007-12-30 Matthias Clasen <mclasen@redhat.com>
2757 * gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs
2758 in the list of returned app infos.
2760 2007-12-30 Matthias Clasen <mclasen@redhat.com>
2762 * gappinfo.c: Fix a cross-reference
2764 2007-12-30 Matthias Clasen <mclasen@redhat.com>
2766 * gfileinputstream.c:
2767 * gfileoutputstream.c:
2771 * gdesktopappinfo.c:
2773 * gfileinfo.c: Documentation updates.
2775 2007-12-26 Matthias Clasen <mclasen@redhat.com>
2777 * gdesktopappinfo.c: Include crt_externs.h. (#505730,
2780 2007-12-26 Matthias Clasen <mclasen@redhat.com>
2782 * gcontenttype.c (g_content_types_get_registered): Don't return
2783 freed memory (#505815, Mikael Hermansson)
2785 2007-12-25 Paolo Borelli <pborelli@katamail.com>
2787 * glocalfileinfo.c (set_info_from_stat): fix typo in the ifdef
2788 used to detect statbuf->st_blocks. (#505042)
2790 2007-12-24 Matthias Clasen <mclasen@redhat.com>
2792 * gdesktopappinfo.c (g_desktop_app_info_launch): Fix the
2793 environment handling. (#504829, Cosimo Cecchi)
2795 2007-12-22 Matthias Clasen <mclasen@redhat.com>
2797 * gappinfo.c: Doc improvements
2799 * gdesktopappinfo.c (g_app_info_get_all): Return app infos,
2802 2007-12-20 Matthias Clasen <mclasen@redhat.com>
2804 * === Released 2.15.0 ===
2806 2007-12-20 Hans Breuer <hans@breuer.org>
2808 * makefile.msc : don't build gdesktopappinfo.obj, it collides
2809 with symbols gwin32appinfo.obj, added gmount.obj
2810 * gio.symbols : mark g_desktop_app_* as G_OS_UNIX
2812 2007-12-20 Alexander Larsson <alexl@redhat.com>
2818 * gfilenamecompleter.c:
2821 * gpollfilemonitor.c:
2822 File attribute renames:
2824 fs:: -> filesystem::
2825 id::fs -> id::filesystem
2827 2007-12-20 Alexander Larsson <alexl@redhat.com>
2836 Add GMountUnmountFlags to all unmount and
2838 Add g_mount_remount() call.
2840 2007-12-20 Alexander Larsson <alexl@redhat.com>
2842 * gvfs.c (get_default_vfs):
2843 Fix unused variable warning
2845 2007-12-19 Matthias Clasen <mclasen@redhat.com>
2847 * pltcheck.sh: Update
2849 2007-12-19 Matthias Clasen <mclasen@redhat.com>
2851 * gunionvolumemonitor.c:
2852 * gunixmount.c: Remove C99 comments
2854 2007-12-19 Matthias Clasen <mclasen@redhat.com>
2856 * gio.symbols: Add some missing symbols
2858 2007-12-19 Alexander Larsson <alexl@redhat.com>
2861 Make g_io_modules_load_all_in_directory not unuse
2862 loaded modules so that users of it can do stuff
2864 Init internal "module" types.
2865 Initialize static prio and name for types so that
2866 we don't have to load modules to get it.
2868 * gnativevolumemonitor.h:
2870 Move is_supported to parent class so that
2871 non-native monitors can avoid being initialized
2872 too. (For instance GDaemonVolumeMonitor if we're
2873 not using GDaemonVfs.)
2875 * glocaldirectorymonitor.[ch]:
2876 * glocalfilemonitor.[ch]:
2877 * gunionvolumemonitor.c:
2878 * gunixvolumemonitor.c:
2880 Find plugins using the static prio+name to
2881 avoid unnecessarily loading the modules.
2883 2007-12-19 Alexander Larsson <alexl@redhat.com>
2888 2007-12-19 Alexander Larsson <alexl@redhat.com>
2890 * gunionvolumemonitor.c:
2891 Store the native type as GType, not class so that
2892 we can unload it. But still avoid unnecessarily
2895 2007-12-19 David Zeuthen <davidz@redhat.com>
2897 Introduce g_volume_monitor_adopt_orphan_mount() function. Also
2898 add signals 'disconnected' and 'eject-button' on GDrive. Add
2899 signal 'removed' on GVolume and 'unmounted' on GMount.
2901 * gdrive.c: (g_drive_base_init):
2903 * gfile.c: (g_file_mount_mountable),
2904 (g_file_mount_enclosing_volume):
2907 * gmount.c: (g_mount_base_init):
2909 * gunionvolumemonitor.c: (g_volume_monitor_adopt_orphan_mount):
2910 * gunixvolumemonitor.c: (update_volumes), (update_mounts):
2911 * gvolume.c: (g_volume_base_init), (g_volume_mount):
2915 2007-12-17 Matthias Clasen <mclasen@redhat.com>
2917 * *.c: Fix up includes in the section docs.
2919 2007-12-17 Alexander Larsson <alexl@redhat.com>
2921 * gnativevolumemonitor.h:
2922 * gunionvolumemonitor.c:
2923 * gunixvolumemonitor.c:
2924 Add is_supported() to GNativeVolumeMonitorClass so
2925 that we can avoid having to create an object to see
2926 if the backend is supported at runtime.
2927 Also add name member and an env var to pick a specific
2928 volume monitor backend.
2932 Add cancellable to _g_mount_get_for_mount_path()
2934 * glocaldirectorymonitor.c:
2935 * glocalfilemonitor.c:
2936 Avoid loading and unloading modules while sorting.
2938 2007-12-17 Matthias Clasen <mclasen@redhat.com>
2941 * gunixmounts.[hc]: Namespace waste reduction, move some
2942 g_get_unix_mount functions to the g_unix_mount namespace.
2945 * gunixvolumemonitor.c:
2947 * glocaldirectorymonitor.c: Update all callers.
2949 * gunixmounts.h: Remove leftover g_unix_get_canonical_device_path
2951 2007-12-17 Alexander Larsson <alexl@redhat.com>
2954 Add doc comments about what GFile operations are
2955 guaranteed to not block.
2957 2007-12-17 Alexander Larsson <alexl@redhat.com>
2960 Add missing #ifdef fixing OSX build.
2961 (#503334, patch from Richard Hult)
2963 2007-12-14 David Zeuthen <davidz@redhat.com>
2967 * gmount.c: (g_mount_get_uuid), (g_mount_can_eject),
2968 (g_mount_eject), (g_mount_eject_finish):
2970 * gunionvolumemonitor.c: (g_union_volume_monitor_finalize),
2971 (get_volume_for_uuid), (get_mount_for_uuid),
2972 (g_union_volume_monitor_class_init),
2973 (get_default_native_type_with_exclude), (get_default_native_type),
2974 (get_native_type), (update_native_type),
2975 (g_union_volume_monitor_init), (_g_mount_get_for_mount_path):
2976 * gunixmount.c: (_g_unix_mount_new), (g_unix_mount_get_uuid),
2977 (g_unix_mount_can_eject), (eject_unmount_cb),
2978 (eject_unmount_read_error), (eject_unmount_do),
2979 (g_unix_mount_unmount), (g_unix_mount_eject),
2980 (g_unix_mount_eject_finish), (g_unix_mount_mount_iface_init):
2981 * gunixmounts.c: (g_unix_mount_guess_can_eject),
2982 (g_unix_mount_point_guess_can_eject):
2984 * gunixvolume.c: (_g_unix_volume_new), (g_unix_volume_get_uuid),
2985 (g_unix_volume_can_eject), (g_unix_volume_get_drive),
2986 (eject_mount_cb), (eject_mount_read_error), (eject_mount_do),
2987 (g_unix_volume_mount), (g_unix_volume_eject),
2988 (g_unix_volume_eject_finish), (g_unix_volume_volume_iface_init):
2989 * gunixvolumemonitor.c: (get_volume_for_uuid),
2990 (get_mount_for_uuid), (g_unix_volume_monitor_class_init),
2992 * gvolume.c: (g_volume_get_uuid), (g_volume_can_eject),
2993 (g_volume_eject), (g_volume_eject_finish):
2995 * gvolumemonitor.c: (g_volume_monitor_get_volume_for_uuid),
2996 (g_volume_monitor_get_mount_for_uuid):
2999 Provide eject() on both GMount and GVolume and utility functions
3000 to guess whether a GUnixMountPoint or GUnixMountEntry should be
3001 ejected. Introduce the concept of UUID's and wire it into GVolume
3002 and GMount and provide API on GVolumeMonitor to find such
3003 instances. Also handle the case where an external
3004 GNativeVolumeMonitor fails to initialize. Lock around the
3005 _g_get_mount_for_mount_path() function such that volume monitor
3006 implementations won't have to do locking themselves.
3008 2007-12-17 Matthias Clasen <mclasen@redhat.com>
3010 * gdesktopappinfo.c:
3016 * gvolume.h: Documentation updates
3018 2007-12-14 Matthias Clasen <mclasen@redhat.com>
3021 * gfile.h: Doc updates
3023 2007-12-14 Matthias Clasen <mclasen@redhat.com>
3026 * gdesktopappinfo.c: Use hash table iterators.
3028 2007-12-14 Alexander Larsson <alexl@redhat.com>
3031 * gfileattribute.[ch]:
3032 * gfileattribute-priv.h:
3033 Move GFileAttributeValue to a private header, as
3037 Make set_attribute take a type + a pointer instead
3038 of a GFileAttributeValue.
3041 Fix up for above changes.
3042 Add g_file_info_get_attribute_data to get
3043 all info in one call, g_file_info_get_attribute_status
3044 to get the status and g_file_info_get_attribute_as_string.
3048 * glocalfileinfo.[ch]:
3052 Make _guess_type static.
3054 2007-12-14 Yevgen Muntyan <muntyan@tamu.edu>
3057 * inotify/Makefile.am: Fixed build when srcdir != builddir,
3058 made mkenums and friends use temporary files to avoid leaving
3059 empty generated files on failure (#503470).
3061 2007-12-14 Alexander Larsson <alexl@redhat.com>
3063 * gmountoperation.h:
3066 2007-12-14 Alexander Larsson <alexl@redhat.com>
3070 * gfileattribute.[ch]:
3073 * glocalfileoutputstream.c:
3074 * gmountoperation.[ch]:
3075 * goutputstream.[ch]:
3076 Clean up all flags enums to not have _FLAGS in them
3077 Make the names of some of the enums better.
3082 2007-12-14 Michael Natterer <mitch@imendio.com>
3084 * gio.symbols: fix g_io_scheduler symbol names.
3086 2007-12-14 Alexander Larsson <alexl@redhat.com>
3092 * gbufferedinputstream.h:
3093 * gbufferedoutputstream.h:
3096 * gdatainputstream.h:
3097 * gdataoutputstream.h:
3098 * gdesktopappinfo.h:
3099 * gdirectorymonitor.h:
3103 * gfileenumerator.h:
3106 * gfileinputstream.h:
3108 * gfilenamecompleter.h:
3109 * gfileoutputstream.h:
3110 * gfilterinputstream.h:
3111 * gfilteroutputstream.h:
3119 * gmemoryinputstream.h:
3120 * gmemoryoutputstream.h:
3122 * gmountoperation.h:
3125 * gsimpleasyncresult.h:
3127 * gunixinputstream.h:
3129 * gunixoutputstream.h:
3133 * inotify/Makefile.am:
3134 Only allow including <gio/gio.h> from apps
3136 2007-12-14 Alexander Larsson <alexl@redhat.com>
3138 * gioscheduler.[ch]:
3139 * gsimpleasyncresult.c:
3140 Rename gioscheduler calls so they all use the g_io_schedule_ prefix.
3141 Split out the send_to_mainloop call into two versions instead
3142 of having the block argument.
3144 2007-12-13 Alexander Larsson <alexl@redhat.com>
3146 * gcancellable.[ch]:
3148 * gbufferedinputstream.c:
3149 * gfileenumerator.c:
3150 * gfileinputstream.c:
3151 * gfileoutputstream.c:
3155 g_push/pop_current_cancellable ->
3156 g_cancellable_push/pop_current
3158 2007-12-13 Alexander Larsson <alexl@redhat.com>
3162 Rename g_mount_for_location to g_file_mount_enclosing_volume.
3164 2007-12-13 Alexander Larsson <alexl@redhat.com>
3166 * gmountoperation.h:
3167 G_PASSWORD_FLAGS_ANON_SUPPORTED -> G_PASSWORD_FLAGS_ANONYMOUS_SUPPORTED
3169 2007-12-12 Alexander Larsson <alexl@redhat.com>
3172 Fix race condition when freeing proxy in
3173 g_io_job_send_to_mainloop().
3175 2007-12-12 Alexander Larsson <alexl@redhat.com>
3181 Make attribute namespace separator "::" instead of ":".
3182 Use - instead of _ as separator in attribute names.
3184 2007-12-12 Alexander Larsson <alexl@redhat.com>
3186 * gbufferedinputstream.h:
3187 * gbufferedoutputstream.h:
3188 * gdatainputstream.h:
3189 * gdataoutputstream.h:
3190 * gdirectorymonitor.h:
3191 * gfileenumerator.h:
3192 * gfileinputstream.h:
3194 * gfileoutputstream.h:
3195 * gfilterinputstream.h:
3196 * gfilteroutputstream.h:
3198 * glocalfileinputstream.h:
3199 * glocalfileoutputstream.h:
3200 * gmemoryinputstream.h:
3201 * gmemoryoutputstream.h:
3202 * gnativevolumemonitor.h:
3204 * gunixinputstream.h:
3205 * gunixoutputstream.h:
3208 s/parent/parent_instance/ in GObjects
3210 2007-12-12 Alexander Larsson <alexl@redhat.com>
3215 No need for padding for interfaces
3217 2007-12-12 Alexander Larsson <alexl@redhat.com>
3221 * gbufferedinputstream.c:
3222 * gbufferedoutputstream.c:
3225 * gdatainputstream.[ch]:
3226 * gdesktopappinfo.c:
3227 * gdirectorymonitor.c:
3229 * gfileattribute.[ch]:
3232 * gfileinputstream.h:
3233 * gfilemonitor.[ch]:
3234 * gfileoutputstream.[ch]:
3235 * gfilterinputstream.h:
3236 * gfilteroutputstream.h:
3239 * gloadableicon.[ch]:
3240 * gmemoryinputstream.c:
3241 * gmountoperation.c:
3243 Fix up a bunch of details in the docs.
3248 2007-12-11 David Zeuthen <davidz@redhat.com>
3250 Rework how volumes, drives and volume monitoring is
3251 done. Previosly the model was
3253 GDrive <1-1> GVolume
3255 where a GDrive instance represented a mount point and a GVolume
3256 instance represented a mounted file system. This patch changes it
3259 GDrive <1-N> GVolume <1-1> GMount
3261 where GMount now serves the purpose of the old GVolume and the new
3262 GVolume serves the purpose of the old GDrive. In addition the new
3263 GDrive interface is used to represent a collection of GVolume
3264 instances (typically partitions) and also contains utility to query
3265 the state of the physical drive the GDrive object represents (such
3266 as checking for media, polling the drive, ejecting the media etc.).
3268 Also implement mounting and unmounting in the Unix volume monitor
3269 backend. A subquent patch will introduce GDrive support for ejection
3273 * gdrive.c: (g_drive_is_media_check_automatic),
3274 (g_drive_is_media_removable), (g_drive_has_media),
3275 (g_drive_can_poll_for_media), (g_drive_eject),
3276 (g_drive_eject_finish), (g_drive_poll_for_media),
3277 (g_drive_poll_for_media_finish):
3279 * gfile.c: (g_file_find_enclosing_mount):
3282 * glocaldirectorymonitor.c:
3283 (g_local_directory_monitor_constructor), (mounts_changed):
3284 * glocalfile.c: (get_mount_info),
3285 (g_local_file_find_enclosing_mount),
3286 (g_local_file_file_iface_init):
3287 * gnativevolumemonitor.h:
3288 * gunionvolumemonitor.c: (get_mounts), (get_volumes),
3289 (get_connected_drives), (g_union_volume_monitor_class_init),
3290 (child_volume_added), (child_volume_removed),
3291 (child_volume_changed), (child_mount_added), (child_mount_removed),
3292 (child_mount_pre_unmount), (child_mount_changed),
3293 (child_drive_changed), (g_union_volume_monitor_add_monitor),
3294 (g_union_volume_monitor_remove_monitor),
3295 (_g_mount_get_for_mount_path):
3296 * gunixmounts.c: (g_unix_is_mount_path_system_internal),
3297 (guess_system_internal), (_g_get_unix_mounts),
3298 (_g_get_unix_mount_points), (g_get_unix_mount_at),
3299 (g_unix_mount_free), (g_unix_mount_compare),
3300 (g_unix_mount_get_mount_path), (g_unix_mount_get_device_path),
3301 (g_unix_mount_get_fs_type), (g_unix_mount_is_readonly),
3302 (g_unix_mount_is_system_internal), (g_unix_mount_guess_type),
3303 (type_to_icon), (g_unix_mount_guess_name),
3304 (g_unix_mount_guess_icon), (g_unix_mount_point_guess_name),
3305 (g_unix_mount_point_guess_icon), (_canonicalize_filename),
3306 (_resolve_symlink), (_resolve_dev_root):
3308 * gunixvolume.c: (g_unix_volume_finalize), (_g_unix_volume_new),
3309 (_g_unix_volume_disconnected), (_g_unix_volume_set_mount),
3310 (_g_unix_volume_unset_mount), (g_unix_volume_get_icon),
3311 (g_unix_volume_get_name), (g_unix_volume_can_mount),
3312 (g_unix_volume_get_drive), (g_unix_volume_get_mount),
3313 (_g_unix_volume_has_mount_path), (mount_cb), (mount_read_error),
3314 (g_unix_volume_mount), (g_unix_volume_mount_finish),
3315 (g_unix_volume_volume_iface_init):
3317 * gunixvolumemonitor.c: (g_unix_volume_monitor_finalize),
3318 (get_mounts), (get_volumes), (get_connected_drives),
3319 (get_mount_for_mount_path), (g_unix_volume_monitor_class_init),
3320 (mountpoints_changed), (mounts_changed),
3321 (g_unix_volume_monitor_init),
3322 (_g_unix_volume_monitor_lookup_volume_for_mount_path),
3323 (find_mount_by_mountpath), (update_volumes), (update_mounts):
3324 * gunixvolumemonitor.h:
3325 * gvolume.c: (g_volume_get_mount), (g_volume_can_mount),
3326 (g_volume_mount), (g_volume_mount_finish):
3328 * gvolumemonitor.c: (g_volume_monitor_class_init),
3329 (g_volume_monitor_get_connected_drives),
3330 (g_volume_monitor_get_volumes), (g_volume_monitor_get_mounts):
3333 2007-12-10 Matthias Clasen <mclasen@redhat.com>
3335 * gmountoperation.h (GPasswordFlags): Close the gap
3337 2007-12-10 Matthias Clasen <mclasen@redhat.com>
3339 * Makefile.am: Install gdesktopappinfo.h as unix-specific header.
3341 * gdesktopappinfo.[hc]: Remove _-prefixes
3343 2007-12-10 Tor Lillqvist <tml@novell.com>
3345 * glocalfile.c: Add some more G_OS_WIN32 conditionals to silence
3348 2007-12-10 Alexander Larsson <alexl@redhat.com>
3350 * gfile.c (g_file_set_display_name):
3351 Don't hardcode '/' (#502727)
3353 2007-12-09 Hans Breuer <hans@breuer.org>
3355 * makefile.msc : follow lib naming convention
3356 * glocalfileinfo.c(win32_get_file_user_info) : working implementation
3357 for user and group name, tested with ../tests/gio-ls
3359 2007-12-09 A. Walton <awalton@svn.gnome.org>
3361 * gdesktopappinfo.c:
3367 * gfileenumerator.c:
3372 * gmemoryinputstream.c:
3373 * gmemoryoutputstream.c:
3375 * gsimpleasyncresult.c:
3376 More documentation cleanup and filling in missing information, bringing
3377 GIO to 99% symbol coverage.
3379 2007-12-08 Hans Breuer <hans@breuer.org>
3381 [gio compiles and links on win32, not sure how much already works]
3382 * glocaldirectorymonitor.c : ifdefed out inotify emulation for win32
3383 * glocalfile.c : use HAVE_UNISTD_H; implement file system size info
3384 base on win32 API; prefer g_lstat() over lstat(); instead of
3385 localtime_r() use an all GLib implementation on win32;
3386 get_mount_info() still needs a win32 specifc implementation
3387 * glocalfileinfo.c : use HAVE_*_H; start of implementation of
3388 win32_get_file_user_info to get owner/group info without uid/gid
3389 * glocalfileinputstream.c : include <io.h> on win32
3390 * glocalfileoutputstream.c : include <io.h> on win32 and some S_IS*
3391 definition, use g_win32_ftruncate() for G_OS_WIN32
3392 * gwin32appinfo.c : optionalize a bunch on #ifdef AssocQueryString
3393 it is available with mingw/w32api but a mess with the M$ Platform SDKs
3394 see: http://mail.gnome.org/archives/gtk-devel-list/2007-December/msg00014.html
3395 * makefile.msc : updated
3397 2007-12-07 Alexander Larsson <alexl@redhat.com>
3399 * glocalfileenumerator.c (_g_local_file_enumerator_new):
3400 Avoid warning spew if error == NULL
3402 2007-12-07 Alexander Larsson <alexl@redhat.com>
3405 Update docs wrt etags
3407 2007-12-06 Alexander Larsson <alexl@redhat.com>
3410 Include sys/types.h for dev_t (#501919)
3412 2007-12-06 Behdad Esfahbod <behdad@gnome.org>
3416 Make abicheck and pltcheck pass.
3418 2007-12-05 Alexander Larsson <alexl@redhat.com>
3421 * giomodule-priv.h: Added.
3422 * glocaldirectorymonitor.c:
3423 * glocalfilemonitor.c:
3424 * gunionvolumemonitor.c:
3426 Actually add the declaration of _g_io_modules_ensure_loaded
3428 2007-12-05 Alexander Larsson <alexl@redhat.com>
3430 * gdatainputstream.c:
3435 * glocaldirectorymonitor.c:
3436 * glocalfilemonitor.c:
3437 * gunionvolumemonitor.c:
3439 Make g_io_modules_ensure_loaded a private function and
3440 don't pass in the dirname. This means we can do magic
3441 directory finding in the win32 version.
3442 Export the actual load-modules-in-directory code so that
3443 gvfs can reuse that.
3445 2007-12-05 Alexander Larsson <alexl@redhat.com>
3447 * gbufferedinputstream.c:
3448 * gbufferedoutputstream.c:
3451 * gfileenumerator.[ch]:
3452 * gfileinputstream.c:
3453 * gfileoutputstream.[ch]:
3454 * gfilterinputstream.c:
3455 * gfilteroutputstream.c:
3456 * ginputstream.[ch]:
3458 * glocalfileenumerator.c:
3459 * glocalfileinputstream.c:
3460 * glocalfileoutputstream.c:
3461 * gmemoryinputstream.c:
3462 * gmemoryoutputstream.c:
3463 * goutputstream.[ch]:
3466 * gunixinputstream.c:
3467 * gunixoutputstream.c:
3468 Rename all struct members named:
3469 read, write, close, truncate, or mount
3470 to foo_fn, as these are reserved names
3471 and could be defined as macros in libc.
3474 2007-12-04 Alexander Larsson <alexl@redhat.com>
3477 (g_output_stream_close):
3478 Only call flush if non-null.
3480 2007-11-30 Dan Winship <danw@gnome.org>
3482 * ginputstream.c (g_input_stream_set_pending): Make this take a
3483 GError and return a gboolean, and do the "outstanding operation"
3484 check (and the "stream is already closed" check) itself.
3485 (g_input_stream_clear_pending): Formerly set_pending(FALSE).
3487 * goutputstream.c (g_output_stream_set_pending)
3488 (g_output_stream_clear_pending): Likewise
3490 * gbufferedinputstream.c:
3491 * gfileinputstream.c:
3492 * gfileoutputstream.c: Update for that
3494 * gsimpleasyncresult.c (g_simple_async_report_gerror_in_idle):
3495 Like g_simple_async_report_error_in_idle, but takes a GError
3496 rather than building one.
3498 2007-11-30 Dan Winship <danw@gnome.org>
3500 * goutputstream.c: Don't cheat and unset the "pending" flag around
3501 inner calls. Instead, call the class method directly rather than
3502 the wrapper function that checks "pending"
3504 2007-12-03 Behdad Esfahbod <behdad@gnome.org>
3506 * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
3508 2007-12-03 Hans Breuer <hans@breuer.org>
3510 [start of port to win32/msvc]
3511 * gcancellable.c : HAVE_UNIST_H and _pipe()
3512 * gcontenttype.c : only include <dirent.h> in the UNIX branch
3513 * gdatainputstream.c : pointer arithmetic on void* is a gcc extension
3514 * gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use
3516 * glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/
3517 * glocalvfs.c : use HAVE_PWD_H
3518 * gio.symbols : ifdef unix specific functions with G_OS_UNIX
3519 * makefile.msc : new file (maybe later converted to makefile.msc.in)
3520 * Makefile.am : added to EXTRA_DIST
3522 2007-12-03 Matthias Clasen <mclasen@redhat.com>
3524 * gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
3527 2007-12-03 Alexander Larsson <alexl@redhat.com>
3530 Handle OSX style xattrs API (#500506)
3532 2007-12-03 Alexander Larsson <alexl@redhat.com>
3536 Add G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
3538 2007-12-02 A. Walton <awalton@svn.gnome.org>
3542 Documentation accuracy fixes.
3544 2007-12-01 Behdad Esfahbod <behdad@gnome.org>
3546 * gioenumtypes.c.template: Fix typo.
3548 2007-12-01 Matthias Clasen <mclasen@redhat.com>
3550 * gioenumtypes.c.template: Make threadsafe get_type() functions.
3552 2007-12-01 Matthias Clasen <mclasen@redhat.com>
3554 * gdirectorymonitor.c:
3555 * gfilemonitor.c: Add properties
3557 * gbufferedoutputstream.c: Don't mark buffer-size property
3560 2007-12-01 Matthias Clasen <mclasen@redhat.com>
3562 * gbufferedoutputstream.c: Add auto-grow property.
3564 2007-11-30 Matthias Clasen <mclasen@redhat.com>
3566 * *.c: Unify the capitalization of section headings.
3568 2007-11-30 Matthias Clasen <mclasen@redhat.com>
3570 * gmountoperation.c: Add properties
3572 * gdatainputstream.c: Turn byte-order and newline-type into
3575 2007-11-30 Matthias Clasen <mclasen@redhat.com>
3577 * gioenumtypes.[hc].template: Templates for enum registration
3579 * Makefile.am: Generate gioenumtypes.[hc]
3581 * gio.h: Include gioenumtypes.h
3583 * gfile.h: Add some explicit nicks.
3585 * gio.symbols: Add new symbols
3587 * pltcheck.sh: Adjust
3589 2007-11-30 Matthias Clasen <mclasen@redhat.com>
3591 * *.c: Explain etags and link to the explanation
3593 2007-11-29 Matthias Clasen <mclasen@redhat.com>
3595 * *.c: Explain I/O priority.
3597 * *.c: More coding style fixes.
3599 2007-11-29 Matthias Clasen <mclasen@redhat.com>
3601 * gasyncresult.c: Add another paragraph to the intro,
3602 adjust coding style of example.
3604 2007-11-29 A. Walton <awalton@svn.gnome.org>
3607 Fixes unknown meaning in GAppLaunchContext docs.
3609 Clarify asynchronous ops.
3611 Fix entity tag docs.
3614 Provides missing gtk-doc section, fixes API docs slighly.
3615 * gsimpleasyncresult.c:
3616 Fill in missing info in docs.
3617 * gunixinputstream.c:
3618 * gunixoutputstream.c:
3619 Be more expressive in short description.
3621 Remove gtk-doc stubs for non-public API.
3623 2007-11-28 Matthias Clasen <mclasen@redhat.com>
3625 * *.c: Coding style fixups
3627 2007-11-28 Matthias Clasen <mclasen@redhat.com>
3629 * inotify/inotify-helper.c: Don't export the lock from libgio.
3631 2007-11-28 Matthias Clasen <mclasen@redhat.com>
3634 * abicheck.sh: Fix copy-and-paste leftovers
3636 2007-11-28 Matthias Clasen <mclasen@redhat.com>
3638 * gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
3640 2007-11-28 Alexander Larsson <alexl@redhat.com>
3644 Removed unnecessary file
3646 * gdesktopappinfo.[ch]:
3649 * glocaldirectorymonitor.[ch]:
3651 * glocalfileenumerator.[ch]:
3652 * glocalfileinputstream.[ch]:
3653 * glocalfilemonitor.[ch]:
3654 * glocalfileoutputstream.[ch]:
3656 * gnativevolumemonitor.c:
3657 * gpollfilemonitor.[ch]:
3658 * gunionvolumemonitor.[ch]:
3661 * gunixvolumemonitor.[ch]:
3664 * inotify/ginotifydirectorymonitor.[ch]:
3665 * inotify/ginotifyfilemonitor.[ch]:
3666 * inotify/inotify-helper.c:
3667 Append _ to all internal functions
3671 Export symbols needed for modules
3673 2007-11-28 Alexander Larsson <alexl@redhat.com>
3676 * abicheck.sh: Added.
3677 * makegioalias.pl: Added.
3678 * pltcheck.sh: Added.
3679 * gio.symbols: Added.
3682 Initial work on adding symbol handling.
3685 Correct ifdef guard name
3688 * inotify/Makefile.am:
3689 * xdgmime/Makefile.am:
3690 Include toplevel Makefile.decl
3692 2007-11-27 Matthias Clasen <mclasen@redhat.com>
3694 * gcontenttype.c: Move doc comments to the unix section.
3696 * *.[hc]: More trivial doc corrections.
3698 2007-11-27 Matthias Clasen <mclasen@redhat.com>
3700 * gpollfilemonitor.c:
3704 * gdesktopappinfo.c:
3709 * gdatainputstream.c:
3710 * gdatainputstream.h:
3711 * gdataoutputstream.c:
3712 * gdataoutputstream.h:
3713 * gfileinfo.h: Doc cleanups
3715 2007-11-28 Andre Klapper <a9016009@gmx.de>
3717 * gdesktopappinfo.c: Fix a typo.
3719 2007-11-27 Andre Klapper <a9016009@gmx.de>
3721 * glocalfileoutputstream.c: Fix a typo.
3723 2007-11-27 Alexander Larsson <alexl@redhat.com>
3726 Don't include removed headers
3728 2007-11-27 Alexander Larsson <alexl@redhat.com>
3731 * gsocketinputstream.[ch]: Removed.
3732 * gsocketoutputstream.[ch]: Removed.
3733 * gunixinputstream.[ch]: Added.
3734 * gunixoutputstream.[ch]: Added.
3735 Renamed GSocket*Stream to GUnix*Stream and made
3736 it unix-only, since its not really only for sockets
3737 and it only works on unix (but is highly useful there).
3739 2007-11-27 Andrew Walton <awalton@svn.gnome.org>
3745 * gbufferedinputstream.c:
3746 * gbufferedinputstream.h:
3747 * gbufferedoutputstream.c:
3748 * gbufferedoutputstream.h:
3752 * gdatainputstream.c:
3753 * gdatainputstream.h:
3754 * gdataoutputstream.c:
3755 * gdataoutputstream.h:
3756 * gdirectorymonitor.c:
3757 * gdirectorymonitor.h:
3764 * gfileenumerator.c:
3765 * gfileenumerator.h:
3770 * gfileinputstream.c:
3771 * gfileinputstream.h:
3774 * gfilenamecompleter.c:
3775 * gfilenamecompleter.h:
3776 * gfileoutputstream.c:
3777 * gfileoutputstream.h:
3778 * gfilterinputstream.c:
3779 * gfilterinputstream.h:
3780 * gfilteroutputstream.c:
3781 * gfilteroutputstream.h:
3794 * glocalfileoutputstream.c:
3795 * gmemoryinputstream.c:
3796 * gmemoryinputstream.h:
3797 * gmemoryoutputstream.c:
3798 * gmemoryoutputstream.h:
3799 * gmountoperation.c:
3800 * gmountoperation.h:
3803 * gpollfilemonitor.c:
3806 * gsimpleasyncresult.c:
3807 * gsimpleasyncresult.h:
3808 * gsocketinputstream.c:
3809 * gsocketinputstream.h:
3810 * gsocketoutputstream.c:
3811 * gsocketoutputstream.h:
3818 * gunixvolumemonitor.c:
3827 Bumps documentation to 93% symbol coverage, touching most
3828 of the public files. Fixes broken function documentation prototypes.
3829 Fixes GCancellable inaccuracies. Removes unnecessary incomplete
3830 gtk-doc headers in private files.
3832 2007-11-27 Jürg Billeter <j@bitron.ch>
3834 * gbufferedinputstream.c: (g_buffered_input_stream_peek_buffer),
3835 (g_buffered_input_stream_read_byte):
3836 * gbufferedinputstream.h:
3837 New functions for efficient access to buffer and simple single byte
3840 * gdatainputstream.c: (scan_for_newline), (scan_for_chars),
3841 (g_data_input_stream_read_until):
3842 * gdatainputstream.h:
3843 Use peek_buffer to avoid memcpy in scan_for_newline, implement
3844 read_until with multiple stop chars.
3846 2007-11-27 Alexander Larsson <alexl@redhat.com>
3850 * inotify/Makefile.am:
3851 Use the user-specified giomoduledir
3853 2007-11-27 Alexander Larsson <alexl@redhat.com>
3857 Add catch-all gio.h header
3858 Don't install gdummyfile.h
3860 2007-11-26 Alexander Larsson <alexl@redhat.com>
3862 * Makefile.am (gioinclude_HEADERS):
3863 Remove trailing whitespace
3865 2007-11-26 Alexander Larsson <alexl@redhat.com>
3867 Merge gio-standalone into glib
3869 2007-11-25 Christian Kellner <gicmo@gnome.org>
3871 * gio/goutputstream.c:
3872 Fix small mistake in the docs.
3874 2007-11-21 Christian Persch <chpe@gnome.org>
3876 * gio/glocalfile.c: (g_local_file_trash):
3877 Convert filenames to UTF-8 for GError.
3878 Use g_mkdir_with_parent to create the Trash dir, and use mode 0700
3879 as per xdg base dir spec.
3881 2007-11-21 Christian Persch <chpe@gnome.org>
3883 * gio/gdesktopappinfo.c:
3884 Use that g_key_file_to_data cannot fail.
3886 Use stock defines for the key file group and key names.
3889 2007-11-21 Alexander Larsson <alexl@redhat.com>
3892 (copy_stream_with_progress):
3893 Make sure we do a final progress callback with
3894 the full total size.
3896 2007-11-21 Alexander Larsson <alexl@redhat.com>
3899 Export g_file_copy_attributes
3900 Remove padding as its not needed for interfaces
3902 2007-11-20 Alexander Larsson <alexl@redhat.com>
3907 Add G_IO_ERROR_WOULD_MERGE for
3908 copy/move dir on dir with overwrite.
3910 2007-11-20 Alexander Larsson <alexl@redhat.com>
3913 * gio/glocalfileinfo.c:
3914 Add COPY_NAME (this is an optional
3915 non-modified utf8 version of the name) that
3918 2007-11-20 Alexander Larsson <alexl@redhat.com>
3920 * gio/glocalfileenumerator.c:
3921 Report errors as GIOError, not GFileError
3923 2007-11-16 Alexander Larsson <alexl@redhat.com>
3925 * gio/glocalfileoutputstream.c:
3926 * gio/gwin32appinfo.c:
3927 Fix typos in strings.
3928 Patch from Luca Ferretti <elle.uca@libero.it>
3930 2007-11-15 Alexander Larsson <alexl@redhat.com>
3933 Post release version bump
3935 === gio-standalone 0.1.2 ===
3937 2007-11-15 Alexander Larsson <alexl@redhat.com>
3939 * docs/reference/gio/Makefile.am:
3940 Fix up distcheck by removing weird
3946 2007-11-14 Alexander Larsson <alexl@redhat.com>
3948 * gio/gdesktopappinfo.c:
3949 * gio/glocaldirectorymonitor.c:
3951 * gio/glocalfileinfo.c:
3952 * gio/inotify/inotify-sub.c:
3953 * programs/gio-cat.c:
3954 * programs/gio-copy.c:
3955 * programs/gio-info.c:
3956 * programs/gio-ls.c:
3957 * programs/gio-monitor-dir.c:
3958 * programs/gio-monitor-file.c:
3959 * programs/gio-mount.c:
3960 * programs/gio-move.c:
3961 * programs/gio-rm.c:
3962 * programs/gio-save.c:
3963 * programs/gio-trash.c:
3964 Leak fixes from Kjartan Maraas
3966 2007-11-14 Alexander Larsson <alexl@redhat.com>
3968 * gio/fam/fam-helper.c:
3970 * gio/glocalfileinfo.c:
3974 * gio/inotify/inotify-diag.c:
3975 * gio/inotify/inotify-kernel.c:
3976 Various code cleanups from Kjartan Maraas
3978 2007-11-14 Alexander Larsson <alexl@redhat.com>
3980 * gio/gioscheduler.c:
3982 Set up threadpool so that we cache 2 unused
3983 idle threads for at 15 secs. This means we
3984 will reuse thread-local data (like dbus connections)
3987 2007-11-14 Alexander Larsson <alexl@redhat.com>
3989 * gio/fam/fam-helper.c:
3990 * gio/fam/gfamdirectorymonitor.c:
3991 * gio/fam/gfamfilemonitor.c:
3993 * gio/gcontenttype.c:
3994 * gio/gdatainputstream.c:
3995 * gio/gdataoutputstream.c:
3999 * gio/gfileattribute.h:
4000 * gio/gfileenumerator.c:
4002 * gio/ginputstream.c:
4005 * gio/glocalfileinfo.c:
4006 * gio/goutputstream.c:
4007 * gio/gpollfilemonitor.c:
4008 * gio/gsimpleasyncresult.c:
4009 * gio/gunixmounts.c:
4010 * gio/gunixmounts.h:
4011 * gio/inotify/ginotifydirectorymonitor.c:
4012 * gio/inotify/ginotifyfilemonitor.c:
4013 * gio/inotify/inotify-diag.c:
4014 * gio/inotify/inotify-kernel.c:
4015 * gio/inotify/inotify-path.c:
4017 * gio/test-streams.c:
4018 * programs/gio-info.c:
4019 * programs/gio-monitor-dir.c:
4020 * programs/gio-monitor-file.c:
4021 Various code cleanups from Kjartan Maraas
4023 2007-11-13 Alexander Larsson <alexl@redhat.com>
4026 Handle the uri-scheme calls for dummy files
4028 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
4030 * gio/gio/gfileinfo.[ch]: Use a different parameter name instead of
4031 'namespace' for in g_file_attribute_matcher_enumerate_namespace()
4032 to avoid clash with the C++ keyword.
4034 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
4036 * gio/glocalfileinfo.c: Build fix, added missing semicolon
4037 to an ifdef'ed call to getpwuid() in lookup_uid_data().
4039 2007-11-11 Sebastian Dröge <slomo@circular-chaos.org>
4041 * gio/glocaldirectorymonitor.c:
4042 * gio/glocalfilemonitor.c:
4043 * gio/gunionvolumemonitor.c:
4044 Don't use g_once_init_*() for initializations that could fail and
4045 could leave the initialization variable set to 0 but use GOnce.
4046 This prevents a deadlock on the second call when trying to create
4047 a monitor and no monitor type is available. Thanks to Sven Herzberg
4050 2007-11-11 Sven Herzberg <sven@imendio.com>
4052 * gio/glocalfile.c: guard the #include <sys/statfs.h> by the correct
4053 #ifdef (make it work on MacOS X again)
4055 2007-11-09 Andrew Walton <awalton@svn.gnome.org>
4057 Fixes Changelog for last two commits (sorry guys).
4059 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
4061 * gio/gbufferedinputstream.c:
4062 * gio/gdatainputstream.c:
4064 * gio/gfileoutputstream.c:
4065 * gio/gfilterinputstream.c:
4066 * gio/glocalfileinputstream.c:
4069 More consistency fixes in g*stream.c files.
4070 Significant clean of gfile's documentation, filling in of
4071 asynchronous operations documentation.
4073 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
4075 * gio/gasyncresult.c:
4076 * gio/gbufferedinputstream.c:
4077 * gio/gbufferedoutputstream.c:
4078 * gio/gcancellable.c:
4079 * gio/gcontenttype.c:
4080 * gio/gdatainputstream.c:
4081 * gio/gdataoutputstream.c:
4082 * gio/gdesktopappinfo.c:
4085 * gio/gfileattribute.c:
4086 * gio/gio/gfileenumerator.c:
4088 * gio/gfileinputstream.c:
4089 * gio/gfilemonitor.c:
4090 * gio/gfileoutputstream.c:
4091 * gio/ginputstream.c:
4093 * gio/gioscheduler.c:
4094 * gio/gloadableicon.c:
4095 * gio/glocalfileoutputstream.c:
4096 * gio/gmemoryoutputstream.c:
4097 * gio/gmountoperation.c:
4098 * gio/goutputstream.c:
4100 * gio/gsimpleasyncresult.c:
4101 * gio/gunionvolumemonitor.c:
4102 * gio/gunixmounts.c:
4103 * gio/gunixvolume.c:
4107 * gio/gvolumemonitor.c:
4108 Updated documentation stubs, working towards consistency and
4111 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
4113 * gio/gmemoryoutputstream.c:
4114 * gio/gmemoryoutputstream.h:
4115 Change g_memory_output_stream_set_free_on_close() to
4116 g_memory_output_stream_set_free_data() as this makes more sense and
4117 is more consistent with GMemoryInputStream.
4119 2007-11-07 Alexander Larsson <alexl@redhat.com>
4126 Change how we find the default vfs so that
4127 we can handle a gvfs failing to init
4129 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
4131 * gio/gbufferedoutputstream.c:
4132 * gio/gdatainputstream.c:
4133 * gio/gdataoutputstream.c:
4134 * gio/gfileinputstream.c:
4135 * gio/gfileoutputstream.c:
4136 * gio/gfilterinputstream.c:
4137 * gio/gfilteroutputstream.c:
4138 * gio/ginputstream.c:
4139 * gio/gmemoryinputstream.c:
4140 * gio/gmemoryoutputstream.c:
4141 * gio/goutputstream.c:
4142 * gio/gsimpleasyncresult.c:
4143 * gio/gsocketinputstream.c:
4144 * gio/gsocketoutputstream.c:
4145 Add guards to the remaining public functions, add a TODO for
4146 an unimplemented function and remove some useless guards.
4148 2007-11-07 Alexander Larsson <alexl@redhat.com>
4151 Autoconf checks for the various types of
4152 getpwuid_r and getgrgid_r
4154 * gio/glocalfileinfo.c:
4155 Use the autoconf checks from above
4157 2007-11-07 Alexander Larsson <alexl@redhat.com>
4160 (g_local_file_query_filesystem_info):
4161 Some fixes for the statvfs case
4163 2007-11-07 Alexander Larsson <alexl@redhat.com>
4166 (g_local_file_query_filesystem_info):
4167 Pick the "best" of statfs / statvfs for the system
4168 if both are availible.
4170 2007-11-07 Alexander Larsson <alexl@redhat.com>
4172 Solaris fixes from Halton.Huo@Sun.COM:
4179 * gio/glocalfileinfo.c:
4180 Fix for solaris definition of getpwuid_r
4182 * gio/test-streams.c:
4183 Use G_GNUC_PRETTY_FUNCTION
4185 2007-11-07 Alexander Larsson <alexl@redhat.com>
4187 * gio/gdesktopappinfo.c:
4188 (update_default_list):
4189 Remove double semicolon.
4190 Patch from Jens Granseuer
4192 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
4194 * docs/reference/gio/gio-sections.txt:
4195 * gio/gbufferedinputstream.c:
4196 * gio/gbufferedinputstream.h:
4197 * gio/gdatainputstream.c:
4198 * gio/gfileenumerator.c:
4199 * gio/gioscheduler.c:
4200 * gio/gunionvolumemonitor.c:
4202 * programs/gio-save.c:
4203 Fix typo: availible -> available. Unfortuntely this breaks API
4204 and ABI as g_buffered_input_stream_get_available() was renamed.
4206 * gio/gunixmounts.c:
4207 * gio/gbufferedinputstream.c:
4208 Add guards for public functions.
4210 2007-11-06 Ross Burton <ross@openedhand.com>
4212 * docs/reference/gio/Makefile.am:
4213 Fix invalid += usage which automake 1.10 doesn't like.
4215 2007-11-06 Alexander Larsson <alexl@redhat.com>
4218 (g_app_launch_context_class_init):
4221 Patch from Ross Burton
4223 2007-11-06 Alexander Larsson <alexl@redhat.com>
4226 Post release version bump
4228 === gio-standalone 0.1.1 ===
4230 2007-11-06 Alexander Larsson <alexl@redhat.com>
4233 Bump version to 0.1.1
4235 * gio/gsimpleasyncresult.c:
4236 (g_simple_async_result_set_from_error):
4237 Remove bogus g_return_if_fail
4239 2007-11-06 Alexander Larsson <alexl@redhat.com>
4242 The name is gio-standalone
4245 Add top src/builddir to includedir
4247 2007-11-06 Alexander Larsson <alexl@redhat.com>
4249 * docs/reference/gio/gio-sections.txt:
4251 * gio/gbufferedinputstream.c:
4252 * gio/gbufferedoutputstream.c:
4253 * gio/gcancellable.c:
4254 * gio/gdatainputstream.h:
4255 * gio/gdataoutputstream.c:
4256 * gio/gdataoutputstream.h:
4257 * gio/gdirectorymonitor.c:
4259 * gio/gfileattribute.c:
4260 * gio/gfileattribute.h:
4261 * gio/gfileenumerator.c:
4262 * gio/gfileenumerator.h:
4265 * gio/gfileinputstream.h:
4266 * gio/gfilemonitor.c:
4267 * gio/gfileoutputstream.h:
4268 * gio/glocalfilemonitor.h:
4269 * gio/glocalfileoutputstream.h:
4270 * gio/gmemoryinputstream.c:
4271 * gio/gmemoryoutputstream.c:
4272 * gio/gmountoperation.c:
4273 * gio/goutputstream.c:
4274 * gio/goutputstream.h:
4276 * gio/gsimpleasyncresult.c:
4277 * gio/gunixmounts.c:
4278 * gio/gunixmounts.h:
4280 * gio/inotify/inotify-helper.c:
4281 Fix gtk-doc warnings
4283 Patch from Ross Burton
4285 2007-11-06 Alexander Larsson <alexl@redhat.com>
4287 * gio/gfilenamecompleter.c:
4288 (g_filename_completer_get_completions):
4291 * gio/gunixvolume.c:
4292 Remove unused function
4294 Patches from Ross Burton
4296 2007-11-06 Alexander Larsson <alexl@redhat.com>
4301 Padding not needed for interfaces
4303 2007-11-06 Alexander Larsson <alexl@redhat.com>
4305 * gio/gfilemonitor.c:
4309 Make giotypes.h an internal file
4312 * gio/gbufferedinputstream.h:
4313 * gio/gbufferedoutputstream.h:
4314 * gio/gcancellable.h:
4315 * gio/gdatainputstream.h:
4316 * gio/gdataoutputstream.h:
4317 * gio/gdirectorymonitor.c:
4318 * gio/gdirectorymonitor.h:
4323 * gio/gfileattribute.h:
4324 * gio/gfileenumerator.h:
4329 * gio/gfilemonitor.c:
4330 * gio/gfilemonitor.h:
4331 * gio/gfilenamecompleter.c:
4332 * gio/gfilenamecompleter.h:
4333 * gio/gfilterinputstream.h:
4334 * gio/gfilteroutputstream.h:
4335 * gio/ginputstream.h:
4336 * gio/gmemoryinputstream.h:
4337 * gio/gmemoryoutputstream.h:
4338 * gio/gmountoperation.c:
4339 * gio/gmountoperation.h:
4340 * gio/gnativevolumemonitor.c:
4341 * gio/goutputstream.h:
4344 * gio/gsimpleasyncresult.c:
4345 * gio/gsimpleasyncresult.h:
4346 * gio/gsocketinputstream.h:
4347 * gio/gsocketoutputstream.h:
4348 * gio/gthemedicon.c:
4349 * gio/gthemedicon.h:
4353 * gio/gvolumemonitor.c:
4354 * gio/gvolumemonitor.h:
4355 Add padding in classes where it seems useful
4356 Don't include giotypes.h from public headers
4357 Move in Class definitions into c file where possible
4362 2007-11-06 Alexander Larsson <alexl@redhat.com>
4364 * docs/reference/gio/gio-docs.xml:
4365 Better structure for API docs
4367 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
4370 * gio/gloadableicon.c:
4371 * gio/gsimpleasyncresult.c:
4372 * gio/gthemedicon.c:
4373 Add some more guards to public functions. Only files missing are now
4376 2007-11-06 Alexander Larsson <alexl@redhat.com>
4378 * docs/reference/gio/gio-docs.xml:
4379 Remove old files, add missing ones
4381 2007-11-06 Alexander Larsson <alexl@redhat.com>
4383 * docs/reference/gio/gio-sections.txt:
4386 Hide implementation classes
4388 * gio/gdriveprivate.h:
4389 * gio/gvolumeprivate.h:
4390 Remove non-existing function declarations
4392 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
4395 Fix compilation warnings and add guards to the new functions.
4397 * gio/gasyncresult.c:
4399 Add guards to the public functions.
4402 Implement get_path().
4404 2007-11-06 Alexander Larsson <alexl@redhat.com>
4406 * gio/gfilenamecompleter.c:
4407 Make g_filename_completer_get_completions
4408 return char ** instead of GList for
4411 * docs/reference/gio/gio-docs.xml:
4412 * docs/reference/gio/gio-sections.txt:
4414 * gio/gasyncresult.c:
4415 * gio/gbufferedinputstream.c:
4416 * gio/gbufferedoutputstream.c:
4417 * gio/gcancellable.c:
4418 * gio/gcontenttype.c:
4419 * gio/gdatainputstream.c:
4420 * gio/gdataoutputstream.c:
4421 * gio/gdesktopappinfo.c:
4422 * gio/gdirectorymonitor.c:
4426 * gio/gfileattribute.c:
4427 * gio/gfileenumerator.c:
4430 * gio/gfileinputstream.c:
4431 * gio/gfilemonitor.c:
4432 * gio/gfilenamecompleter.c:
4433 * gio/gfilenamecompleter.h:
4434 * gio/gfileoutputstream.c:
4435 * gio/gfilterinputstream.c:
4437 * gio/ginputstream.c:
4439 * gio/gioscheduler.c:
4440 * gio/gloadableicon.c:
4441 * gio/glocaldirectorymonitor.c:
4443 * gio/glocalfileinputstream.c:
4444 * gio/glocalfilemonitor.c:
4445 * gio/glocalfileoutputstream.c:
4447 * gio/gmemoryinputstream.c:
4448 * gio/gmemoryoutputstream.c:
4449 * gio/gmountoperation.c:
4450 * gio/goutputstream.c:
4451 * gio/gpollfilemonitor.c:
4453 * gio/gsimpleasyncresult.c:
4454 * gio/gsocketinputstream.c:
4455 * gio/gsocketoutputstream.c:
4456 * gio/gthemedicon.c:
4457 * gio/gunionvolumemonitor.c:
4459 * gio/gunixmounts.c:
4460 * gio/gunixvolume.c:
4461 * gio/gunixvolumemonitor.c:
4465 * gio/gvolumemonitor.c:
4466 * gio/gwin32appinfo.c:
4467 Add (mostly stub) doc strings to public functions.
4468 Patch from Andrew Walton (awalton@gmail.com)
4470 2007-11-06 Alexander Larsson <alexl@redhat.com>
4472 * gio/gappinfo.[ch]:
4473 Added GAppLaunchContext object and pass that to launch.
4474 This allows simple implementation of both
4475 launch-on-screen and startup notification via a gtk+
4476 subclass of GAppLaunchContext
4478 * gio/gdesktopappinfo.c:
4479 Implement GAppLaunchContext API
4481 * gio/gwin32appinfo.c:
4484 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4486 * gio/gmountoperation.c:
4487 Add some guards to GMountOperation's public functions.
4489 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4493 * gio/gcancellable.c:
4494 * gio/gdirectorymonitor.c:
4496 * gio/gfileenumerator.c:
4497 * gio/gfilemonitor.c:,
4498 * gio/gfilenamecompleter.c:
4501 * gio/gioscheduler.c:
4505 * gio/gvolumemonitor.c:
4506 Add even more guards to various public functions.
4508 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4511 Add guards to the public functions of GAppInfo.
4513 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4515 * gio/gcontenttype.c:
4516 Add some more guards for public functions.
4518 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4520 * gio/fam/fam-module.c:
4521 * gio/fam/gfamdirectorymonitor.c:
4522 * gio/fam/gfamdirectorymonitor.h:
4523 * gio/fam/gfamfilemonitor.c:
4524 * gio/fam/gfamfilemonitor.h:
4525 * gio/inotify/ginotifydirectorymonitor.c:
4526 * gio/inotify/ginotifydirectorymonitor.h:
4527 * gio/inotify/ginotifyfilemonitor.c:
4528 * gio/inotify/ginotifyfilemonitor.h:
4529 Add proper copyright information and remove an unused variable
4530 in the GInotifyFileMonitor constructor.
4532 * gio/gcancellable.c:
4533 Add a guard for a public function and an assertion to prevent
4534 an undefined program state.
4536 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
4538 * gio/gfileattribute.c:
4539 Don't run into an assertion if the given attribute value is NULL
4540 in g_file_attribute_value_get_*() but instead return a fallback
4541 value that makes sense in most situations. Passing them a attribute
4542 value with the wrong type will still run into an assertion.
4544 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
4546 * gio/gfileattribute.c:
4548 Add even more guards to the public functions. Also fix the refcounting
4549 of GFileAttributeInfoList and GFileAttributeMatcher to be atomic and
4550 let g_file_info_list_attributes() filter the attributes by namespace
4551 instead of simply ignoring the namespace parameter.
4553 2007-11-03 Sven Herzberg <sven@imendio.com>
4555 * gio/gdesktopappinfo.c: don't use environ. Use the glib API for that.
4556 (This makes gio work on MacOS X again)
4558 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
4561 Build the gio subdirectory before the docs. Otherwise the build will
4564 * gio/gvfs.c: (g_vfs_get_name), (g_vfs_get_priority),
4565 (g_vfs_get_file_for_path), (g_vfs_get_file_for_uri),
4566 (g_vfs_get_supported_uri_schemes), (g_vfs_parse_name):
4567 Add guards to the public functions.
4569 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
4571 * gio/gfileattribute.c: (g_file_attribute_value_as_string):
4572 Cast parameter to g_type_name_from_instance() to a GTypeInstance *
4573 to prevent a compiler warning.
4575 * gio/glocalfile.c: (get_mount_info), (find_topdir_for):
4576 Set the G_FILE_ATTRIBUTE_FS_READONLY as boolean, not as string and
4577 return something in the non-void function find_topdir_for().
4579 2007-11-01 Christian Kellner <gicmo@gnome.org>, Ryan Lortie <desrt@desrt.ca>
4586 2007-11-01 Ryan Lortie <desrt@desrt.ca>
4588 * gappinfo.c (g_app_info_launch, g_app_info_launch_uris):
4589 * gappinfo.h (g_app_info_launch, g_app_info_launch_uris):
4590 * gwin32appinfo.c (g_win32_app_info_launch):
4591 * gdesktopappinfo.c (expand_macro, equal_up_to_equals,
4592 envp_for_startup_id, g_desktop_app_info_launch,
4593 g_desktop_app_info_launch_uris):
4595 Give an opaque 'startup_id' string instead of 'envp'.
4596 Support empty file lists for launching new windows.
4597 Fix infinite recursion bug when launching URIs.
4599 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
4602 Add guard to the new g_file_get_uri_scheme() function.
4604 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
4607 Convert a g_return_val_if_fail() to setting the GError instead as
4608 otherwise applications have to verify the parameter before otherwise
4609 and the parameter might come directly from the user.
4611 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
4613 * gio/inotify/ginotify*.[ch]:
4614 Add missing copyright information.
4616 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
4619 Add guards in the beginning of public functions to check for valid
4620 parameters and fix a bug in copy_stream_with_progress() that could've
4621 caused writing less bytes than reading.
4622 * gio/glocalfileinfo.c:
4623 Check for a NULL parameter and set the GError accordingly then.
4624 * gio/goutputstream.c:
4625 Fix the same bug as in gfile.c that could've caused writing less bytes
4626 than reading in g_output_stream_real_splice().
4628 2007-11-01 Sebastien Bacher <seb128@ubuntu.com>
4631 Use the correct gvolumeprivate.h naming
4633 2007-11-01 Christian Kellner <gicmo@gnome.org>
4636 Remove leftover "$(daemon_sources)" entry.
4638 2007-11-01 Christian Kellner <gicmo@gnome.org>
4643 Add copyright information to source files.
4645 2007-11-01 Alexander Larsson <alexl@redhat.com>
4649 Add g_file_get_uri_scheme
4651 2007-11-01 Alexander Larsson <alexl@redhat.com>
4654 * gio/gdesktopappinfo.c:
4655 * gio/gwin32appinfo.c:
4656 Add g_app_info_get_default_for_uri_scheme.
4658 2007-11-01 Alexander Larsson <alexl@redhat.com>
4661 Correct filename for gdriveprivate.h
4663 2007-10-31 Alexander Larsson <alexl@redhat.com>
4666 Rename id:value to id:file
4669 * gio/glocalfileinfo.c:
4672 2007-10-31 Alexander Larsson <alexl@redhat.com>
4674 * gio/gunixvolume.c:
4676 Remove g_volume_get_platform_id, as thats not
4677 needed with the simpler union volume monitor
4679 2007-10-31 Alexander Larsson <alexl@redhat.com>
4682 * gio/guniondrive.[ch]: Removed.
4683 * gio/gunionvolume.[ch]: Removed.
4684 Remove GUnionDrive/Volume
4686 * gio/gunionvolumemonitor.c:
4687 Simplify union volume monitor, now we
4688 only have one native volume monitor and
4689 we use the actual volumes/drives from the
4690 child monitors instead of wrapping them
4692 * gio/gnativevolumemonitor.[ch]:
4693 Base class for native volume monitors.
4694 Includes priority and get_volume_for_mountpoint
4697 Add g_file_find_enclosing_volume
4700 Remove volume name fs attribute
4701 Add readonly fs attribute
4704 Implement readonly attribute
4705 remove volume name attribute
4706 Implement find_enclosing volume
4708 * gio/gunixmounts.c:
4709 Add a volume for "/".
4711 * gio/gunixvolume.[ch]:
4712 Set better name for /
4714 * gio/gunixvolumemonitor.[ch]:
4715 Derive from GNativeVolumeMonitor
4716 Implement get_volume_for_mountpoint
4719 GVolume typedef moved to gfile.h
4721 * gio/gvolumeprivate.h:
4722 Add g_volume_get_for_mount_path
4724 2007-10-31 Alexander Larsson <alexl@redhat.com>
4726 * gio/gunixmounts.[ch]:
4727 Add cache info to unix mount listers
4728 Make getmntent use threadsafe
4729 Add is_system_internal attribute for GUnixMount
4731 * gio/gunixvolume.c:
4732 (g_unix_volume_new):
4733 Use is_system_internal instead of own code
4735 * gio/glocaldirectorymonitor.c:
4736 * gio/gunixvolumemonitor.c:
4737 Update to new gunixmounts API
4742 2007-10-30 Alexander Larsson <alexl@redhat.com>
4745 Add volume name fsinfo attribute
4748 Read volume name info
4750 * gio/gunionvolumemonitor.c:
4751 Fix infinite loops when finalizing a union volume monitor
4753 2007-10-30 Alexander Larsson <alexl@redhat.com>
4755 * gio/goutputstream.[ch]:
4756 Add splice() with default implementation
4758 * gio/gsocketoutputstream.c:
4759 (g_socket_output_stream_write):
4760 Return error on cancellation correctly.
4762 2007-10-26 Paolo Borelli <pborelli@katamail.com>
4764 * gio/glocalfile.c (g_local_file_trash):
4765 Do not leak a string.
4767 2007-10-26 Paolo Borelli <pborelli@katamail.com>
4769 * gio/gfile.c (g_file_load_contents):
4770 Unref the stream after closing it.
4772 2007-10-25 Alexander Larsson <alexl@redhat.com>
4774 * gio/gioscheduler.h:
4777 2007-10-25 Alexander Larsson <alexl@redhat.com>
4781 Add g_file_has_uri_scheme and implement for local files
4783 2007-10-25 Paolo Borelli <pborelli@katamail.com>
4785 * gio/gdesktopappinfo.c: do not leak a string.
4787 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
4789 * gio/glocaldirectorymonitor.c: (_compare_monitor_class_by_prio),
4790 (g_local_directory_monitor_new):
4791 * gio/glocalfilemonitor.c: (_compare_monitor_class_by_prio),
4792 (g_local_file_monitor_new):
4793 Only look for the monitor type that should be used the first time
4794 and use g_qsort_with_data() instead of our own bubble sort
4797 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
4800 * gio/fam/Makefile.am:
4801 * gio/fam/fam-helper.c: (_fam_sub_startup), (_fam_sub_add):
4802 * gio/fam/fam-helper.h:
4803 * gio/fam/fam-module.c: (g_io_module_load), (g_io_module_unload):
4804 * gio/fam/gfamdirectorymonitor.c:
4805 * gio/fam/gfamdirectorymonitor.h:
4806 * gio/fam/gfamfilemonitor.c: (g_fam_file_monitor_finalize),
4807 * gio/fam/gfamfilemonitor.h:
4808 * gio/glocaldirectorymonitor.c:
4809 * gio/glocaldirectorymonitor.h:
4810 * gio/glocalfilemonitor.c: (g_local_file_monitor_init),
4811 * gio/glocalfilemonitor.h:
4812 * gio/inotify/Makefile.am:
4813 * gio/inotify/ginotifydirectorymonitor.c:
4814 * gio/inotify/ginotifydirectorymonitor.h:
4815 * gio/inotify/ginotifyfilemonitor.c:
4816 * gio/inotify/ginotifyfilemonitor.h:
4817 Implement the FAM and Inotify monitors as
4818 GLocal(Directory|File)Monitor subclasses and put the FAM monitors into
4819 their own GIO module. GLocal(Directory|File)Monitor will use the
4820 monitor with the highest rank that is supported on that machine.
4822 2007-10-23 Sebastian Dröge <slomo@circular-chaos.org>
4825 Change GIO module dir to $(libdir)/gio/modules and change
4826 the log domain from GVFS to GIO. Also only export symbols starting
4827 with g_ in the resulting library.
4828 * gio/test-streams.c: (main):
4829 Set log handler for the GIO log domain.
4831 2007-10-22 Alexander Larsson <alexl@redhat.com>
4833 * gio/gfilenamecompleter.[ch]:
4834 Add g_filename_completer_set_dirs_only
4836 2007-10-22 Alexander Larsson <alexl@redhat.com>
4839 * gio/gurifuncs.[ch]:
4840 Add some simple URI helpers
4842 * gio/gfilenamecompleter.[ch]:
4843 Added object for filename (parse name actually) completion
4846 Handle ~ in parse names
4848 2007-10-17 Alexander Larsson <alexl@redhat.com>
4851 * gio/glocalfileinfo.c:
4852 Add and implement id:value attribute
4854 2007-10-17 Alexander Larsson <alexl@redhat.com>
4857 * gio/guniondrive.c:
4859 Add and implement g_drive_has_volumes
4861 2007-10-17 Alexander Larsson <alexl@redhat.com>
4864 * gio/glocalfileinfo.[ch]:
4865 Add unix:is_mountpoint and implement for local files
4867 2007-10-16 Alexander Larsson <alexl@redhat.com>
4869 * gio/gunionvolumemonitor.c:
4870 (g_union_volume_monitor_init):
4871 Fix up the unix type getting so that it works with gcc
4873 2007-10-12 Alexander Larsson <alexl@redhat.com>
4876 * gio/glocalfileinfo.c:
4877 Add thumbnail:failed to file info
4879 2007-10-12 Richard Hult <richard@imendio.com>
4881 * gio/gvfs.c (get_default_vfs): Make the type volatile to avoid
4882 optimizing away the get_type call (happens with some gcc versions,
4883 like the one shipped with OS X 10.4).
4885 2007-10-12 Alexander Larsson <alexl@redhat.com>
4887 * gio/glocalfileinfo.c:
4888 (_g_local_file_info_set_attribute):
4889 Fix build if not HAVE_XATTR
4890 Patch from Milosz Derezynski <internalerror@gmail.com>
4892 2007-10-11 Sven Herzberg <herzi@gnome-de.org>
4894 * gio/gunixmounts.c: small build fix (sorry, Alex, you haven't been
4895 around for review, otherwise I would have asked you before
4898 2007-10-11 Alexander Larsson <alexl@redhat.com>
4901 Add thumbnail:path attribute
4903 * gio/glocalfileinfo.c:
4904 Implement thumbnail:path for local files
4906 2007-10-11 Alexander Larsson <alexl@redhat.com>
4908 * gio/glocalfileinfo.c:
4909 (_g_local_file_info_get):
4910 Avoid duplicate icon names
4912 2007-10-11 Alexander Larsson <alexl@redhat.com>
4914 * gio/gthemedicon.[ch]:
4915 Change g_themed_icon_get_names return type to const
4917 2007-10-10 Alexander Larsson <alexl@redhat.com>
4919 * gio/glocalfileinfo.c:
4920 Don't reference freed memory
4922 2007-10-10 Alexander Larsson <alexl@redhat.com>
4924 * gio/gfileattribute.c:
4927 * gio/glocalfileinfo.c:
4930 2007-10-10 Alexander Larsson <alexl@redhat.com>
4933 Check for NULL icons
4935 * gio/gfileattribute.c:
4936 Don't dup when getting objects (same as for string attributes)
4938 * gio/gicon.c (g_icon_equal):
4939 Safely handle NULLs in equal
4941 2007-10-10 Alexander Larsson <alexl@redhat.com>
4944 Fix c++ compilation issues
4945 Patch from Milosz Derezynski <internalerror@gmail.com>
4947 2007-10-10 Alexander Larsson <alexl@redhat.com>
4949 * programs/gio-monitor-dir.c:
4950 Don't crash if dir monitor not supported.
4952 2007-10-09 Alexander Larsson <alexl@redhat.com>
4955 Add missing G_END_DECLS
4957 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
4959 * gio/gfile.c: (g_file_set_display_name),
4960 (g_file_query_settable_attributes),
4961 (g_file_query_writable_namespaces):
4962 Return NULL not FALSE on errors as the return type is a pointer.
4964 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
4966 * gio/glocalfile.c: (g_local_file_monitor_file):
4967 Don't call monitor_file on the default interface vtable (which
4968 is NULL) but simply return NULL. The caller, GFile, will create a
4969 polling monitor if NULL is returned.
4971 2007-10-09 Alexander Larsson <alexl@redhat.com>
4975 * gio-unix-2.0.pc.in:
4976 Add gio-unix-2.0.pc if OS_UNIX
4979 Install gunixmounts.h into gio-unix-2.0 if OS_UNIX
4981 2007-10-09 Alexander Larsson <alexl@redhat.com>
4983 * gio/gunixmounts.[ch]:
4984 Make unix mount monitoring API sane.
4985 Now its just a object with mounts_changed
4986 and mountpoints_changed signals.
4988 * gio/glocaldirectorymonitor.c:
4989 * gio/gunixvolumemonitor.c:
4990 Use new mount monitor api
4992 2007-10-09 Alexander Larsson <alexl@redhat.com>
4994 * gio/gunixmounts.[ch]:
4995 Move guess type into one call for mounts and one for mountpoints
4998 * gio/gunixvolume.c:
5001 2007-10-09 Alexander Larsson <alexl@redhat.com>
5003 * gio/gunixmounts.[ch]:
5004 Remove _ prefix in preparation to make this semi-public
5005 Hide implementation of structs
5007 * gio/glocaldirectorymonitor.c:
5009 * gio/gunixvolume.c:
5010 * gio/gunixvolumemonitor.c:
5011 Update for above API changes
5013 2007-10-08 Alexander Larsson <alexl@redhat.com>
5016 Better polling fallback. This also handles the case where we have
5017 a monitor_file implementation, but it fails.
5019 2007-10-08 Alexander Larsson <alexl@redhat.com>
5023 * gio/gunixmounts.c:
5024 * programs/gio-monitor-dir.c:
5025 * programs/gio-monitor-file.c:
5026 Added cancellable to file monitoring calls.
5027 These are really sync calls and need this.
5029 2007-10-08 Sebastian Dröge <slomo@circular-chaos.org>
5031 * gio/glocalvfs.c: (g_local_vfs_get_supported_uri_schemes),
5032 (g_local_vfs_class_init):
5033 * gio/gvfs.c: (g_vfs_get_supported_uri_schemes):
5034 * gio/gvfs.h: Add functions to get a list of supported URI schemes.
5036 2007-10-05 Alexander Larsson <alexl@redhat.com>
5038 * gio/gdirectorymonitorprivate.h:
5039 * gio/gfilemonitorprivate.h:
5040 * gio/gdirectorymonitor.h:
5041 * gio/gfilemonitor.h:
5042 Remove *private.h and move to the public API, so that
5043 we can do implementations outside gio (such as in gvfs)
5045 * gio/gdirectorymonitor.c:
5046 * gio/gfilemonitor.c:
5047 * gio/glocaldirectorymonitor.c:
5048 * gio/gpollfilemonitor.c:
5049 * gio/inotify/inotify-helper.c:
5050 * gio/fam/fam-helper.c:
5051 Update to the new header names
5053 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
5055 * gio/gdirectorymonitor.c:
5056 * gio/gfilemonitor.c: Mark the GFileMonitor and GDirectoryMonitor
5059 2007-10-04 Alexander Larsson <alexl@redhat.com>
5061 * gio/glocalfileinfo.c (get_access_rights):
5062 Set CAN_TRASH when we can move the file.
5063 We should really also check for a parent trash dir.
5065 2007-10-04 Alexander Larsson <alexl@redhat.com>
5067 * gio/gfileinfo.h (G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH):
5068 Add can_trash access attribute
5070 2007-10-04 Alexander Larsson <alexl@redhat.com>
5073 (g_local_file_trash):
5074 Create info file first. This is per-spec and allows
5075 us to actually trash directories.
5077 2007-10-02 Alexander Larsson <alexl@redhat.com>
5079 * gio/gdesktopappinfo.c:
5080 Implement the new mime support code.
5081 Always set app as handling mimetype when being set as default for it
5083 2007-10-01 Alexander Larsson <alexl@redhat.com>
5085 * gio/glocalfileinfo.c (_g_local_file_info_set_attribute):
5086 Fix up check for xattrs:
5088 2007-10-01 Alexander Larsson <alexl@redhat.com>
5091 (g_app_info_set_as_default_for_extension):
5092 (g_app_info_add_supports_type):
5093 (g_app_info_can_remove_supports_type):
5094 (g_app_info_remove_supports_type):
5095 Make these fail nicely if not implemented
5097 2007-10-01 Paolo Borelli <pborelli@katamail.com>
5099 * gio/glocalfileoutputstream.c:
5100 * gio/glocalfileoutputstream.h:
5105 * programs/gio-save.c:
5106 Add a GFileCreateFlags argument to operations that can create
5109 2007-10-01 Alexander Larsson <alexl@redhat.com>
5111 * gio/gappinfo.[ch]:
5112 * gio/gdesktopappinfo.c:
5113 Add more (stubbed out) mime API needed for nautilus
5115 2007-10-01 Alexander Larsson <alexl@redhat.com>
5118 Add GAppInfoCreateFlags flag to g_app_info_create_from_commandline.
5119 Add g_app_info_set_as_default_for_extension.
5121 * gio/gdesktopappinfo.c:
5122 Dummy for g_app_info_set_as_default_for_extension
5123 Support flags in g_app_info_create_from_commandline
5125 * gio/gwin32appinfo.c:
5127 Update for API changes
5129 * gio/gthemedicon.c:
5130 Properly NULL-terminate list of icon names
5132 2007-09-28 Alexander Larsson <alexl@redhat.com>
5134 * gio/gloadableicon.h:
5135 Correct G_TYPE_LOADABLE_ICON, it was pointing to the GIcon type...
5137 2007-09-28 Alexander Larsson <alexl@redhat.com>
5140 Install headers in $includedir/gio-standalone/
5142 * gio-2.0.pc.in: Added.
5143 * gio-standalone.pc.in: Removed.
5146 Renamed pkg-config file to match glib (for future move)
5147 Update to the new include dir
5150 Add more TODO comments
5152 2007-09-28 Alexander Larsson <alexl@redhat.com>
5154 * gio/gdesktopappinfo.[ch]:
5155 Expose new_from_filename
5156 Add getter for is_hidden and handle it better
5158 2007-09-28 Alexander Larsson <alexl@redhat.com>
5160 * gio/gfileinfo.[ch]:
5161 Rename g_file_size_format_for_display to
5162 g_format_file_size_for_display.
5163 Now it doesn't have the g_file prefix, so we
5164 can later move it to glib.
5166 2007-09-28 Alexander Larsson <alexl@redhat.com>
5168 * gio/gappinfo.[ch]:
5169 Add g_app_info_get_id and g_app_info_get_executable.
5170 Make all getters non-reffing
5171 Make g_app_info_launch take GFile arguments.
5172 Add must_support_uris argument to g_app_info_get_default_for_type.
5174 * gio/gwin32appinfo.c:
5175 Update to GAppInfo api changes
5177 * gio/gdesktopappinfo.c:
5178 Update to GAppInfo api changes
5179 Implement supports_xdg_startup_notify
5181 * gio/gfileicon.c (g_file_icon_get_file):
5182 Make getter non-reffing.
5187 2007-09-27 Alexander Larsson <alexl@redhat.com>
5189 * gio/gfileinfo.[ch]:
5190 Add g_file_size_format_for_display helper
5192 2007-09-27 Alexander Larsson <alexl@redhat.com>
5194 * gio/glocalfileinfo.c:
5195 Set UNIX_GID from gid, not from uid
5197 2007-09-27 Alexander Larsson <alexl@redhat.com>
5200 Add g_file_set_attributes_async
5202 2007-09-27 Alexander Larsson <alexl@redhat.com>
5204 * gio/glocalfile.c (g_local_file_set_display_name):
5205 Fix set_display_name to actually rename to the right place.
5206 Use lstat to look for existing files so we don't overwrite
5209 2007-09-26 Alexander Larsson <alexl@redhat.com>
5212 Add g_file_set_display_name_async()
5214 2007-09-26 Alexander Larsson <alexl@redhat.com>
5217 Add load_partial_contents async calls
5220 Make internal function static
5222 2007-09-26 Alexander Larsson <alexl@redhat.com>
5224 * gio/glocalfileinfo.c:
5225 Correctly detect broken symlinks
5227 2007-09-26 Alexander Larsson <alexl@redhat.com>
5229 * gio/gcancellable.c (g_cancellable_cancel):
5230 Allow cancel on NULL cancellable
5232 2007-09-25 Alexander Larsson <alexl@redhat.com>
5234 * gio/gsimpleasyncresult.c:
5235 Don't allocate g_error manually.
5236 Fixes g_slice/g_new mixup crash
5238 2007-09-25 Alexander Larsson <alexl@redhat.com>
5240 * gio/glocaldirectorymonitor.c (g_local_directory_monitor_new):
5241 Actually set active_backend.
5242 This means the monitor will be cancelled correctly.
5244 2007-09-25 Alexander Larsson <alexl@redhat.com>
5246 * gio/gdirectorymonitor.c:
5247 Set timeout to NULL when destroying
5249 2007-09-25 Alexander Larsson <alexl@redhat.com>
5252 Rename G_IO_ERROR_NOT_MOUNTABLE to G_IO_ERROR_NOT_MOUNTABLE_FILE as
5253 that is a better description of the error.
5255 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
5257 * gio/gvfs.c: (g_vfs_get_local):
5258 Make the local vfs variable static. The same instance should
5261 2007-09-24 Alexander Larsson <alexl@redhat.com>
5263 * gio/glocalfileinfo.c:
5264 Pass in actual length read into sniffer, not the length
5267 2007-09-21 Alexander Larsson <alexl@redhat.com>
5269 * gio/gfileenumerator.c:
5272 * gio/gfileinputstream.c:
5273 * gio/gfileoutputstream.c:
5274 * gio/ginputstream.c:
5275 * gio/goutputstream.c:
5276 Don't crash if async callbacks are NULL
5278 2007-09-20 Alexander Larsson <alexl@redhat.com>
5281 Add async enumerate_children method and default
5284 2007-09-20 Alexander Larsson <alexl@redhat.com>
5287 Add g_file_contains_file & g_file_get_relative_path, since they
5288 were needed for nautilus.
5289 Renamed g_file_resolve_relative to g_file_resolve_relative_path
5294 Implement new methods
5296 2007-09-17 Alexander Larsson <alexl@redhat.com>
5299 * gio/gfileinputstream.[ch]:
5300 * gio/gfileoutputstream.[ch]:
5302 * gio/glocalfileenumerator.[ch]:
5303 * gio/glocalfileinfo.[ch]:
5304 * gio/glocalfileinputstream.c:
5305 * gio/glocalfileoutputstream.c:
5306 * gio/gpollfilemonitor.c:
5307 * programs/gio-copy.c:
5308 * programs/gio-info.c:
5309 * programs/gio-move.c:
5310 Rename get_file_info to query_info() to make it clearer
5311 that these are not simple getters, but do i/o.
5313 2007-09-17 Alexander Larsson <alexl@redhat.com>
5315 * gio/gdatainputstream.[ch]:
5316 * gio/test-streams.c:
5317 Use _read_XXX instead of _get_XXX for the i/o calls
5320 2007-09-17 Alexander Larsson <alexl@redhat.com>
5323 Added needed stuff to TODO comment
5325 2007-09-17 Alexander Larsson <alexl@redhat.com>
5327 * gio/glocalfileoutputstream.c (g_local_file_output_stream_close):
5328 Don't error out removing the backup copy if it doesn't
5331 2007-09-14 Alexander Larsson <alexl@redhat.com>
5333 * programs/Makefile.am:
5334 * programs/gvfs-*.c:
5336 Renamed apps from gvfs-xxx to gio-xxx.
5338 2007-09-14 Alexander Larsson <alexl@redhat.com>
5341 * gio/gfileoutputstream.[ch]:
5342 * gio/glocalfileoutputstream.c:
5343 * programs/gvfs-save.c:
5344 g_file_output_stream_get_etag doesn't do i/o, so remove
5345 cancellation and error.
5347 2007-09-14 Alexander Larsson <alexl@redhat.com>
5350 Add new_etag output to replace_contents functions
5352 2007-09-14 Alexander Larsson <alexl@redhat.com>
5354 * gio/gfileoutputstream.[ch]:
5355 Add async get_file_info and default implementation
5357 2007-09-14 Alexander Larsson <alexl@redhat.com>
5359 * gio/gfileinputstream.c:
5360 Implement fallback wrapper for async get_file_info
5362 2007-09-14 Alexander Larsson <alexl@redhat.com>
5365 Add etag out argument to load_contents
5370 2007-09-14 Alexander Larsson <alexl@redhat.com>
5372 * gio/gcontenttype.c (looks_like_text):
5373 Whitespace like tab, cr and lf do not make the
5376 2007-09-14 Alexander Larsson <alexl@redhat.com>
5378 * gio/gfileinputstream.[ch]:
5379 Add async get_file_info.
5381 2007-09-13 Alexander Larsson <alexl@redhat.com>
5383 * gio/goutputstream.c (g_output_stream_write_all):
5384 Allow NULL for bytes_written
5386 2007-09-13 Alexander Larsson <alexl@redhat.com>
5388 * gio/gmemoryinputstream.[ch]:
5389 Add accessors for data
5391 2007-09-13 Alexander Larsson <alexl@redhat.com>
5393 * gio/gdatainputstream.c (g_data_input_stream_get_until):
5394 Don't crash if length is NULL