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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
os: Define {ReadFdFrom,WriteFdTo}Client unconditionally
Adam Jackson
1
-2
/
+7
2017-10-09
os: Make sure big requests have sufficient length.
Michal Srb
1
-0
/
+5
2017-06-13
os: Check oc->trans_conn before using oc->fd in YieldControlNoInput
Keith Packard
1
-10
/
+9
2017-06-13
os: Use CloseDownFileDescriptor from AbortClient, including ospoll_remove
Keith Packard
1
-3
/
+1
2017-04-29
os: Mark client as ready to read when closing due to write failure [100863]
Keith Packard
1
-1
/
+5
2017-04-29
os: un-duplicate code to close client on write failure
Keith Packard
1
-13
/
+21
2017-04-25
Rewrite the byte swapping macros.
Eric Anholt
1
-2
/
+2
2017-02-27
os: log a bug whenever WriteToClient is called from the input thread
Peter Hutterer
1
-0
/
+3
2017-02-20
os: remove unused define MAX_TIMES_PER
Olivier Fourdan
1
-1
/
+0
2016-09-22
os: Ready clients with pending output aren't flushed, so set NewOutputPending
Keith Packard
1
-1
/
+2
2016-08-15
dix: Pass ClientPtr to FlushCallback
Michel Dänzer
1
-6
/
+3
2016-07-21
os: Switch server to poll(2) [v3]
Keith Packard
1
-84
/
+19
2016-07-21
dix: Use list for ready clients
Keith Packard
1
-0
/
+1
2016-07-18
os: Move ETEST macro from io.c to osdep.h
Keith Packard
1
-14
/
+0
2016-05-27
os: Increase default client buffer to 16kB
Keith Packard
1
-2
/
+2
2015-12-01
os: Implement support for NotifyFd X_NOTIFY_WRITE
Keith Packard
1
-4
/
+4
2015-12-01
Remove non-smart scheduler. Don't require setitimer.
Keith Packard
1
-11
/
+2
2015-11-30
Replace 'sun' with '__sun'
Richard PALO
1
-1
/
+1
2014-11-30
Fix overflow of ConnectionOutput->size and ->count
Peter Harris
1
-3
/
+4
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-5
/
+5
2014-01-22
If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
Alan Coopersmith
1
-3
/
+8
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2013-11-11
Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't set
Keith Packard
1
-0
/
+4
2013-10-31
Add support for MIT-SHM AttachFd request
Keith Packard
1
-0
/
+8
2013-10-31
Add interfaces to get FDs from clients over the socket
Keith Packard
1
-0
/
+21
2013-09-10
os: Factor out some common code in input buffer handling
Adam Jackson
1
-35
/
+26
2013-09-10
os: Immediately queue initial WriteToClient
Chris Wilson
1
-1
/
+1
2013-05-10
os: Reset input buffer's 'ignoreBytes' field
Robert Morell
1
-0
/
+1
2012-10-04
os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr
Keith Packard
1
-2
/
+2
2012-10-04
Fix FlushClient to write extraBuf when provided (regression fix)
Keith Packard
1
-1
/
+4
2012-09-20
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
1
-2
/
+19
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-4
/
+2
2012-07-09
Set padding bytes to 0 in WriteToClient
Alan Coopersmith
1
-1
/
+5
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-637
/
+564
2012-01-12
Revert "os: Hide the Connection{In,Out}put implementation details"
Keith Packard
1
-18
/
+1
2012-01-06
os: Minor header cleanup
Adam Jackson
1
-0
/
+2
2012-01-06
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
1
-1
/
+18
2011-12-12
WriteToClient: preserve constness of buf while extracting length value
Alan Coopersmith
1
-1
/
+1
2011-11-18
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
1
-0
/
+1
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-4
/
+2
2010-11-10
os: Fix BigReq ignoring when another request is pending
Aaron Plattner
1
-3
/
+16
2010-09-10
os: Return BadLength instead of disconnecting BigReq clients (#4565)
Aaron Plattner
1
-3
/
+24
2010-08-06
Always call the flush callback chain when we flush client buffers
Kristian Høgsberg
1
-0
/
+4
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-6
/
+6
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-3
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-24
/
+24
2009-09-04
os: silence bigreqsproto compiler warning
Peter Hutterer
1
-1
/
+1
2009-07-14
os: switch to byte counting functions
Peter Hutterer
1
-3
/
+3
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-8
/
+8
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
[next]