summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11 from ufo-kit/sync-statesHEADmasterMarcus Zuber2020-03-311-0/+2
|\ | | | | Pass is_recording and is_readout to server
| * Pass is_recording and is_readout to serverMarcus Zuber2020-03-311-0/+2
|/
* Fix hostMarcus Zuber2020-03-301-5/+3
|
* Fix a few minor leaksMatthias Vogelgesang2018-06-262-2/+3
|
* Fix #10: transmit enum value nick namesMatthias Vogelgesang2018-06-193-5/+6
|
* Support more property typesMatthias Vogelgesang2018-05-251-0/+12
|
* meson: fix wrong argument nameMatthias Vogelgesang2018-04-251-1/+1
|
* ucad: fix readoutMatthias Vogelgesang2018-01-241-2/+2
|
* Raise enum value name length and issue warningMatthias Vogelgesang2018-01-242-1/+5
|
* Remove debug output and misleading commentMatthias Vogelgesang2018-01-241-2/+0
|
* Transmit enum value namesMatthias Vogelgesang2017-12-083-4/+9
|
* Don't use g_object_unref on NULLMatthias Vogelgesang2017-10-161-2/+1
|
* Fix #7: use glib-unix.h only on UNIX-like OSesMatthias Vogelgesang2017-10-164-1/+14
|
* Include glib-unix.h for g_unix_signal_addMatthias Vogelgesang2017-10-131-1/+2
|
* ucad: use GIO way to listen to signalsMatthias Vogelgesang2017-10-131-7/+1
|
* Fix return valueMatthias Vogelgesang2017-10-121-1/+1
|
* Send flag that denotes serialization validityMatthias Vogelgesang2017-10-123-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 supportMatthias Vogelgesang2017-10-112-0/+28
|
* ucad: print errors on stderrMatthias Vogelgesang2017-10-111-5/+5
|
* ucad: handle SIGINT gracefullyMatthias Vogelgesang2017-10-111-2/+9
|
* Support int64 and uint64 propertiesMatthias Vogelgesang2017-10-103-0/+8
|
* Improve custom enum handlingMatthias Vogelgesang2017-10-103-0/+53
|
* Add warning if we cannot deserialize a propertyMatthias Vogelgesang2017-10-101-0/+1
|
* ucad: improve warningMatthias Vogelgesang2017-10-101-1/+1
|
* Specify UCA_NET_HOST env varMatthias Vogelgesang2017-10-051-0/+3
|
* ucad: print error if serve returns unexpectedlyMatthias Vogelgesang2017-04-071-0/+4
|
* Show debug output for property settingMatthias Vogelgesang2017-04-061-0/+1
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-041-13/+29
|
* Add .gitignoreMatthias Vogelgesang2017-04-041-0/+1
|
* Fix #6: correctly check g_strcmp0Matthias Vogelgesang2016-12-231-1/+1
|
* Merge pull request #5 from ufo-kit/fix-3Matthias Vogelgesang2016-12-213-88/+66
|\ | | | | Fix #3: use one socket connect per request
| * Fix #3: use one socket connect per requestMatthias Vogelgesang2016-12-163-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/masterMatthias Vogelgesang2016-12-161-2/+4
|\ \ | |/ | | Defined missing paths for correct installation
| * Defined missing paths for correct installationMarius Elvert2016-12-161-2/+4
|/
* Set CMake policies for newer CMake versionsMatthias Vogelgesang2016-12-151-0/+9
|
* Compile with -fPIC by defaultMatthias Vogelgesang2016-12-151-1/+1
|
* Allow setting host via UCA_NET_HOSTMatthias Vogelgesang2016-07-191-3/+8
|
* Match different errors for GLib <= 2.36Matthias Vogelgesang2016-04-131-0/+4
|
* Document way to specify port for the grab exampleMatthias Vogelgesang2016-04-011-1/+1
|
* Use current exported symbol nameMatthias Vogelgesang2016-03-161-1/+1
| | | | See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0
* Do not throw assertion in case of mismatched dataMatthias Vogelgesang2016-02-181-2/+2
|
* Read entire replyMatthias Vogelgesang2016-02-181-1/+1
|
* Fix segfault for particular reply conditionMatthias Vogelgesang2016-02-181-1/+1
|
* Support custom string propertiesMatthias Vogelgesang2016-02-183-0/+11
|
* Fix segfault if server is not runningMatthias Vogelgesang2016-02-181-4/+6
|
* Proxy custom camera properties to the clientMatthias Vogelgesang2016-02-183-0/+152
|
* Fix set property handlerMatthias Vogelgesang2016-02-181-1/+1
| | | | No message type was sent thus corrupting communication.
* Unset errorMatthias Vogelgesang2016-02-171-0/+1
|
* Fix writing wrong bufferMatthias Vogelgesang2016-02-171-1/+0
|
* Implement outstanding write requestMatthias Vogelgesang2016-02-173-0/+74
|