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.25
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-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: add log message when client connection is destroyed due to an error
Fiedler, Mathias
2018-01-19
1
-5
/
+21
*
util: Pass flags to map iterators
Derek Foreman
2017-12-27
1
-6
/
+5
*
server: Log closure before sending it
Derek Foreman
2017-12-27
1
-2
/
+2
*
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
*
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
1
-9
/
+100
*
wayland-server: Add functions to wl_global
Olivier Fourdan
2017-01-24
1
-0
/
+12
*
wayland-server: Add API to control globals visibility
Olivier Fourdan
2017-01-24
1
-5
/
+62
*
server: Document display parameter
Yong Bakos
2016-09-13
1
-0
/
+1
*
Add API to install protocol loggers on the server wl_display
Giulio Camuffo
2016-08-12
1
-6
/
+96
*
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
2016-08-12
1
-1
/
+49
*
Add a resource creation signal
Giulio Camuffo
2016-08-12
1
-0
/
+33
*
Add API to get the list of connected clients
Giulio Camuffo
2016-08-11
1
-0
/
+54
*
Add API to retrieve the interface name of a wl_resource
Giulio Camuffo
2016-08-11
1
-0
/
+12
*
server: add listener API for new clients
Sungjae Park
2016-08-11
1
-0
/
+25
*
wayland-server: Clarify included header dependencies
Yong Bakos
2016-06-01
1
-1
/
+1
*
doc: Unpublish wl_display_get_additional_shm_formats
Yong Bakos
2016-06-01
1
-0
/
+2
*
server: fix typo
Eric Engestrom
2016-05-02
1
-1
/
+1
*
Revert "server: validate resource versions at creation time"
Derek Foreman
2016-02-18
1
-7
/
+0
*
server: validate resource versions at creation time
Derek Foreman
2016-02-16
1
-0
/
+7
*
server: Fail to bind object when requested version is 0
Derek Foreman
2016-02-01
1
-0
/
+5
*
server: Fix possible wl_display_add_socket_fd memleak
Sergi Granell
2016-02-01
1
-4
/
+5
*
server: Add an API to get the file descriptor for a client
Sung-Jin Park
2016-01-19
1
-0
/
+35
*
server: Test for illegally low interface versions in wl_global_create()
Derek Foreman
2016-01-14
1
-0
/
+7
*
server: improve failure log message for wl_global_create()
Derek Foreman
2016-01-14
1
-3
/
+4
*
server: don't send an error to NULL display_resource
Marek Chalupa
2016-01-13
1
-1
/
+2
*
server: Calculate remaining data size after a closure is processed
Jaeyoon Jung
2016-01-12
1
-1
/
+2
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-4
/
+2
*
server: Add a socket with an existing fd
Bryce Harrington
2015-12-18
1
-0
/
+43
*
server: remove redundant include
Marek Chalupa
2015-11-27
1
-1
/
+0
*
wayland-server: Fix style on multi-line comment
Bryce Harrington
2015-06-12
1
-2
/
+3
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
server: give more precise error message
Marek Chalupa
2015-03-19
1
-5
/
+6
*
cosmetic: Cleanup trailing whitespace
Bryce Harrington
2015-01-26
1
-15
/
+15
*
cosmetic: Move the deprecated functions back to the end of the file
Derek Foreman
2015-01-26
1
-50
/
+55
*
doc: Remove deprecated functions from documentation
Bill Spitzak
2015-01-23
1
-1
/
+3
*
server: Use existing id variable when inserting created object
Jonas Ådahl
2015-01-23
1
-3
/
+2
*
server: increase listen queue to 128
Imran Zaman
2014-11-24
1
-1
/
+1
*
Remove useless semicolon.
Carlos Olmedo Escobar
2014-11-12
1
-1
/
+1
*
doc: Added API documentation for wl_display_destroy and wl_display_add_socket...
Srivardhan Hebbar
2014-11-11
1
-0
/
+38
*
Don't document an absent parameter.
Bryce Harrington
2014-11-11
1
-1
/
+0
*
wayland-server: Abort if a read from a client gives 0 length
Philip Withnall
2014-11-05
1
-1
/
+1
*
connection: Leave fd open in wl_connection_destroy
Benjamin Herr
2014-11-04
1
-1
/
+1
*
server: Don't expose wl_display as a global
Jasper St. Pierre
2014-08-21
1
-20
/
+8
*
server: fix conditions for fds in wl_socket_destroy
Pekka Paalanen
2014-08-07
1
-7
/
+20
[next]