index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb_conn.c
Age
Commit message (
Expand
)
Author
2022-11-26
xcb_conn: Add a check for NULL to silence a UBSan runtime error
Jeremy Huddleston Sequoia
2021-09-30
Add newline when printing auth/connection failure string to stderr
Julien Cristau
2021-06-04
Fix writev emulation on Windows
Peter Harris
2021-06-04
Fix build on Windows
Peter Harris
2020-02-22
Implement xcb_total_read() and xcb_total_written().
Sam Varshavchik
2014-08-25
xcb_get_setup(): Never return NULL
Uli Schlachter
2014-08-25
Make some functions also work on error connections
Uli Schlachter
2014-03-21
Make xcb_disconnect(NULL) safe
Uli Schlachter
2014-03-21
xcb_disconnect(): Fix leak with error connections
Uli Schlachter
2014-03-21
Remove tabs and trailing whitespaces
Uli Schlachter
2014-02-19
Add comments about how _xcb_conn_ret_error() works
Ran Benita
2013-11-18
Fix alignment issues in FD passing code
Mark Kettenis
2013-11-07
Switch to using the CMSG_* macros for FD passing
Keith Packard
2013-11-07
Add xcb_send_fd API
Keith Packard
2013-09-08
Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
Daphne Pfister
2012-09-30
Fix a multi-thread deadlock
Uli Schlachter
2012-09-18
Allow xcb_send_request with >MAX_IOV iovecs
Peter Harris
2012-08-29
Return connection failure if display string specifies non-existent screen
Alan Coopersmith
2012-08-25
Always include "config.h" at the start of all C source files.
Alan Coopersmith
2012-01-11
Use WSAStartup()/WSACleanup() on WIN32
Ryan Pavlik
2012-01-11
Added more error states and removed global error_connection
Arvind Umrao
2011-04-04
Add #include <sys/socket.h> to xcb_conn.c
Alan Coopersmith
2010-12-12
Don't validate FD_SETSIZE on Win32
Jeetu Golani
2010-09-19
Allow disconnecting connections that are in error state.
Josh Triplett
2010-09-04
_xcb_conn_wait: Shut down the connection on unexpected poll() events.
Jamey Sharp
2010-08-31
Merge branch 'master' of git://github.com/topcat/xcb-win32
Peter Harris
2010-08-25
xcb_disconnect: call shutdown() to force a disconnect
Aaron Plattner
2010-07-13
_xcb_conn_wait: Fix whitespace.
Jamey Sharp
2010-04-17
Delete a useless level of indirection from _xcb_out_send's parameters.
Jamey Sharp
2010-04-08
Fail if fd is too big and poll() is not available
Rémi Denis-Courmont
2010-03-29
windefs.h is now called xcb_windefs.h - changed all includes to reflect that....
Jeetu Golani
2010-03-26
Win32 code for xcb-1.5
Jeetu Golani
2010-01-07
xcb_connect_to_fd: fix descriptor leak on memory error path
Rémi Denis-Courmont
2009-03-30
use poll() instead of select() when available
Michael Ost
2008-10-29
Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
Jamey Sharp
2008-10-29
Remove libxcb-xlib and xcbxlib.h.
Jamey Sharp
2008-08-28
Fix htonl() arg & convert sizeof() to signed
Julien Danjou
2007-10-28
Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
Jamey Sharp
2007-10-28
Factor pthread_cond_wait(iolock) to _xcb_wait_io.
Jamey Sharp
2007-10-23
Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
Jamey Sharp
2006-11-21
Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs
Josh Triplett
2006-10-04
Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ...
Jamey Sharp
2006-10-04
Factor out pthread_mutex_lock and unlock calls for the iolock.
Jamey Sharp
2006-09-23
The Great XCB Renaming
Josh Triplett
2006-09-22
Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.
Jamey Sharp
2006-09-21
Shut down the connection in all "fatal" error cases.
Jamey Sharp
2006-09-21
Add a private connection shutdown method for error cases.
Jamey Sharp
2006-09-21
Make all public functions do nothing on an error connection.
Jamey Sharp
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
2006-09-21
Provide a "has error" property for XCBConnection.
Jamey Sharp
[next]