aboutsummaryrefslogtreecommitdiffstats
path: root/tests/connection-test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosTobias Stoeckmann2025-05-201-1/+1
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-081-3/+64
* Do not allow nullable `new_id`Ian Douglas Scott2022-07-141-3/+0
* Do not allow nullable arrays, which were not correctly implementedIan Douglas Scott2022-07-141-10/+0
* connection-test: Pad out strings with null bytesFergus Dall2021-07-221-0/+2
* connection: Handle non-nullable strings in wl_connection_demarshalFergus Dall2021-06-221-0/+18
* connection-test: Encode size in message headers correctlyFergus Dall2021-06-221-7/+7
* tests: fix typosMaxime Roussin-Bélanger2020-12-171-1/+1
* connection: fix demarshal of invalid headerPekka Paalanen2019-03-131-1/+1
* tests: add request_bogus_sizePekka Paalanen2019-03-131-0/+87
* tests: Demarshalling of very long array/string lengths.Michal Srb2018-08-241-0/+63
* connection-test: fix assertEric Engestrom2017-03-161-2/+2
* tests: Fix "new ID" type handling in argument_from_va_list testCarlos Garnacho2017-02-231-3/+3
* tests: Test wl_argument_from_va_listYong Bakos2017-01-261-0/+35
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* tests: Pass argument to client mainJonas Ådahl2016-01-161-2/+2
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* remove trailing whitespacesMichael Vetter2015-05-151-4/+4
* connection-test: add tests for closure leaksMarek Chalupa2015-01-281-0/+79
* connection: Leave fd open in wl_connection_destroyBenjamin Herr2014-11-041-2/+6
* connection-test: check malloc resultU. Artie Eoff2014-05-061-0/+2
* connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira2014-04-211-0/+37
* connection-test: assert closure is not NULL before invoking itU. Artie Eoff2014-01-151-0/+1
* Update tests for wl_map changes and add a map_flags testJason Ekstrand2013-06-051-2/+2
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-181-6/+7
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-171-3/+3
* tests: rename temporary filesPekka Paalanen2012-12-031-2/+2
* tests: Don't leave temporary files behindSven Joachim2012-12-031-0/+2
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-101-61/+19
* More consistent ID printingDaniel Stone2012-07-231-1/+1
* protocol: Add explicit nullable typesChristopher James Halse Rogers2012-07-021-4/+83
* tests: fix make check for out-of-tree buildsDylan Noblesmith2012-06-301-1/+1
* tests: Update test cases to new closure allocate conventionKristian Høgsberg2012-06-151-28/+27
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-081-0/+26
* tests: Test invoking closures built with wl_closure_vmarshal()Kristian Høgsberg2012-04-221-0/+38
* connection: Move closure object out of wl_connectionKristian Høgsberg2012-04-221-22/+22
* tests: Fix signedness warningsKristian Høgsberg2012-04-131-1/+1
* connection-test: Add test case to stress connection buffersKristian Høgsberg2012-03-241-0/+22
* connection-test: Test fd transportKristian Høgsberg2012-03-241-0/+24
* connection-test: Add more test casesKristian Høgsberg2012-03-231-0/+8
* connection-test: Store expected result in struct marshal_dataKristian Høgsberg2012-03-231-23/+25
* tests: Add marshal+demarshal connection testKristian Høgsberg2012-03-231-0/+51
* tests: Use different connections for read and write testsKristian Høgsberg2012-03-231-16/+42
* tests: Remove debug printfKristian Høgsberg2012-03-211-1/+0
* tests: Add demarshal testsKristian Høgsberg2012-03-051-0/+77
* tests: Add more marshal testsKristian Høgsberg2012-03-051-0/+22
* tests: Simplify connection tests a bitKristian Høgsberg2012-03-051-9/+6
* tests: Add connection marshalling testsKristian Høgsberg2012-03-031-0/+59
* tests: Add connection testsKristian Høgsberg2012-03-021-0/+139