Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-30 | Return a closure object from wl_connection_demarshal | Kristian Høgsberg | 1 | -76/+93 | |
This way we can invoke it multiple times without having to demarshal and build the cfi every time. | |||||
2010-08-27 | Marshall NULL strings without crashing | Kristian Høgsberg | 1 | -8/+12 | |
2010-08-27 | Support marshalling of file descriptors | Kristian Høgsberg | 1 | -9/+100 | |
2010-08-26 | connection: Factor out circular buffer functionality | Kristian Høgsberg | 1 | -106/+113 | |
2010-08-25 | Use sendmsg/recvmsg for socket I/O | Kristian Høgsberg | 1 | -2/+17 | |
2010-08-09 | Demarshal robustness fixes | Kristian Høgsberg | 1 | -15/+66 | |
2010-08-05 | Handle failure to reference a buffer name better | Kristian Høgsberg | 1 | -0/+2 | |
2010-07-28 | Print more info when demarshal fails | Kristian Høgsberg | 1 | -1/+2 | |
2010-02-26 | Import Eric Anholts hash table implementation | Kristian Høgsberg | 1 | -3/+3 | |
Adapted from git://people.freedesktop.org/~anholt/hash_table. | |||||
2009-02-23 | Include the currently pressed keys in keyboard focus event. | Kristian Høgsberg | 1 | -0/+29 | |
2009-02-22 | Handle marshalling NULL objects. | Kristian Høgsberg | 1 | -2/+2 | |
2008-12-24 | Add client side demarshalling for events. | Kristian Høgsberg | 1 | -0/+144 | |
This also consolidates the marshalling code in connection.c and uses the same functions in the server and client for marshalling. | |||||
2008-12-21 | Move protocol metadata to wayland-protocol.[ch]. | Kristian Høgsberg | 1 | -0/+1 | |
This lets us share the metadata between server and client and we can now use a va_arg marshalling function for sending client requets. | |||||
2008-12-09 | Handle interrupted system calls in connection code. | Kristian Høgsberg | 1 | -2/+6 | |
2008-12-02 | Put Wayland under the MIT license. | Kristian Høgsberg | 1 | -0/+22 | |
2008-11-06 | Split out connection io buffer logic. | Kristian Høgsberg | 1 | -0/+193 | |