index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
xdmcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-05
os/xdmcp: Don't create a new socket in XdmcpReset()
Alexander Volkov
1
-3
/
+9
2018-01-08
os: Fix a type error in the IPv6 XDMCP code
Adam Jackson
1
-1
/
+1
2017-11-29
os/xdmcp: Honour -once when session is dead
Daniel Martin
1
-1
/
+1
2016-07-21
os: Switch server to poll(2) [v3]
Keith Packard
1
-1
/
+0
2016-02-08
os: unifdef STREAMSCONN
Adam Jackson
1
-44
/
+0
2015-12-01
os/xdmcp: Replace xdmcp block/wakeup handlers with timer and NotifyFd
Keith Packard
1
-78
/
+36
2015-10-19
xdmcp: Declare XdmcpFatal _X_NORETURN
Jeremy Huddleston
1
-0
/
+1
2015-09-21
os/xdmcp: Just send XDMCP keepalive packets once every three minutes
Keith Packard
1
-18
/
+2
2015-09-21
os/xdmcp: Remove dead 'restart' code
Keith Packard
1
-13
/
+1
2015-04-22
os/xdmcp.c: Include Xtrans.h when building for WIN32
Colin Harrison
1
-0
/
+4
2015-03-16
os: XDMCP options like -query etc. should imply -listen tcp
Jon TURNEY
1
-0
/
+17
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-01-22
os: Fix -Wshadow errors
Keith Packard
1
-15
/
+13
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
1
-24
/
+27
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-10
/
+10
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
1
-1
/
+1
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-6
/
+6
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-847
/
+797
2011-12-12
xdmcp.c: fix three small const warnings
Alan Coopersmith
1
-3
/
+3
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-2
/
+2
2011-03-14
When XDMCP -from is specified, only register the requested address
Jon TURNEY
1
-1
/
+1
2010-10-15
os: Clean up various xtrans bits that we've never supported
Adam Jackson
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-11
/
+11
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-3
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-7
/
+7
2010-05-07
Constify function prototypes in auth & xdmcp code
Alan Coopersmith
1
-19
/
+19
2009-04-14
xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)
Adam Jackson
1
-0
/
+2
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-4
/
+3
2009-01-11
os: ANSI cleanups
Julien Cristau
1
-3
/
+1
2008-07-17
Dead code removal
Daniel Stone
1
-5
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu BĂ©rard
1
-4
/
+0
2008-05-15
Add necessary include for COMPILEDDISPLAYCLASS.
Eric Anholt
1
-0
/
+1
2008-05-14
Move defaultDisplayClass to xdmcp-only visibility.
Adam Jackson
1
-1
/
+1
2007-03-25
General DIX static and dead code cleanup.
Adam Jackson
1
-35
/
+23
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-8
/
+8
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-3
/
+0
2006-06-26
Free small, one-time memory leak in xdmcp -from handling
Peter Breitenlohner
1
-0
/
+4
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-2
/
+2
2005-05-02
Fix message type (respose->response) and fix */*comment*/ blocks to work
Harold L Hunt II
1
-9
/
+9
2005-04-20
Fix includes right throughout the Xserver tree:
Alexander Gottwald
1
-2
/
+2
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-5
/
+5
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
1
-13
/
+5
2004-07-20
Bugzilla #889: Bind -from address to port number 0 instead of 177
Alexander Gottwald
1
-2
/
+2
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-33
/
+18
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
1
-1
/
+1
[next]