2010-08-13 |
Julien Danjou | Release libxcb 1.7 |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eamon Walsh | Tutorial uses wrong function. |
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-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-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 |
2009-05-29 |
Julien Cristau | Fix libxcb-randr version info |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Julien Danjou | Release libxcb 1.3 |
commit | commitdiff | tree | snapshot |
2009-05-26 |
elupus | Disable Nagle on TCP socket |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Bob Ham | Store xcbproto version libxcb was compiled with |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Julien Danjou | depends on recent xcb-proto and bump version of randr |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Bart Massey | Fix XDM-AUTHORIZATION-1 (bug #14202) |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Julien Danjou | util: remove useless strlen calls from decnet opening |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Julien Danjou | util: merge common code for xcb_connect |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Julien Danjou | util: open_abstract gets filelen as parameters |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Julien Danjou | auth: use snprintf() return value |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Julien Danjou | auth: precompute authnameslen |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Jeremy Huddleston | darwin: Don't use poll() on versions of darwin before... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Samuel Thibault | Local socket connections do not work on hurd-i386 |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Michael Ost | use poll() instead of select() when available |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bart Massey | kludgily hand-merged xid fixes |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Julien Danjou | Fix do_append() arguments |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Julien Danjou | Copy full IPv4 mapping (Bug #20665) |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Peter Harris | Avoid name collisions between xidtype and enum. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Peter Harris | Revert "Don't use enums in generated C code" |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Peter Harris | Don't use enums in generated C code - use integer const... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Julien Danjou | Release libxcb 1.2 |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Julien Danjou | Stop providing autogenerated files in tarball |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Julien Danjou | Release libxcb 1.1.93 |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Jeremy Huddleston | Shutup compiler warning about unused variable... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Jeremy Huddleston | Apple: Apple launchd cleanup |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Jeremy Huddleston | Apple: Enable support for launchd DISPLAY socket |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Peter Harris | Treat XIDs the same as other cardinal values. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Julien Danjou | Release libxcb 1.1.92 |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Josh Triplett | Support handing off socket write permission to external... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Jamey Sharp | Track 64-bit sequence numbers internally. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Jamey Sharp | Use sequence number ranges in pending replies |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Jamey Sharp | Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Jamey Sharp | Remove libxcb-xlib and xcbxlib.h. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Julien Danjou | build: fix configure.ac AC_DEFINE |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Julien Danjou | allow compile-time setting for XCB queue buffer size |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Josh Triplett | Remove duplicate XCB_EXTENSION calls for Composite... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Henning Sten | fix tiny memory leak in read_packet (leak only happens... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Carsten Meier | Added generation of extern "C" for compatibility with C++ |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Julien Cristau | Add support for the abstract socket namespace under... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Julien Cristau | Fix some fd leaks in _xcb_open_*() |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Bart Massey | fixed overly aggressive warning about fixed field follo... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Bart Massey | added small fix to support trailing fixed fields; also... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Vincent Torri | factorize m4 macros and add one to set X extensions |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Initialize all fields of addrinfo |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Use ifdef instead of if for defined value |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Set namelen unsigned |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Rename index to idx to avoid shadowing |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Use a signed size in read_block() |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Use unsigned to compare and rename sync |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | Fix htonl() arg & convert sizeof() to signed |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Julien Danjou | initialize global_id to 0 |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Peter Hutterer | Bump to 1.1.91. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Julien Cristau | Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditiona... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Petr Salinger | fix FreeBSD support |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Peter Hutterer | Bump to 1.1.90. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Josh Triplett | Fix variable declaration formatting |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Peter Hutterer | Add xcb_ge_event_t and handling for long events. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Oswald Buddenhagen | Fix libxcb/src compile with srcdir != builddir. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Eamon Walsh | Replace a stray c-client.xsl in the libxcb SOURCES... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Eamon Walsh | Use the python install path from xcb-xproto.pc to locat... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Jeremy Kolb | Add mention of PYTHONPATH if xcbgen cannot be found. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Eamon Walsh | Add Python parser C language-dependent part. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Eamon Walsh | Add SELinux extension support, disabled by default. |
commit | commitdiff | tree | snapshot |
next |