2012-08-25 |
Alan Coopersmith | Add AC_USE_SYSTEM_EXTENSIONS to allow use of more syste... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Alan Coopersmith | Always include "config.h" at the start of all C source... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Alan Coopersmith | Fix "sppported" typo in doxygen comment for XCB_CONN_CL... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Colin Walters | c_client: Fix parallel-make issue creating 'man' directory |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Jeremy Huddleston | xcb_connect: launchd: Don't fall back on tcp if $DISPLA... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Julien Danjou | Move static man to man |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Julien Danjou | Do not list manpages, use a wildcard |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Julien Danjou | Split manpage list in two (static/built) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Julien Danjou | Allow undocumented code to be built |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Michael Stapelberg | c_client.py: generate manpages |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Julien Danjou | Release libxcb 1.8.1 1.8.1 |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Uli Schlachter | Fix a busy loop on BSD and Mac OS |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Jeremy Huddleston | darwin: Use read(2) rather than recv(2) |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Julien Cristau | Fallback to TCP if no protocol is specified and the... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Arnaud Fontaine | Add xkb_internals and xkb_issues to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Jon TURNEY | Update use of error_connection under WIN32 to _xcb_conn... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Jon TURNEY | Fix build of xcb_auth.c with XDMCP on WIN32 |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Jeremy Huddleston | Revert "Fix include order with Xdmcp on WIN32" |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Julien Danjou | Bump xcb-proto requirement |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Julien Danjou | Release libxcb 1.8 1.8 |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ryan Pavlik | Use WSAStartup()/WSACleanup() on WIN32 |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ryan Pavlik | Fix include order with Xdmcp on WIN32 |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Jon TURNEY | Fix WIN32 compilation after commit 163c47bdc0d32785d831... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Arvind Umrao | Added more error states and removed global error_connection |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Keith Packard | Make xcb_take_socket keep flushing until idle |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Uli Schlachter | Fix a dead-lock due to xcb_poll_for_reply |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jamey Sharp | Keep ALIGNOF definition out of the public namespace. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Markus Duft | Support pre-IPv6 systems (without getaddrinfo) |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Uli Schlachter | Compute alignment correctly |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Michael Stapelberg | Drop AI_ADDRCONFIG when resolving TCP addresses |
commit | commitdiff | tree | snapshot |
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 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 |
next |