Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few minor leaks | Matthias Vogelgesang | 2018-06-26 | 1 | -0/+1 |
* | Fix #10: transmit enum value nick names | Matthias Vogelgesang | 2018-06-19 | 1 | -0/+3 |
* | ucad: fix readout | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+2 |
* | Raise enum value name length and issue warning | Matthias Vogelgesang | 2018-01-24 | 1 | -0/+4 |
* | Remove debug output and misleading comment | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+0 |
* | Transmit enum value names | Matthias Vogelgesang | 2017-12-08 | 1 | -1/+5 |
* | 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 | 1 | -1/+8 |
* | 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 | 1 | -6/+6 |
* | 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 | 1 | -0/+4 |
* | Improve custom enum handling | Matthias Vogelgesang | 2017-10-10 | 1 | -0/+20 |
* | ucad: improve warning | Matthias Vogelgesang | 2017-10-10 | 1 | -1/+1 |
* | 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 |
* | Fix #3: use one socket connect per request | Matthias Vogelgesang | 2016-12-16 | 1 | -44/+15 |
* | 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 |
* | 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 |