connection: Don't call memcpy with null pointer.
[profile/ivi/wayland.git] / src / connection.c
2012-10-16 John Kåre Alsakerconnection: Don't call memcpy with null pointer.
2012-10-15 Kristian Høgsbergconnection: return error on buffer-overflow during...
2012-10-15 Kristian Høgsbergconnection: Use uin32_t for circular buffer indexes
2012-10-15 David Herrmannconnection: fix leaking FDs on buffer-overflow during...
2012-10-15 David Herrmannconnection: fix buffer-overflow in build_cmsg()
2012-10-15 David Herrmannconnection: close pending incoming FDs on shutdown
2012-10-15 David Herrmannconnection: fix buffer-overflow in close_fds()
2012-10-15 David Herrmannconnection: close pending outgoing fds on shutdown
2012-10-11 Kristian Høgsbergconnection: Print object id for new-id arguments in...
2012-10-11 Kristian HøgsbergFix typecheck in case of multiple instances of type...
2012-10-11 Kristian Høgsbergconnection: Move object lookup out of wl_connection_dem...
2012-10-11 Kristian HøgsbergChange filedescriptor API to be thread safe
2012-10-10 Rob Bradfordconnection: Add missing free from error path
2012-10-01 Kristian Høgsbergconnection: Drop unused static closures
2012-08-04 Kristian Høgsbergconnection: zero out string padding
2012-07-24 Daniel StoneMore consistent ID printing
2012-07-24 Daniel StoneMake NEW_IDs nullable
2012-07-24 Daniel StoneUnstatic arg_count_for_signature and get_next_argument
2012-07-22 Mathias Fiedlerconnection: reserve id on incoming new object
2012-07-02 Christopher James... protocol: Add explicit nullable types
2012-06-29 Kristian HøgsbergAllocate client proxy automatically for new objects
2012-06-13 Kristian Høgsbergconnection: Set closure->start in demarshal too
2012-06-13 Kristian Høgsbergconnection: Always malloc closure
2012-05-14 Kristian HøgsbergOptimize wl_fixed_t to/from double conversion functions
2012-05-08 Daniel StoneAdd support for signed 24.8 decimal numbers
2012-04-25 Kristian HøgsbergMerge remote-tracking branch 'pq/for-krh'
2012-04-25 Pekka Paalanenos: wrap recvmsg(MSG_CMSG_CLOEXEC)
2012-04-25 Pekka Paalanenos: wrap F_DUPFD_CLOEXEC
2012-04-22 Kristian Høgsbergconnection: Make sure we can invoke closures built...
2012-04-22 Kristian Høgsbergconnection: Move closure object out of wl_connection
2012-04-22 Kristian Høgsbergconnection: Dont put fds in the connection until we...
2012-04-17 Pekka PaalanenFix printf format warnings
2012-03-30 Kristian Høgsbergconnection.c: Fix signedness warnings
2012-03-30 Kristian HøgsbergMove DIV_ROUNDUP out of public header, remove unused...
2012-03-23 Kristian Høgsbergconnection: Just look at buffer size and remove redunda...
2012-03-23 Kristian Høgsbergconnection: Set n_fds_out to 0 when we send out the fds
2012-03-10 Ander Conselvan... Flush the connection if we have to many marshaled fds
2012-03-03 Kristian Høgsbergconnection: Export wl_connection_queue() so we can...
2012-02-29 Kristian HøgsbergMerge remote-tracking branch 'whot/publican'
2012-02-29 Kristian HøgsbergDon't block when flushing a full protocol buffer
2011-12-17 Kristian Høgsbergconnection: Fix printf format warnings
2011-12-17 Laszlo AgocsIncrease closure buffer size and fail gracefully for...
2011-11-23 Kristian HøgsbergNew drag and drop / selection protocol
2011-11-22 Kristian Høgsbergdebug: Use unsigned for object IDs
2011-11-18 Kristian HøgsbergMove private definitions and prototypes to new wayland...
2011-11-17 Kristian HøgsbergIntroduce wl_resource_queue_event() for sending events...
2011-11-17 Kristian HøgsbergAdd display event to acknowledge ID deletion
2011-10-31 Benjamin Franzkeconnection: Check object types in message parameters
2011-08-27 Kristian HøgsbergStore objects in wl_map data structure
2011-08-27 Paulo Zanoniconnection: fix libffi usage, our functions return...
2011-08-17 Kristian Høgsbergconnection: Object ID 0 is not a valid new object ID
2011-08-12 Kristian HøgsbergRename source subdir from wayland to src