Kristian Høgsberg
|
f1e7bd384c
|
Add protocol debugging facility
|
14 years ago |
Kristian Høgsberg
|
45b7789a8b
|
Return a closure object from wl_connection_demarshal
This way we can invoke it multiple times without having to demarshal
and build the cfi every time.
|
14 years ago |
Kristian Høgsberg
|
3bbbd15c65
|
Marshall NULL strings without crashing
|
14 years ago |
Kristian Høgsberg
|
aebeee0bbf
|
Support marshalling of file descriptors
|
14 years ago |
Kristian Høgsberg
|
d6f4da7927
|
connection: Factor out circular buffer functionality
|
14 years ago |
Kristian Høgsberg
|
b049626117
|
Use sendmsg/recvmsg for socket I/O
|
14 years ago |
Kristian Høgsberg
|
5b0079aed5
|
Demarshal robustness fixes
|
14 years ago |
Kristian Høgsberg
|
c071f4d008
|
Handle failure to reference a buffer name better
|
14 years ago |
Kristian Høgsberg
|
c098d8da47
|
Print more info when demarshal fails
|
14 years ago |
Kristian Høgsberg
|
f52e03ff47
|
Import Eric Anholts hash table implementation
Adapted from git://people.freedesktop.org/~anholt/hash_table.
|
15 years ago |
Kristian Høgsberg
|
3c38fa0c3e
|
Include the currently pressed keys in keyboard focus event.
|
16 years ago |
Kristian Høgsberg
|
4a35fc2563
|
Handle marshalling NULL objects.
|
16 years ago |
Kristian Høgsberg
|
b3131d9268
|
Add client side demarshalling for events.
This also consolidates the marshalling code in connection.c and
uses the same functions in the server and client for marshalling.
|
16 years ago |
Kristian Høgsberg
|
fe831a7494
|
Move protocol metadata to wayland-protocol.[ch].
This lets us share the metadata between server and client and we
can now use a va_arg marshalling function for sending client
requets.
|
16 years ago |
Kristian Høgsberg
|
fdea72a078
|
Handle interrupted system calls in connection code.
|
16 years ago |
Kristian Høgsberg
|
ffd710e653
|
Put Wayland under the MIT license.
|
16 years ago |
Kristian Høgsberg
|
680f1c7025
|
Split out connection io buffer logic.
|
16 years ago |