| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark qtbase/src/corelib/plugin files as security-critical | Magdalena Stojek | 2025-06-04 | 1 | -0/+1 |
| * | Darwin: Ensure encrypted library is loaded before parsing plugin metadata | Tor Arne Vestbø | 2023-02-17 | 1 | -2/+23 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -1/+4 |
| * | Q{CoffPe,Elf,MachO}Parser: check that the magic string is present | Thiago Macieira | 2021-11-19 | 1 | -1/+12 |
| * | CMake: reorganize the QT_FEATURE_library portion of CMakeLists.txt | Thiago Macieira | 2021-11-19 | 1 | -4/+0 |
| * | QPlugin: pass the direct header to qJsonFromRawLibraryMetaData() | Thiago Macieira | 2021-10-04 | 1 | -1/+5 |
| * | QPlugin: simplify handling of exact results from Q{Elf,Mach}Parser | Thiago Macieira | 2021-10-04 | 1 | -2/+1 |
| * | Q{Elf,Mach}Parser: harmonize the arguments passed | Thiago Macieira | 2021-10-04 | 1 | -19/+18 |
| * | Q{Elf,Mach}Parser: simplify the return codes | Thiago Macieira | 2021-09-24 | 1 | -12/+8 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | QPluginLoader: limit the amount of memory used when scanning plugins | Thiago Macieira | 2018-07-14 | 1 | -1/+1 |
| * | Use QT_CONFIG(library) instead of QT_NO_LIBRARY | Ulf Hermann | 2017-03-06 | 1 | -1/+1 |
| * | Fix unimplemented Mach-O parsing for ARM64 platforms in QPluginLoader. | Jake Petroules | 2016-05-30 | 1 | -0/+3 |
| * | Update the Intel copyright year | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Make the Mach-O size checking a little more robust | Thiago Macieira | 2013-07-20 | 1 | -20/+25 |
| * | Add a Mach-O decoder to the QPluginLoader | Thiago Macieira | 2013-07-20 | 1 | -0/+213 |