index
:
nx-libs
3.5.0.x
3.6.x
3713346f
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nx-X11
/
programs
/
Xserver
/
hw
/
nxagent
/
Init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nxagent: make X2GO support optional
Ulrich Sibiller
2021-06-08
1
-1
/
+3
*
nxagent: make nxagentUserDefinedFontPath a Boolean
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
nxagent: make nxagentDoFullgeneration a Boolean
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
nxagent: treat several nxagentOptions as real Booleans
Ulrich Sibiller
2021-01-15
1
-1
/
+1
*
Init.c: Initialize nxagentGrabServerInfo
Ulrich Sibiller
2021-01-12
1
-1
/
+8
*
Init.c: small simplification
Ulrich Sibiller
2020-10-17
1
-4
/
+2
*
nxagent: use Xorg's callback mechanism for init/free of client privates
Ulrich Sibiller
2020-05-07
1
-0
/
+6
*
Init.c Use dpmsstubs.c instead of an own copy
Ulrich Sibiller
2020-05-07
1
-25
/
+0
*
nxagent: re-implement timeout handling
Ulrich Sibiller
2020-04-07
1
-0
/
+94
*
nxagent: rename variables that shadow globals
Ulrich Sibiller
2020-01-25
1
-4
/
+4
*
Init.c: rewrite two function prototypes
Ulrich Sibiller
2020-01-05
1
-5
/
+2
*
Init.c: reformat comments
Ulrich Sibiller
2020-01-05
1
-63
/
+31
*
nxagent: move atom initiatialization to Init.c
Ulrich Sibiller
2019-09-29
1
-0
/
+3
*
Init.c: some scope improvements
Ulrich Sibiller
2019-09-29
1
-12
/
+5
*
nxagent: avoid nested externs
Ulrich Sibiller
2019-09-29
1
-2
/
+2
*
dix: add whiteroot flag
Ulrich Sibiller
2019-08-27
1
-1
/
+2
*
NXdispatch.c: Use Callback instead of a modified function
Ulrich Sibiller
2019-06-11
1
-0
/
+9
*
nxagent: make nxagentX2go a Boolean
Ulrich Sibiller
2019-05-10
1
-7
/
+7
*
nxagent: Determine nxagentProgName only once
Ulrich Sibiller
2019-05-10
1
-1
/
+6
*
Use basename() to derive nxagentProgName cleanly.
Mike Gabriel
2018-08-24
1
-1
/
+1
*
Call checkX2goAgent much earlier (in ddxProcessArgument) and adapt NXAGENTWIN...
Mike Gabriel
2018-08-24
1
-6
/
+1
*
nx-X11/programs/Xserver/hw/nxagent/Init.c: disable DPMS support within nxagent.
Mihai Moldovan
2018-03-07
1
-1
/
+1
*
hw/nxagent/: Stop using non-portable '__progname', set up our own 'nxagentPro...
Mike Gabriel
2018-02-26
1
-2
/
+2
*
hw/nxagent/: Use <function>(void) rather than <function>().
Mike Gabriel
2018-02-26
1
-6
/
+6
*
nxagent: Add -version cmdline option.
Simon Matter
2018-02-26
1
-4
/
+1
*
Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...
Mike Gabriel
2017-04-10
1
-0
/
+5
*
Init keystrokes at startup and reconnect
Ulrich Sibiller
2017-04-03
1
-0
/
+3
*
nxagent: Use SetNotifyFd to receive events.
Mike Gabriel
2017-03-17
1
-0
/
+7
*
drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).
Mike Gabriel
2017-02-08
1
-5
/
+0
*
hw/nxagent/Init.c: Amend artifact in license header.
Mike Gabriel
2016-12-22
1
-5
/
+0
*
nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl...
Mike Gabriel
2016-11-15
1
-1
/
+1
*
hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright informatio...
Mike Gabriel
2016-08-24
1
-2
/
+2
*
Per-file copyright notices: Update copyright information in file headers that...
Mike Gabriel
2016-07-06
1
-9
/
+27
*
nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ...
Mike Gabriel
2016-06-13
1
-2
/
+2
*
Replace 'pointer' type with 'void *'
Keith Packard
2015-12-28
1
-5
/
+5
*
library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...
pr/libxfont-cleanup
Mike Gabriel
2015-04-22
1
-1
/
+1
*
NXAGENT_UPGRADE code cleanup:
Mike Gabriel
2015-04-16
1
-8
/
+0
*
Make nxagent process aware of its current NX'ish version.
Mike Gabriel
2015-02-17
1
-2
/
+3
*
Save session state in file.
Oleksandr Shneyder
2015-02-10
1
-1
/
+2
*
Detect nxagent/x2goagent flavour (200_nxagent_check-binary-x2go-flavour.full....
Oleksandr Shneyder
2015-02-10
1
-0
/
+28
*
Fix -Werror=format-security errors (056_nx-X11_Werror-format-security.full.pa...
Orion Poplawski
2015-02-09
1
-1
/
+1
*
Revert "release 3.5.0.19"
Mike Gabriel
2013-03-28
1
-28
/
+0
*
release 3.5.0.19
Mike Gabriel
2013-03-28
1
-0
/
+28
*
Imported nxagent-3.5.0-9.tar.gz
nxagent
Mike Gabriel
2012-05-22
1
-0
/
+18
*
Imported nxagent-3.5.0-5.tar.gz
nxagent/3.5.0-5
Reinhard Tartler
2011-10-10
1
-0
/
+20
*
Imported nxagent-3.5.0-2.tar.gz
nxagent/3.5.0-2
Reinhard Tartler
2011-10-10
1
-3
/
+3
*
Imported nxagent-3.4.0-5.tar.gz
nxagent/3.4.0-5
Reinhard Tartler
2011-10-10
1
-2
/
+2
*
Imported nxagent-3.4.0-3.tar.gz
nxagent/3.4.0-3
Reinhard Tartler
2011-10-10
1
-2
/
+2
*
Imported nxagent-3.4.0-16.tar.gz
nxagent/3.4.0-16
Reinhard Tartler
2011-10-10
1
-1
/
+1
*
Imported nxagent-3.4.0-11.tar.gz
nxagent/3.4.0-11
Reinhard Tartler
2011-10-10
1
-4
/
+4
[next]