summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY2-2/+2
2012-01-11Added more error states and removed global error_connectionArvind Umrao6-26/+72
2012-01-11Make xcb_take_socket keep flushing until idleKeith Packard1-1/+7
2011-09-02Fix a dead-lock due to xcb_poll_for_replyUli Schlachter1-1/+1
2011-08-24Keep ALIGNOF definition out of the public namespace.Jamey Sharp1-3/+3
2011-08-24Support pre-IPv6 systems (without getaddrinfo)Markus Duft3-7/+54
2011-08-24Compute alignment correctlyUli Schlachter1-1/+11
2011-08-18Drop AI_ADDRCONFIG when resolving TCP addressesMichael Stapelberg1-3/+0
2011-05-11Insert, not append explicit xcbgen dir python pathJames Jones1-1/+1
2011-05-04Add support for building with Python 3David Coles2-20/+21
2011-04-12Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o...Jamey Sharp3-79/+3
2011-04-12Introduce a variant of xcb_poll_for_event for examining event queue.Rami Ylimäki2-2/+28
2011-04-12If protocol is "unix", use a Unix domain socket, not TCPAlan Coopersmith1-8/+6
2011-04-12Make launchd code in xcb_util.c match surrounding code indent levelsAlan Coopersmith1-5/+5
2011-04-12Handle XGE events with the "send event" flagCarlos Garnacho1-1/+1
2011-04-04Add #include <sys/socket.h> to xcb_conn.cAlan Coopersmith1-0/+1
2011-04-04Remove unused DECnet codeAlan Coopersmith1-65/+6
2011-04-04Use special path to sockets when running under Solaris Trusted ExtensionsAlan Coopersmith2-0/+25
2011-03-24Prevent theoretical double free and leak on get_peer_sock_name.Rami Ylimäki1-4/+7
2011-03-19Delete the old c-client.xsl.Jamey Sharp1-1551/+0
2011-03-18Introduce xcb_wait_for_event_until, for consuming responses in wire-order.Jamey Sharp3-3/+79
2011-03-18Dequeue readers that can't receive any new responses.Jamey Sharp1-12/+15
2011-03-18Factor reader_list management out of wait_for_reply.Jamey Sharp1-23/+22
2011-03-18Enable AM_SILENT_RULES on automake 1.11 or newer.Jamey Sharp1-0/+1
2011-03-14Prevent reply waiters from being blocked.Rami Ylimäki1-1/+1
2011-03-13Include XKB in ./configure's summary output.Jamey Sharp1-0/+1
2011-03-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbJamey Sharp12-143/+1580
2011-03-04darwin: Don't use poll() when expected to run on darwin10 and priorJeremy Huddleston1-2/+17
2011-01-27Don't try to sizeof(void)Peter Harris1-4/+9
2011-01-20fix Windows build and installationVincent Torri2-24/+37
2010-12-23Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcbPeter Harris10-110/+1500
2010-12-12Don't validate FD_SETSIZE on Win32Jeetu Golani1-0/+2
2010-11-27xcb_take_socket: Document sequence wrap requirementsUli Schlachter1-4/+11
2010-11-23xcb_auth: Fix memory leak in _xcb_get_auth_info.Nick Bowler1-3/+8
2010-10-09xcb_in: Use 64-bit sequence numbers internally everywhere.Jamey Sharp2-31/+32
2010-10-09xcb_discard_reply: Simplify by re-using poll_for_reply helper.Jamey Sharp1-45/+7
2010-10-09xcb_request_check: Hold the I/O lock while deciding to sync.Jamey Sharp3-19/+33
2010-10-09xcb_send_request: Send all requests using a common internal send_request.Jamey Sharp1-49/+50
2010-09-22Fix _unserialize of reply headersPeter Harris1-2/+3
2010-09-22Clean up a couple of warnings in xprintPeter Harris1-1/+1
2010-09-22Make *_unserialize safe to use on buffers in-placePeter Harris1-4/+5
2010-09-22Fix memory leak in _sizeof implemented with _unserializePeter Harris1-2/+7
2010-09-22Don't emit out-of-module sizeof definitionsPeter Harris1-2/+3
2010-09-19Allow disconnecting connections that are in error state.Josh Triplett3-4/+4
2010-09-10Add xkb.* to gitignorePeter Harris1-0/+1
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris9-110/+1491
2010-09-04_xcb_conn_wait: Shut down the connection on unexpected poll() events.Jamey Sharp1-0/+7
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris6-15/+150
2010-08-25xcb_disconnect: call shutdown() to force a disconnectAaron Plattner1-0/+8
2010-08-24xcb_request_check: Sync even if an event was read for this sequence.Jamey Sharp1-1/+1