aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Proxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* nxcomp/src/{Loop,Proxy}.cpp: On Debian/kFreeBSD (and other *BSD variants) ↵Mike Gabriel2017-09-061-0/+8
| | | | | | the sockaddr_un.sun_path property is 104 chars long, not 108. Hard-coding Unix domain sockets in nxcomp the string length 104. Fixes ArcticaProject/nx-libs#507.
* nxcomp/src/Proxy.cpp: Fix index usage of nested loops.Mike Gabriel2017-07-261-5/+5
|
* nxcomp: Trivially fix local variables shadowing variables of same name from ↵Mike Gabriel2017-07-261-10/+10
| | | | higher scope.
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-0/+6529