aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ce-server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* w32ce: Adjust to changed API and make it build again.Werner Koch2013-02-221-1/+1
| | | | | | | | | | | * src/system-w32ce.c (__assuan_write, __assuan_recvmsg) (__assuan_sendmsg, __assuan_waitpid): Make functions global. * tests/ce-server.c: Fix syntax error (s/#else/#endif) -- This patch fixes some cruft which has accidentally been introduced over time. The code builds, but due to a lack of ready to use CE box, I was not able to test it.
* Include sys/select.h in a test utility.Werner Koch2011-03-281-47/+49
| | | | | This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin due to missing include).
* Changed the implementation of CreatePipe under W32CE.Werner Koch2010-03-221-0/+2
| | | | | Reorganized the source.
* A couple of changes to eventually fully support W32ce.Werner Koch2010-02-241-30/+781
|
* Add a run command.Werner Koch2010-01-291-0/+107
|
* Add some commands to the test server.Werner Koch2010-01-281-7/+292
|
* First take on Server for W32CEWerner Koch2010-01-281-0/+271