index
:
~bnf/wayland
buffer
buffer.release
cairo_window_surface
destroy-listener
fix
fixes
framefd
master
prefix
redraw
setup_display
shm
shm-2
shm-in-egl
simple_client
size_t
socket-activation
surface-frame-event
use_flags
visual
wayland-egl
yuv
bnf's wayland clone
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-12-17
connection: Fix printf format warnings
Kristian Høgsberg
1
-2
/
+2
2011-12-17
Increase closure buffer size and fail gracefully for too big closures.
Laszlo Agocs
1
-5
/
+26
2011-11-23
New drag and drop / selection protocol
Kristian Høgsberg
1
-2
/
+4
2011-11-22
debug: Use unsigned for object IDs
Kristian Høgsberg
1
-1
/
+1
2011-11-18
Move private definitions and prototypes to new wayland-private.h
Kristian Høgsberg
1
-1
/
+1
2011-11-17
Introduce wl_resource_queue_event() for sending events later
Kristian Høgsberg
1
-2
/
+28
2011-11-17
Add display event to acknowledge ID deletion
Kristian Høgsberg
1
-1
/
+6
2011-10-31
connection: Check object types in message parameters
Benjamin Franzke
1
-0
/
+10
2011-08-27
Store objects in wl_map data structure
Kristian Høgsberg
1
-3
/
+3
[next]