| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make sure internal headers include required headers | Niveditha Rau | 2016-10-19 | 8 | -0/+15 |
| * | Free fs->properties in XF86BigfontQueryFont overflow error path | Alan Coopersmith | 2016-10-19 | 1 | -0/+1 |
| * | xkb: fix off-by-one in _XkbReadGetNamesReply and _XkbReadVirtualModMap | Julien Cristau | 2016-10-19 | 2 | -2/+2 |
| * | Revert "Add a couple fixups for the security patches" | Ulrich Sibiller | 2016-10-19 | 3 | -3/+2 |
| * | Remove more unnecessary casts from Xmalloc/calloc calls | Alan Coopersmith | 2016-10-19 | 33 | -132/+112 |
| * | Move big request comment in XOpenDisplay to the right place | Alan Coopersmith | 2016-10-19 | 1 | -1/+3 |
| * | Fix very weird indenting in nx-X11/lib/X11/GetFProp.c | Alan Coopersmith | 2016-10-19 | 1 | -12/+12 |
| * | XAllocClassHint: Assume calloc sets pointers in allocated memory to NULL | Alan Coopersmith | 2016-10-19 | 1 | -6/+1 |
| * | _xudc_code_to_glyph: check for NULL pointer *before* writing to it, not after | Alan Coopersmith | 2016-10-19 | 1 | -4/+4 |
| * | Assume size_t is always available, since it was defined in C89 | Alan Coopersmith | 2016-10-19 | 1 | -8/+1 |
| * | unifdef XKB_IN_SERVER | Alan Coopersmith | 2016-10-19 | 4 | -50/+0 |
| * | Convert more sprintf calls to snprintf | Alan Coopersmith | 2016-10-19 | 4 | -10/+11 |
| * | XKeysymToString: move variable declarations to the scope of their usage | Alan Coopersmith | 2016-10-19 | 1 | -14/+10 |
| * | Preserve constness in casting arguments through the Data*() routines | Alan Coopersmith | 2016-10-19 | 7 | -15/+17 |
| * | XStringToKeysym: preserve constness when casting off unsignedness for strcmp | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
| * | XRebindKeysym: Drop unnecessary const-removing cast | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
| * | cmsColNm.c: maintain constness of arguments to qsort helper function | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
| * | Remove unused DECnet ("DNETCONN") code from Xlib | Alan Coopersmith | 2016-10-19 | 2 | -4/+1 |
| * | Remove unused TLI ("STREAMSCONN") code from Xlib | Alan Coopersmith | 2016-10-19 | 3 | -125/+1 |
| * | Don't hard code path to Xcms.txt file. | Egbert Eich | 2016-10-19 | 2 | -2/+2 |
| * | XIM: remove Private and Public macros | Yaakov Selkowitz | 2016-10-19 | 24 | -470/+467 |
| * | Convert XCreate{Pix,Bit}map...Data to use C99 designated initializers | Alan Coopersmith | 2016-10-19 | 2 | -47/+44 |
| * | XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC fails | Alan Coopersmith | 2016-10-19 | 2 | -4/+10 |
| * | Events: Store event cookie when dequeuing event | Philipp Reh | 2016-10-19 | 2 | -0/+2 |
| * | clang analyzer: Don't warn about Xmalloc(0) | Jeremy Huddleston | 2016-10-19 | 1 | -1/+1 |
| * | Silence clang static analysis warnings for SetReqLen | Jeremy Huddleston | 2016-10-19 | 1 | -0/+5 |
| * | Fix man page and comment references to use XFreeModifiermap (lowercase map) | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
| * | Mark XKeycodeToKeysym as _X_DEPRECATED | Jeremy Huddleston | 2016-10-19 | 1 | -0/+1 |
| * | libX11: Fixing modifier key range in Xutil.h (Bug #21910) | Bodo Graumann | 2016-10-19 | 1 | -1/+1 |
| * | Switch GetEmptyReq and GetResReq to call _XGetRequest | Peter Hutterer | 2016-10-19 | 1 | -30/+6 |
| * | include: Add GetReqSized() for request buffers of specific size | Peter Hutterer | 2016-10-19 | 1 | -0/+12 |
| * | Use GetReqSized for GetReq and GetReqExtra | Peter Hutterer | 2016-10-19 | 1 | -4/+4 |
| * | ximcp/imRmAttr: Handle leaking missing_list | Erkki Seppälä | 2016-10-19 | 1 | -1/+2 |
| * | ximcp/imRm: Handle leaking colormap_ret | Erkki Seppälä | 2016-10-19 | 1 | -0/+4 |
| * | ximcp/imTrX: Handle failing XGetWindowProperty | Erkki Seppälä | 2016-10-19 | 1 | -12/+21 |
| * | ximcp/imLckup: Handle negative return value from _Xlcwctomb | Erkki Seppälä | 2016-10-19 | 1 | -0/+4 |
| * | lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memory | Ander Conselvan de Oliveira | 2016-10-19 | 2 | -2/+2 |
| * | Fix status reporting for braille patterns | Samuel Thibault | 2016-10-19 | 1 | -6/+20 |
| * | Make the Local XIM request key releases for braille | Samuel Thibault | 2016-10-19 | 1 | -1/+1 |
| * | im/ximcp: release modifiermap before returning | Erkki Seppälä | 2016-10-19 | 1 | -2/+9 |
| * | Fix "attrinute" typo in comments in ximcp | Alan Coopersmith | 2016-10-19 | 1 | -2/+2 |
| * | Fix leaks in _XimEncodingNegotiation error paths. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -26/+25 |
| * | Fix memory leaks on _XimProtoCreateIC error paths. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -2/+2 |
| * | Fix memory leaks on _XimWriteCachedDefaultTree error paths. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -1/+4 |
| * | Fix memory leak on _XimCommitRecv error path. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -1/+3 |
| * | Fix memory leaks on _XimCbDispatch error path. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -0/+2 |
| * | om: Fix memory leak on read_EncodingInfo error path. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -1/+3 |
| * | om: Fix potential memory leak in init_om. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -10/+12 |
| * | om: Fix memory leaks on get_font_name error paths. | Ander Conselvan de Oliveira | 2016-10-19 | 1 | -8/+6 |
| * | Fix potential uninitialized variable access in _XimMakeICAttrIDList | Jeremy Huddleston | 2016-10-19 | 1 | -2/+5 |