Fix precedence bug: wrong length for big-requests preceded by sync.
[free-sw/xcb/libxcb] / src /
2009-07-06 Jamey SharpFix precedence bug: wrong length for big-requests prece...
2009-05-29 Julien CristauFix libxcb-randr version info
2009-05-26 elupusDisable Nagle on TCP socket
2009-05-09 Julien Danjoudepends on recent xcb-proto and bump version of randr
2009-04-21 Bart MasseyFix XDM-AUTHORIZATION-1 (bug #14202)
2009-04-10 Julien Danjouutil: remove useless strlen calls from decnet opening
2009-04-10 Julien Danjouutil: merge common code for xcb_connect
2009-04-10 Julien Danjouutil: open_abstract gets filelen as parameters
2009-04-10 Julien Danjouauth: use snprintf() return value
2009-04-10 Julien Danjouauth: precompute authnameslen
2009-04-06 Samuel ThibaultLocal socket connections do not work on hurd-i386
2009-03-30 Michael Ostuse poll() instead of select() when available
2009-03-28 Bart Masseykludgily hand-merged xid fixes
2009-03-16 Julien DanjouFix do_append() arguments
2009-03-15 Julien DanjouCopy full IPv4 mapping (Bug #20665)
2009-03-14 Peter HarrisAvoid name collisions between xidtype and enum.
2009-03-13 Peter HarrisRevert "Don't use enums in generated C code"
2009-02-26 Peter HarrisDon't use enums in generated C code - use integer const...
2009-02-16 Julien DanjouStop providing autogenerated files in tarball
2008-11-24 Jeremy HuddlestonShutup compiler warning about unused variable...
2008-11-24 Jeremy HuddlestonApple: Apple launchd cleanup
2008-11-24 Jeremy HuddlestonApple: Enable support for launchd DISPLAY socket
2008-11-19 Peter HarrisTreat XIDs the same as other cardinal values.
2008-10-29 Josh TriplettSupport handing off socket write permission to external...
2008-10-29 Jamey SharpTrack 64-bit sequence numbers internally.
2008-10-29 Jamey SharpUse sequence number ranges in pending replies
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-10-29 Jamey SharpRemove libxcb-xlib and xcbxlib.h.
2008-10-14 Julien Danjouallow compile-time setting for XCB queue buffer size
2008-09-20 Henning Stenfix tiny memory leak in read_packet (leak only happens...
2008-09-09 Carsten MeierAdded generation of extern "C" for compatibility with C++
2008-09-09 Julien CristauAdd support for the abstract socket namespace under...
2008-09-09 Julien CristauFix some fd leaks in _xcb_open_*()
2008-09-03 Bart Masseyfixed overly aggressive warning about fixed field follo...
2008-09-03 Bart Masseyadded small fix to support trailing fixed fields; also...
2008-08-31 Vincent Torrifactorize m4 macros and add one to set X extensions
2008-08-28 Julien DanjouInitialize all fields of addrinfo
2008-08-28 Julien DanjouUse ifdef instead of if for defined value
2008-08-28 Julien DanjouSet namelen unsigned
2008-08-28 Julien DanjouRename index to idx to avoid shadowing
2008-08-28 Julien DanjouUse a signed size in read_block()
2008-08-28 Julien DanjouUse unsigned to compare and rename sync
2008-08-28 Julien DanjouFix htonl() arg & convert sizeof() to signed
2008-08-28 Julien Danjouinitialize global_id to 0
2008-07-16 Julien CristauMake EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditiona...
2008-07-07 Petr Salingerfix FreeBSD support
2008-05-28 Josh TriplettFix variable declaration formatting
2008-05-21 Peter HuttererAdd xcb_ge_event_t and handling for long events.
2008-05-01 Oswald BuddenhagenFix libxcb/src compile with srcdir != builddir.
2008-04-24 Eamon WalshReplace a stray c-client.xsl in the libxcb SOURCES...
2008-04-24 Eamon WalshUse the python install path from xcb-xproto.pc to locat...
2008-04-20 Jeremy KolbAdd mention of PYTHONPATH if xcbgen cannot be found.
2008-04-19 Eamon WalshAdd Python parser C language-dependent part.
2008-01-24 Eamon WalshAdd SELinux extension support, disabled by default.
2008-01-24 Eamon WalshAdd XInput extension support, disabled by default.
2007-12-07 Eamon WalshGenerated the configure.ac and Makefile.am's in libxcb...
2007-12-07 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-24 Bart Masseymake IPv6 optional
2007-11-17 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-17 Eamon WalshAdd comment noting the requirement to free replies...
2007-11-17 Eamon WalshAdd generated comment noting requirement to free replie...
2007-11-05 Jamey SharpRevert "Generate error constants as XCB_BAD_*, similar...
2007-10-28 Jamey SharpDon't hold the xlib-xcb lock while sleeping: that allow...
2007-10-28 Jamey SharpFactor pthread_cond_wait(iolock) to _xcb_wait_io.
2007-10-23 Jamey SharpDon't abort() on locking assertions if LIBXCB_ALLOW_SLO...
2007-07-19 Egbert EichAllow unix:<screen> style display names again.
2007-06-14 Josh TriplettSend locking assertion backtraces to stderr. Improve...
2007-06-06 Christoph PfisterPrint backtraces in case an assert fails inside xlib...
2007-06-03 Jamey Sharpxcb_poll_for_event: Return already-read events before...
2007-04-18 Matthias HopfMerge branch 'master' of git://anongit.freedesktop...
2007-04-13 Ian OsgoodGenerate error constants as XCB_BAD_*, similar to Xlib.
2007-04-12 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2007-04-10 Eamon WalshModify new attribute from previous patch so that it...
2007-03-29 Eamon WalshReplaces special-casing in c-client stylesheet with...
2007-02-27 TORRI Vincentadd the first step toward the documentation of the...
2007-01-22 TORRI Vincentadd doxygen doc for the *_end functions
2006-11-28 TORRI Vincentadd doc tag for the _next functions. It creates doxygen...
2006-11-28 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2006-11-24 Jamey SharpNetBSD doesn't have AI_ADDRCONFIG: use it only if it...
2006-11-23 Diego 'Flameeyes... Avoid race condition when using multiple make jobs
2006-11-23 Josh TriplettRemove --with-opt and --with-debug options from configu...
2006-11-23 Jamey Sharpxcb-proto has no libraries or headers, so don't use...
2006-11-23 Jamey SharpUse pthread-stubs as needed, and list xdmcp in Requires...
2006-11-22 Josh TriplettReplace uses of "long" with uint32_t, and similar;...
2006-11-21 Ian OsgoodFix IP6 work for FreeBSD/Mac.
2006-11-21 Josh TriplettSupport XDM-AUTHORIZATION-1 on IPv6
2006-11-21 Josh TriplettRefactor auth code to get display number from xcb_connect
2006-11-21 Josh TriplettOnly use AI_NUMERICSERV if defined.
2006-11-21 Josh TriplettSupport authentication for IPv6 connections
2006-11-21 Josh TriplettSupport displays with IPv6 addresses or hosts which...
2006-11-20 Jamey SharpBug #5958: Also zero out the implicit pad byte in empty...
2006-11-20 Jamey SharpRemove support for the <localfield> tag: nothing needs it.
2006-11-20 Jamey SharpBug #5958: zero out padding bytes in requests.
2006-11-19 Jamey SharpProvide xcb_prefetch_maximum_request_length counterpart...
2006-11-19 Jamey SharpFix Doxygen warnings.
2006-11-05 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-30 Jeremy Kolb jkolb... Added initial doxygen generation stuff. This should...
2006-10-20 TORRI Vincentfix doxy doc
2006-10-19 Jamey SharpQuit treating xproto specially: handle it like all...
2006-10-19 Jamey SharpIgnore generated xinerama files.
next