aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix FTBFS with gcc 4.4Ulrich Sibiller2016-10-011-2/+0
| * Makefile: Adapt install target to the new situation where we fake X11 headers...Mike Gabriel2016-10-011-1/+1
| * Merge pull request #203 from mikedep333/issue-202Mike DePaulo2016-09-291-0/+1
| |\
| | * nx-libs.spec: Add BuildRequires: imakeMike DePaulo2016-09-291-0/+1
| |/
| * Merge branch 'uli42-pr/improve_include_path_handling' into 3.6.xMike Gabriel2016-09-242-12/+5
| |\
| | * Revert "Fix wrong include"Ulrich Sibiller2016-09-241-7/+0
| | * whitespace cleanupUlrich Sibiller2016-09-241-7/+1
| | * ensure that <X11/..> headers references use nx-X11 files if existingUlrich Sibiller2016-09-241-0/+6
| |/
| * Merge branch 'uli42-remove-misc' into 3.6.xMike Gabriel2016-09-2232-3552/+3
| |\
| | * remove misc dirUlrich Sibiller2016-09-213-5/+0
| | * move xkblib to xserverUlrich Sibiller2016-09-2129-3547/+3
| |/
| * release 3.5.99.13.5.99.1Mike Gabriel2016-09-134-57/+169
| * nxcomp/Loop.cpp: We have PrintVersionInfo(), why not use it? Use endl instead...Mike Gabriel2016-08-261-6/+9
| * nxcomp/Loop.cpp: Mention DXPC copyright holders on application (i.e. nxproxy)...Mike Gabriel2016-08-261-0/+3
| * nxcomp/Loop.cpp: We have GetCopyrightInfo() in Misc.cpp, so why not use it? A...Mike Gabriel2016-08-241-2/+2
| * hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright informatio...Mike Gabriel2016-08-241-2/+2
| * nxcomp/Misc.cpp: Display new list of copyright holders when launching nxproxy...Mike Gabriel2016-08-241-8/+16
| * nxcomp/*.c: Update copyright headers, use new list of copyright holders like ...Mike Gabriel2016-08-242-14/+30
| * nxcomp/Loop.cpp: Refer to Github namespace of Arctica Project as location to ...Mike Gabriel2016-08-241-1/+1
| * Merge branch 'uli42-fix_x2go_952' into 3.6.xMike Gabriel2016-08-241-0/+9
| |\
| | * Fix pasting the clipboard directly after session start.Ulrich Sibiller2016-08-241-0/+9
| |/
| * nxagent.1 man page: Some layout fixes for string options with well-defined ex...Mike Gabriel2016-07-281-0/+5
| * hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnect...Mike Gabriel2016-07-281-3/+2
| * nxagent.1 man page: Add explanation about the new reconnectchecks nx/nx option.Mike Gabriel2016-07-281-0/+26
| * hw/nxagent/Args.c: Follow-up fix for PR #183: expect reconnectchecks=bypass i...Mike Gabriel2016-07-281-1/+1
| * Merge branch 'Ionic-feature/reconnect-checks' into 3.6.xMike Gabriel2016-07-286-52/+373
| |\
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentChe...Mihai Moldovan2016-07-281-0/+1
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentIni...Mihai Moldovan2016-07-281-0/+1
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: split up nxagentCheckForPixmapF...Mihai Moldovan2016-07-281-5/+9
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-23/+105
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-24/+118
| | * nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxag...Mihai Moldovan2016-07-281-1/+42
| | * {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}...Mihai Moldovan2016-07-285-2/+100
| |/
| * Merge branch 'uli42-3.6.x' into 3.6.xMike Gabriel2016-07-271-0/+7
| |\
| | * Fix wrong includeUlrich Sibiller2016-07-261-0/+7
| |/
| * 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
| |/