| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #11 from ufo-kit/sync-statesHEADmaster | Marcus Zuber | 2020-03-31 | 1 | -0/+2 |
| |\ | | | | | Pass is_recording and is_readout to server | ||||
| | * | Pass is_recording and is_readout to server | Marcus Zuber | 2020-03-31 | 1 | -0/+2 |
| |/ | |||||
| * | Fix host | Marcus Zuber | 2020-03-30 | 1 | -5/+3 |
| | | |||||
| * | Fix a few minor leaks | Matthias Vogelgesang | 2018-06-26 | 2 | -2/+3 |
| | | |||||
| * | Fix #10: transmit enum value nick names | Matthias Vogelgesang | 2018-06-19 | 3 | -5/+6 |
| | | |||||
| * | Support more property types | Matthias Vogelgesang | 2018-05-25 | 1 | -0/+12 |
| | | |||||
| * | meson: fix wrong argument name | Matthias Vogelgesang | 2018-04-25 | 1 | -1/+1 |
| | | |||||
| * | ucad: fix readout | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+2 |
| | | |||||
| * | Raise enum value name length and issue warning | Matthias Vogelgesang | 2018-01-24 | 2 | -1/+5 |
| | | |||||
| * | Remove debug output and misleading comment | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+0 |
| | | |||||
| * | Transmit enum value names | Matthias Vogelgesang | 2017-12-08 | 3 | -4/+9 |
| | | |||||
| * | Don't use g_object_unref on NULL | Matthias Vogelgesang | 2017-10-16 | 1 | -2/+1 |
| | | |||||
| * | Fix #7: use glib-unix.h only on UNIX-like OSes | Matthias Vogelgesang | 2017-10-16 | 4 | -1/+14 |
| | | |||||
| * | Include glib-unix.h for g_unix_signal_add | Matthias Vogelgesang | 2017-10-13 | 1 | -1/+2 |
| | | |||||
| * | ucad: use GIO way to listen to signals | Matthias Vogelgesang | 2017-10-13 | 1 | -7/+1 |
| | | |||||
| * | Fix return value | Matthias Vogelgesang | 2017-10-12 | 1 | -1/+1 |
| | | |||||
| * | Send flag that denotes serialization validity | Matthias Vogelgesang | 2017-10-12 | 3 | -12/+20 |
| | | | | | | | 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. | ||||
| * | Add meson support | Matthias Vogelgesang | 2017-10-11 | 2 | -0/+28 |
| | | |||||
| * | ucad: print errors on stderr | Matthias Vogelgesang | 2017-10-11 | 1 | -5/+5 |
| | | |||||
| * | ucad: handle SIGINT gracefully | Matthias Vogelgesang | 2017-10-11 | 1 | -2/+9 |
| | | |||||
| * | Support int64 and uint64 properties | Matthias Vogelgesang | 2017-10-10 | 3 | -0/+8 |
| | | |||||
| * | Improve custom enum handling | Matthias Vogelgesang | 2017-10-10 | 3 | -0/+53 |
| | | |||||
| * | Add warning if we cannot deserialize a property | Matthias Vogelgesang | 2017-10-10 | 1 | -0/+1 |
| | | |||||
| * | ucad: improve warning | Matthias Vogelgesang | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | Specify UCA_NET_HOST env var | Matthias Vogelgesang | 2017-10-05 | 1 | -0/+3 |
| | | |||||
| * | ucad: print error if serve returns unexpectedly | Matthias Vogelgesang | 2017-04-07 | 1 | -0/+4 |
| | | |||||
| * | Show debug output for property setting | Matthias Vogelgesang | 2017-04-06 | 1 | -0/+1 |
| | | |||||
| * | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | 2017-04-04 | 1 | -13/+29 |
| | | |||||
| * | Add .gitignore | Matthias Vogelgesang | 2017-04-04 | 1 | -0/+1 |
| | | |||||
| * | Fix #6: correctly check g_strcmp0 | Matthias Vogelgesang | 2016-12-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5 from ufo-kit/fix-3 | Matthias Vogelgesang | 2016-12-21 | 3 | -88/+66 |
| |\ | | | | | Fix #3: use one socket connect per request | ||||
| | * | Fix #3: use one socket connect per request | Matthias Vogelgesang | 2016-12-16 | 3 | -88/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #4 from softwareschneiderei/master | Matthias Vogelgesang | 2016-12-16 | 1 | -2/+4 |
| |\| | | | | | Defined missing paths for correct installation | ||||
| | * | Defined missing paths for correct installation | Marius Elvert | 2016-12-16 | 1 | -2/+4 |
| |/ | |||||
| * | Set CMake policies for newer CMake versions | Matthias Vogelgesang | 2016-12-15 | 1 | -0/+9 |
| | | |||||
| * | Compile with -fPIC by default | Matthias Vogelgesang | 2016-12-15 | 1 | -1/+1 |
| | | |||||
| * | Allow setting host via UCA_NET_HOST | Matthias Vogelgesang | 2016-07-19 | 1 | -3/+8 |
| | | |||||
| * | Match different errors for GLib <= 2.36 | Matthias Vogelgesang | 2016-04-13 | 1 | -0/+4 |
| | | |||||
| * | Document way to specify port for the grab example | Matthias Vogelgesang | 2016-04-01 | 1 | -1/+1 |
| | | |||||
| * | Use current exported symbol name | Matthias Vogelgesang | 2016-03-16 | 1 | -1/+1 |
| | | | | | See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0 | ||||
| * | Do not throw assertion in case of mismatched data | Matthias Vogelgesang | 2016-02-18 | 1 | -2/+2 |
| | | |||||
| * | Read entire reply | Matthias Vogelgesang | 2016-02-18 | 1 | -1/+1 |
| | | |||||
| * | Fix segfault for particular reply condition | Matthias Vogelgesang | 2016-02-18 | 1 | -1/+1 |
| | | |||||
| * | Support custom string properties | Matthias Vogelgesang | 2016-02-18 | 3 | -0/+11 |
| | | |||||
| * | Fix segfault if server is not running | Matthias Vogelgesang | 2016-02-18 | 1 | -4/+6 |
| | | |||||
| * | Proxy custom camera properties to the client | Matthias Vogelgesang | 2016-02-18 | 3 | -0/+152 |
| | | |||||
| * | 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 | 3 | -0/+74 |
| | | |||||
