aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.5.99.03.5.99.0Mike Gabriel2016-07-062-10/+6615
* README.md: Add build howto for openSUSE based RPMs.Mike Gabriel2016-07-061-0/+29
* README.md: Status update of listed 3.6.x features.Mike Gabriel2016-07-061-14/+12
* make-changelog.sh: Ship simple script for updating the upstream ChangeLog fil...Mike Gabriel2016-07-061-0/+2
* Merge branch 'sunweaver-pr/update-license-files' into 3.6.xMike Gabriel2016-07-061324-4695/+6391
|\
| * VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-06926-1560/+0
| * Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-06407-3123/+6368
| * LICENSE files: Update copyright holders, FSF address and various other minor ...Mike Gabriel2016-07-062-12/+23
|/
* nxproxy.1 man page: Another rendering flaw fixed.Mike Gabriel2016-07-061-2/+2
* debian/*.doc-base: Add .doc-base files for bin:packages containing documentat...Mike Gabriel2016-07-063-0/+21
* Xserver/dix/events.c: Drop unused i variable from TryClientEvents.Ulrich Sibiller2016-07-061-1/+0
* nxproxy.1 man page: Fix a typo + a rendering error. Detected by lintian.Mike Gabriel2016-07-061-4/+3
* debian/rules: Enable -fPIE / -pie hardening support for nxagent and nxproxy.Mike Gabriel2016-07-051-2/+2
* Merge pull request #180 from uli42/pr/remove_need_events_repliesUlrich Sibiller2016-07-05240-340/+0
|\
| * remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-05240-340/+0
|/
* bin/nxauth: Remove deprecated wrapper script "nxauth".Mike Gabriel2016-07-051-29/+0
* debian/nxagent.docs: whitespace onlyMike Gabriel2016-07-051-1/+1
* README.keystrokes: Move from base folder to doc/nxagent/.Mike Gabriel2016-07-053-1/+2
* nx-libs.spec: Adapt RPM packaging to doc files having been moved around.Mike Gabriel2016-07-051-3/+3
* debian/libxcomp3.docs: Install libxcomp3 documentation files into bin:package.Mike Gabriel2016-07-051-0/+2
* debian/nxproxy.docs: Fix FTBFS due to missing documentation files (moved out ...Mike Gabriel2016-07-051-3/+1
* documentation: Move README-VALGRIND out of doc/_attic_/ folder to doc/nxproxy/.Mike Gabriel2016-07-051-0/+0
* Merge branch 'sunweaver-pr/no-more-type-casting-in-writetoclient' into 3.6.xMike Gabriel2016-07-0574-323/+325
|\
| * Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-0571-317/+317
| * Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2016-07-053-6/+8
|/
* nxcomp/Misc.cpp: The clipboard nx/nx option is a string option, not int.Mike Gabriel2016-07-051-1/+1
* Xserver.man: Drop original and old Xserver man page. Relevant parts have now ...Mike Gabriel2016-07-052-792/+0
* man pages: Greatly improve man pages nxagent.1 and nxproxy.1.Mike Gabriel2016-07-052-30/+1347
* File permission fixes: No executable bit on Imakefile files, *.c and *.h files.Mike Gabriel2016-07-0540-0/+0
* X2Go remnants: Drop x2goagent.1 man page. Shipped in X2Go Server sources nowa...Mike Gabriel2016-07-051-35/+0
* nxcomp licensing: Move README.on-retroactive-DXPC-license to doc/nxcomp/ folder.Mike Gabriel2016-07-051-0/+0
* NoMachine documentation files: Move to doc/_attic_/ folder.Mike Gabriel2016-07-0512-0/+0
* LICENSE files: Have a main LICENSE file and one for nxcomp in the project's b...Mike Gabriel2016-07-056-105/+0
* X.org 6.9 documentation files: Move into doc/_attic_/.Mike Gabriel2016-07-0511-0/+0
* Drop multiple COPYING files contaning the GPL-2 license text.Mike Gabriel2016-07-056-2034/+0
* doc/_attic_/: Introduce an "_attic_" folder. Move diffs between NoMachine's n...Mike Gabriel2016-07-0592-10346/+0
* doc/ folder: Have one sub-folder per nx-libs component.Mike Gabriel2016-07-055-0/+10346
* test scripts: Move to top folder "testscripts/" in source tree.Mike Gabriel2016-07-054-0/+0
* Merge branch 'sunweaver-pr/rpm-packaging-updates' into 3.6.xMike Gabriel2016-07-051-6/+51
|\
| * nx-libs.spec: Add Conflicts: fields for removed shared library bin:packages.Mike Gabriel2016-07-051-0/+20
| * nx-libs.spec: Let libNX_X11-6 and libNX_X11-devel conflict with deprecated li...Mike Gabriel2016-07-051-0/+4
| * nx-libs.spec: Let nxagent conflict with nxauth, which is not provided anymore.Mike Gabriel2016-07-051-0/+2
| * nx-libs.spec: Add correct Obsoletes:/Provides: fields for lib* bin:packages.Mike Gabriel2016-07-051-4/+16
| * nx-libs.spec: Fix various issues since last testing the RPM builds of nx-libs:Mike Gabriel2016-07-051-2/+9
|/
* debian/control: Add some hard and exact-versioned dependencies for our bin:pa...Mike Gabriel2016-07-051-0/+8
* Merge branch 'sunweaver-pr/writeeventstoclients-no-sequencenumber' into 3.6.xMike Gabriel2016-07-0516-68/+24
|\
| * Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-0514-41/+7
| * Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-059-30/+20
|/
* Merge branch 'sunweaver-pr/silencing-compiler-warnings' into 3.6.xMike Gabriel2016-07-0551-2553/+148
|\
| * Replace INITARGS with voidTomas Carnecky2016-07-0517-67/+63