re #9712 added tr32api dll
re #9712 Added documentation of the newly implemented methods + refactoring
re #9712 main new info fetcher redefinition
re #9712 Added t32 api fetcher
re #9712 restructuring of info fetcher
re #9712 Added configuration properties of the t32 api
re #9570 Added code documentation to logger classes and properties
re #9570 - Commented IProcessDetection.cs, IProcessUtils.cs, ProcessDetection.cs, and ProcessUtils.cs
re #9570 Commented DebuggerInfoParser.cs, IInfoFetcher.cs, and InfoFetcher.cs
re #9570 Commented Program.cs
re #9570 Commented ConfigLoader.cs, FileUtils.cs, and IFileUtils.cs
re #9570 Commented ConnectionStatus.cs, DebuggerInfo.cs, and Payload.cs
re #9570 Commented HttpClient.cs, IHttpClient.cs, and IApiClient.cs
re #9570 Commented ApiClient.cs
re #9443 ApiClient refactoring for better testing
re #9443 refactoring of network and other utils for the purpose of testing
re #9443 refactoring of detection classes
re #9568 Fixed a typo in the config file
re #9568 Fixed formatting
re #9568 Broke config loader down into separate methods.
re #9568 Added all 4 commands (arguments) to be sent to the debugger into the configuration file.
re #9568 Fixed a typo in the filename.
re #9566 Removed IoUtils.cs since it was being used only in one place.
re #9566 Moved magic values into the configuration file.
re #9566 Added InfoFetcher.cs, modified some other files (a bit of refactoring)
re #9567 Made sure that there is only one running process of the application.
re #9565 Implemented DebuggerInfoParser, added IoUtils for reading the content of a file
re #9433 detection definition in Main
re #9433 Added possible detection by port listening
re #9433 Added possible detection by process name
re #9433 Abstract detection definition added
re #9433 Added needed configuration for detection
re #9441 Main example + Payload feature for better manipulation
re #9441 manager refactoring - removal of useless functions and variables
re #9441 Added core of cache manager
re #9441 definition of new Api client functions, implementation and added needed variables
re #9441 Added configuration properties + library added to project structure
re #9438 added function for logging of server response
re #9438 project structure definition + main example
re #9438 Added API client + example data
re #9438 Added api data definition
re #9438 Added api configuration values
re #9439 logger code refactoring
re #9440 initial config manager definition
re #9439 Implementation of console and rotating file logger
re #9437 initial lauterbach debugger client structure setup