summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump version to 1.6.01.6.0Pekka Paalanen2014-09-191-2/+2
* configure.ac: bump version to 1.5.93 for rc21.5.93Pekka Paalanen2014-09-121-1/+1
* shm: fix error in commentDerek Foreman2014-09-111-1/+1
* client: cancel read in wl_display_read_events() when last_error is setMarek Chalupa2014-09-111-3/+10
* client: wake-up threads on all return paths from read_eventsMarek Chalupa2014-09-111-1/+6
* display-test: test if threads are woken up on EAGAINMarek Chalupa2014-09-111-0/+39
* tests: use nanosleep instead of usleepMarek Chalupa2014-09-091-4/+19
* configure.ac: bump version to 1.5.92 for rc11.5.92Pekka Paalanen2014-09-051-1/+1
* doc: Quell warnings about missing man3 directory before its been builtBryce W. Harrington2014-09-051-1/+1
* display-test: make use of create_thread functionMarek Chalupa2014-09-041-29/+26
* client: add display_wakeup_threads functionMarek Chalupa2014-09-041-12/+25
* wayland-client: Initialize newly created wl_proxys to zeroNils Chr. Brause2014-09-041-6/+4
* doc/publican: stop excessive rebuildsPeter Hutterer2014-09-031-14/+11
* configure.ac: Bump version to 1.5.91 for the alpha release1.5.91Pekka Paalanen2014-08-221-1/+1
* client: check for error in wl_display_read_eventsMarek Chalupa2014-08-221-0/+7
* client: broadcast the right pthread_cond variableMarek Chalupa2014-08-221-0/+16
* client: drop unused event queue cond and list variablesOlivier Blin2014-08-221-22/+0
* tests: add test for reading after an error occurredMarek Chalupa2014-08-221-0/+60
* tests: add tests for wl_display_cancel_readMarek Chalupa2014-08-221-0/+69
* tests: test if thread can block on errorMarek Chalupa2014-08-221-0/+90
* tests: test posting errorsMarek Chalupa2014-08-221-0/+246
* tests: use test compositor in queue-testMarek Chalupa2014-08-221-151/+29
* tests: add test-compositorMarek Chalupa2014-08-223-1/+572
* client: remove unused variableMarek Chalupa2014-08-211-1/+0
* tests: remove unnecessary lines from queue-testMarek Chalupa2014-08-211-10/+0
* tests: remove leaks from queue-testMarek Chalupa2014-08-211-0/+5
* server: Don't expose wl_display as a globalJasper St. Pierre2014-08-211-20/+8
* tests: test the wl_display_roundtrip_queue() functionGiulio Camuffo2014-08-211-0/+74
* client: add a public function to make a roundtrip on a custom queueGiulio Camuffo2014-08-212-3/+23
* wl_surface: clarify the base of time passed in the callback of frameRyo Munakata2014-08-211-1/+1
* tests: fix event_loop_timer_updatesMarek Chalupa2014-08-191-0/+14
* tests: event_loop_timer_updates - add asserts and fix indentationMarek Chalupa2014-08-191-4/+4
* tests: add one more test for event-loop signal sourceMarek Chalupa2014-08-181-0/+38
* event-loop: make signalfd non-blockingMarek Chalupa2014-08-181-2/+2
* tests: make event-loop-test more explicitMarek Chalupa2014-08-181-6/+8
* scanner: Make emit_structs more explicitJasper St. Pierre2014-08-181-13/+12
* scanner: Use an enum to determine the type of thing we're writing outJasper St. Pierre2014-08-181-6/+11
* server: fix conditions for fds in wl_socket_destroyPekka Paalanen2014-08-071-7/+20
* server: fix error handling when adding socketMarek Chalupa2014-08-071-7/+16
* tests: add tests for bug in adding socketMarek Chalupa2014-08-071-1/+89
* server: move memset after checkMarek Chalupa2014-08-071-1/+2
* server: Add a simple API to find a good default displayJasper St. Pierre2014-08-052-25/+74
* server: Save the display name in the wl_socketJasper St. Pierre2014-08-051-0/+3
* server: Make get_socket_lock operate directly on the socket's lock_fdJasper St. Pierre2014-08-051-11/+11
* server: Split out code to initialize the socket address for a display nameJasper St. Pierre2014-08-051-16/+27
* server: Create the socket FD after taking the lockJasper St. Pierre2014-08-051-6/+6
* server: Clean up socket destructionJasper St. Pierre2014-08-051-26/+25
* wayland-client: Fix indentationJasper St. Pierre2014-08-051-3/+3
* gitignore: Add another test-suite fileBryce W. Harrington2014-07-251-0/+1
* protocol: add repeat_info event to wl_keyboardJonny Lamb2014-07-251-2/+26