index
:
delta/wayland.git
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
baserock/1.4.0
baserock/genivi/wayland
baserock/gnome
baserock/morph
baserock/morph_wl_1.0
baserock/morph_wl_1.2
main
master
next
terminal
wayland-0.8
gitlab.freedesktop.org: wayland/wayland.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not allow nullable `new_id`
Ian Douglas Scott
2022-07-14
1
-2
/
+2
*
Do not allow nullable arrays, which were not correctly implemented
Ian Douglas Scott
2022-07-14
1
-1
/
+1
*
connection: change clen type in build_cmsg to size_t
Sigrid Solveig Haflínudóttir
2022-04-03
1
-2
/
+3
*
connection: fix asan report on sendmsg call
Sigrid Solveig Haflínudóttir
2022-04-03
1
-4
/
+1
*
util: set errno in wl_map_reserve_new()
Aleksandr Mezin
2022-03-25
1
-4
/
+6
*
connection: Make wl_closure_print output atomic
Alexander Irion
2022-03-08
1
-16
/
+28
*
Use zalloc for structs
Simon Ser
2022-02-05
1
-2
/
+2
*
debug: Fix printing of new ids
Derek Foreman
2021-11-02
1
-3
/
+9
*
connection: Rename wl_buffer
Derek Foreman
2021-08-09
1
-27
/
+27
*
connection: print array size
Simon Ser
2021-07-31
1
-1
/
+1
*
connection, client: Avoid locale-dependent float printing
Manuel Stoeckl
2021-07-31
1
-4
/
+13
*
client: print discarded events in debug log
Manuel Stoeckl
2021-07-20
1
-2
/
+4
*
connection: Handle non-nullable strings in wl_connection_demarshal
Fergus Dall
2021-06-22
1
-0
/
+7
*
src: Add missing new lines to log messages
Marius Vlad
2021-05-07
1
-1
/
+1
*
connection: do not abort when dup(fd) fails
Manuel Stoeckl
2019-07-09
1
-2
/
+6
*
connection: fix demarshal of invalid header
Pekka Paalanen
2019-03-13
1
-0
/
+8
*
Print NULL strings as "nil" in wl_closure_print
Simon Ser
2019-01-30
1
-1
/
+4
*
connection: Prevent pointer overflow from large lengths.
Michal Srb
2018-08-17
1
-5
/
+7
*
connection: Prevent integer overflow in DIV_ROUNDUP.
Michal Srb
2018-08-17
1
-9
/
+17
*
connection: Fix broken log message when demarshalling short closure
Derek Foreman
2018-02-15
1
-1
/
+2
*
connection: Clear correct args when clearing fds to -1
Derek Foreman
2018-01-22
1
-2
/
+5
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
1
-0
/
+6
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
1
-2
/
+11
*
client: Add wl_object_is_zombie() helper function
Derek Foreman
2017-12-28
1
-1
/
+9
*
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
*
connection: Don't declare a local variable just to takes its size
Derek Foreman
2017-12-27
1
-2
/
+3
*
connection: Use wl_buffer_size() for all buffer size calculations
Derek Foreman
2017-12-04
1
-2
/
+2
*
connection: close_fds() should only remove fds it closed from the buffer
Derek Foreman
2017-12-04
1
-0
/
+1
*
tests: Test wl_message_count_arrays
Yong Bakos
2016-11-10
1
-1
/
+1
*
connection: Move wl_interface_equal to util
Yong Bakos
2016-05-11
1
-13
/
+0
*
connection: remove redundant assignment
Marek Chalupa
2016-04-23
1
-1
/
+0
*
connection: Don't add uninitialized memory as 4 byte alignment padding
Jonas Ådahl
2016-02-11
1
-1
/
+1
*
server: Add an API to get the file descriptor for a client
Sung-Jin Park
2016-01-19
1
-0
/
+6
*
server: Calculate remaining data size after a closure is processed
Jaeyoon Jung
2016-01-12
1
-1
/
+7
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-2
/
+2
*
add wl_abort private function
Marek Chalupa
2015-11-16
1
-15
/
+7
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
connection: abort if a listener function is NULL
Ryo Munakata
2014-11-12
1
-0
/
+5
*
connection: Fix sendmsg() on FreeBSD
Philip Withnall
2014-11-05
1
-1
/
+1
*
connection: Leave fd open in wl_connection_destroy
Benjamin Herr
2014-11-04
1
-2
/
+5
*
connection: remove unreached code
Boyan Ding
2014-06-18
1
-2
/
+0
*
connection: fix a format string typo in error message
Giulio Camuffo
2014-04-25
1
-1
/
+1
*
connection: Don't write past the end of the connection buffer
Ander Conselvan de Oliveira
2014-04-21
1
-8
/
+17
*
connection: Use wl_log to report errors
Jasper St. Pierre
2014-02-18
1
-18
/
+18
*
Fix buffer overflow when serializing a closure object
1.3.92
chi ding
2014-01-09
1
-8
/
+83
*
connection: Error out if file descriptor was not received
Lubomir Rintel
2013-11-21
1
-0
/
+9
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
1
-1
/
+8
*
connection: Handle empty signature and signature with just a version.
Mariusz Ceier
2013-07-12
1
-0
/
+1
[next]