summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove obsolete function declarationsMatthias Vogelgesang2016-02-172-26/+2
|
* Merge uca-net-client.c into uca-net-camera.cMatthias Vogelgesang2016-02-173-231/+201
|
* Set port centrally and allow server overrideMatthias Vogelgesang2016-02-174-6/+16
|
* Remove obsolete declarationsMatthias Vogelgesang2016-02-161-16/+0
|
* Refactor server code into ucad.cMatthias Vogelgesang2016-02-164-244/+178
|
* Add readout and trigger APIMatthias Vogelgesang2016-02-164-15/+93
|
* Update READMEMatthias Vogelgesang2016-02-161-0/+11
|
* Set host and connect in constructed methodMatthias Vogelgesang2016-02-161-5/+14
|
* Initial commitMatthias Vogelgesang2016-02-1610-0/+1237