summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-15Split all non-essential extensions into their own separate libraries, namedJosh Triplett1-2/+62
2006-03-16The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:...Jamey Sharp2-2/+13
2006-03-15Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggestedIan Osgood1-1/+1
2006-03-15Remove proto/X11 dependencies from xcb-demo.Ian Osgood1-0/+2
2006-03-14Remove xcb-util dependency on proto/X11Ian Osgood1-0/+4
2006-03-14Fix XCBGetSetup to match prototype.Ian Osgood1-1/+1
2006-03-14Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood1-32/+330
2006-03-14Add an expression construct <bit bit="n"/>Ian Osgood1-0/+6
2006-03-14doxygen documentation of the APITORRI Vincent1-32/+330
2006-03-13Remove dependencies on Xmd.h and X.hIan Osgood2-2/+14
2006-03-13Remove last deprecation warning.Ian Osgood3-2/+13
2006-03-12Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood1-12/+33
2006-03-12Restructure to remove most deprecation warnings.Ian Osgood1-12/+33
2006-03-12Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes bu...Jamey Sharp2-77/+22
2006-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJamey Sharp8-26/+22
2006-03-12Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and ma...Jamey Sharp3-31/+30
2006-03-12Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus...Jamey Sharp4-45/+48
2006-03-11Portability fixes. Should help DragonFly and Solaris, and should not hurt any...Jamey Sharp5-6/+8
2006-03-09Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush.Jamey Sharp4-9/+9
2006-03-08Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJamey Sharp1-8/+12
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting r...Jamey Sharp1-12/+0
2006-03-08Add symbols for error and reply response_types,Ian Osgood1-8/+12
2006-03-08Bugfix: null-terminate the path in sockaddr_un before using it.Ian Osgood1-0/+2
2006-03-08Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait.Jamey Sharp3-11/+11
2006-03-07Fix off-by-one error that kept the last byte(s) of the output queue from bein...Jamey Sharp1-1/+1
2006-03-07Use the GCC 4 visibility extension to mark everything in xcbint.h hidden.TORRI Vincent1-0/+9
2006-03-06Off-by-one error in the sequence-wrapping proof, and therefore in the corresp...Jamey Sharp1-1/+1
2006-03-05Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA...Jamey Sharp4-30/+43
2006-03-03API/ABI change: XCBSendRequest returns the sequence number instead of using a...Jamey Sharp4-12/+17
2006-03-03Add 32-bit full_sequence fields to generic errors and events, so callers can ...Jamey Sharp2-1/+8
2006-03-02Tweak to previous API change: Require that spare iovecs fall before vector[0]...Jamey Sharp2-12/+13
2006-03-02assert() that XCBSendRequest was handed enough space to set opcodes and short...Jamey Sharp1-0/+1
2006-03-02Bugfix: The fixed-length part needs two iovecs reserved, just like all the ot...Jamey Sharp1-1/+1
2006-03-02Use XPath position() function instead of xsl:number, to evaluate array indice...Jamey Sharp1-4/+4
2006-03-02API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. Whe...Jamey Sharp2-53/+29
2006-03-02Separate notion of request-completed from current-request, and mark requests ...Jamey Sharp2-13/+21
2006-02-27Buffer a couple CARD32s on the stack instead of using an extra iovec. Also a ...Jamey Sharp1-7/+7
2006-02-27Add XCB_REQUEST_RAW flag for XCBSendRequest.Jamey Sharp2-45/+51
2006-02-27Bugfix: how about *not* leaking all pending_replies when no reply matches, as...Jamey Sharp1-2/+2
2006-02-27Move test for other writing threads *before* allocating a sequence number.Jamey Sharp1-2/+4
2006-02-27_xcb_list is no longer used, so remove it. Simplify _xcb_map.Jamey Sharp2-91/+12
2006-02-27Replace readers generic list with hand-written typesafe version.Jamey Sharp2-19/+24
2006-02-27Rename struct XCBReplyData to reader_list to follow my naming conventions and...Jamey Sharp1-6/+6
2006-02-27In struct XCBReplyData, change void *data to pthread_cond_t *data. That was d...Jamey Sharp1-1/+1
2006-02-26Delete unused xcb_list functions and refactor others.Jamey Sharp2-51/+15
2006-02-26Replace current_reply generic queue with hand-written version. No generic que...Jamey Sharp3-41/+57
2006-02-26Replace events generic queue with hand-written typesafe version.Jamey Sharp2-9/+45
2006-02-26API/ABI break: Add flags to XCBSendRequest, first for error-checked requests.Jamey Sharp5-58/+56
2006-02-26Replace pending_replies generic queue with a hand-implemented typesafe version.Jamey Sharp2-13/+21
2006-02-26Replace my old generic map ADT with a growable array for the extension cache.Jamey Sharp2-23/+25