1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the README file
Asbjørn Ulsberg
as asbjornu
More... about 14 years ago
Changed the AppSettings keys to `Airbrake.ApiKey` and `Airbrake.Environment`.
Asbjørn Ulsberg
as asbjornu
More... about 14 years ago
App_Data isn't in use
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Changed `LogManager.GetCurrentClassLogger()` to `LogManager.GetLogger(GetType())` to avoid reflection.
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Changed README syntax from Textile to Markdown
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Merge remote-tracking branch 'origin/master'
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Renamed all occurrences of "Hoptoad" (besides `hoptoad_2_1.xsd`, which Thoughtbot themselves haven't renamed yet) to "Airbrake" and "Hopsharp" to "SharpBrake" in accordance with http://robots.thoughtbot.com/tagged/airbrake
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Renamed all occurrences of "Hoptoad" (besides `hoptoad_2_1.xsd`, which Thoughtbot themselves haven't renamed yet) to "Airbrake" and "Hopsharp" to "SharpBrake" in accordance with http://robots.thoughtbot.com/tagged/airbrake
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Merge remote-tracking branch 'origin/master'
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Merge remote-tracking branch 'origin/master'
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
The response should now support deserialization of <notice />.
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
The response should now support deserialization of <notice />.
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
The response should now support deserialization of <notice />.
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Added HoptoadRequest and HoptoadResponse classes. Did some refactoring, lots of documentation and improved serialization somewhat. Also added RequestEndEventHandler and Args to help testing and such.
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Upgraded NUnit to version 2.5.10.11092
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Added Logging and App.config references to the VS 2008 projects
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Added Log4net through Common Logging. Removed unused Newtonsoft.Json.dll
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Added Common.Logging and Visual Studio 2010 solution and projects
Asbjørn Ulsberg
as asbjornu
More... over 14 years ago
Performed ReSharper cleaned and fixed ReSharper issues More... about 15 years ago
First successful error sent to hoptoad. More... almost 16 years ago
Building a Hoptoad error and backtrace from a .NET exception. More... almost 16 years ago
Building server configuration and notifier with the correct data. More... almost 16 years ago
Basic objects set up so that we generate valid XML -- error and empty backtrace only (no server vars, request params, session state). More... almost 16 years ago
We can generate clean XML now. More... almost 16 years ago
Added the XML schema to validate our request data. More... almost 16 years ago
Git complaining about all files being different. Is this an CRLF problem? More... about 16 years ago
Added a standard .gitignore. More... about 16 years ago
Added readme finally More... almost 17 years ago
Renamed extension so it makes more sense... send vs sent Fixed unit test's expectation on JSON after revising how it handles some of the types More... almost 17 years ago
Removed reporting of server variables, it was problematic with formatting most likely, Hoptoad didn't like it. Fixed up passing of SessionState to a dictionary rather than it trying to convert the raw HttpSessionState. More... almost 17 years ago