aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ce-server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-22w32ce: Adjust to changed API and make it build again.Werner Koch1-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.
2011-03-28Include sys/select.h in a test utility.Werner Koch1-47/+49
This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin due to missing include).
2010-03-22Changed the implementation of CreatePipe under W32CE.Werner Koch1-0/+2
Reorganized the source.
2010-02-24A couple of changes to eventually fully support W32ce.Werner Koch1-30/+781
2010-01-29Add a run command.Werner Koch1-0/+107
2010-01-28Add some commands to the test server.Werner Koch1-7/+292
2010-01-28First take on Server for W32CEWerner Koch1-0/+271