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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
2021-10-19Log file name and line numberFelix Weilbach
2021-09-08endl has been deprecatedFelix Weilbach
2021-08-23Don't create QStringList copy firstHannah von Reth
2021-08-23Always call doLog to ensure we get a crash logHannah von Reth
2021-08-23Remove dead codeHannah von Reth
2021-08-23Dump the last 20 lines of logs to a file when we crashHannah von Reth
2021-08-11Allow to add and remove log rulesHannah von Reth
2021-08-02Changed grammarrakekniven
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-02-16Fix incorrect logger output for non-latin strings.allexzander
2020-12-15LogWindow: Remove output, add "go to log folder" button #6475Christian Kamm
2020-12-15Logger: Guard zlib usage by ZLIB_FOUNDOlivier Goffart
2020-10-07Expose more of the logger stateKevin Ottens
2020-07-01Have a filter rule capturing all of nextcloud debugKevin Ottens
2020-07-01Repair the log message patternKevin Ottens
2020-07-01[Logger] Ensure log file is flushed before crashHannah von Reth
2020-07-01[Logger] Ensure errors are also printed to an attached consoleHannah von Reth
2020-07-01Logger: Remove the thread pointer from the log.Olivier Goffart
2020-07-01[Logger] Correctly handle message priorityHannah von Reth
2020-07-01Print critical and fatal messages to stderrHannah von Reth
2020-07-01LogDir: Compress last logfile on restartChristian Kamm
2020-07-01Properly guard io.h since it is Windows onlyKevin Ottens
2020-07-01Make -logfile - work on WindowsDominik Schmidt
2020-07-01Make qFatal() trigger the crash reporter on WindowsDominik Schmidt
2020-06-03Use default member init when applicableKevin Ottens
2020-05-20Use nullptr when appropriateKevin Ottens
2020-05-12Don't silently kill debug messagesKevin Ottens
2018-11-12libsync: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-07-02Restore logger installationRoeland Jago Douma
2018-06-05Logging: Add persistent auto-logdir option #6442Christian Kamm
2018-06-05LogDir: Compress log when switching files #6442Christian Kamm
2018-03-26Do not crash if there was an error encrypting the file.Tomaz Canabrava
2018-01-23Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-22Logger: --logdebug only show owncloud's debug messageOlivier Goffart
2018-01-13Get rid of csync_logOlivier Goffart
2017-09-26Use QDateTime::currentDateTimeUtc instead of the non utc versionOlivier Goffart
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Add the possiblility to enable debug logging categoriesJocelyn Turcotte
2017-05-11Also pass csync logs through QMessageLoggerJocelyn Turcotte
2017-05-11Improve the logging message patternJocelyn Turcotte
2016-12-09Fix the log window not showing csync logsJocelyn Turcotte
2015-10-22Logger: speedup the sync discovery when the log is innactiveOlivier Goffart
2015-10-20Logger: don't call qFormatLog when unessesaryOlivier Goffart
2015-10-05libtypos comment and message typos for masterPhil Davis
2015-02-19Add a NO_MSG_HANDLER cmake optionJocelyn Turcotte
2015-02-14Logger: use qFormatLogMessage with Qt 5.4 so it respects the Qt logging prefe...Olivier Goffart
2014-11-10Adjust namespacesDaniel Molkentin
2014-10-22Merge remote-tracking branch 'origin/1.7'Christian Kamm