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
path:
root
/
nx-X11
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix XNextRequest() after direct usage of XCB
Owen W. Taylor
2016-10-19
1
-0
/
+21
*
Remove dead USE_OWN_COMPOSE-protected code
Ran Benita
2016-10-19
2
-174
/
+0
*
Fix typos in Xrm.c comments
Alan Coopersmith
2016-10-19
1
-2
/
+2
*
_XkbReadGeomOverlay: check for NULL first, then use pointer
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
XkbSelectEventDetails: remove unnecessary assignments
Alan Coopersmith
2016-10-19
1
-3
/
+0
*
Don't try so hard to find a matching font with the given encoding
Jon TURNEY
2016-10-19
1
-1
/
+1
*
unifdef -UISC
Alan Coopersmith
2016-10-19
2
-27
/
+0
*
Drop X_LOCALE fallback for OS'es without setlocale()
Alan Coopersmith
2016-10-19
12
-4242
/
+1
*
Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next size
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
Stop checking for HAVE_DIX_CONFIG_H on the client side
Alan Coopersmith
2016-10-19
4
-12
/
+4
*
Rearrange some variable declarations & initializations in XKB
Alan Coopersmith
2016-10-19
12
-94
/
+66
*
Reindent XKB code to X.Org standard style
Alan Coopersmith
2016-10-19
22
-8341
/
+8714
*
Fix overflow checks in _XkbReadKeySyms when key_sym_map is already created
Alan Coopersmith
2016-10-19
1
-5
/
+4
*
Remove long unused udcInf.c
Alan Coopersmith
2016-10-19
1
-715
/
+0
*
Remove unnecessary casts of pointers to (char *) in calls to Xfree()
Alan Coopersmith
2016-10-19
59
-230
/
+230
*
Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc
Alan Coopersmith
2016-10-19
4
-9
/
+7
*
Remove even more casts of return values from Xmalloc/Xrealloc
Alan Coopersmith
2016-10-19
47
-213
/
+209
*
xlibi18n: fix argsize argument to _XlcParsePath
Alan Coopersmith
2016-10-19
1
-2
/
+2
*
i18n modules: Fix some const cast warnings
Alan Coopersmith
2016-10-19
2
-3
/
+3
*
xlibi18n: Fix a bunch of const cast warnings
Alan Coopersmith
2016-10-19
4
-20
/
+17
*
Fix const handling in XSetLocaleModifiers
Alan Coopersmith
2016-10-19
1
-5
/
+5
*
Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()
Alan Coopersmith
2016-10-19
3
-61
/
+35
*
init_om: remove unneeded extra copy of string to local buffer
Alan Coopersmith
2016-10-19
1
-11
/
+4
*
Delete unused XKB_INSURE_SIZE macro from XKBlibint.h
Alan Coopersmith
2016-10-19
1
-6
/
+0
*
miRegionOp(): ensure region size is not updated if realloc fails
Alan Coopersmith
2016-10-19
1
-2
/
+3
*
miRegionCopy(): handle realloc failure better
Alan Coopersmith
2016-10-19
1
-8
/
+9
*
Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macro
Alan Coopersmith
2016-10-19
1
-3
/
+4
*
Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()
Alan Coopersmith
2016-10-19
1
-10
/
+25
*
lcDB.c: ensure buffer size is updated correctly if realloc fails
Alan Coopersmith
2016-10-19
1
-2
/
+3
*
Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object()
Alan Coopersmith
2016-10-19
1
-5
/
+6
*
omGeneric.c: convert sprintf calls to snprintf
Alan Coopersmith
2016-10-19
1
-10
/
+11
*
ximcp/imRm.c: convert sprintf calls to snprintf
Alan Coopersmith
2016-10-19
1
-14
/
+30
*
xlibi18n: convert sprintf calls to snprintf
Alan Coopersmith
2016-10-19
5
-57
/
+51
*
lcfile: skip over any null entries in args list
Alan Coopersmith
2016-10-19
1
-20
/
+15
*
Fix file leak on malloc error in XlcDL.c:resolve_object()
Alan Coopersmith
2016-10-19
1
-1
/
+3
*
Fix bogus timestamp generated by XIM
ISHIKAWA,chiaki
2016-10-19
2
-0
/
+21
*
XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in pl...
Egbert Eich
2016-10-19
1
-1
/
+3
*
omGeneric: remove space between struct name & member name
Alan Coopersmith
2016-10-19
1
-1
/
+1
*
XSetModifierMapping: Use Data instead of GetReqExtra
Alan Coopersmith
2016-10-19
1
-9
/
+3
*
libX11: check size of GetReqExtra after XFlush
Kees Cook
2016-10-19
2
-3
/
+15
*
Tighten out-of-range comparisons.
Thomas Klausner
2016-10-19
4
-4
/
+4
*
Fix out-of-range comparison in _XF86BigfontQueryFont
Thomas Klausner
2016-10-19
1
-1
/
+1
*
Check for symbol existence with #ifdef, not #if
Thomas Klausner
2016-10-19
1
-1
/
+1
*
Stop truncating source to destination length if it is larger.
Thomas Klausner
2016-10-19
1
-28
/
+0
*
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Alan Coopersmith
2016-10-19
3
-40
/
+0
*
update Xfuncproto.h
Ulrich Sibiller
2016-10-19
1
-4
/
+65
*
Align files with upstream libX11-1.6.0
Ulrich Sibiller
2016-10-19
42
-194
/
+190
*
Tell clang not to report -Wpadded warnings on public headers we can't fix
Alan Coopersmith
2016-10-19
4
-0
/
+48
*
Zero buffer data in BufAlloc()
Adam Jackson
2016-10-19
1
-1
/
+1
*
GetProp: Zero-initialized error so its resourceID field is initialized
Erkki Seppälä
2016-10-19
1
-1
/
+1
[prev]
[next]