summaryrefslogtreecommitdiff
path: root/orc/orccodemem.c
Commit message (Expand)AuthorAgeFilesLines
* orccodemem: silence gcc 12 compiler warningTim-Philipp Müller2023-02-121-0/+4
* Add missing include.Thomas Klausner2022-11-091-0/+1
* orccodemem: Fix use-after-free in error pathsBastien Nocera2022-05-061-1/+4
* orc: Add support for MacOS Hardened runtime.Doug Nazar2021-04-091-1/+11
* orccodemem: Report errno during failures to create mmap codemap.Doug Nazar2021-04-091-4/+5
* orc: Use page size aligned memory block for WindowsSeungha Yang2020-07-291-1/+5
* orc: Remove trailing white spacesSeungha Yang2020-07-281-1/+1
* orccodemem: Add support for Universal Windows Platform appsNirbheek Chauhan2020-07-011-1/+11
* orccodemem: Mark exec mapping writable if debuggingDoug Nazar2019-09-081-2/+5
* orc: move unusable orc_code_chunk_free() declaration to internal headerTim-Philipp Müller2018-04-281-0/+1
* orc: make more functions staticTim-Philipp Müller2018-04-281-8/+8
* orccodemem: fix mmap leak on error pathVincent Penquerc'h2015-01-301-0/+1
* TMPDIR becomes the last optionFabian Deutsch2014-09-041-6/+6
* orccodemem: fix list corruption when splitting memory chunks in twoTim-Philipp Müller2014-06-041-1/+1
* orccodemem: mask group/other bits for temporary fileVincent Penquerc'h2014-04-171-0/+3
* Make it ANSI-COlivier Crête2013-10-141-1/+1
* Protect codemem globals with mutexDavid Schleef2011-08-271-0/+4
* codemem: also try XDG_RUNTIME_DIR before falling back on HOMETim-Philipp Müller2011-06-301-0/+4
* codemem: Fix order to check /tmp before $HOMEDavid Schleef2011-06-081-3/+3
* codemem: check ftruncate() return valueDavid Schleef2011-04-251-0/+5
* Better checking for codemem allocationDavid Schleef2011-02-251-15/+15
* orccodemem: free 'filename' in case of error as wellStefan Kost2010-12-051-0/+1
* Use MAP_ANON if MAP_ANONYMOUS is not definedDavid Schleef2010-09-151-0/+4
* Add various hacks to allocated codememDavid Schleef2010-09-141-28/+56
* Use OrcCode structure to handle all executable codeDavid Schleef2010-08-241-11/+25
* Code memory allocationDavid Schleef2010-08-231-15/+100
* Add OrcCodeRegionDavid Schleef2010-08-231-21/+84
* Use TMPDIR for temporary code memory filesDavid Schleef2010-07-261-17/+24
* don't unlink tmp file if debug flag is usedDavid Schleef2010-07-131-1/+3
* Use VirtualAlloc() to allocate executable memory on Windows.Ramiro Polla2010-03-191-2/+14
* codemem: improve temp file name generationDavid Schleef2010-01-071-18/+4
* Build fixes due to MSVCDavid Schleef2009-12-021-0/+2
* codemem: use symbol name in filenameDavid Schleef2009-09-191-7/+31
* hackingDavid Schleef2009-05-241-3/+3
* win32 fixDavid Schleef2009-04-161-1/+3
* Improve errors, use long jumps on x86David Schleef2009-04-061-2/+1
* Split OrcProgram into Program and CompilerDavid Schleef2009-03-151-19/+15
* Merge codemem functions into one source fileDavid Schleef2009-03-121-0/+71