Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compext/Png.c: Nullify after free | Ulrich Sibiller | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | compext/Png.c: simplify srcBuf allocation | Ulrich Sibiller | 2019-06-22 | 1 | -30/+13 |
| | |||||
* | compext/Png.c: late image_index allocation | Ulrich Sibiller | 2019-06-22 | 1 | -17/+18 |
| | | | | | | | | Move allocation of image_index close before first_use. This way we do not need to free it if previous step fail. And we cannot forget that free() call. While at it replace malloc+memset by calloc. | ||||
* | misc: fix more regressions and whitespace weirdness introduced in ↵ | Mihai Moldovan | 2018-07-07 | 1 | -2/+8 |
| | | | | 913fcf1a74426725f14380dd5b34286a21c37ab7. | ||||
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 1 | -5/+8 |
| | |||||
* | compext: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 4 | -6/+6 |
| | |||||
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 1 | -2/+2 |
| | |||||
* | zlib compatibility: whenever we want -I flags only, assume that the headers ↵ | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | | | | | | are directly available. Especially don't add linking flags willy-nilly. | ||||
* | Support building with legacy zlib versions that do not ship a pkg-config file. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Xserver/hw/nxagent/compext: Xfree -> free and Xmalloc -> malloc. | Mike Gabriel | 2017-12-15 | 4 | -121/+114 |
| | |||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -0/+1 |
| | |||||
* | Fix compilation warnings | Ulrich Sibiller | 2016-12-03 | 1 | -3/+3 |
| | |||||
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver ↵ | Mike Gabriel | 2016-11-15 | 23 | -0/+9226 |
includes at build time. Fixes ArcticaProject/nx-libs#276. |