index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wayland-server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
server: Document display parameter
Yong Bakos
1
-0
/
+1
2016-08-12
Add API to install protocol loggers on the server wl_display
Giulio Camuffo
1
-6
/
+96
2016-08-12
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
1
-1
/
+49
2016-08-12
Add a resource creation signal
Giulio Camuffo
1
-0
/
+33
2016-08-11
Add API to get the list of connected clients
Giulio Camuffo
1
-0
/
+54
2016-08-11
Add API to retrieve the interface name of a wl_resource
Giulio Camuffo
1
-0
/
+12
2016-08-11
server: add listener API for new clients
Sungjae Park
1
-0
/
+25
2016-06-01
wayland-server: Clarify included header dependencies
Yong Bakos
1
-1
/
+1
2016-06-01
doc: Unpublish wl_display_get_additional_shm_formats
Yong Bakos
1
-0
/
+2
2016-05-02
server: fix typo
Eric Engestrom
1
-1
/
+1
2016-02-18
Revert "server: validate resource versions at creation time"
Derek Foreman
1
-7
/
+0
2016-02-16
server: validate resource versions at creation time
Derek Foreman
1
-0
/
+7
2016-02-01
server: Fail to bind object when requested version is 0
Derek Foreman
1
-0
/
+5
2016-02-01
server: Fix possible wl_display_add_socket_fd memleak
Sergi Granell
1
-4
/
+5
2016-01-19
server: Add an API to get the file descriptor for a client
Sung-Jin Park
1
-0
/
+35
2016-01-14
server: Test for illegally low interface versions in wl_global_create()
Derek Foreman
1
-0
/
+7
2016-01-14
server: improve failure log message for wl_global_create()
Derek Foreman
1
-3
/
+4
2016-01-13
server: don't send an error to NULL display_resource
Marek Chalupa
1
-1
/
+2
2016-01-12
server: Calculate remaining data size after a closure is processed
Jaeyoon Jung
1
-1
/
+2
2016-01-12
Use zalloc instead of malloc + memset
Jonas Ådahl
1
-4
/
+2
2015-12-18
server: Add a socket with an existing fd
Bryce Harrington
1
-0
/
+43
2015-11-27
server: remove redundant include
Marek Chalupa
1
-1
/
+0
2015-06-12
wayland-server: Fix style on multi-line comment
Bryce Harrington
1
-2
/
+3
2015-06-12
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-03-19
server: give more precise error message
Marek Chalupa
1
-5
/
+6
2015-01-26
cosmetic: Cleanup trailing whitespace
Bryce Harrington
1
-15
/
+15
2015-01-26
cosmetic: Move the deprecated functions back to the end of the file
Derek Foreman
1
-50
/
+55
2015-01-23
doc: Remove deprecated functions from documentation
Bill Spitzak
1
-1
/
+3
2015-01-23
server: Use existing id variable when inserting created object
Jonas Ådahl
1
-3
/
+2
2014-11-24
server: increase listen queue to 128
Imran Zaman
1
-1
/
+1
2014-11-12
Remove useless semicolon.
Carlos Olmedo Escobar
1
-1
/
+1
2014-11-11
doc: Added API documentation for wl_display_destroy and wl_display_add_socket...
Srivardhan Hebbar
1
-0
/
+38
2014-11-11
Don't document an absent parameter.
Bryce Harrington
1
-1
/
+0
2014-11-05
wayland-server: Abort if a read from a client gives 0 length
Philip Withnall
1
-1
/
+1
2014-11-04
connection: Leave fd open in wl_connection_destroy
Benjamin Herr
1
-1
/
+1
2014-08-21
server: Don't expose wl_display as a global
Jasper St. Pierre
1
-20
/
+8
2014-08-07
server: fix conditions for fds in wl_socket_destroy
Pekka Paalanen
1
-7
/
+20
2014-08-07
server: fix error handling when adding socket
Marek Chalupa
1
-7
/
+16
2014-08-07
server: move memset after check
Marek Chalupa
1
-1
/
+2
2014-08-05
server: Add a simple API to find a good default display
Jasper St. Pierre
1
-25
/
+73
2014-08-05
server: Save the display name in the wl_socket
Jasper St. Pierre
1
-0
/
+3
2014-08-05
server: Make get_socket_lock operate directly on the socket's lock_fd
Jasper St. Pierre
1
-11
/
+11
2014-08-05
server: Split out code to initialize the socket address for a display name
Jasper St. Pierre
1
-16
/
+27
2014-08-05
server: Create the socket FD after taking the lock
Jasper St. Pierre
1
-6
/
+6
2014-08-05
server: Clean up socket destruction
Jasper St. Pierre
1
-26
/
+25
2014-05-09
doc: Added API documentation for wl_display_create function.
Srivardhan Hebbar
1
-0
/
+9
2014-05-06
server: fix potential memleak and NULL deref
U. Artie Eoff
1
-1
/
+2
2014-03-25
server: Kill some unnecessary logs
Jasper St. Pierre
1
-4
/
+0
2014-02-05
Rename wl_debug to debug_server/client
Jason Ekstrand
1
-5
/
+5
2014-02-05
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
1
-1
/
+1
[next]