2011-05-12 |
James Jones | Insert, not append explicit xcbgen dir python path |
commit | commitdiff | tree | snapshot |
2011-05-04 |
David Coles | Add support for building with Python 3 |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jamey Sharp | Revert "Introduce xcb_wait_for_event_until, for consumi... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rami Ylimäki | Introduce a variant of xcb_poll_for_event for examining... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Alan Coopersmith | If protocol is "unix", use a Unix domain socket, not TCP |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Alan Coopersmith | Make launchd code in xcb_util.c match surrounding code... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Carlos Garnacho | Handle XGE events with the "send event" flag |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Alan Coopersmith | Add #include <sys/socket.h> to xcb_conn.c |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Alan Coopersmith | Remove unused DECnet code |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Alan Coopersmith | Use special path to sockets when running under Solaris... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Rami Ylimäki | Prevent theoretical double free and leak on get_peer_so... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Jamey Sharp | Delete the old c-client.xsl. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Jamey Sharp | Introduce xcb_wait_for_event_until, for consuming respo... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Jamey Sharp | Dequeue readers that can't receive any new responses. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Jamey Sharp | Factor reader_list management out of wait_for_reply. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Jamey Sharp | Enable AM_SILENT_RULES on automake 1.11 or newer. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Rami Ylimäki | Prevent reply waiters from being blocked. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Jamey Sharp | Include XKB in ./configure's summary output. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jeremy Huddleston | darwin: Don't use poll() when expected to run on darwin... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Peter Harris | Don't try to sizeof(void) |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Vincent Torri | fix Windows build and installation |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Peter Harris | Merge branch 'master' of git://anongit.freedesktop... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Jeetu Golani | Don't validate FD_SETSIZE on Win32 |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Uli Schlachter | xcb_take_socket: Document sequence wrap requirements |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Nick Bowler | xcb_auth: Fix memory leak in _xcb_get_auth_info. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Jamey Sharp | xcb_in: Use 64-bit sequence numbers internally everywhere. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Jamey Sharp | xcb_discard_reply: Simplify by re-using poll_for_reply... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Jamey Sharp | xcb_request_check: Hold the I/O lock while deciding... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Jamey Sharp | xcb_send_request: Send all requests using a common... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Peter Harris | Fix _unserialize of reply headers |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Peter Harris | Clean up a couple of warnings in xprint |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Peter Harris | Make *_unserialize safe to use on buffers in-place |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Peter Harris | Fix memory leak in _sizeof implemented with _unserialize |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Peter Harris | Don't emit out-of-module sizeof definitions |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Josh Triplett | Allow disconnecting connections that are in error state. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Peter Harris | Add xkb.* to gitignore |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Peter Harris | Merge branch 'gsoc2010' of git://anongit.freedesktop... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Jamey Sharp | _xcb_conn_wait: Shut down the connection on unexpected... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Peter Harris | Merge branch 'master' of git://github.com/topcat/xcb... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Aaron Plattner | xcb_disconnect: call shutdown() to force a disconnect |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Jamey Sharp | xcb_request_check: Sync even if an event was read for... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Christoph Reimann | small fix to get rid of some compiler warnings |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Christoph Reimann | small fix in the xkb pkg file |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Christoph Reimann | added accessors for special cases |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Julien Danjou | Release libxcb 1.7 |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Christoph Reimann | special case 'intermixed variable and fixed size fields... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Christoph Reimann | renamed most _unserialize() functions to _sizeof()... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eamon Walsh | Tutorial uses wrong function. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Christoph Reimann | attempt to fix special case: variable fields followed... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Christoph Reimann | bug fixes for all kinds of 'special cases' |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Christoph Reimann | partial rewrite of serialize helper functions completed; |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Christoph Reimann | preliminary handling of further special cases in unseri... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Christoph Reimann | added generating code for _serialize() in case of varia... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Christoph Reimann | xkb: added pkg config file |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Christoph Reimann | new and still preliminary functions for switch; feautur... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Christoph Reimann | xkb: updated configure.ac/Makefile.am |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Christoph Reimann | added xcb_sumof() with restriction to uint8_t |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jamey Sharp | _xcb_conn_wait: Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jeremy Huddleston | AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Vincent Torri | configure.ac: Report which extensions are being built. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pauli Nieminen | xcb_connect_to_display_with_auth_info: Fix memory leak |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pauli Nieminen | _xcb_parse_display: Fix error path |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Jeremy Huddleston | xcb_open: Improve protocol/host parsing |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Marcin Kościelnicki | Add ~ operator support in code generator |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Arnaud Fontaine | Fix GCC error on undeclared variable when not using... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Arnaud Fontaine | Get rid of PATH_MAX and MAXPATHLEN |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jeremy Huddleston | Use limits.h instead of syslimits.h |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jeremy Huddleston | Reworked launchd support to work better with _xcb_parse... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Jeetu Golani | Replaced read() in read_block and _xcb_in_read() with... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Jeetu Golani | Set errno=0 in read_block. On Win32 there is no errno... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jamey Sharp | Always wake up readers after writing. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jamey Sharp | Fix strict-aliasing warning when getting generic event... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Jamey Sharp | Delete a useless level of indirection from _xcb_out_sen... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Julien Danjou | Release libxcb 1.6 |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Rémi Denis... | Fail if fd is too big and poll() is not available |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jeetu Golani | xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundan... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jeetu Golani | restablished inclusion of fcntl.h and netinet/tcp.h... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jeetu Golani | changes in xcb_windefs.h - the flag _XCB_WINDEFS_H... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jeetu Golani | windefs.h is now called xcb_windefs.h - changed all... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Jeetu Golani | Win32 code for xcb-1.5 |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Samuel Thibault | Fix authentication on hpux and Hurd |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Rémi Denis... | Open the X11 socket with close-on-exec flag |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Peter Harris | Support xcb_discard_reply |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Rémi Denis... | xcb_connect_to_fd: fix descriptor leak on memory error... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeremy Huddleston | configure.ac: Fix a typo on the last commit. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeremy Huddleston | darwin: xnu doesn't support poll on ttys on the master... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jim Ingram | Tutorial code fix |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Rémi Cardona | DRI2 extension requires xcb-proto 1.6 or newer |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Julien Danjou | build: simplify extension building |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Julien Danjou | Release libxcb 1.5 |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Adam Jackson | setsockopt(SO_KEEPALIVE) on TCP display connections. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Eric Anholt | Add DRI2 support. (v2) |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Eric Anholt | Fix typo in the tutorial. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Paulo R. Zanoni | Don't build docs if 'dot' is not found Signed-off-by... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Julien Cristau | Fix check dependency |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Yaakov Selkowitz | Cygwin build fix: Add -no-undefined to libtool flags |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Arnaud Fontaine | Release libxcb 1.4 |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Arnaud Fontaine | Add majorCode, minorCode and resourceID fields to X... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Jamey Sharp | Fix precedence bug: wrong length for big-requests prece... |
commit | commitdiff | tree | snapshot |
next |