Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #3: use one socket connect per request | Matthias Vogelgesang | 2016-12-16 | 1 | -44/+15 |
| | | | | | | | | | | | Previously all requests shared the same connection which meant that the client had to wait that a request finished until it could issue another request. Otherwise, replies could end up for the wrong request causing all kinds of problems. This synchronous request-reply model could not be kept because of inherent asynchronicity of certain mechanisms (e.g. grab + software trigger). This change removes the always-open socket connection and replaces it with a new connection per request. Due to the OS multiplexing, replies cannot be mistaken. | ||||
* | Match different errors for GLib <= 2.36 | Matthias Vogelgesang | 2016-04-13 | 1 | -0/+4 |
| | |||||
* | Support custom string properties | Matthias Vogelgesang | 2016-02-18 | 1 | -0/+4 |
| | |||||
* | Proxy custom camera properties to the client | Matthias Vogelgesang | 2016-02-18 | 1 | -0/+61 |
| | |||||
* | Fix set property handler | Matthias Vogelgesang | 2016-02-18 | 1 | -1/+1 |
| | | | | No message type was sent thus corrupting communication. | ||||
* | Unset error | Matthias Vogelgesang | 2016-02-17 | 1 | -0/+1 |
| | |||||
* | Fix writing wrong buffer | Matthias Vogelgesang | 2016-02-17 | 1 | -1/+0 |
| | |||||
* | Implement outstanding write request | Matthias Vogelgesang | 2016-02-17 | 1 | -0/+37 |
| | |||||
* | Set port centrally and allow server override | Matthias Vogelgesang | 2016-02-17 | 1 | -4/+9 |
| | |||||
* | Refactor server code into ucad.c | Matthias Vogelgesang | 2016-02-16 | 1 | -39/+175 |
| | |||||
* | Add readout and trigger API | Matthias Vogelgesang | 2016-02-16 | 1 | -0/+24 |
| | |||||
* | Initial commit | Matthias Vogelgesang | 2016-02-16 | 1 | -0/+223 |