summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-23integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith1-4/+9
2013-05-23c_client.py: Handle multiple expr. in a bitcaseDaniel Martin1-4/+14
2013-05-15whitespace fix in xcb_take_socketChristian König1-1/+1
2012-11-10c_client.py: Fix python-3 invalid except statementChí-Thanh Christopher Nguyễn1-1/+1
2012-11-10c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'ite...Chí-Thanh Christopher Nguyễn1-3/+3
2012-10-05Include static man pages in "make dist"Uli Schlachter1-1/+2
2012-09-30Fix a multi-thread deadlockUli Schlachter1-2/+12
2012-09-25Add a .gitignore for src/man/Uli Schlachter1-0/+3
2012-09-18Allow xcb_send_request with >MAX_IOV iovecsPeter Harris1-1/+6
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith3-0/+19
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith8-1/+31
2012-08-25Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTEDAlan Coopersmith1-1/+1
2012-08-14c_client: Fix parallel-make issue creating 'man' directoryColin Walters1-1/+5
2012-04-21xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston1-1/+1
2012-03-27Move static man to manJulien Danjou3-1/+1
2012-03-27Do not list manpages, use a wildcardJulien Danjou2-5/+4
2012-03-27Split manpage list in two (static/built)Julien Danjou2-3/+5
2012-03-26Allow undocumented code to be builtJulien Danjou1-20/+20
2012-03-26c_client.py: generate manpagesMichael Stapelberg5-6/+827
2012-03-08Fix a busy loop on BSD and Mac OSUli Schlachter1-15/+2
2012-03-08darwin: Use read(2) rather than recv(2)Jeremy Huddleston1-0/+8
2012-02-19Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau1-0/+5
2012-02-09Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY1-1/+1
2012-01-28Fix build of xcb_auth.c with XDMCP on WIN32Jon TURNEY1-0/+9
2012-01-28Revert "Fix include order with Xdmcp on WIN32"Jeremy Huddleston1-4/+3
2012-01-11Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik2-1/+16
2012-01-11Fix include order with Xdmcp on WIN32Ryan Pavlik1-3/+4
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 Duft2-7/+52
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 Coles1-19/+20
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 Coopersmith1-0/+21
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