| Age | Commit message (Expand) | Author |
| 2011-04-01 | Use mutexes in LogManager to make it threadsafe, as suggested by beistin's pa... | Jordan Woyak |
| 2011-03-11 | Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read... | Jordan Woyak |
| 2011-03-11 | Remove the need for the less than standard strnlen()/strndup(). | Soren Jorvang |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 2010-12-27 | Core/DSPCore: Improve Interpreter address register add/sub, convert to | pierre |
| 2010-12-14 | Revert back to LogTypes. Fixes issue 3668. | Glenn Rice |
| 2010-12-05 | First pass at dealing with different size_t/off_t sizes in C90 environments. | Soren Jorvang |
| 2010-11-15 | Changed macro for disallowing copy-ctor and =operator into an inheritable cla... | Jordan Woyak |
| 2010-04-10 | JIT single stepping | skidau |
| 2010-03-18 | Did some clean up of the GUI main. Also, parse command line options first, t... | Glenn Rice |
| 2010-02-19 | Revert the SysConf change, since it was intended by shuffle. | j4ck.fr0st |
| 2010-02-16 | Fixed a few memory leaks. Made Init and Shutdown functions for some core syst... | donkopunchstania |
| 2010-02-02 | Linux global build. At least the basic footwork is done here. | Glenn Rice |
| 2010-01-19 | JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin... | hrydgard |
| 2010-01-03 | Adding line and file name to the log. | nakeee |
| 2009-11-14 | revert to r4531, but keep the changes from the following revisions: 4533,4550... | Shawn Hoffman |
| 2009-11-12 | Wiimote and nJoy > Gamepad changes | John Peterson |
| 2009-09-04 | Fixed up the filemon a bit, added isEnable function to the logmanager | nakeee |
| 2009-09-03 | GUI: Added file monitor log | John Peterson |
| 2009-09-01 | GUI: Fixed saving of m_InterfaceLogWindow and m_InterfaceConsole, one crashfix | John Peterson |
| 2009-09-01 | GUI: Bugfixes | John Peterson |
| 2009-09-01 | Linux Compile fix and Code clean up | nakeee |
| 2009-09-01 | GUI: Bugfixes, some bugs left | John Peterson |
| 2009-08-31 | Some code cleanup, disabled listchilren as it seems to move Pods where | nakeee |
| 2009-08-30 | GUI: Windows console improvements, hide the border as much as possible when d... | John Peterson |
| 2009-08-29 | GUI: Resize console and its buffer | John Peterson |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-07-12 | Rearrange LogManager includes. The main purpose is to make it possible to mod... | Nolan Check |
| 2009-06-28 | Small warning fix. | magumagu9 |
| 2009-03-28 | Some code cleanup | omegadox |
| 2009-03-20 | give ConsoleListener a ctor to initialize vars | Shawn Hoffman |
| 2009-03-20 | More log fixing: Write to Window checkbox added, fix some log levels again, c... | hrydgard |
| 2009-03-20 | Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more ... | hrydgard |
| 2009-03-20 | Make the OptimizeQuantizers option apply to the IL build. More cleanup. | hrydgard |
| 2009-03-20 | Improve behavior of the console window on windows. Remove coloring from logwi... | Shawn Hoffman |
| 2009-03-18 | nakee's new logmanager. added a console window for windows builds (prints to ... | Shawn Hoffman |