client: Abort when trying to add an event to a destroyed queue
[platform/upstream/wayland.git] / src / wayland-client.c
2023-02-28 Alexandros Frantzisclient: Abort when trying to add an event to a destroye...
2023-02-28 Alexandros Frantzisclient: Warn when a queue is destroyed with attached...
2023-02-28 Alexandros Frantzisclient: Track the proxies attached to a queue
2022-06-09 Alexandros Frantzisclient: Lock display when setting a proxy event queue
2022-06-09 Alexandros Frantzisclient: Document best practices for event queue changes
2022-06-09 Antonin DécimoCheck that XDG base directories paths are absolute
2022-03-25 Aleksandr Mezinclient, server: handle wl_map_insert_new() failures
2022-03-25 Aleksandr Mezinutil: set errno in wl_map_insert_at()
2022-02-05 Simon SerUse zalloc for structs
2021-11-02 Derek Foremandebug: Fix printing of new ids
2021-10-28 Manuel Stoecklclient: handle fcntl error on bad fd in wl_display_connect
2021-08-07 Derek Foremanclient: Add new proxy marshalling functions with flags
2021-08-07 Derek Foremanclient: Refactor wl_proxy_destroy critical section
2021-07-31 Manuel Stoecklconnection, client: Avoid locale-dependent float printing
2021-07-20 Manuel Stoecklclient: print discarded events in debug log
2021-02-25 Simon Serclient: assert queue display matches proxy
2020-04-16 Simon Serclient: improve wl_display_connect docs
2019-09-10 Manuel Stoecklclient: Don't abort when sending a request fails
2019-09-10 Manuel Stoecklclient: Ignore new requests if display has a fatal...
2019-09-05 Simon Serclient: check event opcode in queue_event
2019-07-29 Jonas Ådahlproxy: Add API to tag proxy objects
2019-06-05 Michael ForneyUse wl_container_of internally
2019-01-29 Christopher James... proto, server: Add internal server error message. (v2)
2018-06-28 Pekka Paalanenclient: remove definition of wl_global
2018-03-07 Derek Foremanwalyand-client: Fix trivial build break from previous...
2018-03-07 Derek Foremanclient: Don't inappropriatly close fds for zombie objects
2018-01-09 Derek Foremanclient: Consume file descriptors destined for zombie...
2018-01-09 Derek Foremanclient: Replace the singleton zombie with bespoke zombies
2018-01-09 Daniel Stoneclient: Plug a race in proxy destruction vs. dispatch
2018-01-09 Daniel Stoneclient: Add wl_proxy_unref helper
2018-01-09 Daniel Stoneclient: Use refcount exclusively for destruction
2017-12-28 Derek Foremanclient: Remove WL_ZOMBIE_OBJECT global
2017-12-28 Derek Foremanclient: Restructure delete_id handler control flow
2017-12-28 Derek Foremanclient: Add WL_MAP_ENTRY_ZOMBIE flag
2017-12-28 Derek Foremanclient: Add wl_object_is_zombie() helper function
2017-12-11 Matt Hoosierclient: Allow absolute paths in WAYLAND_DISPLAY
2017-12-04 Derek Foremanclient: Simplify some logic in queue_event
2016-11-21 Bryce Harringtonwayland-client: Require base 10 for WAYLAND_SOCKET...
2016-05-03 Eric Engestromclient: fix typo
2016-04-29 Jonas Ådahlclient: Fix wl_display_roundtrip_queue() race condition
2016-04-29 Jonas Ådahlclient: Introduce proxy wrappers
2016-04-28 Jonas Ådahlclient: Make proxy_destroy a static function
2016-04-05 Eric Engestromwayland-client: fix spelling mistake
2016-02-26 Jonas Ådahlclient: Don't segfault when receiving error on destroye...
2016-01-19 Jason EkstrandTrack protocol object versions inside wl_proxy.
2016-01-16 Jonas Ådahlclient: Fully flush during blocking dispatch
2016-01-16 Jonas Ådahlclient: Use read preparation API in wl_display_dispatch...
2016-01-16 Jonas Ådahlclient: Don't make EPIPE fatal if triggered when flushing
2016-01-16 Jonas Ådahlclient: Remove misplaced documentation about main loop...
2016-01-16 Jonas Ådahlclient: Correct documentation regarding thread safeness
2016-01-13 Victor Bergerclient: Add missing arg in a wl_log invocation
2016-01-12 Jonas Ådahldoc: Fix function membership
2016-01-12 Jonas ÅdahlUse zalloc instead of malloc + memset
2015-11-16 Marek Chalupaadd wl_abort private function
2015-10-08 Jonas Ådahlclient: Move prepare read documentation to .._prepare_r...
2015-10-06 Jonas Ådahlclient: Improve wl_display_roundtrip(_queue)() document...
2015-10-06 Jonas Ådahlclient: Be more clear about when one must call wl_displ...
2015-10-06 Jonas Ådahlclient: Reword and add documentation about the marshal...
2015-10-06 Jonas Ådahlclient: Fix minor grammar issue
2015-08-24 Pekka PaalanenRevert "client: require WAYLAND_DISPLAY to be set"
2015-08-14 Dima Ryazanovclient: require WAYLAND_DISPLAY to be set
2015-08-06 Elvis Leewayland-client : Fix queue_release not to call proxy_de...
2015-06-12 Bryce Harringtonsrc: Update boilerplate from MIT X11 license to MIT...
2015-03-19 Bryce HarringtonSpelling fixes (cosmetic)
2015-03-18 Bryce Harringtonclient: Fix typo
2015-01-28 Marek Chalupaclient: unref or destroy proxy when releasing queue
2015-01-28 Marek Chalupaclient: release display queue in wl_display_disconnect()
2015-01-24 Bill Spitzakdoc: made functions taking wl_event_queue arg belong...
2015-01-24 Bill Spitzakdoc: add missing \memberof to wl_display_get_protocol_error
2014-12-09 Marek Chalupaclient: update documentation about threading
2014-12-09 Marek Chalupaclient: update obsolete comments
2014-11-27 Derek Foremandoc: fixed grammar and a typo
2014-11-25 Bill Spitzakdoc: Removed \ref when it refers to the subject the...
2014-11-25 Bill Spitzakdoc: fixed a typo
2014-11-25 Bill Spitzakv4 doc: fixed reference to non-existent function
2014-11-25 Bill Spitzakdoc: Added \code tags around sample code in doxygen...
2014-11-21 Marek Chalupaclient: read_events should return -1 after an error
2014-11-10 Imran Zamanscanner, client: Added more error checks when strtol...
2014-09-11 Marek Chalupaclient: cancel read in wl_display_read_events() when...
2014-09-11 Marek Chalupaclient: wake-up threads on all return paths from read_e...
2014-09-04 Marek Chalupaclient: add display_wakeup_threads function
2014-09-04 Nils Chr. Brausewayland-client: Initialize newly created wl_proxys...
2014-08-22 Marek Chalupaclient: check for error in wl_display_read_events
2014-08-22 Marek Chalupaclient: broadcast the right pthread_cond variable
2014-08-22 Olivier Blinclient: drop unused event queue cond and list variables
2014-08-21 Marek Chalupaclient: remove unused variable
2014-08-21 Giulio Camuffoclient: add a public function to make a roundtrip on...
2014-08-05 Jasper St. Pierrewayland-client: Fix indentation
2014-07-07 Marek Chalupaclient: extend error handling
2014-04-30 Kristian HøgsbergAvoid printing to stderr
2014-03-26 Kristian Høgsbergclient: Delay EPIPE handling so we get a chance to...
2014-02-18 Jasper St. Pierrewayland-client: Set a proper errno
2014-02-08 Kristian Høgsbergclient: Queue display events on private queue and alway...
2014-02-08 Kristian Høgsbergclient: Rename display->queue to default_queue
2014-02-06 Jason EkstrandRename wl_debug to debug_server/client
2014-01-17 Jonas 'Sortie' Ter... client: Include poll.h instead of sys/poll.h
2013-12-10 Kristian Høgsbergclient: Handle EINTR in wl_display_dispatch_queue()
2013-12-09 Jonas Ådahldoc: Fix spelling of parameters
2013-12-05 Neil Robertsclient: Make wl_proxy_set_queue() with NULL revert...
2013-11-16 Kristian Høgsbergclient: Introduce functions to allocate and marshal...
next