index
:
~fredinfinite23/wayland
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
Add support for server-side language bindings
Jason Ekstrand
1
-1
/
+8
2013-07-12
connection: Handle empty signature and signature with just a version.
Mariusz Ceier
1
-0
/
+1
2013-07-02
Add version information to wl_message signatures.
Jason Ekstrand
1
-12
/
+43
2013-06-21
Add a wl_resource_instance_of function
Jason Ekstrand
1
-4
/
+4
2013-06-17
client: Add wl_display_prepare_read() API to relax thread model assumptions
Kristian Høgsberg
1
-1
/
+1
2013-03-18
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
1
-2
/
+4
2013-03-17
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
1
-5
/
+11
2013-02-26
Stylistic nitpicking
Kristian Høgsberg
1
-5
/
+5
2013-02-26
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
1
-316
/
+363
2013-02-04
connection.c: Align pointer extra storage correctly
Kristian Høgsberg
1
-4
/
+18
2012-10-16
connection: Dereference id completely for comparasion.
John Kåre Alsaker
1
-2
/
+2
2012-10-16
connection: Removed crashing code.
John Kåre Alsaker
1
-2
/
+0
2012-10-16
connection: Don't call memcpy with null pointer.
John Kåre Alsaker
1
-3
/
+3
2012-10-15
connection: return error on buffer-overflow during read
Kristian Høgsberg
1
-0
/
+5
2012-10-15
connection: Use uin32_t for circular buffer indexes
Kristian Høgsberg
1
-6
/
+6
2012-10-15
connection: fix leaking FDs on buffer-overflow during read
David Herrmann
1
-7
/
+26
2012-10-15
connection: fix buffer-overflow in build_cmsg()
David Herrmann
1
-0
/
+3
2012-10-15
connection: close pending incoming FDs on shutdown
David Herrmann
1
-0
/
+1
2012-10-15
connection: fix buffer-overflow in close_fds()
David Herrmann
1
-4
/
+6
2012-10-15
connection: close pending outgoing fds on shutdown
David Herrmann
1
-17
/
+18
2012-10-11
connection: Print object id for new-id arguments in deubug output
Kristian Høgsberg
1
-2
/
+1
2012-10-10
Fix typecheck in case of multiple instances of type meta data
Kristian Høgsberg
1
-1
/
+15
2012-10-10
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
1
-28
/
+53
2012-10-10
Change filedescriptor API to be thread safe
Kristian Høgsberg
1
-68
/
+53
2012-10-09
connection: Add missing free from error path
Rob Bradford
1
-0
/
+1
2012-10-01
connection: Drop unused static closures
Kristian Høgsberg
1
-1
/
+0
2012-08-03
connection: zero out string padding
Kristian Høgsberg
1
-3
/
+5
2012-07-23
More consistent ID printing
Daniel Stone
1
-2
/
+2
2012-07-23
Make NEW_IDs nullable
Daniel Stone
1
-1
/
+32
2012-07-23
Unstatic arg_count_for_signature and get_next_argument
Daniel Stone
1
-7
/
+2
2012-07-22
connection: reserve id on incoming new object
Mathias Fiedler
1
-3
/
+3
2012-07-02
protocol: Add explicit nullable types
Christopher James Halse Rogers
1
-8
/
+73
2012-06-28
Allocate client proxy automatically for new objects
Kristian Høgsberg
1
-3
/
+8
2012-06-13
connection: Set closure->start in demarshal too
Kristian Høgsberg
1
-0
/
+1
2012-06-13
connection: Always malloc closure
Kristian Høgsberg
1
-18
/
+21
2012-05-14
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
1
-1
/
+1
2012-05-08
Add support for signed 24.8 decimal numbers
Daniel Stone
1
-1
/
+19
2012-04-25
os: wrap recvmsg(MSG_CMSG_CLOEXEC)
Pekka Paalanen
1
-1
/
+1
2012-04-25
os: wrap F_DUPFD_CLOEXEC
Pekka Paalanen
1
-1
/
+2
2012-04-22
connection: Make sure we can invoke closures built with wl_closure_vmarshal()
Kristian Høgsberg
1
-0
/
+7
2012-04-22
connection: Move closure object out of wl_connection
Kristian Høgsberg
1
-25
/
+13
2012-04-21
connection: Dont put fds in the connection until we send the closure
Kristian Høgsberg
1
-5
/
+30
2012-04-17
Fix printf format warnings
Pekka Paalanen
1
-2
/
+2
2012-03-30
connection.c: Fix signedness warnings
Kristian Høgsberg
1
-3
/
+3
2012-03-30
Move DIV_ROUNDUP out of public header, remove unused ALIGN
Kristian Høgsberg
1
-0
/
+2
2012-03-23
connection: Just look at buffer size and remove redundant n_fds_out
Kristian Høgsberg
1
-5
/
+7
2012-03-23
connection: Set n_fds_out to 0 when we send out the fds
Kristian Høgsberg
1
-1
/
+1
2012-03-10
Flush the connection if we have to many marshaled fds
Ander Conselvan de Oliveira
1
-4
/
+26
2012-03-02
connection: Export wl_connection_queue() so we can test it
Kristian Høgsberg
1
-1
/
+1
2012-02-29
Don't block when flushing a full protocol buffer
Kristian Høgsberg
1
-9
/
+18
[next]