wayland-client: add NULL check
[platform/upstream/wayland.git] / src / wayland-client.c
2023-02-16 Junkyeong Kimwayland-client: add NULL check
2023-02-16 Sung-Jin Parkwayland-client: add APIs for setting/getting name of...
2023-02-16 Sung-Jin Parkwayland-client: enhance log when connection has been...
2023-02-16 Junseok, Kimwayland: change strerror() to %m to ensure thread-safety
2023-02-16 Sung-Jin Parkwayland-client: added null check for intf->version...
2023-02-16 Gwanglim Leewayland-client: added null check for logging
2023-02-16 Sung-Jin Parkwayland-client: fix not to repeat logs regarding errno...
2023-02-16 Sung-Jin Parkwayland-client : do abort when there is an error on...
2023-02-16 Sung-Jin Parkwayland-client: reuse the existing map entry for the...
2023-02-16 jeonwayland-client: check fd is a valid value
2023-02-16 Sung-Jin Parkwayland-client: fix not to cancel reading events when...
2023-02-16 Sung-Jin Parkwayland-client: leave log when the reader counts are...
2023-02-16 Sung-Jin Parkwayland-client: abort when the reader_count is invalid...
2023-02-16 Sung-Jin Parkwayland-client: do wl_abort() when reader_count becomes...
2023-02-16 Sung-Jin Parkwayland-client: remove tabs
2023-02-16 Sung-Jin Parkwayland-client: force sync of display when threads...
2023-02-16 Boram Parkclient: use the thread reader_count to fix deadlock.
2023-02-16 Amarnathlog: add debugging logs
2023-02-16 Boram Parklog: add debugging logs
2023-02-16 Boram Parkclient: add mutex lock/unlock for proxy
2023-02-16 Sung-Jin Parkadd apis to enable/disable wayland debug at runtime...
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...
next