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
*
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
*
connection: fix buffer-overflow in build_cmsg()
David Herrmann
2012-10-15
1
-0
/
+3
*
connection: close pending incoming FDs on shutdown
David Herrmann
2012-10-15
1
-0
/
+1
*
connection: fix buffer-overflow in close_fds()
David Herrmann
2012-10-15
1
-4
/
+6
*
connection: close pending outgoing fds on shutdown
David Herrmann
2012-10-15
1
-17
/
+18
*
connection: Print object id for new-id arguments in deubug output
Kristian Høgsberg
2012-10-11
1
-2
/
+1
*
Fix typecheck in case of multiple instances of type meta data
Kristian Høgsberg
2012-10-10
1
-1
/
+15
*
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
2012-10-10
1
-28
/
+53
*
Change filedescriptor API to be thread safe
Kristian Høgsberg
2012-10-10
1
-68
/
+53
*
connection: Add missing free from error path
Rob Bradford
2012-10-09
1
-0
/
+1
*
connection: Drop unused static closures
Kristian Høgsberg
2012-10-01
1
-1
/
+0
*
connection: zero out string padding
Kristian Høgsberg
2012-08-03
1
-3
/
+5
*
More consistent ID printing
Daniel Stone
2012-07-23
1
-2
/
+2
*
Make NEW_IDs nullable
Daniel Stone
2012-07-23
1
-1
/
+32
*
Unstatic arg_count_for_signature and get_next_argument
Daniel Stone
2012-07-23
1
-7
/
+2
*
connection: reserve id on incoming new object
Mathias Fiedler
2012-07-22
1
-3
/
+3
*
protocol: Add explicit nullable types
Christopher James Halse Rogers
2012-07-02
1
-8
/
+73
[next]