| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nxcomp/Loop.cpp: Refer to Github namespace of Arctica Project as location to ... | Mike Gabriel | 2016-08-24 | 1 | -1/+1 |
* | {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}... | Mihai Moldovan | 2016-07-28 | 2 | -2/+5 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 229 | -1614/+3464 |
* | nxcomp/Misc.cpp: The clipboard nx/nx option is a string option, not int. | Mike Gabriel | 2016-07-05 | 1 | -1/+1 |
* | nxcomp licensing: Move README.on-retroactive-DXPC-license to doc/nxcomp/ folder. | Mike Gabriel | 2016-07-05 | 1 | -269/+0 |
* | NoMachine documentation files: Move to doc/_attic_/ folder. | Mike Gabriel | 2016-07-05 | 3 | -3820/+0 |
* | LICENSE files: Have a main LICENSE file and one for nxcomp in the project's b... | Mike Gabriel | 2016-07-05 | 1 | -90/+0 |
* | Drop multiple COPYING files contaning the GPL-2 license text. | Mike Gabriel | 2016-07-05 | 1 | -339/+0 |
* | nxcomp/Loop.cpp: Add Unix file socket support for proxy <-> proxy connection. | Mike Gabriel | 2016-07-04 | 3 | -222/+607 |
* | merge code paths depending on acceptHost being "" | Salvador Fandino | 2016-07-04 | 1 | -11/+5 |
* | remove now unused function ParseListenOption | Salvador Fandino | 2016-07-04 | 1 | -20/+0 |
* | rewrite WaitForRemote to build on top of ListenConnectionTCP | Salvador Fandino | 2016-07-04 | 1 | -61/+2 |
* | remove unused listenHost parameter | Salvador Fandino | 2016-07-04 | 1 | -19/+3 |
* | Remove work around for OS/X that was doing nothing | Salvador Fandino | 2016-07-04 | 1 | -24/+0 |
* | Simplify ParseListenOption | Salvador Fandino | 2016-07-04 | 1 | -12/+4 |
* | rewrite SetupUnixSocket to use ListenConnectionUnix | Salvador Fandino | 2016-07-04 | 1 | -70/+20 |
* | Rework SetupTcpSocket to use ListenConnectionTCP | Salvador Fandino | 2016-07-04 | 1 | -66/+1 |
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ... | Mike Gabriel | 2016-07-01 | 2 | -4/+10 |
* | nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedep... | Mike Gabriel | 2016-06-30 | 1 | -10/+0 |
* | {nx-X11/programs/Xserver/hw/nxagent/{{Args,Handlers,Image,Options}.c,Options.... | Mihai Moldovan | 2016-06-17 | 2 | -2/+4 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 1 | -1/+1 |
* | nxcomp/Makefile.in: Only install MD5.h, NX.h, NXalert.h, NXpack.h, NXproto.h ... | Mike Gabriel | 2016-06-13 | 1 | -3/+5 |
* | Fix debugging function for Loop.cpp. getDebugSpec was replaced by << operand ... | Nito Martinez | 2016-05-31 | 1 | -6/+6 |
* | display version number in nxcomp log, fixes #127 | Nito Martinez | 2016-05-31 | 2 | -3/+2 |
* | Provide support for channel endpoints being UNIX file sockets in addition to ... | Salvador Fandino | 2016-04-27 | 10 | -315/+634 |
* | nxcomp: Rephrase comment in previous commit. | Mike Gabriel | 2016-04-27 | 1 | -3/+3 |
* | Clean up compiler warnings in nxcomp | Fernando Carvajal | 2016-04-27 | 5 | -61/+129 |
* | Fix copyright notice in nxcomp/Version.c | Salvador Fandino | 2016-04-20 | 1 | -19/+10 |
* | Remove TextCompressor class and files from nxcomp | Fernando Carvajal | 2016-04-15 | 7 | -143/+0 |
* | Remove obsolete compatibility files from nxcomp | Fernando Carvajal | 2016-04-12 | 25 | -3960/+1 |
* | Remove compatibility code for nxcomp before 3.5.0 | Fernando Carvajal | 2016-04-12 | 58 | -2492/+649 |
* | nxcomp: Properly define NX*Version(void) prototypes in NX.h. | Mike Gabriel | 2016-03-22 | 1 | -5/+5 |
* | Rename file for windows environments, Fixes #96 | Nito Martinez | 2016-03-02 | 1 | -1/+1 |
* | nxcomp: Make nxcomp/nxproxy aware of nxagent's xinerama option in the $DISPLA... | Mike Gabriel | 2015-12-30 | 1 | -1/+2 |
* | Provide support for re-enabling Xinerama on session resumptions. | Mike Gabriel | 2015-12-30 | 1 | -0/+1 |
* | Merge pull request #64 from uli42/pr/add_pkgconfig | Mike Gabriel | 2015-09-28 | 1 | -0/+2 |
|\ |
|