index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wayland-shm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
shm: linkify function references in docs
Simon Ser
2025-05-20
1
-8
/
+8
*
shm: fix comment about wl_shm_buffer_begin_access() safety
Simon Ser
2025-05-20
1
-1
/
+1
*
shm: Generate an error when shm access failed even without a resource
Sebastian Wick
2025-05-20
1
-0
/
+26
*
shm: Add wl_shm_buffer ref and unref functions
Sebastian Wick
2025-05-20
1
-5
/
+73
*
shm: Remove refcount check which cannot be triggered
Sebastian Wick
2025-05-20
1
-7
/
+2
*
shm: Linkify wl_shm_pool_unref in the ref_pool documentation
Sebastian Wick
2025-05-20
1
-1
/
+1
*
server: add const qualifier to function arguments where possible
Sebastian Wick
2025-01-22
1
-4
/
+4
*
src: Finish assert() clean-up
Derek Foreman
2024-08-09
1
-1
/
+0
*
src: switch asserts to wl_abort
meltq
2024-07-11
1
-7
/
+16
*
shm: implement version 2
Simon Ser
2024-01-19
1
-2
/
+9
*
shm: fix resource versions
Simon Ser
2024-01-19
1
-2
/
+5
*
shm: fix segfault when accessing destroyed pool resource
Simon Ser
2023-02-27
1
-4
/
+6
*
shm: Close file descriptors not needed
Olivier Fourdan
2022-04-05
1
-0
/
+8
*
Use zalloc for structs
Simon Ser
2022-02-05
1
-2
/
+2
*
wayland-shm: Check the size of sealed memory if ignoring SIGBUS handlers
Duncan McIntosh
2021-11-04
1
-1
/
+7
*
shm: Relax shm_pool_create_buffer() validity check
Olivier Fourdan
2021-09-16
1
-1
/
+1
*
shm: Add mmap+memmove fallback if mremap() does not exist
Alex Richardson
2021-09-10
1
-9
/
+39
*
shm: document wl_shm_buffer
Simon Ser
2021-07-13
1
-0
/
+9
*
shm: add safety assertions
Simon Ser
2021-06-29
1
-1
/
+3
*
shm: remove wl_shm_buffer.pool NULL checks
Simon Ser
2021-06-10
1
-7
/
+1
*
Use MAP_FAILED instead of (void *) -1
Alex Richardson
2021-03-22
1
-4
/
+2
*
wayland-shm: Don’t set SIGBUS handlers on unshrinkable fd
Emmanuel Gil Peyrot
2019-10-14
1
-2
/
+23
*
log: remove "%m" from format strings by using strerror(errno)
Antonio Borneo
2019-05-02
1
-1
/
+3
*
shm: provide actual error on mmap failed
Olivier Fourdan
2018-02-09
1
-1
/
+1
*
shm: Make shm_pool_interface static const
Yong Bakos
2016-11-10
1
-1
/
+1
*
(multiple): Include stdint.h
Yong Bakos
2016-07-25
1
-0
/
+1
*
wayland-shm: Include wayland-util.h
Yong Bakos
2016-06-07
1
-0
/
+1
*
shm: Log a warning if a shm buffer address is requested when it may be invalid
Derek Foreman
2016-03-08
1
-0
/
+5
*
shm: Defer wl_shm_pool_resize if a pool has external references
Derek Foreman
2016-03-08
1
-12
/
+35
*
shm: Split pool reference counting into external and internal references
Derek Foreman
2016-03-08
1
-12
/
+19
*
server: Fix shm_create_pool size fail path fd leak
Sergi Granell
2016-03-08
1
-10
/
+10
*
cosmetic: add an space after if
Sergi Granell
2016-02-04
1
-1
/
+1
*
doc: Fix incorrect parameter name
Jonas Ådahl
2016-01-12
1
-1
/
+1
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-3
/
+1
*
shm: wl_shm_buffer_get_data() requires a valid pool.
Derek Foreman
2015-11-06
1
-4
/
+6
*
shm: Move deprecated function to the bottom of the file
Derek Foreman
2015-11-06
1
-8
/
+17
*
shm: Deprecate wl_shm_buffer_create()
Derek Foreman
2015-11-06
1
-28
/
+1
*
shm: Add shm_buffer ref and shm_pool unref functions
Derek Foreman
2015-10-21
1
-0
/
+42
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
cosmetic: convert some function returns from int to bool
Derek Foreman
2014-11-04
1
-4
/
+5
*
shm: fix error in comment
Derek Foreman
2014-09-11
1
-1
/
+1
*
shm: Disallow shrinking shm pools
Kristian Høgsberg
2014-04-07
1
-2
/
+8
*
shm: assert sigbus_data is not NULL before member access
U. Artie Eoff
2014-01-15
1
-1
/
+1
*
shm: Avoid file descriptor leak upon unsuccessful mmap
Lubomir Rintel
2013-11-15
1
-1
/
+1
*
Add documentation for wl_shm_buffer_begin/end_access
Neil Roberts
2013-11-15
1
-0
/
+64
*
server: Add API to protect access to an SHM buffer
Neil Roberts
2013-11-13
1
-0
/
+131
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
1
-13
/
+32
*
Replace two remaining wl_display_add_gloavl() occurences
Kristian Høgsberg
2013-07-09
1
-1
/
+1
*
wayland-server: Remove error event posting from wl_resource_create
Kristian Høgsberg
2013-07-02
1
-4
/
+25
*
Add wl_resource_create() and a version field to wl_resource
Jason Ekstrand
2013-07-02
1
-14
/
+17
[next]