libxcb/src
Peter Harris 08cc068ead Allow xcb_send_request with >MAX_IOV iovecs
This allows an application to do a scatter/gather operation on a large
image buffer to avoid the extra memcpy.

Use autoconf to use UIO_MAXIOV where IOV_MAX is not available (and the
POSIX minimum of 16 where neither are available).

Reviewed-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Peter Harris <pharris@opentext.com>
2012-09-18 11:42:23 -04:00
..
man Move static man to man 2012-03-27 12:10:59 +02:00
.gitignore Add xkb.* to gitignore 2010-09-10 15:54:56 -04:00
Makefile.am Move static man to man 2012-03-27 12:10:59 +02:00
c_client.py Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb.h Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_auth.c Fix build of xcb_auth.c with XDMCP on WIN32 2012-01-28 12:44:17 -08:00
xcb_conn.c Allow xcb_send_request with >MAX_IOV iovecs 2012-09-18 11:42:23 -04:00
xcb_ext.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_in.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_list.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_out.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_util.c Return connection failure if display string specifies non-existent screen 2012-08-29 22:00:55 -07:00
xcb_windefs.h changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H 2010-03-29 22:37:33 +05:30
xcb_xid.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcbext.h Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb 2010-12-23 13:04:40 -05:00
xcbint.h Added more error states and removed global error_connection 2012-01-11 18:01:29 +01:00