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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dix/os: backport various signal handling and smart scheduler changes from X.org
Mike Gabriel
2017-03-21
13
-152
/
+159
*
dix/os: Merge priority computation into SmartScheduleClient
Keith Packard
2017-03-21
2
-48
/
+18
*
os: Fix a memory leak
Pauli Nieminen
2017-03-21
1
-4
/
+6
*
Rework local client id finding code to be more uniform
Alan Coopersmith
2017-03-21
4
-69
/
+160
*
AUDIT messages should contain uid for local accesses (X.org bug #1997)
Alan Coopersmith
2017-03-21
1
-5
/
+16
*
LBX clean-up: Drop forgotten passage in Xserver/os/connection.c.
Mike Gabriel
2017-03-21
1
-4
/
+0
*
Xserver/os/: Drop not-used-anymore MNX_TCPCONN macro.
Mike Gabriel
2017-03-21
2
-10
/
+9
*
Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia...
Mike Gabriel
2017-03-21
1
-32
/
+91
*
Don't crash on unconfigured interfaces. (X.org bug #5218, Andrei Barbu)
Adam Jackson
2017-03-20
1
-0
/
+2
*
Set padding bytes to 0 in WriteToClient
Alan Coopersmith
2017-03-20
1
-1
/
+5
*
os: Return BadLength instead of disconnecting BigReq clients (#4565)
Aaron Plattner
2017-03-20
2
-3
/
+41
*
Fix overflow of ConnectionOutput->size and ->count
Peter Harris
2017-03-20
1
-3
/
+4
*
dix: Pass ClientPtr to FlushCallback
Michel Dänzer
2017-03-20
2
-3
/
+6
*
Xserver/os/io.c: Bail out early from FlushClient if nothing needs to be written.
Keith Packard
2017-03-19
1
-0
/
+4
*
os: Immediately queue initial WriteToClient
Chris Wilson
2017-03-19
1
-1
/
+1
*
os/xdmcp: Remove dead 'restart' code
Mike Gabriel
2017-03-19
1
-10
/
+0
*
Merge branch 'uli42-pr/ignore_caps' into 3.6.x
Mike Gabriel
2017-03-19
3
-3
/
+32
|
\
|
*
Keystroke.c: ignore CapsLock and NumLock most of the time
Ulrich Sibiller
2017-03-19
3
-3
/
+32
|
/
*
Merge branch 'sunweaver-pr/setnotifyfd-ABI' into 3.6.x
Mihai Moldovan
2017-03-17
14
-66
/
+695
|
\
|
*
os: Initialize NotifyFds earlier in startup
Mike Gabriel
2017-03-17
1
-1
/
+5
|
*
os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...
Keith Packard
2017-03-17
5
-56
/
+69
|
*
Move the code for resetting the DPMS mode in response to input events, from W...
Fredrik Höglund
2017-03-17
2
-4
/
+14
|
*
nxagent: Use SetNotifyFd to receive events.
Mike Gabriel
2017-03-17
4
-3
/
+12
|
*
os: Add NotifyFd interfaces
Keith Packard
2017-03-15
5
-0
/
+118
|
*
Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1).
Mike Gabriel
2017-03-15
2
-0
/
+495
|
*
os/xdmcp: Just send XDMCP keepalive packets once every three minute
Keith Packard
2017-03-15
1
-22
/
+2
|
/
*
Merge branch 'uli42-pr/cleanup_keystroke' into 3.6.x
Mike Gabriel
2017-03-13
5
-213
/
+224
|
\
|
*
Update keystroke readme
Ulrich Sibiller
2017-03-13
1
-4
/
+11
|
*
Keystroke.c: remove unneeded capital keys for default keystrokes
Ulrich Sibiller
2017-03-13
1
-11
/
+0
|
*
Keystroke.c: add new keystroke to reread keystroke config
Ulrich Sibiller
2017-03-13
4
-6
/
+39
|
*
Keystroke.c: simplify parse_keystroke_file
Ulrich Sibiller
2017-03-13
1
-36
/
+15
|
*
Keystroke.c: fix formatting
Ulrich Sibiller
2017-03-13
1
-1
/
+1
|
*
Keystroke.c: use an own environment variable for X2Go
Ulrich Sibiller
2017-03-13
2
-4
/
+11
|
*
Keystroke.c: make nxagentKeystrokeFileParsed local
Ulrich Sibiller
2017-03-13
1
-4
/
+5
|
*
Keystroke.c: add missing Mod5 modifier
Ulrich Sibiller
2017-03-13
2
-1
/
+2
|
*
Keystroke.c: fix code order
Ulrich Sibiller
2017-03-13
1
-1
/
+3
|
*
Keystroke.h: sane struct init
Ulrich Sibiller
2017-03-13
1
-0
/
+1
|
*
Keyboard.c: Introduce separate masks for Alt and Meta
Ulrich Sibiller
2017-03-13
1
-0
/
+8
|
*
Keystroke.c: Fix modifier handling
Ulrich Sibiller
2017-03-13
1
-1
/
+2
|
*
Keystroke.c: more/fixed debug output
Ulrich Sibiller
2017-03-13
1
-2
/
+17
|
*
Keystroke: whitespace fixes
Ulrich Sibiller
2017-03-13
2
-2
/
+2
|
*
Keystroke.c: arrange switch_all_screens and fullscreen close together
Ulrich Sibiller
2017-03-13
3
-18
/
+18
|
*
Keystroke.c: print keystroke name in TEST mode
Ulrich Sibiller
2017-03-13
1
-2
/
+6
|
*
Keystroke.c: improve TEST output
Ulrich Sibiller
2017-03-13
1
-3
/
+3
|
*
Keystroke.c: add another FIXME
Ulrich Sibiller
2017-03-13
1
-0
/
+2
|
*
Keystroke.c: Simplify read_binding_from_xmlnode
Ulrich Sibiller
2017-03-13
1
-16
/
+17
|
*
Keystroke.c: use symbols instead of integers
Ulrich Sibiller
2017-03-13
1
-2
/
+4
|
*
Keystroke.c: Boolify read_binding_from_xmlnode
Ulrich Sibiller
2017-03-13
2
-45
/
+45
|
*
Keystroke.c: Boolify nxagentCheckSpecialKeystroke
Ulrich Sibiller
2017-03-13
2
-8
/
+8
|
*
Keystroke.c: reorder parse_keystroke_file
Ulrich Sibiller
2017-03-13
1
-7
/
+5
[next]