index
:
~psychon/libxcb
1.11
debian
handoff
master
threadsafe-send-fds
xcb-1.9
xcb/libxcb experiments
psychon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
make lists after align-pads work
HEAD
master
Christian Linhart
1
-4
/
+10
2015-07-04
make support for server side stuff optional
Christian Linhart
3
-2
/
+18
2015-07-04
Link with winsock library for socket functions on MinGW
Jon TURNEY
1
-0
/
+9
2015-06-25
Fix a thread hang with xcb_wait_for_special_event()
Uli Schlachter
2
-0
/
+33
2015-06-12
Call _xcb_wake_up_next_reader from xcb_wait_for_special_event
Michel Dänzer
1
-0
/
+1
2015-06-12
send_fds(): Handle too many outstanding FDs to send
Uli Schlachter
1
-3
/
+11
2015-06-12
Code generator: Use xcb_send_request_with_fds()
Uli Schlachter
1
-2
/
+10
2015-06-12
Add xcb_send_request_with_fds() and *_with_fds64()
Uli Schlachter
2
-9
/
+90
2015-06-12
send_fds(): Make sure no other thread interrupts us
Uli Schlachter
1
-0
/
+9
2015-06-12
xcb_send_fd(): Always close fds
Uli Schlachter
1
-10
/
+34
2015-05-30
c_client.py: don't generate useless empty /** < */ comments
Ran Benita
1
-42
/
+42
2015-05-30
c_client.py: use pattern matching with enumerate()
Ran Benita
1
-4
/
+3
2015-04-08
expose 64-bit sequence numbers for XLib
Christian Linhart
4
-1
/
+126
2015-04-29
Escape \n to display properly in xcb-requests man page
Alan Coopersmith
1
-3
/
+3
2015-03-15
c_client.py: make condition easier to follow in _c_complex()
Ran Benita
1
-3
/
+1
2015-03-15
c_client.py: don't add /* <name> */ before references to 'S'
Ran Benita
1
-4
/
+2
2015-03-15
c_client.py: remove duplicated `cookie_type` argument for requests
Ran Benita
1
-15
/
+15
2015-03-15
c_client.py: spell out keyword arguments in c_request() for clarity
Ran Benita
1
-9
/
+9
2015-03-15
c_client.py: simplify _c_reply_has_fds()
Ran Benita
1
-4
/
+1
2015-03-15
c_client.py: remove commented debug statements
Ran Benita
1
-3
/
+0
2015-03-15
c_client.py: use C99 initializers instead of comments
Ran Benita
1
-4
/
+4
2015-03-15
c_client.py: remove end-of-function comments
Ran Benita
1
-16
/
+0
2015-03-15
c_client.py: no need to compare bools to True/False
Ran Benita
1
-2
/
+2
2015-03-15
c_client.py: use "foo".join() instead of reduce
Ran Benita
1
-5
/
+4
2015-03-15
c_client.py: fix indentation
Ran Benita
1
-7
/
+6
2015-03-15
c_client.py: use comprehensions instead of map/filter
Ran Benita
1
-7
/
+7
2015-03-15
c_client.py: use print as a function for python3 compatibility
Ran Benita
1
-4
/
+4
2015-03-15
c_client.py: fix pyflakes errors
Ran Benita
1
-12
/
+0
2015-03-15
c_client.py: simplify maximum expression
Ran Benita
1
-2
/
+1
2015-03-15
c_client.py: remove unneeded call to get_serialize_params()
Ran Benita
1
-1
/
+0
2015-02-22
Adding accessors for requests
Jaya Tiwari
1
-0
/
+1
2015-02-10
Merge http://git.demorecorder.com/git/free-sw/xcb/libxcb
Christian Linhart
1
-58
/
+385
2014-11-03
generator: support parametrized structs
Christian Linhart
1
-20
/
+109
2014-11-03
generator: support listelement-ref
Christian Linhart
1
-4
/
+15
2014-11-03
generator: _c_accessor_get_length: remove buggy special case
Christian Linhart
1
-6
/
+1
2014-11-03
generator: generate accessors for events, too
Christian Linhart
1
-0
/
+4
2014-11-03
generator: no type-setup for eventcopies anymore
Christian Linhart
1
-1
/
+24
2014-11-03
_c_helper_fieldaccess_expr: remove handling for empty sep
Christian Linhart
1
-5
/
+0
2014-11-03
function _c_helper_fieldaccess_expr: improve description
Christian Linhart
1
-2
/
+11
2014-11-03
rename _c_helper_absolute_name to _c_helper_fieldaccess_expr
Christian Linhart
1
-7
/
+7
2014-11-03
generator: sumof with nested expression
Christian Linhart
1
-1
/
+24
2014-11-03
generator: sumof: support any type, generate explicit code
Christian Linhart
1
-2
/
+24
2014-11-03
generator: expressions can generate pre-code
Christian Linhart
1
-4
/
+120
2014-11-03
generator: fix absname for fields with only accessor function
Christian Linhart
1
-12
/
+52
2014-10-30
Merge branch 'NestedStructTypenames-V5' of http://infra-srv1.demorecorder.com...
Peter Harris
1
-11
/
+41
2014-10-20
no typename for nested structs
Christian Linhart
1
-1
/
+1
2014-10-20
generator: fix align-pads for switches which start at unaligned pos
Christian Linhart
1
-5
/
+21
2014-10-20
generator: support lists of structs which contain a switch
Christian Linhart
1
-2
/
+12
2014-10-03
Move internal/private dependencies to Requires.private
Emil Velikov
27
-28
/
+28
2014-09-09
generator: support fixed size lists in var-sized structs
Christian Linhart
1
-3
/
+7
[next]