index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-10
/
+10
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-10-23
Argh, macros.
Adam Jackson
1
-8
/
+8
2008-10-23
Change some #define foo() -> static void foo()
Adam Jackson
1
-8
/
+19
2008-10-03
const cleanup
Adam Jackson
1
-3
/
+1
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
1
-4
/
+0
2008-08-11
The smart scheduler is not optional.
Mathieu Bérard
1
-6
/
+0
2008-07-24
Bigreqs are built-in and mandatory.
Adam Jackson
1
-20
/
+0
2008-07-17
Dead code removal
Daniel Stone
1
-8
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu Bérard
1
-4
/
+0
2008-03-11
Make WriteToClient take a const void * like any decent IO write function.
Kristian Høgsberg
1
-4
/
+6
2008-03-01
clean some "unused" warnings
George Sapountzis
1
-129
/
+0
2008-01-17
OS: IO: Zero out client buffers
Daniel Stone
1
-1
/
+1
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-3
/
+2
2007-10-14
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Ben Byer
1
-1
/
+1
2007-08-31
Bug #7186: Fix an excessive request size limitation that broke big-requests.
Eric Anholt
1
-1
/
+3
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
1
-5
/
+1
2007-03-25
General DIX static and dead code cleanup.
Adam Jackson
1
-4
/
+9
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-5
/
+5
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
[next]