| Commit message (Expand) | Author | Age | Files | Lines |
* | NXglxext.c: use upstream versions of Dispatch functions | Ulrich Sibiller | 2019-11-02 | 1 | -3/+4 |
* | glxext.c: fix another memory leak | Ulrich Sibiller | 2019-06-19 | 1 | -3/+1 |
* | Use calloc to zero fill buffers being allocated for replies & events | Ulrich Sibiller | 2019-02-28 | 1 | -2/+2 |
* | reduce usage of uninitialised bytes | Ulrich Sibiller | 2017-12-28 | 1 | -14/+14 |
* | Xserver/GL/glx/glxcmds.c: Cast small-int values through intptr_t when passed ... | Mike Gabriel | 2017-12-14 | 1 | -1/+1 |
* | glx: warning fixes | Mike Gabriel | 2017-12-14 | 1 | -1/+1 |
* | Xserver/GL/glx/glxfb.c: Fix compiler warning: pointer-sign. | Mike Gabriel | 2017-12-14 | 1 | -1/+1 |
* | glxext.c/NXglxext.c: merge two functions into one | Ulrich Sibiller | 2017-11-17 | 1 | -49/+5 |
* | Xserver/GL/glx/glxext.c: Fix for previous commit, re-adding a comment starter... | Mike Gabriel | 2017-04-19 | 1 | -0/+1 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 13 | -13/+0 |
* | Xserver/GL/glx/glxcmd.c: Fix uninitialized xGLXQueryVersionReply. | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
* | Drop glx_ansic.h wrapper and call malloc, realloc, free and str-funcs directly. | Kristian Høgsberg | 2016-12-04 | 13 | -192/+114 |
* | Remove libcwrapper usage from xorg server modules. The libcwrapper is not use... | Eric Anholt | 2016-12-04 | 5 | -4/+12 |
* | remove *-def.cpp | Ulrich Sibiller | 2016-11-02 | 1 | -662/+0 |
* | Imake: drop DoLoadableServer, MakeDllModules and IHaveModules | Ulrich Sibiller | 2016-11-02 | 1 | -13/+0 |
* | Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of... | Mike Gabriel | 2016-10-31 | 1 | -2/+0 |
* | nx-X11/programs/Xserver/GL/glx/Imakefile: typo fix, leading to glcontextmodes... | Mihai Moldovan | 2016-10-14 | 1 | -1/+1 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 33 | -33/+0 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 18 | -18/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 6 | -38/+38 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 3 | -3/+3 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 3 | -7/+7 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 3 | -7/+7 |
* | Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea... | Mike Gabriel | 2016-07-02 | 1 | -3/+3 |
* | Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions. | Mike Gabriel | 2016-07-02 | 1 | -2/+8 |
* | hw/nxagent/NXglxext.c: Shrink file, drop duplicate code that can identically ... | Mike Gabriel | 2016-06-25 | 2 | -2/+16 |
* | Xserver/GL/glx/Imakefile: Serialize parameters and make Imakefile changes mor... | Mike Gabriel | 2016-06-25 | 1 | -23/+82 |
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -1/+2 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -3/+3 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 2 | -4/+4 |
* | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. | Mike Gabriel | 2015-06-16 | 1 | -4/+0 |
* | library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 1 | -1/+1 |
* | glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8] (V3) | Adam Jackson | 2015-02-14 | 4 | -107/+121 |
* | glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8] (v3) | Adam Jackson | 2015-02-14 | 2 | -46/+71 |
* | glx: Length checking for non-generated single requests (v2) [CVE-2014-8098 7/8] | Adam Jackson | 2015-02-14 | 4 | -20/+52 |
* | glx: Top-level length checking for swapped VendorPrivate requests [CVE-2014-8... | Adam Jackson | 2015-02-14 | 1 | -0/+4 |
* | glx: Integer overflow protection for non-generated render requests (v3) [CVE-... | Adam Jackson | 2015-02-14 | 1 | -31/+37 |
* | glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8] (v3) | Julien Cristau | 2015-02-14 | 2 | -20/+20 |
* | glx: Add safe_{add,mul,pad} (v3) [CVE-2014-8093 4/6] (v4) | Adam Jackson | 2015-02-14 | 1 | -0/+41 |
* | glx: Additional paranoia in __glXGetAnswerBuffer / __GLX_GET_ANSWER_BUFFER (v... | Adam Jackson | 2015-02-14 | 1 | -1/+2 |
* | glx: Be more strict about rejecting invalid image sizes [CVE-2014-8093 2/6] | Adam Jackson | 2015-02-14 | 2 | -14/+14 |
* | glx: Be more paranoid about variable-length requests [CVE-2014-8093 1/6] (v2) | Adam Jackson | 2015-02-14 | 2 | -4/+4 |
* | Fix -Werror=format-security errors (056_nx-X11_Werror-format-security.full.pa... | Orion Poplawski | 2015-02-09 | 1 | -2/+2 |
* | drop .original files from the current code base | Mike Gabriel | 2015-02-02 | 4 | -1328/+0 |
* | Imported nx-X11-3.4.0-4.tar.gznx-X11/3.4.0-4 | Reinhard Tartler | 2011-10-10 | 6 | -2/+1330 |
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 49 | -0/+31654 |