free-sw/xcb/libxcb
2006-04-26 Josh TriplettAdd .pc.in files for all the new extension libraries...
2006-04-26 Ian OsgoodChanges to makefile to build libXCBxtest
2006-04-24 Patrick CaulfieldAdd support for DECnet. Still needs configure-script...
2006-04-20 Jamey SharpMinor performance improvement: do not call _xcb_in_expe...
2006-04-20 Jamey SharpAdd <sys/select.h> to xcb_in.c to fix bug #6122.
2006-04-20 Alan CoopersmithBugfix: xcb_conn.c included <sys/fcntl.h> instead of...
2006-04-20 Alan CoopersmithOnly set CWARNFLAGS to gnu flags if $GCC is set. Otherw...
2006-04-20 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-04-20 Jamey SharpRemove the last goto in XCB: XCBWaitForReply now permit...
2006-04-20 Jamey SharpRestructure XCBWaitForReply to eliminate two gotos.
2006-04-20 Jamey SharpFixed poll_for_reply, added comments, and refactored...
2006-04-19 Jamey SharpAdd XCBPollForReply and deprecate XCBGetRequestRead...
2006-04-16 Josh TriplettMerge branch 'master' of git+ssh://git.freedesktop...
2006-04-16 Josh TriplettImprove package descriptions.
2006-04-16 Josh TriplettChange Depends on x-dev to x11proto-core-dev.
2006-04-16 Josh TriplettAdd Build-Depends on libxdmcp-dev.
2006-04-16 Josh Triplett * Debian X11R7 transition:
2006-04-16 Josh TriplettStop installing the libtool .la files.
2006-04-16 Josh TriplettUpdate -dbg package handling to work with debhelper...
2006-04-16 Josh TriplettStop running autoreconf in debian/rules, and remove...
2006-04-16 Josh TriplettAdd xcbint.h to noinst_HEADERS, so it gets distributed.
2006-04-15 Josh TriplettUse screensaver.xml
2006-04-15 Josh TriplettPut EXTHEADERS and EXTSOURCES in order.
2006-04-15 Josh TriplettSplit all non-essential extensions into their own separ...
2006-04-10 Eric AnholtRetry a select() if it returns with EINTR. Fixes IO...
2006-04-10 Eric AnholtRemove unnecessary include. Noticed by jamey.
2006-03-23 Ian OsgoodWork on the tutorial, and update xproto.xml to match:
2006-03-21 Josh TriplettRemove outdated fd.o-* entries from */debian/.gitignore...
2006-03-16 Jamey SharpThe typedefs replacing Xmd.h conflict with Xmd.h. Here...
2006-03-16 Ian OsgoodChange <bit> syntax to <bit>n</bit> as Jamey and Josh...
2006-03-15 Ian OsgoodRemove proto/X11 dependencies from xcb-demo.
2006-03-15 Ian OsgoodRemove xcb-util dependency on proto/X11
2006-03-14 Ian OsgoodFix XCBGetSetup to match prototype.
2006-03-14 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-14 Ian OsgoodAdd an expression construct <bit bit="n"/>
2006-03-14 TORRI Vincentdoxygen documentation of the API
2006-03-14 Ian OsgoodRemove dependencies on Xmd.h and X.h
2006-03-13 Ian OsgoodRemove last deprecation warning.
2006-03-13 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-13 Ian OsgoodRestructure to remove most deprecation warnings.
2006-03-13 Jamey SharpUse libXdmcp, if available with XdmcpWrap, for XDM...
2006-03-12 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-12 Jamey SharpOnly _xcb_conn_wait calls _xcb_out_write now, so move...
2006-03-12 Jamey SharpRemove c->out.vec. Pass iovecs directly down the call...
2006-03-12 Jamey SharpPortability fixes. Should help DragonFly and Solaris...
2006-03-09 Jamey SharpMove c->out.vec refs out of _xcb_conn_wait up to _xcb_o...
2006-03-09 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-09 Jamey SharpUnify autofoo .gitignore bits into one top-level file...
2006-03-09 Ian OsgoodAdd symbols for error and reply response_types,
2006-03-09 Ian OsgoodBugfix: null-terminate the path in sockaddr_un before...
2006-03-08 Jamey SharpMove c->out.vec refs out of _xcb_out_write up to _xcb_c...
2006-03-08 Jamey SharpFix off-by-one error that kept the last byte(s) of...
2006-03-07 TORRI VincentUse the GCC 4 visibility extension to mark everything...
2006-03-07 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-06 Jamey SharpOff-by-one error in the sequence-wrapping proof, and...
2006-03-05 TORRI Vincentwrong spaces
2006-03-05 TORRI Vincentfix some font sizes
2006-03-05 TORRI Vincentfixes + valid css
2006-03-05 TORRI Vincentfixes + valid css
2006-03-05 Jamey SharpImplement provably-correct sequence wrap handling....
2006-03-05 TORRI Vincentlots of fixes. Thanks to Indan Zupancic
2006-03-05 TORRI Vincentlots of fixes. Thanks to Indan Zupancic
2006-03-05 Josh TriplettAdd *.tar.{bz2,gz} to .gitignore for the benefit of...
2006-03-03 Jamey SharpAPI/ABI change: XCBSendRequest returns the sequence...
2006-03-03 Jamey SharpAdd 32-bit full_sequence fields to generic errors and...
2006-03-03 Jamey SharpTweak to previous API change: Require that spare iovecs...
2006-03-03 Jamey Sharpassert() that XCBSendRequest was handed enough space...
2006-03-03 Jamey SharpBugfix: The fixed-length part needs two iovecs reserved...
2006-03-03 Jamey SharpUse XPath position() function instead of xsl:number...
2006-03-02 Jamey SharpAPI/ABI change: XCBSendRequest callers must pad to...
2006-03-02 Jamey SharpSeparate notion of request-completed from current-reque...
2006-02-27 Jamey SharpBuffer a couple CARD32s on the stack instead of using...
2006-02-27 Jamey SharpAdd XCB_REQUEST_RAW flag for XCBSendRequest.
2006-02-27 Jamey SharpBugfix: how about *not* leaking all pending_replies...
2006-02-27 Jamey SharpMove test for other writing threads *before* allocating...
2006-02-27 Jamey Sharp_xcb_list is no longer used, so remove it. Simplify...
2006-02-27 Jamey SharpReplace readers generic list with hand-written typesafe...
2006-02-27 Jamey SharpRename struct XCBReplyData to reader_list to follow...
2006-02-27 Jamey SharpIn struct XCBReplyData, change void *data to pthread_co...
2006-02-27 Jamey SharpDelete unused xcb_list functions and refactor others.
2006-02-27 Jamey SharpReplace current_reply generic queue with hand-written...
2006-02-27 Jamey SharpReplace events generic queue with hand-written typesafe...
2006-02-26 Jamey SharpAPI/ABI break: Add flags to XCBSendRequest, first for...
2006-02-26 Jamey SharpReplace pending_replies generic queue with a hand-imple...
2006-02-26 Jamey SharpReplace my old generic map ADT with a growable array...
2006-02-26 Jamey SharpXCB has not had tracing features for a long time: remov...
2006-02-26 Jamey SharpRearrange an if statement that's been bothering me.
2006-02-24 Jamey SharpCoalesce _xcb_writev into _xcb_out_write and simplify.
2006-02-24 Jamey SharpTake advantage of Requires and *.private fields for...
2006-02-24 Jamey SharpMove _xcb_set_fd_flags to xcb_conn.c and make it static...
2006-02-24 Jamey SharpMove _xcb_read_block to xcb_in.c and make it static...
2006-02-24 Jamey SharpRemove XCB_CEIL and use a simpler definition for XCB_PAD.
2006-02-24 Jamey SharpQuit using "-include config.h": use #ifdef HAVE_CONFIG_...
2006-02-24 Jamey SharpCoalesce readn into _xcb_in_read and simplify.
2006-02-24 Jamey SharpMove _xcb_readn to xcb_in.c and make it static. Minor...
2006-02-24 Jamey SharpBugfix: protect the output queue from being written...
2006-02-24 Jamey SharpSimplify: Always use writev. (In _xcb_out_flush, conver...
2006-02-24 Jamey SharpFactor padding out of _xcb_out_write_block and into...
2006-02-24 Jamey SharpAdd XCBGetQueuedRequestRead for Xlib that does no sysca...
2006-02-23 Jamey SharpMinor performance fix: Change the contract on XCBGetReq...
next