Add protocol debugging facility
[platform/upstream/weston.git] / connection.c
2010-09-07 Kristian HøgsbergAdd protocol debugging facility
2010-08-30 Kristian HøgsbergReturn a closure object from wl_connection_demarshal
2010-08-28 Kristian HøgsbergMarshall NULL strings without crashing
2010-08-28 Kristian HøgsbergSupport marshalling of file descriptors
2010-08-26 Kristian Høgsbergconnection: Factor out circular buffer functionality
2010-08-25 Kristian HøgsbergUse sendmsg/recvmsg for socket I/O
2010-08-09 Kristian HøgsbergDemarshal robustness fixes
2010-08-05 Kristian HøgsbergHandle failure to reference a buffer name better
2010-07-29 Kristian HøgsbergPrint more info when demarshal fails
2010-02-26 Kristian HøgsbergImport Eric Anholts hash table implementation
2009-02-24 Kristian HøgsbergInclude the currently pressed keys in keyboard focus...
2009-02-23 Kristian HøgsbergHandle marshalling NULL objects.
2008-12-25 Kristian HøgsbergAdd client side demarshalling for events.
2008-12-22 Kristian HøgsbergMove protocol metadata to wayland-protocol.[ch].
2008-12-09 Kristian HøgsbergHandle interrupted system calls in connection code.
2008-12-02 Kristian HøgsbergPut Wayland under the MIT license.
2008-11-06 Kristian HøgsbergSplit out connection io buffer logic.