7
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUGFIX MT-9406 Plug autoredirect doesnt pass on cookies\nCookies from non 2xx responses were being ignored. (cherry picked from commit 5160ccddf40c80dd9cf739ba3ed0734737ab0b20) More... about 13 years ago
added a test for observing timer accuracy More... about 13 years ago
Merge https://github.com/vdaron/DReAM More... about 13 years ago
Merge branch 'vdaron-master' More... about 13 years ago
setting default for AuthenticationScheme to Anonymous instead of none More... about 13 years ago
Merge branch 'master' of https://github.com/bjorg/DReAM into bjorg-master More... about 13 years ago
Use Anonymous AuthenticationScheme by default instead of None for backward compatibility More... about 13 years ago
Use Anonymous AuthenticationScheme by default instead of None for backward compatibility (cherry picked from commit ba95fafa1c5a35aad9fd6fc7174545ad3034dc25) More... about 13 years ago
removed obsolete TODO comment More... about 13 years ago
Merge branch 'master' of https://github.com/vdaron/DReAM into vdaron-master More... about 13 years ago
added bug #s to TODO comments More... about 13 years ago
Add authentication scheme support in HttpTransport. (cherry picked from commit eebd8b35ecab3e75cfc54e6b749a1e881abd8994) More... about 13 years ago
Add authentication scheme support in HttpTransport. More... about 13 years ago
more unit test output ignoring for git More... about 13 years ago
switched to using AssertEx for TimeSpan checks; this makes the tests pass on mono 2.8.2 More... about 13 years ago
marked failing unit tests for mono 2.8.2 More... about 13 years ago
added comment indicating that ReadLine is not properly implemented (although nobody would ever notice) More... about 13 years ago
add ReadLine() and ReadToEnd() since they are not implemented by TextReader under mono More... about 13 years ago
added AssertEx class which extends NUnit's Assert class; added TimeSpan Assert with rounding margin to accomodate imprecisions in timing More... about 13 years ago
marked failing unit tests for mono 2.8.2 More... about 13 years ago
avoid using international character in source code; instead escape them using \uXXXX More... about 13 years ago
ignore unit-test output More... about 13 years ago
replaced File.Decrypt with File.Delete in unit test (auto-complete fail) More... about 13 years ago
don't use \r\n in ExpectedMessage tests. it's not safe on multi-platform More... about 13 years ago
converted URIs to links in README More... about 13 years ago
removed ASCII art logo since I can't figure out how to make it look good in markdown More... about 13 years ago
README formatting fixes More... about 13 years ago
removed unused local variables More... about 13 years ago
removed unused variable; annotated the use of ToBytes() to make it clearer why we're doing it in this location More... about 13 years ago
removed unused variable More... about 13 years ago