summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 1.2handoffJosh Triplett2008-10-121-1/+1
* Support handing off socket write permission to external code.Josh Triplett2008-10-125-5/+110
* Track 64-bit sequence numbers internally.Jamey Sharp2008-10-123-25/+31
* Use sequence number ranges in pending repliesJamey Sharp2008-10-121-4/+7
* Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.Jamey Sharp2008-10-124-37/+19
* Remove libxcb-xlib and xcbxlib.h.Jamey Sharp2008-10-128-218/+6
* Remove duplicate XCB_EXTENSION calls for Composite extensionJosh Triplett2008-10-081-2/+0
* fix tiny memory leak in read_packet (leak only happens when malloc returns NU...Henning Sten2008-09-201-0/+1
* Added generation of extern "C" for compatibility with C++Carsten Meier2008-09-091-0/+12
* Add support for the abstract socket namespace under LinuxJulien Cristau2008-09-092-3/+43
* Fix some fd leaks in _xcb_open_*()Julien Cristau2008-09-091-5/+12
* fixed overly aggressive warning about fixed field following variableBart Massey2008-09-031-1/+1
* added small fix to support trailing fixed fields; also warning for non-pad fi...Bart Massey2008-09-031-1/+7
* factorize m4 macros and add one to set X extensionsVincent Torri2008-08-314-150/+193
* Initialize all fields of addrinfoJulien Danjou2008-08-281-8/+11
* Use ifdef instead of if for defined valueJulien Danjou2008-08-281-1/+1
* Set namelen unsignedJulien Danjou2008-08-281-1/+1
* Rename index to idx to avoid shadowingJulien Danjou2008-08-281-4/+4
* Use a signed size in read_block()Julien Danjou2008-08-281-1/+1
* Use unsigned to compare and rename syncJulien Danjou2008-08-281-5/+5
* Fix htonl() arg & convert sizeof() to signedJulien Danjou2008-08-281-2/+2
* initialize global_id to 0Julien Danjou2008-08-281-1/+1
* Bump to 1.1.91.1.1.911.1.90.1Peter Hutterer2008-07-171-1/+1
* Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags.Julien Cristau2008-07-161-45/+45
* fix FreeBSD supportPetr Salinger2008-07-072-2/+13
* Bump to 1.1.90.Peter Hutterer2008-05-291-1/+1
* Fix variable declaration formattingJosh Triplett2008-05-281-2/+2
* Add xcb_ge_event_t and handling for long events.Peter Hutterer2008-05-212-2/+40
* Fix libxcb/src compile with srcdir != builddir.Oswald Buddenhagen2008-05-011-2/+2
* Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck.Eamon Walsh2008-04-231-1/+1
* Use the python install path from xcb-xproto.pc to locate the xcbgen package.Eamon Walsh2008-04-233-4/+23
* Add mention of PYTHONPATH if xcbgen cannot be found.Jeremy Kolb2008-04-201-1/+2
* Add Python parser C language-dependent part.Eamon Walsh2008-04-193-11/+1010
* Add SELinux extension support, disabled by default.Eamon Walsh2008-01-245-1/+28
* Add XInput extension support, disabled by default.Eamon Walsh2008-01-245-1/+28
* Inputs to AC_CONFIG_FILES are automatically distributed.Eamon Walsh2008-01-151-65/+0
* Generated the configure.ac and Makefile.am's in libxcb with the idea ofEamon Walsh2007-12-073-134/+303
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbEamon Walsh2007-12-073-11/+6
|\
| * make IPv6 optionalBart Massey2007-11-242-0/+6
| * Remove file that wasn't meant to be committed.Eamon Walsh2007-11-161-11/+0
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbEamon Walsh2007-11-169-20/+118
|\ \ | |/
| * Add comment noting the requirement to free replies when finished.Eamon Walsh2007-11-162-0/+13
| * Release libxcb 1.11.1Jamey Sharp2007-11-043-6/+64
| * Revert "Generate error constants as XCB_BAD_*, similar to Xlib."Jamey Sharp2007-11-041-5/+0
| * Don't hold the xlib-xcb lock while sleeping: that allows deadlock.Jamey Sharp2007-10-281-1/+25
| * Factor pthread_cond_wait(iolock) to _xcb_wait_io.Jamey Sharp2007-10-283-3/+9
| * Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.Jamey Sharp2007-10-233-5/+9
* | Add generated comment noting requirement to free replies after use.Eamon Walsh2007-11-161-0/+2
|/
* Allow unix:<screen> style display names again.Egbert Eich2007-07-191-32/+66
* Send locking assertion backtraces to stderr. Improve the heading on the back...Josh Triplett2007-06-131-2/+2