index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-27
os/client: Prevent rare fd leak in DetermineClientPid
Erkki Seppälä
1
-2
/
+1
2011-03-14
When XDMCP -from is specified, only register the requested address
Jon TURNEY
1
-1
/
+1
2011-03-14
Consolidate all the PATH_MAX handling into misc.h
Christopher James Halse Rogers
3
-38
/
+1
2011-03-03
Merge remote branch 'rjy/clientids'
Keith Packard
2
-12
/
+316
2011-01-20
os: Reduce smart scheduler setup calls
Adam Jackson
1
-3
/
+9
2010-12-31
os: always check if client is local when connection is accepted
Pauli Nieminen
3
-6
/
+17
2010-12-31
os: Fix a memory leak
Pauli Nieminen
1
-1
/
+3
2010-12-27
GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available
Daniel Stone
1
-1
/
+15
2010-12-23
os: Add facilities for client ID tracking.
Rami Ylimäki
2
-0
/
+311
2010-12-23
Revert "os: Prevent backtrace from being stopped in noreturn functions."
Rami Ylimäki
1
-12
/
+5
2010-12-20
Remove SCO support
Adam Jackson
2
-12
/
+5
2010-12-18
Typo in xserver Xvasprintf()
Colin Harrison
1
-1
/
+1
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-9
/
+3
2010-12-07
Add asprintf() implementation for platforms without it
Alan Coopersmith
1
-24
/
+146
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-12-06
Merge remote branch 'jeremyhu/master'
Keith Packard
1
-1
/
+1
2010-12-03
XQuartz: Cleanup some compiler warnings
Jeremy Huddleston
1
-1
/
+1
2010-11-30
Simplify Error() - don't allocate temporary copy of error string
Alan Coopersmith
1
-13
/
+6
2010-11-11
dix: adds support for none root window background
Tiago Vignatti
1
-0
/
+9
2010-11-11
dix: delete logo hack screen saver
Tiago Vignatti
1
-14
/
+0
2010-11-10
Merge remote branch 'whot/for-keith'
Keith Packard
3
-8
/
+6
2010-11-10
os: Fix BigReq ignoring when another request is pending
Aaron Plattner
1
-3
/
+16
2010-11-11
os: include dix-config.h, not xorg-config.h
Julien Cristau
2
-4
/
+4
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-4
/
+2
2010-10-25
Remove now-misleading comment
Mikhail Gusarov
1
-1
/
+0
2010-10-25
Replace "if(buf) realloc(buf, size) else malloc(size)" with realloc()
Mikhail Gusarov
1
-4
/
+1
2010-10-25
Remove now-misleading comment
Mikhail Gusarov
1
-4
/
+0
2010-10-15
os: Clean up various xtrans bits that we've never supported
Adam Jackson
3
-137
/
+13
2010-09-10
os: simplify smart scheduler init process
Tiago Vignatti
2
-8
/
+5
2010-09-10
os: remove useless smart scheduler macros
Tiago Vignatti
1
-19
/
+2
2010-09-10
os/xfree86: remove macro checking for POSIX symbols
Tiago Vignatti
2
-27
/
+0
2010-09-10
os: add -sigstop option for Upstart (or equivalent) startup
Vignatti Tiago (Nokia-MS/Helsinki)
2
-0
/
+9
2010-09-10
os: Return BadLength instead of disconnecting BigReq clients (#4565)
Aaron Plattner
2
-3
/
+25
2010-08-06
Always call the flush callback chain when we flush client buffers
Kristian Høgsberg
2
-0
/
+7
2010-06-30
OS support: fix writeable client vs IgnoreClient behavior
Jesse Barnes
1
-0
/
+9
2010-06-22
Don't crash when asked if a client that has disconnected was local
Simon Farnsworth
1
-0
/
+5
2010-06-20
os: Remove unused dev_tty_from_init variable
Mikhail Gusarov
1
-4
/
+1
2010-06-20
os: Remove unused pread/pwrite/lockit functions
Mikhail Gusarov
1
-50
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
8
-42
/
+42
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
5
-9
/
+9
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-3
/
+5
2010-05-16
XQuartz: Fix a build failure on Tiger
Jeremy Huddleston
1
-0
/
+7
2010-05-14
Fix compiler issues with getifaddrs() call on OpenSolaris
Alan Coopersmith
1
-5
/
+4
2010-05-13
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Jeremy Huddleston
1
-1
/
+1
2010-05-13
Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc
Mikhail Gusarov
1
-3
/
+2
2010-05-13
Turn sprintf argument into literaral string, shutting up gcc warning
Mikhail Gusarov
1
-3
/
+2
2010-05-13
Removed outdated comments obsoleted by documentation in headers
Mikhail Gusarov
1
-27
/
+0
2010-05-13
Use lowercase variant of XNFalloc and Xstrdup
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
12
-112
/
+112
2010-05-13
Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggage
Mikhail Gusarov
1
-64
/
+44
[next]