generator: fix align-pads for switches which start at unaligned pos
[free-sw/xcb/libxcb] / src /
2014-10-20 Christian Linhartgenerator: fix align-pads for switches which start... QueryDeviceState-V5
2014-10-20 Christian Linhartgenerator: support lists of structs which contain a...
2014-09-09 Christian Linhartgenerator: support fixed size lists in var-sized structs
2014-08-25 Uli Schlachterxcb_get_setup(): Never return NULL
2014-08-25 Uli SchlachterMake some functions also work on error connections
2014-08-20 Christian Linhartsupport switch case in the generator
2014-07-28 Alexander Mezinxcb.h: add 'struct' before xcb_setup_t, xcb_query_exten...
2014-07-28 Ran Benitac_client.py: remove more trailing space from generated...
2014-07-28 Ran Benitac_client.py: remove trailing whitespace from generated...
2014-07-28 Ran Benitac_client.py: remove useless generated comments
2014-07-28 Ran Benitac_client.py: make the man page output deterministic
2014-07-28 Ran Benitac_client.py: prefix all monkey-patched fields with c_
2014-07-28 Ran Benitac_client.py: remove trailing whitespace
2014-07-28 Ran Benitac_client.py: remove useless 'today' variable
2014-06-14 Michael Haubenwallnerbug#79986: include system headers early
2014-06-14 Alan CoopersmithDocument failure modes of xcb_connect*() functions
2014-06-10 Daniel MartinHandle <pad align="n" /> between lists
2014-04-10 Jeremy Huddleston... xcb_open: Improve abstraction for launchd secure sockets
2014-04-10 Jeremy Huddleston... xcb_open: Minor code cleanup for better readability
2014-03-30 Keith PackardEnsure xcb owns socket and no other threads are writing...
2014-03-22 Keith PackardOnly #include directly referenced module header files
2014-03-21 Uli SchlachterAdd doxygen documentation to functions in xcbext.h
2014-03-21 Uli SchlachterMake xcb_disconnect(NULL) safe
2014-03-21 Uli Schlachterxcb_disconnect(): Fix leak with error connections
2014-03-21 Uli SchlachterRemove tabs and trailing whitespaces
2014-02-19 Ran BenitaAdd comments about how _xcb_conn_ret_error() works
2014-01-30 Gaetan Nadongenerated man pages: use xorg footer and no hard coded...
2014-01-30 Gaetan Nadongenerated man pages: build without hard coded extension
2014-01-30 Gaetan Nadonman: build static man pages using xorg patterns
2014-01-30 Gaetan Nadonautoconf: use the warning variables from xorg
2014-01-21 Peter HarrisSupport <pad align="n" />
2014-01-03 Kenneth GraunkeForce XCB event structures with 64-bit extended fields...
2013-12-14 PHOTest the value of msg_controllen for platforms whose...
2013-12-14 Uli SchlachterIncrement the "current" version info for sync, xinput...
2013-12-14 Uli SchlachterRevert "Remove xcb_ge_event_t from xcb.h"
2013-12-12 Daniel Martinc_client.py: Fix _sizeof() functions
2013-11-18 Uli SchlachterRevert "fix deadlock with xcb_take_socket/return_socket v3"
2013-11-18 Mark KettenisFix alignment issues in FD passing code
2013-11-08 Keith PackardSwitch to using the CMSG_* macros for FD passing
2013-11-07 Keith PackardAdd Present extension
2013-11-07 Keith PackardAdd DRI3 library
2013-11-07 Keith PackardAdd event queue splitting
2013-11-07 Keith PackardAdd support for receiving fds in replies
2013-11-07 Keith PackardAdd xcb_send_fd API
2013-11-07 Keith PackardMake protocol C files depend on protocol XML files
2013-11-07 Keith PackardRemove xcb_ge_event_t from xcb.h
2013-10-11 Daphne PfisterUse /usr/spool/sockets/X11/ on HP-UX for UNIX sockets...
2013-09-08 Daphne PfisterFix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
2013-09-08 Uli SchlachterFix documentation of xcb_poll_for_event()
2013-08-14 Daniel Martinc_client.py: Do not create pointers in unions
2013-08-14 Daniel Martinc_client.py: Always initialize xcb_align_to
2013-08-06 Alan CoopersmithDefine _xcb_map_new with explicit void arg list instead...
2013-07-12 Daniel Martinc_client.py: Inject full_sequence into GE events
2013-07-09 Alan CoopersmithFix "indention" typos in xcb-examples.3 man page
2013-06-01 Christian Königfix deadlock with xcb_take_socket/return_socket v3
2013-05-23 Alan Coopersmithinteger overflow in read_packet() [CVE-2013-2064]
2013-05-23 Daniel Martinc_client.py: Handle multiple expr. in a bitcase
2013-05-15 Christian Königwhitespace fix in xcb_take_socket
2012-11-10 Chí-Thanh Christop... c_client.py: Fix python-3 invalid except statement
2012-11-10 Chí-Thanh Christop... c-client.py: Fix python-3 AttributeError: 'dict' object...
2012-10-05 Uli SchlachterInclude static man pages in "make dist"
2012-09-30 Uli SchlachterFix a multi-thread deadlock
2012-09-25 Uli SchlachterAdd a .gitignore for src/man/
2012-09-18 Peter HarrisAllow xcb_send_request with >MAX_IOV iovecs
2012-08-30 Alan CoopersmithReturn connection failure if display string specifies...
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-08-25 Alan CoopersmithFix "sppported" typo in doxygen comment for XCB_CONN_CL...
2012-08-14 Colin Waltersc_client: Fix parallel-make issue creating 'man' directory
2012-04-22 Jeremy Huddlestonxcb_connect: launchd: Don't fall back on tcp if $DISPLA...
2012-03-27 Julien DanjouMove static man to man
2012-03-27 Julien DanjouDo not list manpages, use a wildcard
2012-03-27 Julien DanjouSplit manpage list in two (static/built)
2012-03-26 Julien DanjouAllow undocumented code to be built
2012-03-26 Michael Stapelbergc_client.py: generate manpages
2012-03-08 Uli SchlachterFix a busy loop on BSD and Mac OS
2012-03-08 Jeremy Huddlestondarwin: Use read(2) rather than recv(2)
2012-02-19 Julien CristauFallback to TCP if no protocol is specified and the...
2012-02-09 Jon TURNEYUpdate use of error_connection under WIN32 to _xcb_conn...
2012-01-28 Jon TURNEYFix build of xcb_auth.c with XDMCP on WIN32
2012-01-28 Jeremy HuddlestonRevert "Fix include order with Xdmcp on WIN32"
2012-01-11 Ryan PavlikUse WSAStartup()/WSACleanup() on WIN32
2012-01-11 Ryan PavlikFix include order with Xdmcp on WIN32
2012-01-11 Jon TURNEYFix WIN32 compilation after commit 163c47bdc0d32785d831...
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2012-01-11 Keith PackardMake xcb_take_socket keep flushing until idle
2011-09-02 Uli SchlachterFix a dead-lock due to xcb_poll_for_reply
2011-08-24 Jamey SharpKeep ALIGNOF definition out of the public namespace.
2011-08-24 Markus DuftSupport pre-IPv6 systems (without getaddrinfo)
2011-08-24 Uli SchlachterCompute alignment correctly
2011-08-18 Michael StapelbergDrop AI_ADDRCONFIG when resolving TCP addresses
2011-05-12 James JonesInsert, not append explicit xcbgen dir python path
2011-05-04 David ColesAdd support for building with Python 3
2011-04-12 Jamey SharpRevert "Introduce xcb_wait_for_event_until, for consumi...
2011-04-12 Rami YlimäkiIntroduce a variant of xcb_poll_for_event for examining...
2011-04-12 Alan CoopersmithIf protocol is "unix", use a Unix domain socket, not TCP
2011-04-12 Alan CoopersmithMake launchd code in xcb_util.c match surrounding code...
2011-04-12 Carlos GarnachoHandle XGE events with the "send event" flag
2011-04-05 Alan CoopersmithAdd #include <sys/socket.h> to xcb_conn.c
2011-04-05 Alan CoopersmithRemove unused DECnet code
2011-04-05 Alan CoopersmithUse special path to sockets when running under Solaris...
next