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
/
wayland-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: remove definition of wl_global
Pekka Paalanen
2018-06-28
1
-7
/
+0
*
walyand-client: Fix trivial build break from previous commit
Derek Foreman
2018-03-07
1
-1
/
+1
*
client: Don't inappropriatly close fds for zombie objects
Derek Foreman
2018-03-07
1
-1
/
+1
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
1
-0
/
+8
*
client: Replace the singleton zombie with bespoke zombies
Derek Foreman
2018-01-09
1
-4
/
+78
*
client: Plug a race in proxy destruction vs. dispatch
Daniel Stone
2018-01-09
1
-16
/
+41
*
client: Add wl_proxy_unref helper
Daniel Stone
2018-01-09
1
-20
/
+17
*
client: Use refcount exclusively for destruction
Daniel Stone
2018-01-09
1
-7
/
+4
*
client: Remove WL_ZOMBIE_OBJECT global
Derek Foreman
2017-12-28
1
-1
/
+1
*
client: Restructure delete_id handler control flow
Derek Foreman
2017-12-28
1
-5
/
+4
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
1
-6
/
+8
*
client: Add wl_object_is_zombie() helper function
Derek Foreman
2017-12-28
1
-2
/
+2
*
client: Allow absolute paths in WAYLAND_DISPLAY
Matt Hoosier
2017-12-11
1
-11
/
+36
*
client: Simplify some logic in queue_event
Derek Foreman
2017-12-04
1
-4
/
+1
*
wayland-client: Require base 10 for WAYLAND_SOCKET, explicitly
Bryce Harrington
2016-11-21
1
-1
/
+1
*
client: fix typo
Eric Engestrom
2016-05-02
1
-4
/
+4
*
client: Fix wl_display_roundtrip_queue() race condition
Jonas Ådahl
2016-04-29
1
-2
/
+11
*
client: Introduce proxy wrappers
Jonas Ådahl
2016-04-29
1
-1
/
+109
*
client: Make proxy_destroy a static function
Jonas Ådahl
2016-04-28
1
-4
/
+1
*
wayland-client: fix spelling mistake
Eric Engestrom
2016-04-05
1
-2
/
+2
*
client: Don't segfault when receiving error on destroyed object
Jonas Ådahl
2016-02-26
1
-8
/
+24
*
Track protocol object versions inside wl_proxy.
Jason Ekstrand
2016-01-19
1
-7
/
+132
*
client: Fully flush during blocking dispatch
Jonas Ådahl
2016-01-16
1
-10
/
+29
*
client: Use read preparation API in wl_display_dispatch_queue()
Jonas Ådahl
2016-01-16
1
-35
/
+10
*
client: Don't make EPIPE fatal if triggered when flushing
Jonas Ådahl
2016-01-16
1
-5
/
+9
*
client: Remove misplaced documentation about main loop intergration
Jonas Ådahl
2016-01-16
1
-22
/
+0
*
client: Correct documentation regarding thread safeness
Jonas Ådahl
2016-01-16
1
-101
/
+60
*
client: Add missing arg in a wl_log invocation
Victor Berger
2016-01-13
1
-1
/
+1
*
doc: Fix function membership
Jonas Ådahl
2016-01-12
1
-5
/
+5
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-9
/
+3
*
add wl_abort private function
Marek Chalupa
2015-11-16
1
-8
/
+4
*
client: Move prepare read documentation to .._prepare_read_queue()
Jonas Ådahl
2015-10-08
1
-69
/
+61
*
client: Improve wl_display_roundtrip(_queue)() documentation
Jonas Ådahl
2015-10-05
1
-4
/
+12
*
client: Be more clear about when one must call wl_display_flush
Jonas Ådahl
2015-10-05
1
-4
/
+4
*
client: Reword and add documentation about the marshal functions
Jonas Ådahl
2015-10-05
1
-5
/
+7
*
client: Fix minor grammar issue
Jonas Ådahl
2015-10-05
1
-1
/
+1
*
Revert "client: require WAYLAND_DISPLAY to be set"
Pekka Paalanen
2015-08-24
1
-6
/
+4
*
client: require WAYLAND_DISPLAY to be set
Dima Ryazanov
2015-08-14
1
-4
/
+6
*
wayland-client : Fix queue_release not to call proxy_destroy
Elvis Lee
2015-08-06
1
-4
/
+6
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
Spelling fixes (cosmetic)
Bryce Harrington
2015-03-19
1
-2
/
+2
*
client: Fix typo
Bryce Harrington
2015-03-18
1
-1
/
+1
*
client: unref or destroy proxy when releasing queue
Marek Chalupa
2015-01-28
1
-43
/
+60
*
client: release display queue in wl_display_disconnect()
Marek Chalupa
2015-01-28
1
-0
/
+1
*
doc: made functions taking wl_event_queue arg belong to wl_event_queue
Bill Spitzak
2015-01-23
1
-4
/
+19
*
doc: add missing \memberof to wl_display_get_protocol_error
Bill Spitzak
2015-01-23
1
-4
/
+3
*
client: update documentation about threading
Marek Chalupa
2014-12-09
1
-36
/
+116
*
client: update obsolete comments
Marek Chalupa
2014-12-09
1
-31
/
+51
*
doc: fixed grammar and a typo
Derek Foreman
2014-11-27
1
-2
/
+2
*
doc: Removed \ref when it refers to the subject the text is attached to
Bill Spitzak
2014-11-25
1
-1
/
+1
[next]