| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and nxage... | Mike Gabriel | 2017-12-05 | 8 | -88/+18 |
| |/ |
|
| * | Merge branch 'uli42-pr/fix_global_tcpFD' into 3.6.x | Mike Gabriel | 2017-12-05 | 9 | -90/+84 |
| |\ |
|
| | * | nxcomp: use lowercase abbreviations for seconds and milliseconds | Ulrich Sibiller | 2017-12-02 | 9 | -71/+71 |
| | * | nxcomp: remove unused return values | Ulrich Sibiller | 2017-12-02 | 1 | -19/+12 |
| | * | nxcomp: Fix setting of global tcpFD | Ulrich Sibiller | 2017-12-02 | 1 | -1/+2 |
| |/ |
|
| * | Merge branch 'uli42-pr/nokeyconv' into 3.6.x | Mihai Moldovan | 2017-11-26 | 5 | -5/+72 |
| |\ |
|
| | * | Keyboard.c: make nxagentKeycodeConversion a Boolean | Ulrich Sibiller | 2017-11-23 | 1 | -1/+1 |
| | * | add option keyconv=(auto|on|off) | Ulrich Sibiller | 2017-11-23 | 5 | -0/+67 |
| | * | Keyboard.c: Use booleans for nxagentKeycodeConversion | Ulrich Sibiller | 2017-11-23 | 1 | -5/+5 |
| |/ |
|
| * | nxcomp/src/Misc.cpp: Update explanation for the NX_TEMP env variable. | Mike Gabriel | 2017-11-22 | 1 | -2/+1 |
| * | nxproxy.1 man page: Update explanation for NX_TEMP env variable. | Mike Gabriel | 2017-11-22 | 1 | -2/+1 |
| * | Merge branch 'Ionic-bugfix/hardcode-socket-paths-in-libX11' into 3.6.x | Mike Gabriel | 2017-11-22 | 1 | -168/+0 |
| |\ |
|
| | * | nx-X11/lib/include/xtrans/Xtranssock.c: drop UNIX path overrides as well. | Mihai Moldovan | 2017-11-22 | 1 | -168/+0 |
| |/ |
|
| * | Merge branch 'uli42-pr/simplify_free' into 3.6.x | Mike Gabriel | 2017-11-21 | 13 | -185/+58 |
| |\ |
|
| | * | Error.c: simply nxagentGetClientsPath() | Ulrich Sibiller | 2017-11-21 | 1 | -31/+8 |
| | * | simply free() calls | Ulrich Sibiller | 2017-11-21 | 12 | -154/+50 |
| |/ |
|
| * | Merge branch 'uli42-pr/options_on_reconnect' into 3.6.x | Mike Gabriel | 2017-11-20 | 3 | -57/+60 |
| |\ |
|
| | * | Args.c: simplify nxagentProcessOptionsFile() | Ulrich Sibiller | 2017-11-18 | 1 | -20/+16 |
| | * | Args.c: Fix compile bug with DEBUG enabled | Ulrich Sibiller | 2017-11-18 | 1 | -1/+1 |
| | * | Fix options parsing on reconnect | Ulrich Sibiller | 2017-11-18 | 3 | -36/+43 |
| |/ |
|
| * | Merge branch 'uli42-small_fixes' into 3.6.x | Mike Gabriel | 2017-11-17 | 4 | -135/+23 |
| |\ |
|
| | * | fix broken path due to missing / | Ulrich Sibiller | 2017-11-17 | 1 | -10/+10 |
| | * | NXglxext.c: rename and relocate variable | Ulrich Sibiller | 2017-11-17 | 1 | -4/+3 |
| | * | glxext.c/NXglxext.c: merge two functions into one | Ulrich Sibiller | 2017-11-17 | 2 | -120/+9 |
| | * | keysym.h: fix include path | Ulrich Sibiller | 2017-11-17 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'uli42-pr/fix_manpage' into 3.6.x | Mike Gabriel | 2017-11-17 | 1 | -55/+73 |
| |\ |
|
| | * | nxagent manpage: some minor formatting improvements and typo fixes | Ulrich Sibiller | 2017-11-17 | 1 | -55/+73 |
| |/ |
|
| * | Merge branch 'Ionic-bugfix/hardcode-some-socket-paths' into 3.6.x | Mike Gabriel | 2017-11-04 | 1 | -15/+7 |
| |\ |
|
| | * | nxcomp/src/Loop.cpp: hardcode X11 and (legacy/xfs) font UNIX paths. | Mihai Moldovan | 2017-11-04 | 1 | -15/+7 |
| |/ |
|
| * | Merge branch 'Ionic-bugfix/fix-X-cookie-on-osx' into 3.6.x | Mike Gabriel | 2017-11-03 | 1 | -3/+23 |
| |\ |
|
| | * | nxcomp/src/Auth.cpp: handle launchd sockets in DISPLAY variable correctly whe... | Mihai Moldovan | 2017-11-03 | 1 | -3/+23 |
| |/ |
|
| * | nxproxy: use ax_pthread.m4. | Mihai Moldovan | 2017-10-27 | 3 | -0/+18 |
| * | nxcomp/m4/ax_pthread.m4: move to top-level m4/ directory, use symlink. | Mihai Moldovan | 2017-10-27 | 2 | -485/+486 |
| * | Regression fix for f855b3b6. Caused FTBFS with Loop.cpp:2669:0: error: unterm... | Mike Gabriel | 2017-10-27 | 1 | -1/+0 |
| * | Merge branch 'theqvd-improved-logging-loop' into 3.6.x | Mike Gabriel | 2017-10-27 | 1 | -2869/+1603 |
| |\ |
|
| | * | nxcomp/src/Loop.cpp: fix whitespace errors on continued lines. | Mihai Moldovan | 2017-10-27 | 1 | -810/+810 |
| | * | Remove leading \n in NXTrans* logging | Vadim Troshchinskiy | 2017-10-27 | 1 | -3/+3 |
| | * | Fix whitespace and line splitting issues reported by ionic | Vadim Troshchinskiy | 2017-10-27 | 1 | -10/+19 |
| | * | Conversion of Loop.cpp to the new log system | Vadim Troshchinskiy | 2017-10-27 | 1 | -2560/+1285 |
| * | | Merge branch 'theqvd-improved-logging' into 3.6.x | Mike Gabriel | 2017-10-27 | 21 | -2/+2693 |
| |\| |
|
| | * | nxcomp: add basic logging_test utility in test subdirectory. | Mihai Moldovan | 2017-10-27 | 6 | -1/+373 |
| | * | nxcomp/src/Log.h: prepare for logger testing application. | Mihai Moldovan | 2017-10-27 | 1 | -0/+4 |
| | * | nxcomp/src/Log.cpp: add PID to thread ID output if requested. | Mihai Moldovan | 2017-10-27 | 1 | -1/+2 |
| | * | nxcomp/src/Log.h: block signals while writing out data. | Mihai Moldovan | 2017-10-27 | 1 | -0/+20 |
| | * | nxcomp/src/Log.{cpp,h}: port to std::stack as internal buffer structure. | Mihai Moldovan | 2017-10-27 | 2 | -23/+37 |
| | * | nxcomp/{configure.ac,Log.cpp}: implement configure-time std::put_time check a... | Mihai Moldovan | 2017-10-27 | 2 | -1/+19 |
| | * | nxcomp/Log.h: delete stream_ member before class object destruction. | Mihai Moldovan | 2017-10-27 | 1 | -0/+4 |
| | * | nxcomp/Log.h: also clear the buffer after setting it to an empty string. | Mihai Moldovan | 2017-10-27 | 1 | -1/+2 |
| | * | Set default log level to WARNING | Vadim Troshchinskiy | 2017-10-27 | 1 | -1/+1 |
| | * | New logging implementation | Vadim Troshchinskiy | 2017-10-27 | 4 | -0/+719 |