History log of /external/bluetooth/glib/gio/gunixinputstream.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
782fe440ef9a9c8e7a8379249779b294d9552a23 31-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Add notes about being UNIX-specific

svn path=/trunk/; revision=7756
/external/bluetooth/glib/gio/gunixinputstream.c
b047087ac3c9d82dfb27e952e59934a09d801fb5 08-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Add "fd" and "close-fd" properties including getters and setters. Patch by

* gio.symbols:
* gunixinputstream.[hc]:
* gunixoutputstream.[hc]: Add "fd" and "close-fd" properties
including getters and setters. Patch by Maciej Piechotka


svn path=/trunk/; revision=7735
/external/bluetooth/glib/gio/gunixinputstream.c
585135279f16dcac4929e0f7ecaed098d7b5dcfb 09-Oct-2008 Alexander Larsson <alexl@redhat.com> Actually return -1 in case of cancelled, not old res value.

2008-10-09 Alexander Larsson <alexl@redhat.com>

* gunixinputstream.c (g_unix_input_stream_read):
Actually return -1 in case of cancelled, not old res value.



svn path=/trunk/; revision=7583
/external/bluetooth/glib/gio/gunixinputstream.c
7f4864e58d4ee438a83cbf15f76e7d7aa171016c 26-Sep-2008 Dan Winship <danw@src.gnome.org> Bug 505361 - gunixinputstream.c assumes poll() available
Bug 509446 - portable blocking gio cancellation

* gcancellable.c (g_cancellable_make_pollfd): New method to make a
GPollFD for a cancellable (which is slightly more complicated on
Windows than Unix).

* gunixinputstream.c (g_unix_input_stream_read):
* gunixoutputstream.c (g_unix_output_stream_write): Use
g_cancellable_make_pollfd() and g_poll() rather than using poll()
directly.

* tests/unix-streams.c: test of GUnixInputStream,
GUnixOutputStream, and GCancellable.

svn path=/trunk/; revision=7553
/external/bluetooth/glib/gio/gunixinputstream.c
761424465aaad736916b029383483b6ac419d831 22-Jun-2008 Johan Dahlin <jdahlin@async.com.br> Include "config.h" instead of <config.h> Command used: find -name

2008-06-21 Johan Dahlin <jdahlin@async.com.br>

* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch


svn path=/trunk/; revision=7092
/external/bluetooth/glib/gio/gunixinputstream.c
a4427bfff5d31499dc0b46fa3f734bc92f7d0dd5 16-Jun-2008 Michael Natterer <mitch@imendio.com> chain up unconditionally in finalize() and dispose(). Also don't

2008-06-16 Michael Natterer <mitch@imendio.com>

* *.c: chain up unconditionally in finalize() and dispose(). Also
don't dereference these function pointers when calling them since
that has no meaning at all.


svn path=/trunk/; revision=7048
/external/bluetooth/glib/gio/gunixinputstream.c
0d7b605f06cc328ef9bc153cec9d525bbcf81d48 06-Feb-2008 Murray Cumming <murrayc@murrayc.com> Fixed some minor typos in documentation.

2008-02-06 Murray Cumming <murrayc@murrayc.com>

* glib/gconvert.c:
* glib/pcre/pcre_internal.h: Fixed some minor typos in documentation.

svn path=/trunk/; revision=6467
/external/bluetooth/glib/gio/gunixinputstream.c
37ac644bd18168330f43f4d52be7e3cbb3415415 06-Feb-2008 Christian Persch <chpe@src.gnome.org> Save errno before calling other funcs that potentially alter it. Bug

* gio/gdesktopappinfo.c: (ensure_dir):
* gio/glocalfile.c: (g_local_file_query_filesystem_info),
(g_local_file_read), (g_local_file_delete), (g_local_file_trash),
(g_local_file_move):
* gio/glocalfileinfo.c: (set_xattr), (_g_local_file_info_get),
(_g_local_file_info_get_from_fd), (set_unix_mode),
(set_unix_uid_gid), (set_symlink), (set_mtime_atime):
* gio/glocalfileinputstream.c: (g_local_file_input_stream_read),
(g_local_file_input_stream_skip),
(g_local_file_input_stream_close),
(g_local_file_input_stream_seek):
* gio/glocalfileoutputstream.c:
(g_local_file_output_stream_write),
(g_local_file_output_stream_close),
(g_local_file_output_stream_seek),
(g_local_file_output_stream_truncate), (copy_file_data),
(handle_overwrite_open):
* gio/gunixinputstream.c: (g_unix_input_stream_read),
(g_unix_input_stream_close), (read_async_cb), (close_async_cb):
* gio/gunixoutputstream.c: (g_unix_output_stream_write),
(g_unix_output_stream_close), (write_async_cb), (close_async_cb):
Save
errno before calling other funcs that potentially alter it. Bug
#514766.

svn path=/trunk/; revision=6466
/external/bluetooth/glib/gio/gunixinputstream.c
6a3cdb7eb40839b38a4ac7d97325949c354d6b35 07-Jan-2008 Alexander Larsson <alexl@redhat.com> Fix warning (#507835)

2008-01-07 Alexander Larsson <alexl@redhat.com>

* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835)


svn path=/trunk/; revision=6264
/external/bluetooth/glib/gio/gunixinputstream.c
0debd52858ffb4f468e55cd2f3c7e4dec5455b94 18-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Fix up includes in section docs

svn path=/trunk/; revision=6149
/external/bluetooth/glib/gio/gunixinputstream.c
cc3de68e2151cf3341115212c56c17714ca03bb2 10-Dec-2007 15:08:59 Tim Janik <timj@imendio.com> http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html

2007-12-10 15:08:59 Tim Janik <timj@imendio.com>

* let g_warn_if_fail replace g_assert as discussed here:
http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html

* fix bug #502498: Test framework assertion failures should follow
gcc error format.

* gmessages.h, gmessages.c: deprecated g_assert_warning() which is
unused now. removed g_assert*() definitions whcih are provided by
gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()
which are recommended as g_assert/g_assert_not_reached replacements
for non-test programs.
added g_warn_message() to implement g_warn_*() macros.
use emacs-next-error friendly formatting for file:line: for warnings.

* gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
implement g_assert_not_reached() with g_assertion_message() and
g_assert() in terms of g_assertion_message_expr() so we'll be able to
provide assertion messages in test logs.

* gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
or g_return_if_fail() where suitable.

* gio/: changed g_assert to g_warn_if_fail.



svn path=/trunk/; revision=6086
/external/bluetooth/glib/gio/gunixinputstream.c
2c362b7f9eb7cc81f37970e24c5b5dcdc56ea6d5 05-Dec-2007 Alexander Larsson <alexl@redhat.com> Rename all struct members named: read, write, close, truncate, or mount to

2007-12-05 Alexander Larsson <alexl@redhat.com>

* gbufferedinputstream.c:
* gbufferedoutputstream.c:
* gdrive.[ch]:
* gfile.[ch]:
* gfileenumerator.[ch]:
* gfileinputstream.c:
* gfileoutputstream.[ch]:
* gfilterinputstream.c:
* gfilteroutputstream.c:
* ginputstream.[ch]:
* glocalfile.c:
* glocalfileenumerator.c:
* glocalfileinputstream.c:
* glocalfileoutputstream.c:
* gmemoryinputstream.c:
* gmemoryoutputstream.c:
* goutputstream.[ch]:
* gseekable.[ch]:
* gunixdrive.c:
* gunixinputstream.c:
* gunixoutputstream.c:
Rename all struct members named:
read, write, close, truncate, or mount
to foo_fn, as these are reserved names
and could be defined as macros in libc.
(#501645)


svn path=/trunk/; revision=6048
/external/bluetooth/glib/gio/gunixinputstream.c
650c65e892ba6d04bdecf32be16287c3f4dc861e 01-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Doc improvements

svn path=/trunk/; revision=6005
/external/bluetooth/glib/gio/gunixinputstream.c
a2ca589703273fca80cb126430a8b058aba3eb52 30-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> More coding style fixes

svn path=/trunk/; revision=5999
/external/bluetooth/glib/gio/gunixinputstream.c
0c867d344461515213e6e04de9f072e43ea2e646 29-Nov-2007 Andrew Walton <awalton@src.gnome.org> Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops.

* gappinfo.c:
Fixes unknown meaning in GAppLaunchContext docs.
* gfile.c:
Clarify asynchronous ops.
* gfileattribute.c:
Fix entity tag docs.
* gicon.c:
* gthemedicon.c:
Provides missing gtk-doc section, fixes API docs slighly.
* gsimpleasyncresult.c:
Fill in missing info in docs.
* gunixinputstream.c:
* gunixoutputstream.c:
Be more expressive in short description.
* gunixvolume.c:
Remove gtk-doc stubs for non-public API.


svn path=/trunk/; revision=5994
/external/bluetooth/glib/gio/gunixinputstream.c
7f3280230bc9448a5750fc17a6eabef691ba25f4 28-Nov-2007 Alexander Larsson <alexl@redhat.com> Added. Added. Added. Added.

2007-11-28 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* abicheck.sh: Added.
* makegioalias.pl: Added.
* pltcheck.sh: Added.
* gio.symbols: Added.
* *.c:
* inotify/*.c
Initial work on adding symbol handling.

* gvfs.h:
Correct ifdef guard name

* fam/Makefile.am:
* inotify/Makefile.am:
* xdgmime/Makefile.am:
Include toplevel Makefile.decl


svn path=/trunk/; revision=5972
/external/bluetooth/glib/gio/gunixinputstream.c
61582bd91cba508362d0e28db4d6e3f307b27b48 28-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Another round of trivial doc fixes

svn path=/trunk/; revision=5970
/external/bluetooth/glib/gio/gunixinputstream.c
77657981f06ec6442b7d432ff5b95eead180e21d 27-Nov-2007 Alexander Larsson <alexl@redhat.com> Removed. Removed. Added. Added. Renamed GSocket*Stream to GUnix*Stream and

2007-11-27 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* gsocketinputstream.[ch]: Removed.
* gsocketoutputstream.[ch]: Removed.
* gunixinputstream.[ch]: Added.
* gunixoutputstream.[ch]: Added.
Renamed GSocket*Stream to GUnix*Stream and made
it unix-only, since its not really only for sockets
and it only works on unix (but is highly useful there).



svn path=/trunk/; revision=5956
/external/bluetooth/glib/gio/gunixinputstream.c