summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #10912 from comex/sslGravatar liamwhite2023-07-1621-281/+2382
|\ \ | |/ |/|
| * Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
| * ...actually add the SecureTransport backend to Git.Gravatar comex2023-07-011-0/+219
| * Updates:Gravatar comex2023-07-017-211/+276
| * Merge remote-tracking branch 'origin/master' into sslGravatar comex2023-07-0170-612/+644
| |\
| * | PR feedback + constificationGravatar comex2023-06-258-60/+62
| * | network.cpp: include expected.hGravatar comex2023-06-251-0/+1
| * | re-formatGravatar comex2023-06-251-4/+5
| * | Fix more Windows build errorsGravatar comex2023-06-255-28/+35
| * | ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10
| * | Fixes:Gravatar comex2023-06-253-4/+12
| * | ssl: rename argument to avoid false positive codespell warningGravatar comex2023-06-251-2/+2
| * | Implement SSL serviceGravatar comex2023-06-2520-276/+2065
* | | file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias2023-07-122-1/+40
* | | Merge pull request #10985 from liamwhite/handle-translateGravatar bunnei2023-07-113-7/+771
|\ \ \
| * | | k_server_session: translate special header for non-HLE requestsGravatar Liam2023-07-083-7/+771
* | | | Merge pull request #10996 from Kelebek1/readblock_optimisationGravatar bunnei2023-07-105-18/+285
|\ \ \ \
| * | | | Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-025-18/+285
* | | | | arm_interface: correct breakpoint rewind conditionGravatar Liam2023-07-091-1/+1
| |/ / / |/| | |
* | | | vfs_real: use open file size for getting size (#11016)Gravatar liamwhite2023-07-061-1/+2
* | | | service: nfc: Ensure controller is in the correct modeGravatar german772023-07-023-11/+41
|/ / /
* | | Merge pull request #10998 from Morph1984/qt-stop-messing-with-meGravatar liamwhite2023-07-022-3/+14
|\ \ \
| * | | core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph2023-07-022-3/+14
* | | | Merge pull request #10969 from Morph1984/k-synchronizeGravatar liamwhite2023-07-023-36/+52
|\ \ \ \ | |/ / / |/| | |
| * | | kernel: SynchronizeGravatar Morph2023-07-013-36/+52
| | |/ | |/|
* | | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--Gravatar liamwhite2023-07-025-9/+202
|\ \ \
| * | | Memory Tracker: Use 64 bit atomics instead of 128 bitsGravatar Fernando Sahmkow2023-06-291-9/+13
| * | | Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-284-13/+54
| * | | MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-284-4/+152
| |/ /
* | | Merge pull request #10710 from liamwhite/romfs2Gravatar liamwhite2023-07-021-21/+17
|\ \ \
| * | | fsmitm_romfsbuild: avoid full path lookupsGravatar Liam2023-06-271-21/+17
| |/ /
* | | parcel: Optimize small_vector sizesGravatar Morph2023-06-301-11/+13
* | | general: Use ScratchBuffer where possibleGravatar Morph2023-06-306-45/+53
|/ /
* | arm_dynarmic_32: Remove disabling of block linking on arm64Gravatar Merry2023-06-271-5/+0
* | core: hid: Allow to read bin files while switch controller is availableGravatar german772023-06-241-4/+10
* | input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-241-0/+5
* | Merge pull request #10859 from liamwhite/no-more-atomic-waitGravatar liamwhite2023-06-234-18/+10
|\ \
| * | general: remove atomic signal and waitGravatar Liam2023-06-224-18/+10
* | | Merge pull request #10842 from german77/native_mifareGravatar liamwhite2023-06-2310-132/+209
|\ \ \
| * | | input_common: Implement native mifare supportGravatar Narr the Reg2023-06-2110-132/+209
* | | | vfs_real: lock concurrent accessesGravatar Liam2023-06-232-25/+45
* | | | Merge pull request #10457 from Kelebek1/optimiseGravatar bunnei2023-06-2237-275/+270
|\ \ \ \
| * | | | Remove memory allocations in some hot pathsGravatar Kelebek12023-06-2237-275/+270
| | |/ / | |/| |
* | | | Merge pull request #10806 from liamwhite/worst-fs-implementation-everGravatar bunnei2023-06-223-24/+42
|\ \ \ \ | |/ / / |/| | |
| * | | vfs_real: ensure size cache is reset on writeGravatar Liam2023-06-161-0/+2
| * | | patch_manager: remove unnecessary GetSize callsGravatar Liam2023-06-161-5/+4
| * | | vfs_real: misc optimizationsGravatar Liam2023-06-162-19/+36
* | | | Merge pull request #10086 from Morph1984/coretiming-ng-1Gravatar bunnei2023-06-2115-131/+45
|\ \ \ \
| * | | | nvdisp: Fix SingleCore frametime reportingGravatar Morph2023-06-071-1/+1
| * | | | core_timing: Fix SingleCore cycle timerGravatar Morph2023-06-073-27/+11