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