summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: fixed grammar and a typoDerek Foreman2015-01-131-2/+2
* doc: fixed a typoBill Spitzak2015-01-131-1/+1
* client: read_events should return -1 after an errorMarek Chalupa2015-01-131-0/+5
* connection: abort if a listener function is NULLRyo Munakata2015-01-131-0/+5
* Remove useless semicolon.Carlos Olmedo Escobar2015-01-131-1/+1
* doc: Added API documentation for wl_display_destroy and wl_display_add_socket...Srivardhan Hebbar2015-01-131-0/+38
* scanner, client: Added more error checks when strtol function is usedImran Zaman2015-01-132-2/+7
* wayland-server: Abort if a read from a client gives 0 lengthPhilip Withnall2015-01-131-1/+1
* event-loop.c: Use correct OS abstraction function for dupfd()Philip Withnall2015-01-131-1/+1
* connection: Fix sendmsg() on FreeBSDPhilip Withnall2015-01-131-1/+1
* scanner: Remove stray newlineJonas Ådahl2015-01-121-1/+0
* scanner: Improve XML parse error reportingJonas Ådahl2015-01-121-2/+8
* 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
* 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
* 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
* client: remove unused variableMarek Chalupa2014-08-211-1/+0
* server: Don't expose wl_display as a globalJasper St. Pierre2014-08-211-20/+8
* client: add a public function to make a roundtrip on a custom queueGiulio Camuffo2014-08-212-3/+23
* event-loop: make signalfd non-blockingMarek Chalupa2014-08-181-2/+2
* 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
* 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
* doc: Fix link to wl_list_remove()Bryce W. Harrington2014-07-241-2/+2
* client: extend error handlingMarek Chalupa2014-07-072-18/+122
* connection: remove unreached codeBoyan Ding2014-06-181-2/+0
* scanner: Downgrade non-increasing version error to warning1.4.93Kristian Høgsberg2014-05-121-1/+1
* scanner: Generate macros for getting the 'since' version of an eventJonas Ådahl2014-05-091-0/+13
* scanner: Also fail when an implicitly versioned message is out of orderJonas Ådahl2014-05-091-4/+6
* doc: Added API documentation for wl_display_create function.Srivardhan Hebbar2014-05-091-0/+9
* server: fix potential memleak and NULL derefU. Artie Eoff2014-05-061-1/+2
* scanner: check wl_array_add resultU. Artie Eoff2014-05-061-1/+1
* Avoid printing to stderrKristian Høgsberg2014-04-302-15/+9
* Use non-blocking timerfd to prevent blocking when updating timer event sourcesAndrew Wedgbury2014-04-251-2/+3
* connection: fix a format string typo in error messageGiulio Camuffo2014-04-251-1/+1
* connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira2014-04-211-8/+17
* shm: Disallow shrinking shm poolsKristian Høgsberg2014-04-071-2/+8