| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Fix "Makefile.in seems to ignore the --datarootdir setting" warning | Ulrich Sibiller | 2015-08-26 | 1 | -0/+2 |
| * | create pkgcnfig dir before copying anything | Ulrich Sibiller | 2015-08-26 | 1 | -0/+1 |
* | | nxcomp{,ext,shad}/Makefile.in: Create pkgconfigdir before putting files in it. | Mike Gabriel | 2015-07-14 | 1 | -0/+1 |
* | | nxcomp{,shad,ext}: Remove nxcomp*.pc file on clean and distclean. | Mike Gabriel | 2015-07-14 | 1 | -1/+1 |
|/ |
|
* | Add pkg-config support to nxcomp, nxcompext and nxcompshad | Ulrich Sibiller | 2015-07-12 | 3 | -9/+30 |
* | nxcomp/Loop.cpp: tiny whitespace fix. No functional change. | Mihai Moldovan | 2015-06-16 | 1 | -1/+1 |
* | Merge pull request #28 from theqvd/3.6.x | Mike Gabriel | 2015-06-16 | 1 | -1/+37 |
|\ |
|
| * | Fix negotiation in stage 10 error | Vadim Troshchinskiy | 2015-05-20 | 1 | -1/+37 |
* | | nxcomp/README.on-retroactive-DXPC-license: Some layout and interpunctuation f... | Mike Gabriel | 2015-05-29 | 1 | -1/+1 |
* | | nxcomp/Misc.cpp: fix build failure introduced in 1f44331574bdbe4069d13e4c26df... | Mihai Moldovan | 2015-05-28 | 1 | -3/+3 |
* | | Document retroactive re-licensing of the original DXPC code (closes #30). | Mike Gabriel | 2015-05-26 | 3 | -6/+328 |
|/ |
|
* | Merge pull request #26 from nitomartinez/fix_developer_debugging | Mike Gabriel | 2015-05-16 | 3 | -3/+3 |
|\ |
|
| * | This patch is some code fixes to debug some debuging macro usage in the NX code. | Nito Martinez | 2015-05-15 | 3 | -3/+3 |
* | | This patch allows to cleanup the nxcomp resources to allow for a second conne... | Nito Martinez | 2015-05-15 | 3 | -0/+36 |
|/ |
|
* | nxcomp{,ext,shad}: only use the first three numbers in the full version for c... | Mihai Moldovan | 2015-03-26 | 1 | -1/+2 |
* | nx{comp{,ext,shad},proxy}: try really hard to find makedepend. Do not fail if... | Mihai Moldovan | 2015-03-16 | 2 | -2/+12 |
* | nxcomp{,ext,shad}: use the correct library naming scheme on OS X. It differs ... | Clemens Lang | 2015-03-15 | 1 | -7/+15 |
* | nxcomp{,shad}: fix dynamic library linking on OS X. Use -dynamiclib instead o... | Clemens Lang | 2015-03-15 | 1 | -2/+2 |
* | nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove ... | Clemens Lang | 2015-03-15 | 1 | -14/+1 |
* | VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSI... | Mike Gabriel | 2015-02-14 | 1 | -1/+1 |
* | nxcomp: Add Version.c file. Fix for commit d4d3fe0e6e77a58e68defc5895a589a681... | Mike Gabriel | 2015-02-14 | 1 | -0/+106 |
* | Fix several typos in nxcomp. | Mike Gabriel | 2015-02-13 | 8 | -9/+9 |
* | Detection for Mac OS X's launchd service on Mac OS X 10.10 and beyond (607_nx... | Mike Gabriel | 2015-02-13 | 1 | -1/+1 |
* | In Types.h, don't use STL internals on libc++ (605_nxcomp_Types.h-dont-use-ST... | Clemens Lang | 2015-02-13 | 1 | -0/+8 |
* | Be compliant with POS36-C: Observe correct revocation order while relinquishi... | Orion Poplawski | 2015-02-13 | 1 | -0/+3 |
* | Allow version 4-digit version comparison/handshake (400_nxcomp-version.full+l... | Nito Martinez | 2015-02-13 | 5 | -35/+26 |
* | Force NX proxy to bind to loopback devices only (loopback option) (220_nxprox... | Mike Gabriel | 2015-02-10 | 3 | -4/+55 |
* | Fix FTBFS of nxproxy/nxcomp on Android (212_nxcomp_build-on-Android.full+lite... | Nito Martinez | 2015-02-10 | 5 | -13/+64 |
* | Set default pack and link options to avoid damage of session (211_nxcomp_set_... | Oleksandr Shneyder | 2015-02-10 | 1 | -4/+4 |
* | Save session state in file. | Oleksandr Shneyder | 2015-02-10 | 1 | -1/+2 |
* | Fix nxauth location on Mac OS X 10 (052_nxcomp_macos10-nxauth-location.full+l... | Mihai Moldovan | 2015-02-09 | 1 | -4/+13 |
* | workaround for Mac OS X 10.5 (051_nxcomp_macos105-fdisset.full+lite.patch( | Mihai Moldovan | 2015-02-09 | 1 | -8/+20 |
* | Fix BIGENDIAN issue in nxcomp (relevant on PPC64 arch) (029_nxcomp_ppc64.full... | Mihai Moldovan | 2015-02-09 | 1 | -2/+2 |
* | Add X11 abstract socket support to nxcomp/nxproxy (027_nxcomp_abstract-X11-so... | Mike Gabriel | 2015-02-09 | 1 | -0/+38 |
* | Honour compiler/linker option flags. | Orion Poplawski | 2015-02-09 | 1 | -2/+2 |
* | Fix FTBFS against libjpeg9a (025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.pa... | Gabriel Marcano | 2015-02-09 | 1 | -4/+4 |
* | nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates. | Mike Gabriel | 2015-02-09 | 1 | -1/+1 |
* | nxcomp*,nxproxy: Add clean rules to Makefile.in templates. | Mike Gabriel | 2015-02-09 | 1 | -1/+38 |