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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-21Initial drop of the new project modelLluis Sanchez
2013-10-10Reworking the logging services, using Raygun.ioCody Russell
2012-12-05[Core] Fixed LogReportingService build errors after merge from masterJeffrey Stedfast
2012-12-04[LogReporting] Protect against stack overflows when reporting unhandled excep...Rolf Bjarne Kvinge
2012-03-09[LogReporting] Add the ability to log an error which does not require user in...Alan McGovern
2012-01-26[Core] Put a human readable timestamp in the log filesAlan McGovern
2012-01-20[Core] Don't attempt to upload empty files to the serverAlan McGovern
2012-01-05[Core] Ensure crash report uploading is not done on the main thread.Alan McGovern
2012-01-05[Core] Don't lose error reporting settingsMichael Hutchinson
2011-12-20[Core] Improve the crash dialog to better integrate with reportingAlan McGovern
2011-12-12[Core] Switch some hardcoded values in LogReportingService to a constAlan McGovern
2011-12-12[Core] Remove a crash loggging debug helper which shouldn't have been committedAlan McGovern
2011-12-12[Core] Write a better message when asking to enable the crash reportingAlan McGovern
2011-12-12[Core] Append the version info to the crash reports and version the reports.Alan McGovern
2011-12-12[Core] Ask the user to opt in/out of crash reporting when a crash happensAlan McGovern
2011-12-12[Core] Write the correct contentlength when uploading crash reportsAlan McGovern
2011-12-12[Core] Make it safe to call LogReportingService.ReportUnhandledException indi...Alan McGovern
2011-12-12[Core] Upload gzipped crash reports to the new logging serverAlan McGovern
2011-12-12[Ide] Write out unhandled exception stacktraces to diskAlan McGovern
2011-12-12[Ide] Use the correct directory when checking if there are cached crash logsAlan McGovern
2011-12-12[Ide] Move the majority of the CrashLogger daemon to MD itselfAlan McGovern