Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32ce: Adjust to changed API and make it build again. | Werner Koch | 2013-02-22 | 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. | ||||
* | Include sys/select.h in a test utility. | Werner Koch | 2011-03-28 | 1 | -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 Koch | 2010-03-22 | 1 | -0/+2 |
| | | | | | Reorganized the source. | ||||
* | A couple of changes to eventually fully support W32ce. | Werner Koch | 2010-02-24 | 1 | -30/+781 |
| | |||||
* | Add a run command. | Werner Koch | 2010-01-29 | 1 | -0/+107 |
| | |||||
* | Add some commands to the test server. | Werner Koch | 2010-01-28 | 1 | -7/+292 |
| | |||||
* | First take on Server for W32CE | Werner Koch | 2010-01-28 | 1 | -0/+271 |