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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: Don't inappropriatly close fds for zombie objects
Derek Foreman
2018-03-07
1
-1
/
+1
*
scanner: Fix broken private-code generation
Derek Foreman
2018-02-23
1
-1
/
+1
*
scanner: make use of __has_attribute()
Emil Velikov
2018-02-22
1
-1
/
+5
*
scanner: introduce "public-code" and "private-code"
Emil Velikov
2018-02-22
1
-6
/
+44
*
build: remove white space in -uninstalled.pc.in files
Emil Velikov
2018-02-16
3
-3
/
+3
*
connection: Fix broken log message when demarshalling short closure
Derek Foreman
2018-02-15
1
-1
/
+2
*
wayland-egl: move the wayland-egl{, -core}.h headers to egl/
Emil Velikov
2018-02-09
2
-92
/
+0
*
shm: provide actual error on mmap failed
Olivier Fourdan
2018-02-09
1
-1
/
+1
*
server: add wl_display_destroy_clients()
Simon Ser
2018-02-09
2
-0
/
+41
*
doc: Document behavior of non-nullable object arguments in clients
Philipp Kerling
2018-02-09
1
-2
/
+13
*
connection: Clear correct args when clearing fds to -1
Derek Foreman
2018-01-22
1
-2
/
+5
*
server: add log message when client connection is destroyed due to an error
Fiedler, Mathias
2018-01-19
1
-5
/
+21
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
3
-0
/
+17
*
client: Replace the singleton zombie with bespoke zombies
Derek Foreman
2018-01-09
1
-4
/
+78
*
client: Plug a race in proxy destruction vs. dispatch
Daniel Stone
2018-01-09
1
-16
/
+41
*
client: Add wl_proxy_unref helper
Daniel Stone
2018-01-09
1
-20
/
+17
*
client: Use refcount exclusively for destruction
Daniel Stone
2018-01-09
1
-7
/
+4
*
client: Remove WL_ZOMBIE_OBJECT global
Derek Foreman
2017-12-28
3
-6
/
+1
*
client: Restructure delete_id handler control flow
Derek Foreman
2017-12-28
1
-5
/
+4
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
3
-9
/
+21
*
client: Add wl_object_is_zombie() helper function
Derek Foreman
2017-12-28
3
-3
/
+14
*
util: Pass flags to map iterators
Derek Foreman
2017-12-27
3
-8
/
+8
*
connection: Make wl_closure_destroy() close fds of undispatched closures
Derek Foreman
2017-12-27
1
-0
/
+21
*
connection: Clear fds we shouldn't close to -1
Derek Foreman
2017-12-27
1
-0
/
+24
*
connection: Refactor out closure allocation
Derek Foreman
2017-12-27
1
-29
/
+42
*
server: Log closure before sending it
Derek Foreman
2017-12-27
1
-2
/
+2
*
connection: Don't declare a local variable just to takes its size
Derek Foreman
2017-12-27
1
-2
/
+3
*
client: Allow absolute paths in WAYLAND_DISPLAY
Matt Hoosier
2017-12-11
1
-11
/
+36
*
scanner: Add --strict flag
Jonas Ã…dahl
2017-12-04
1
-2
/
+13
*
connection: Use wl_buffer_size() for all buffer size calculations
Derek Foreman
2017-12-04
1
-2
/
+2
*
client: Simplify some logic in queue_event
Derek Foreman
2017-12-04
1
-4
/
+1
*
connection: close_fds() should only remove fds it closed from the buffer
Derek Foreman
2017-12-04
1
-0
/
+1
*
eventloop: clarify post_dispatch_check()
Christopher James Halse Rogers
2017-12-04
1
-10
/
+16
*
wayland-server: document WL_HIDE_DEPRECATED
Emil Velikov
2017-10-13
1
-0
/
+10
*
server: document wl_event_loop and wl_event_source
Pekka Paalanen
2017-08-25
2
-1
/
+320
*
scanner: use tabs for indentation.
Emil Velikov
2017-08-18
1
-3
/
+3
*
scanner: remove unused scanner.mk
Emil Velikov
2017-08-18
1
-8
/
+0
*
scanner: Reword fallthrough comment to quiet GCC
Daniel Stone
2017-03-17
1
-3
/
+1
*
wayland-util: do not export the wl_map_* API
Emil Velikov
2017-03-14
1
-9
/
+9
*
wayland-server: Remove unused members from struct wl_client
Sergi Granell
2017-02-28
1
-2
/
+0
*
wayland-server: hide wl_priv_signal from doxygen
Pekka Paalanen
2017-01-27
1
-0
/
+4
*
dtddata: Use standard permission notice
Yong Bakos
2017-01-26
1
-16
/
+19
*
wayland-server: log an error for events with wrong client objects
Derek Foreman
2017-01-25
1
-0
/
+35
*
server: Disallow sending events to clients after posting an error
Derek Foreman
2017-01-25
1
-3
/
+5
*
server: Refactor array send functions
Derek Foreman
2017-01-25
1
-21
/
+13
*
server: use the new wl_priv_signal for wl_resource
Giulio Camuffo
2017-01-25
1
-6
/
+46
*
server: use the new wl_priv_signal in wl_client
Giulio Camuffo
2017-01-25
1
-9
/
+9
*
server: add a safer signal type and port wl_display to it
Giulio Camuffo
2017-01-25
2
-9
/
+118
*
wayland-server: Add functions to wl_global
Olivier Fourdan
2017-01-24
2
-0
/
+18
*
wayland-server: Add API to control globals visibility
Olivier Fourdan
2017-01-24
2
-5
/
+87
[next]