[glib: 15/15] Merge branch 'writev' into 'master'



commit 791819c79ddbd95f1c807ead6ec972be66b716a9
Merge: 72329ea30 b94940dfa
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jan 24 14:42:51 2019 +0000

    Merge branch 'writev' into 'master'
    
    Add writev() API to GOutputStream and GPollableOutputStream
    
    See merge request GNOME/glib!333

 docs/reference/gio/gio-sections.txt |   9 +
 gio/gioenums.h                      |  27 ++
 gio/gioprivate.h                    |   1 +
 gio/glocalfileoutputstream.c        |  95 +++++
 gio/goutputstream.c                 | 796 +++++++++++++++++++++++++++++++++++-
 gio/goutputstream.h                 |  68 ++-
 gio/gpollableoutputstream.c         | 172 +++++++-
 gio/gpollableoutputstream.h         |  13 +
 gio/gsocket.c                       | 298 ++++++++------
 gio/gsocket.h                       |  15 +-
 gio/gsocketoutputstream.c           |  56 ++-
 gio/gunixoutputstream.c             | 198 ++++++++-
 gio/tests/file.c                    | 567 +++++++++++++++++++++++++
 gio/tests/memory-output-stream.c    |  90 ++++
 gio/tests/socket-service.c          | 312 ++++++++++++++
 gio/tests/socket.c                  | 152 +++++++
 gio/tests/unix-streams.c            | 489 ++++++++++++++++++++++
 17 files changed, 3212 insertions(+), 146 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]