| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #525: PANIC! No port specified for multimedia connections | Vadim Troshchinskiy | 2017-10-10 | 3 | -11/+19 |
* | nxcomp/src/Loop.cpp: Reduce control->TokenSize slightly again in order to fix... | Simon Matter | 2017-10-09 | 1 | -2/+2 |
* | .gitignore: Improve all .gitignore files, adapt to autotools build-flow and i... | Mike Gabriel | 2017-10-09 | 1 | -2/+0 |
* | nxcomp/src/Loop.cpp: whitespace fixes only. | Mihai Moldovan | 2017-09-29 | 1 | -6/+6 |
* | nxcomp/configure.ac: prettify AC_ARG_ENABLE() calls, use more quotes and AS_I... | Mihai Moldovan | 2017-09-29 | 1 | -13/+13 |
* | Fix nxagent argument parsing logic | Vadim Troshchinskiy | 2017-09-29 | 2 | -57/+51 |
* | nxcomp/src/{Loop,Proxy}.cpp: On Debian/kFreeBSD (and other *BSD variants) the... | Mike Gabriel | 2017-09-06 | 2 | -0/+16 |
* | nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX... | Mike Gabriel | 2017-08-11 | 1 | -1/+1 |
* | nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.) | Mihai Moldovan | 2017-08-09 | 1 | -1/+1 |
* | nxcomp/configure.ac: we don't need to specify empty optional parameters. | Mihai Moldovan | 2017-08-09 | 1 | -2/+2 |
* | nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing ... | Mike Gabriel | 2017-08-08 | 1 | -4/+4 |
* | nxcomp: Add __attribute__((noreturn)) to more functions where appropriate. | Mike Gabriel | 2017-07-26 | 3 | -4/+4 |
* | nxcomp/src/Loop.cpp: Don't mix using global proxyFD and a local p(roxy)FD var... | Mike Gabriel | 2017-07-26 | 1 | -16/+16 |
* | nxcomp/src/Loop.cpp: Don't use global variables as function paramters in hand... | Mike Gabriel | 2017-07-26 | 1 | -4/+4 |
* | nxcomp/src/Loop.cpp: Drop global variable diffTs, declare it in every funtion... | Mike Gabriel | 2017-07-26 | 1 | -5/+2 |
* | nxcomp/src/Transport.cpp: Don't redeclare local variable if it can be reused. | Mike Gabriel | 2017-07-26 | 1 | -1/+1 |
* | nxcomp/src/Loop.cpp: Don't reuse global variable names as function parameters... | Mike Gabriel | 2017-07-26 | 1 | -18/+18 |
* | nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'. | Mike Gabriel | 2017-07-26 | 2 | -5/+5 |
* | nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in Misc.h). | Mike Gabriel | 2017-07-26 | 1 | -7/+2 |
* | nxcomp/src/Proxy.cpp: Fix index usage of nested loops. | Mike Gabriel | 2017-07-26 | 1 | -5/+5 |
* | nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) and *... | Mike Gabriel | 2017-07-26 | 1 | -19/+19 |
* | nxcomp: Trivially fix local variables shadowing variables of same name from h... | Mike Gabriel | 2017-07-26 | 4 | -77/+77 |
* | nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES t... | Mike Gabriel | 2017-07-26 | 2 | -9/+11 |
* | nxcomp/configure.ac: Re-add previously available configure options --with-val... | Mike Gabriel | 2017-07-26 | 1 | -0/+14 |
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 241 | -1020/+710 |
* | nxcomp: Set TokenSize to 1536 for link type ADSL and WAN. Improving non-xrend... | Oleksandr Shneyder | 2017-06-30 | 1 | -2/+2 |
* | nxcomp/Children.cpp: Don't generate warnings with duplicated NX paths. | Mike Gabriel | 2017-04-21 | 1 | -61/+70 |
* | nxcomp/Loop.cpp: Fix server/client mode info cerr printing in PrintProcessInf... | Mike Gabriel | 2017-04-07 | 1 | -1/+1 |
* | Remove EMX (MS-DOS & OS/2) support | Mike DePaulo | 2017-03-29 | 2 | -19/+0 |
* | Cygwin nxcomp: Use Cygwin un.h | Mike DePaulo | 2017-03-29 | 2 | -7/+2 |
* | nxcomp/ChannelEndPoint.cpp: we're not really testing for a character, but a p... | Mihai Moldovan | 2017-03-09 | 1 | -1/+1 |
* | nxcomp/Loop.cpp: Allow nx/nx:<disp> as DISPLAY variable (i.e. an empty nx/nx ... | Mike Gabriel | 2017-03-02 | 1 | -1/+2 |
* | nxcomp/Loop.cpp: Ignore, options= nx/nx parameter, if file options path start... | Mike Gabriel | 2017-03-02 | 1 | -1/+1 |
* | nxcomp: Fix artifacts in copyright headers. | Mike Gabriel | 2016-12-20 | 3 | -11/+0 |
* | Make nxagent only bind to loopback when requested | Vadim Troshchinskiy | 2016-12-14 | 1 | -4/+8 |
* | Fix reversed logic in acceptHost setting | Vadim Troshchinskiy | 2016-12-13 | 1 | -2/+2 |
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+2 |
* | nxcomp: remove unused Utils.cpp | Ulrich Sibiller | 2016-11-02 | 1 | -43/+0 |
* | Add description of NX_SLAVE_CMD to man and help | Vadim Troshchinskiy | 2016-10-28 | 1 | -0/+7 |
* | Slave channel implementation | Vadim Troshchinskiy | 2016-10-28 | 3 | -34/+156 |
* | Loop.cpp: Fix output of SetCore() | Ulrich Sibiller | 2016-10-20 | 1 | -3/+3 |
* | nxcomp/{Client|}Proxy.cpp: Typo fix in error messages. | Mike Gabriel | 2016-10-13 | 2 | -6/+6 |
* | nxcomp: Fix typo in usage message. | Ulrich Sibiller | 2016-10-13 | 1 | -1/+1 |
* | Fix nxproxy hostname parsing. | Vadim Troshchinskiyddd | 2016-10-07 | 1 | -3/+3 |
* | Check if unixPath is NULL before accessing it; this fixes crashing of nxagent... | Vadim Troshchinskiy | 2016-10-07 | 1 | -1/+1 |
* | nxcomp/Loop.cpp: We have PrintVersionInfo(), why not use it? Use endl instead... | Mike Gabriel | 2016-08-26 | 1 | -6/+9 |
* | nxcomp/Loop.cpp: Mention DXPC copyright holders on application (i.e. nxproxy)... | Mike Gabriel | 2016-08-26 | 1 | -0/+3 |
* | nxcomp/Loop.cpp: We have GetCopyrightInfo() in Misc.cpp, so why not use it? A... | Mike Gabriel | 2016-08-24 | 1 | -2/+2 |
* | nxcomp/Misc.cpp: Display new list of copyright holders when launching nxproxy... | Mike Gabriel | 2016-08-24 | 1 | -8/+16 |
* | nxcomp/*.c: Update copyright headers, use new list of copyright holders like ... | Mike Gabriel | 2016-08-24 | 2 | -14/+30 |