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
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add version information to wl_message signatures.
Jason Ekstrand
2013-07-02
1
-12
/
+43
*
Add a wl_resource_instance_of function
Jason Ekstrand
2013-06-21
1
-4
/
+4
*
client: Add wl_display_prepare_read() API to relax thread model assumptions
Kristian Høgsberg
2013-06-17
1
-1
/
+1
*
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2013-03-18
1
-2
/
+4
*
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2013-03-17
1
-5
/
+11
*
Stylistic nitpicking
Kristian Høgsberg
2013-02-26
1
-5
/
+5
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
1
-313
/
+360
*
connection.c: Align pointer extra storage correctly
Kristian Høgsberg
2013-02-04
1
-4
/
+18
*
connection: Dereference id completely for comparasion.
John Kåre Alsaker
2012-10-16
1
-2
/
+2
*
connection: Removed crashing code.
John Kåre Alsaker
2012-10-16
1
-2
/
+0
*
connection: Don't call memcpy with null pointer.
John Kåre Alsaker
2012-10-16
1
-3
/
+3
*
connection: return error on buffer-overflow during read
Kristian Høgsberg
2012-10-15
1
-0
/
+5
*
connection: Use uin32_t for circular buffer indexes
Kristian Høgsberg
2012-10-15
1
-6
/
+6
*
connection: fix leaking FDs on buffer-overflow during read
David Herrmann
2012-10-15
1
-7
/
+26
[next]