Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Revert incorrect copyright attribution for non-contributed files | Zephyron | |
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed. | |||
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-01-12 | kernel: fix debugger and process list lifetime | Liam | |
2023-10-21 | kernel: update KProcess | Liam | |
2023-02-21 | service: refactor server architecture | Liam | |
Converts services to have their own processes | |||
2022-11-22 | general: fix compile for Apple Clang | Liam | |
2022-11-10 | debugger: allow more than one connection attempt per session | Liam | |
2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
2022-07-25 | kernel: unlayer CPU interrupt handling | Liam | |
2022-06-16 | core/debugger: memory breakpoint support | Liam | |
2022-06-14 | kernel: implement KProcess suspension | Liam | |
2022-06-13 | Merge pull request #8446 from liamwhite/cmd-gdb | Morph | |
core/debugger: support operation in yuzu-cmd | |||
2022-06-12 | core/debugger: allow remote connections | Liam | |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
2022-06-06 | core/debugger: fix asio write usage | Liam | |
2022-06-06 | core/debugger: fix crash due to incorrect lambda capture | Liam | |
2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
core/debugger: Improved stepping mechanism and misc fixes | |||
2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | |
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | |||
2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |