Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin
2014-05-26Fix crash at exit when there is a log after the Logger has been destroyedOlivier Goffart
Use a proper static Logger instead of allocating one, and cleanup the QTMessageLogger when it is destroyed
2014-03-17Add the file and line number of the debug in the debug viewOlivier Goffart
2013-12-11Logger: Initialize all variablesOlivier Goffart
To avoid valgrind warnings in owncloudcmd
2013-10-03Fix race condition in the logger.Olivier Goffart
Logs can come from multiple thread, we need to keep the _logstream protected by a mutex
2013-10-02Even more cleanup.Klaas Freitag
2013-10-02More refactoring: Logger and Logbrowser out of application class.Klaas Freitag
2013-08-07Significantly simply loggingDaniel Molkentin
2012-12-05Move Logger into its own file, move it to libsync.Daniel Molkentin
This fixes a linker error.