| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-12 | Send flag that denotes serialization validity | Matthias Vogelgesang | |
| Before, we tried to install an existing property if the new property could not been serialized. Now, we always send a property description but denote if it is properly serialized. | |||
| 2017-10-11 | Add meson support | Matthias Vogelgesang | |
| 2017-10-11 | ucad: print errors on stderr | Matthias Vogelgesang | |
| 2017-10-11 | ucad: handle SIGINT gracefully | Matthias Vogelgesang | |
| 2017-10-10 | Support int64 and uint64 properties | Matthias Vogelgesang | |
| 2017-10-10 | Improve custom enum handling | Matthias Vogelgesang | |
| 2017-10-10 | Add warning if we cannot deserialize a property | Matthias Vogelgesang | |
| 2017-10-10 | ucad: improve warning | Matthias Vogelgesang | |
| 2017-10-05 | Specify UCA_NET_HOST env var | Matthias Vogelgesang | |
| 2017-04-07 | ucad: print error if serve returns unexpectedly | Matthias Vogelgesang | |
| 2017-04-06 | Show debug output for property setting | Matthias Vogelgesang | |
| 2017-04-04 | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | |
| 2017-04-04 | Add .gitignore | Matthias Vogelgesang | |
| 2016-12-23 | Fix #6: correctly check g_strcmp0 | Matthias Vogelgesang | |
| 2016-12-21 | Merge pull request #5 from ufo-kit/fix-3 | Matthias Vogelgesang | |
| Fix #3: use one socket connect per request | |||
| 2016-12-16 | Fix #3: use one socket connect per request | Matthias Vogelgesang | |
| 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. | |||
| 2016-12-16 | Merge pull request #4 from softwareschneiderei/master | Matthias Vogelgesang | |
| Defined missing paths for correct installation | |||
| 2016-12-16 | Defined missing paths for correct installation | Marius Elvert | |
| 2016-12-15 | Set CMake policies for newer CMake versions | Matthias Vogelgesang | |
| 2016-12-15 | Compile with -fPIC by default | Matthias Vogelgesang | |
| 2016-07-19 | Allow setting host via UCA_NET_HOST | Matthias Vogelgesang | |
| 2016-04-13 | Match different errors for GLib <= 2.36 | Matthias Vogelgesang | |
| 2016-04-01 | Document way to specify port for the grab example | Matthias Vogelgesang | |
| 2016-03-16 | Use current exported symbol name | Matthias Vogelgesang | |
| See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0 | |||
| 2016-02-18 | Do not throw assertion in case of mismatched data | Matthias Vogelgesang | |
| 2016-02-18 | Read entire reply | Matthias Vogelgesang | |
| 2016-02-18 | Fix segfault for particular reply condition | Matthias Vogelgesang | |
| 2016-02-18 | Support custom string properties | Matthias Vogelgesang | |
| 2016-02-18 | Fix segfault if server is not running | Matthias Vogelgesang | |
| 2016-02-18 | Proxy custom camera properties to the client | Matthias Vogelgesang | |
| 2016-02-18 | Fix set property handler | Matthias Vogelgesang | |
| No message type was sent thus corrupting communication. | |||
| 2016-02-17 | Unset error | Matthias Vogelgesang | |
| 2016-02-17 | Fix writing wrong buffer | Matthias Vogelgesang | |
| 2016-02-17 | Implement outstanding write request | Matthias Vogelgesang | |
| 2016-02-17 | Remove obsolete function declarations | Matthias Vogelgesang | |
| 2016-02-17 | Merge uca-net-client.c into uca-net-camera.c | Matthias Vogelgesang | |
| 2016-02-17 | Set port centrally and allow server override | Matthias Vogelgesang | |
| 2016-02-16 | Remove obsolete declarations | Matthias Vogelgesang | |
| 2016-02-16 | Refactor server code into ucad.c | Matthias Vogelgesang | |
| 2016-02-16 | Add readout and trigger API | Matthias Vogelgesang | |
| 2016-02-16 | Update README | Matthias Vogelgesang | |
| 2016-02-16 | Set host and connect in constructed method | Matthias Vogelgesang | |
| 2016-02-16 | Initial commit | Matthias Vogelgesang | |
