summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-23configure.ac: bump version to 1.6.1 for stable release1.6.11.6Bryce Harrington1-1/+1
2015-01-13tests: fix memory leakMarek Chalupa2-10/+14
2015-01-13doc: fixed grammar and a typoDerek Foreman1-2/+2
2015-01-13doc: fixed a typoBill Spitzak1-1/+1
2015-01-13client: read_events should return -1 after an errorMarek Chalupa2-2/+7
2015-01-13connection: abort if a listener function is NULLRyo Munakata1-0/+5
2015-01-13Remove useless semicolon.Carlos Olmedo Escobar1-1/+1
2015-01-13doc: Added API documentation for wl_display_destroy and wl_display_add_socket...Srivardhan Hebbar1-0/+38
2015-01-13scanner, client: Added more error checks when strtol function is usedImran Zaman2-2/+7
2015-01-13wayland-server: Abort if a read from a client gives 0 lengthPhilip Withnall1-1/+1
2015-01-13event-loop.c: Use correct OS abstraction function for dupfd()Philip Withnall1-1/+1
2015-01-13connection: Fix sendmsg() on FreeBSDPhilip Withnall1-1/+1
2015-01-13README: Tiny cosmetic changeDaniel Stone1-1/+1
2015-01-12scanner: Remove stray newlineJonas Ådahl1-1/+0
2015-01-12scanner: Improve XML parse error reportingJonas Ådahl1-2/+8
2014-09-19configure.ac: bump version to 1.6.01.6.0Pekka Paalanen1-2/+2
2014-09-12configure.ac: bump version to 1.5.93 for rc21.5.93Pekka Paalanen1-1/+1
2014-09-11shm: fix error in commentDerek Foreman1-1/+1
2014-09-11client: cancel read in wl_display_read_events() when last_error is setMarek Chalupa1-3/+10
2014-09-11client: wake-up threads on all return paths from read_eventsMarek Chalupa1-1/+6
2014-09-11display-test: test if threads are woken up on EAGAINMarek Chalupa1-0/+39
2014-09-09tests: use nanosleep instead of usleepMarek Chalupa1-4/+19
2014-09-05configure.ac: bump version to 1.5.92 for rc11.5.92Pekka Paalanen1-1/+1
2014-09-05doc: Quell warnings about missing man3 directory before its been builtBryce W. Harrington1-1/+1
2014-09-04display-test: make use of create_thread functionMarek Chalupa1-29/+26
2014-09-04client: add display_wakeup_threads functionMarek Chalupa1-12/+25
2014-09-04wayland-client: Initialize newly created wl_proxys to zeroNils Chr. Brause1-6/+4
2014-09-03doc/publican: stop excessive rebuildsPeter Hutterer1-14/+11
2014-08-22configure.ac: Bump version to 1.5.91 for the alpha release1.5.91Pekka Paalanen1-1/+1
2014-08-22client: check for error in wl_display_read_eventsMarek Chalupa1-0/+7
2014-08-22client: broadcast the right pthread_cond variableMarek Chalupa1-0/+16
2014-08-22client: drop unused event queue cond and list variablesOlivier Blin1-22/+0
2014-08-22tests: add test for reading after an error occurredMarek Chalupa1-0/+60
2014-08-22tests: add tests for wl_display_cancel_readMarek Chalupa1-0/+69
2014-08-22tests: test if thread can block on errorMarek Chalupa1-0/+90
2014-08-22tests: test posting errorsMarek Chalupa1-0/+246
2014-08-22tests: use test compositor in queue-testMarek Chalupa1-152/+30
2014-08-22tests: add test-compositorMarek Chalupa3-1/+572
2014-08-21client: remove unused variableMarek Chalupa1-1/+0
2014-08-21tests: remove unnecessary lines from queue-testMarek Chalupa1-10/+0
2014-08-21tests: remove leaks from queue-testMarek Chalupa1-0/+5
2014-08-21server: Don't expose wl_display as a globalJasper St. Pierre1-20/+8
2014-08-21tests: test the wl_display_roundtrip_queue() functionGiulio Camuffo1-0/+74
2014-08-21client: add a public function to make a roundtrip on a custom queueGiulio Camuffo2-3/+23
2014-08-21wl_surface: clarify the base of time passed in the callback of frameRyo Munakata1-1/+1
2014-08-19tests: fix event_loop_timer_updatesMarek Chalupa1-0/+14
2014-08-19tests: event_loop_timer_updates - add asserts and fix indentationMarek Chalupa1-4/+4
2014-08-18tests: add one more test for event-loop signal sourceMarek Chalupa1-0/+38
2014-08-18event-loop: make signalfd non-blockingMarek Chalupa1-2/+2
2014-08-18tests: make event-loop-test more explicitMarek Chalupa1-6/+8