summaryrefslogtreecommitdiffstats
path: root/src/connection.c
Commit message (Expand)AuthorAgeFilesLines
* connection: Set closure->start in demarshal tooKristian Høgsberg2012-06-131-0/+1
* connection: Always malloc closureKristian Høgsberg2012-06-131-18/+21
* Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg2012-05-141-1/+1
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-081-1/+19
* os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen2012-04-251-1/+1
* os: wrap F_DUPFD_CLOEXECPekka Paalanen2012-04-251-1/+2
* connection: Make sure we can invoke closures built with wl_closure_vmarshal()Kristian Høgsberg2012-04-221-0/+7
* connection: Move closure object out of wl_connectionKristian Høgsberg2012-04-221-25/+13
* connection: Dont put fds in the connection until we send the closureKristian Høgsberg2012-04-211-5/+30
* Fix printf format warningsPekka Paalanen2012-04-171-2/+2
* connection.c: Fix signedness warningsKristian Høgsberg2012-03-301-3/+3
* Move DIV_ROUNDUP out of public header, remove unused ALIGNKristian Høgsberg2012-03-301-0/+2
* connection: Just look at buffer size and remove redundant n_fds_outKristian Høgsberg2012-03-231-5/+7
* connection: Set n_fds_out to 0 when we send out the fdsKristian Høgsberg2012-03-231-1/+1
* Flush the connection if we have to many marshaled fdsAnder Conselvan de Oliveira2012-03-101-4/+26
* connection: Export wl_connection_queue() so we can test itKristian Høgsberg2012-03-021-1/+1
* Don't block when flushing a full protocol bufferKristian Høgsberg2012-02-291-9/+18
* connection: Fix printf format warningsKristian Høgsberg2011-12-171-2/+2
* Increase closure buffer size and fail gracefully for too big closures.Laszlo Agocs2011-12-171-5/+26
* New drag and drop / selection protocolKristian Høgsberg2011-11-231-2/+4
* debug: Use unsigned for object IDsKristian Høgsberg2011-11-221-1/+1
* Move private definitions and prototypes to new wayland-private.hKristian Høgsberg2011-11-181-1/+1
* Introduce wl_resource_queue_event() for sending events laterKristian Høgsberg2011-11-171-2/+28
* Add display event to acknowledge ID deletionKristian Høgsberg2011-11-171-1/+6
* connection: Check object types in message parametersBenjamin Franzke2011-10-311-0/+10
* Store objects in wl_map data structureKristian Høgsberg2011-08-271-3/+3
* connection: fix libffi usage, our functions return voidwayland-0.8Paulo Zanoni2011-08-271-1/+1
* connection: Object ID 0 is not a valid new object IDKristian Høgsberg2011-08-161-1/+1
* Rename source subdir from wayland to srcKristian Høgsberg2011-08-121-0/+749