wayland-server: Fix issue detected by static analysis tool
[platform/upstream/wayland.git] / src /
2023-07-10 Inhong Hanwayland-server: Fix issue detected by static analysis... 17/295517/1 accepted/tizen/unified/20230713.143456
2023-07-07 Jihoon Kimwayland-server: fix missing mutex unlock issue 60/295460/1
2023-07-04 Seunghun Leeserver: Remove superfluous goto label 39/295139/3 accepted/tizen/unified/20230706.152204
2023-07-04 Jihoon Kimwayland-server: Fix hangup issue 38/295138/3
2023-07-04 Seunghun Leewayland-server: Add mutex for wl_client's resources 35/295135/3
2023-04-21 Changyeon Leeserver: Remove ucred of wl_client 60/291760/5 accepted/tizen/unified/20230531.151929
2023-04-06 Seunghun Leeclient: Do not poll when flushing display fails if... 22/290922/6
2023-02-22 Seunghun Leeclient: Remove superfluous display lock 00/288700/9 accepted/tizen/unified/20230309.035148
2023-02-22 Seunghun Leeclient: Remove struct wl_thread_data 99/288699/9
2023-02-16 Seunghun LeeLog creating and destroying of queue for debugging
2023-02-16 Joonbum Kowayland-client: add missed mutex_destroy for threads_mutex
2023-02-16 SooChan Limprint thread_count under display->threads_mutex
2023-02-16 Joonbum Kowayland-client: add mutex protection to destroy_thread_data
2023-02-16 Seunghun LeeRevert two commits as an attempt to avoid crash
2023-02-16 Seunghun Leewayland-client: Delete pthread_key before iterating...
2023-02-16 Seunghun Leewayland-client: Destroy all thread data on disconnect
2023-02-16 Junseok Kimwayland-shm: fix build warning
2023-02-16 Sung-Jin Parkwayland-client: cleanup thread specific data when disco...
2023-02-16 Sung-Jin Parkwayland-client: init a thread_data item before insert...
2023-02-16 Sung-Jin Parkwayland-client: fix to check if thread_data is valid...
2023-02-16 Changyeon Leefix null dereference
2023-02-16 Changyeon Leewayland-client : do not abort when there is an EBADF...
2023-02-16 Joonbum Kowayland-client: handled case where pthread_setspecific...
2023-02-16 Sung-Jin Parkwayland-util: calls wl_log_handler only when dlog is...
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 Parkconnection: fix to use %m and to include fd number...
2023-02-16 Sung-Jin Parkwayland-shm: fix a build warning (seals variable)
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-server: remove unnecessary variable
2023-02-16 Sung-Jin Parkwayland-client: force sync of display when threads...
2023-02-16 Sung-Jin Parkwayland-util: change strerror() to strerror_r() to...
2023-02-16 Sung-Jin Parkwayland-util: leave errno in wl_abort_errno before...
2023-02-16 jeonserver: event_source fd update if flush will be failed...
2023-02-16 Boram Parkclient: use the thread reader_count to fix deadlock.
2023-02-16 Amarnathlog: add debugging logs
2023-02-16 Sangjin Leeprotocol: add destructor to the registry
2023-02-16 Boram Parkserver: checking if the process has the super-user...
2023-02-16 Debi Prasanna MohantyAdd null check to prevent crash in case connection...
2023-02-16 Boram Parklog: add debugging logs
2023-02-16 Boram Parkclient: add mutex lock/unlock for proxy
2023-02-16 Boram Parkconnection: add some sanity-check
2023-02-16 Boram Parkflush forcely if closure has fds
2023-02-16 Gwanglim Leescanner: Ensuring XMLCALL macro is only defined once...
2023-02-16 Ju Yeon Leeserver: Add new api to get wayland clients' resource
2023-02-16 Sung-Jin Parkadd apis to enable/disable wayland debug at runtime...
2023-02-16 Boram Parkpackaging: add packaging directory
2022-06-28 Simon Serutil: set errno when hitting WL_MAP_MAX_OBJECTS
2022-06-15 Simon Serserver: warn about global filtering consistency
2022-06-15 Simon Serserver: add PID race condition disclaimer to wl_client_...
2022-06-15 Simon Serserver: check visibility before sending global/global_r...
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-05-24 Xavier ClaessensMeson: Override wayland-scanner if it can be run
2022-05-23 Simon Serutil: fix code block language in docs
2022-05-23 Simon Serserver: add wl_global_get_version
2022-05-16 Derek Foremanutil: Limit size of wl_map
2022-05-10 Simon Serbuild: sanity check options
2022-04-11 Simon Seros: drop unnecessary memcpy in wl_os_mremap_maymove
2022-04-05 Olivier Fourdanshm: Close file descriptors not needed
2022-04-03 Sigrid Solveig Haf... connection: change clen type in build_cmsg to size_t
2022-04-03 Sigrid Solveig Haf... connection: fix asan report on sendmsg call
2022-03-28 Simon Serserver: introduce wl_signal_emit_mutable
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-03-25 Aleksandr Mezinutil: set errno in wl_map_reserve_new()
2022-03-25 Aleksandr Mezinutil: always check result of wl_array_add()
2022-03-25 Simon Serbuild: use get_variable(pkgconfig) instead of get_pkgco...
2022-03-08 Alexander Irionconnection: Make wl_closure_print output atomic
2022-02-05 Simon SerUse zalloc for structs
2021-12-07 Simon Sermeson: override dependencies to ease use as subproject
2021-11-04 Duncan McIntoshwayland-shm: Check the size of sealed memory if ignorin...
2021-11-02 Derek Foremandebug: Fix printing of new ids
2021-10-28 Simon McVittiebuild: Include the Wayland minor version in libraries...
2021-10-28 Manuel Stoecklclient: handle fcntl error on bad fd in wl_display_connect
2021-10-09 Damian Hobson-Garciaserver: stop wl_display event loop from any context
2021-09-16 Olivier Fourdanshm: Relax shm_pool_create_buffer() validity check
2021-09-10 Alex RichardsonDetect FreeBSD versions with broken MSG_CMSG_CLOEXEC
2021-09-10 Alex Richardsonshm: Add mmap+memmove fallback if mremap() does not...
2021-09-10 Alex RichardsonSupport reading ucred from the socket on FreeBSD
2021-09-10 Alex RichardsonUse epoll-shim to emulate epoll(7) on FreeBSD
2021-08-09 Derek Foremanconnection: Rename wl_buffer
2021-08-07 Derek Foremanscanner: Use the new atomic marshal/destroy function
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 Simon Serconnection: print array size
2021-07-31 Manuel Stoecklconnection, client: Avoid locale-dependent float printing
next