| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 18 | -104/+104 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 18 | -205/+205 |
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 3 | -31/+0 |
* | hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the correspo... | Mike Gabriel | 2016-06-25 | 1 | -1/+1 |
* | hw/nxagent/NXdixfonts.c: Shrink file, drop duplicate code that can identicall... | Mike Gabriel | 2016-06-25 | 2 | -68/+24 |
* | hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall... | Mike Gabriel | 2016-06-25 | 2 | -3/+33 |
* | hw/nxagent/NXproperty.c: Shrink file, drop duplicate code that can identicall... | Mike Gabriel | 2016-06-25 | 2 | -2/+7 |
* | hw/nxagent/NXevents.c: Shrink file, drop duplicate code that can identically ... | Mike Gabriel | 2016-06-25 | 2 | -2/+11 |
* | hw/nxagent/NXglyphcurs.c: Shrink file, drop duplicate code that can identical... | Mike Gabriel | 2016-06-25 | 2 | -3/+4 |
* | hw/nxagent/NXresource.c: Shrink file, drop duplicate code that can identicall... | Mike Gabriel | 2016-06-25 | 2 | -2/+8 |
* | Xserver/dix/window.c: Don't reintroduce build warnings with previous commit d... | Mike Gabriel | 2016-06-25 | 1 | -14/+0 |
* | hw/nxagent/NXwindow.c: Shrink file, drop duplicate code that can identically ... | Mike Gabriel | 2016-06-25 | 2 | -5/+53 |
* | hw/nxagent/NXextension.c: Shrink file, drop duplicate code that is indentical... | Mike Gabriel | 2016-06-25 | 2 | -4/+14 |
* | Xserver/dix/Imakefile: Serialize parameters and make Imakefile changes more t... | Mike Gabriel | 2016-06-25 | 1 | -16/+66 |
* | dix: remove caching of drawables and graphics contexts. The security checks s... | Mike Gabriel | 2016-06-21 | 1 | -20/+0 |
* | Xserver/dix/events.c: Don't declare and assign unused pScreen. | Mike Gabriel | 2016-06-21 | 1 | -3/+0 |
* | Move each screen's root-window pointer into ScreenRec. | Mike Gabriel | 2016-06-21 | 6 | -56/+53 |
* | Centralize declaration of ConnectionInfo. | Mike Gabriel | 2016-06-21 | 2 | -1/+2 |
* | Allow CloseDownProc to be NULL. | Mike Gabriel | 2016-06-21 | 1 | -2/+3 |
* | LBX: Drop all Xserver code blocks that relate to removed LBX extension. | Mike Gabriel | 2016-06-01 | 7 | -234/+0 |
* | XEVIE: Drop all Xserver code blocks that relate to removed XEVIE extension. | Mike Gabriel | 2016-06-01 | 1 | -176/+0 |
* | XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte... | Mike Gabriel | 2016-06-01 | 2 | -74/+0 |
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 1 | -8/+2 |
* | nx-X11/programs/Xserver/{dix/{colormap.c,window.c},hw/nxagent/NXwindow.c,incl... | Mihai Moldovan | 2016-05-25 | 2 | -0/+89 |
* | hw/nxagent/NXdixfonts.c: Fix implicit declaration for register_fpe_functions(). | Mike Gabriel | 2016-05-02 | 1 | -0/+2 |
* | Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org. | Mike Gabriel | 2016-05-02 | 2 | -2/+2 |
* | Change region implementation names to eliminate the 'mi' prefix | Mike Gabriel | 2016-05-02 | 2 | -909/+73 |
* | Move mi/miregion.c to dix/region.c | Keith Packard | 2016-05-02 | 2 | -2/+2582 |
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -1/+2 |
* | Rename region macros to eliminate screen argument | Mike Gabriel | 2016-05-02 | 3 | -93/+93 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 22 | -57/+57 |
* | On realloc failure, free font_path_string instead of leaking it | Mike Gabriel | 2015-12-28 | 1 | -4/+7 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 15 | -149/+149 |
* | Backport: xserver: Avoid sending uninitialized padding data over the network | Peter Åstrand | 2015-07-02 | 8 | -1/+47 |
* | dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418). | Keith Packard | 2015-05-01 | 1 | -1/+1 |
* | library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 2 | -17/+2 |
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 3 | -41/+1 |
* | dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4] | Alan Coopersmith | 2015-02-14 | 1 | -1/+3 |
* | Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo... | Mike DePaulo | 2015-02-14 | 1 | -0/+5 |
* | Several fixes for building debug versions of NX (990_fix-DEBUG-and-TEST-build... | Mihai Moldovan | 2015-02-13 | 1 | -1/+1 |
* | drop .original files from the current code base | Mike Gabriel | 2015-02-02 | 4 | -4662/+0 |
* | Imported nx-X11-3.1.0-4.tar.gznx-X11/3.1.0-4 | Reinhard Tartler | 2011-10-10 | 3 | -0/+21 |
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 34 | -0/+34876 |