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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings in XlibInt.c
Ulrich Sibiller
2016-10-20
2
-0
/
+7
*
xkb.c: fix 'assignment makes integer from pointer without a cast'
Ulrich Sibiller
2016-10-20
1
-1
/
+1
*
xkmread.c: use _X_UNUSED to avoid compiler warning when result is not needed
Ulrich Sibiller
2016-10-20
1
-4
/
+7
*
xcmisc.c: remove HAVE_STDINT
Ulrich Sibiller
2016-10-20
1
-4
/
+0
*
security.c: fix compiler warnings
Ulrich Sibiller
2016-10-20
1
-2
/
+1
*
Loop.cpp: Fix output of SetCore()
Ulrich Sibiller
2016-10-20
1
-3
/
+3
*
Window.c: Fix function assignment warning
Ulrich Sibiller
2016-10-20
1
-1
/
+1
*
Display.c: remove unused variable
Ulrich Sibiller
2016-10-20
1
-2
/
+0
*
Colormap.c: add cast to avoid warning
Ulrich Sibiller
2016-10-20
1
-1
/
+1
*
Args.c: fix string format warning
Ulrich Sibiller
2016-10-20
1
-2
/
+2
*
imLcIm.c: Fix unused variables
Ulrich Sibiller
2016-10-20
1
-3
/
+4
*
Pending.c: Fix compilation warning
Ulrich Sibiller
2016-10-20
1
-2
/
+2
*
Fix libX11 implicit declaration warnings
Ulrich Sibiller
2016-10-20
1
-2
/
+2
*
Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ...
Mike Gabriel
2016-10-20
1
-41
/
+0
*
debian/libnx-x11-6.symbols: Update symbols list.
Mike Gabriel
2016-10-20
1
-4
/
+4
*
XKeysymDB: ... got removed.
Mike Gabriel
2016-10-20
3
-3
/
+0
*
Merge branch 'uli42-pr/libX11_further_backports' into 3.6.x
Mike Gabriel
2016-10-19
229
-16855
/
+11176
|
\
|
*
Validation of server responses in XGetImage()
Tobias Stoeckmann
2016-10-19
1
-9
/
+20
|
*
The validation of server responses avoids out of boundary accesses.
Tobias Stoeckmann
2016-10-19
3
-11
/
+27
|
*
xcms: use size_t for pointer offsets passed to strncmp
Alan Coopersmith
2016-10-19
5
-10
/
+10
|
*
xcms: use unsigned indexes when looping through unsigned values
Alan Coopersmith
2016-10-19
6
-11
/
+11
|
*
xcms: use size_t for strlen/sizeof values instead of converting to int & back
Alan Coopersmith
2016-10-19
2
-2
/
+2
|
*
Xlib.h: Fix macros imitating C functions.
Dominik Muth
2016-10-19
1
-17
/
+17
|
*
XKB: fix XkbGetKeyboardByName with Xming server
Olivier Fourdan
2016-10-19
1
-1
/
+5
|
*
lcPubWrap: replace malloc(strlen) + strcpy with strdup
Alan Coopersmith
2016-10-19
1
-2
/
+1
|
*
XlcDL.c: reduce code duplication
Alan Coopersmith
2016-10-19
1
-12
/
+10
|
*
XlcDL.c: replace strcpy+strcat sequences with snprintf
Alan Coopersmith
2016-10-19
1
-6
/
+8
|
*
XDefaultOMIF: Remove comments referring to ancient Sun bug ids
Alan Coopersmith
2016-10-19
1
-14
/
+1
|
*
XDefaultOMIF: additional code simplification
Alan Coopersmith
2016-10-19
1
-32
/
+11
|
*
XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup
Alan Coopersmith
2016-10-19
1
-15
/
+8
|
*
Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM
Alan Coopersmith
2016-10-19
1
-2
/
+1
|
*
Delete #if 0 hunks of code
Alan Coopersmith
2016-10-19
4
-152
/
+0
|
*
Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths
Alan Coopersmith
2016-10-19
1
-33
/
+25
|
*
Bug 93184: read_EncodingInfo invalid free
Alan Coopersmith
2016-10-19
1
-3
/
+4
|
*
Remove unused definition of XCONN_CHECK_FREQ
Alan Coopersmith
2016-10-19
1
-8
/
+0
|
*
Get rid of some extraneous ; at the end of C source lines
Alan Coopersmith
2016-10-19
3
-3
/
+3
|
*
Do not return() after exit().
Thomas Klausner
2016-10-19
1
-2
/
+2
|
*
Add missing NULL checks to ICWrap
Ross Burton
2016-10-19
1
-6
/
+9
|
*
Replace Xmalloc+memset pairs with Xcalloc calls
Alan Coopersmith
2016-10-19
3
-19
/
+10
|
*
omGeneric.c: Correct the parameter usage of sizeof
Bhavi Dhingra
2016-10-19
1
-1
/
+1
|
*
Fix three "use of uninitialized variable" coverity warnings
Peter Hutterer
2016-10-19
3
-3
/
+3
|
*
Fix potential memory leak
Peter Hutterer
2016-10-19
1
-2
/
+2
|
*
compose: fix the description of modifiers in compose sequences
Ran Benita
2016-10-19
1
-2
/
+3
|
*
Use C99 named initializers to fill in events passed to XSendEvent
Alan Coopersmith
2016-10-19
3
-38
/
+47
|
*
Fix validation of ctrls parameter to XkbGetPerClientControls()
Alan Coopersmith
2016-10-19
1
-7
/
+4
|
*
Fix map->num_types check in XkbAddKeyType()
Alan Coopersmith
2016-10-19
1
-1
/
+1
|
*
lcDefConv.c: fix use before check
walter harms
2016-10-19
1
-11
/
+27
|
*
rm redundant null checks
walter harms
2016-10-19
7
-70
/
+52
|
*
libX11: rm redundante NULL checks
walter harms
2016-10-19
9
-65
/
+44
|
*
Remove more redundant null checks before Xfree()
walter harms
2016-10-19
11
-163
/
+102
[next]