7
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DreamHostTest: fixed unit test message More... over 11 years ago
DreamHostTest: added unit test for automatic base64 decoding More... over 11 years ago
DreamHostService: if ContentEncoding is set to 'base64' we read the message body and decode it More... over 11 years ago
Merge branch '2.5' into DR-116 More... over 11 years ago
DreamHostService: only create ProcessingQueue for inbound requests when connection limit is positive DreamTestHelper: added optional argument to initialize the connection limit DreamHostTest: removed test that checked what happened when connection limit was exceeded More... over 11 years ago
Merge pull request #102 from yurigorokhov/DR-119_2 More... over 11 years ago
Removing the unnecessary setting of contentlength, sorry guys More... over 11 years ago
DreamHostService: use a ProcessingQueue to manage the number of requests we can process concurrently More... over 11 years ago
HttpTransport: un-resharpered file to minimize changes from original More... over 11 years ago
HttpTransport: reverted changes (except for resharper clean-up) to match the 2.5 implementation More... over 11 years ago
Merge remote-tracking branch 'origin/DR-116' into DR-116 More... over 11 years ago
Merge branch '2.5' into DR-116 More... over 11 years ago
fixing comment that made XML comment generation fail More... over 11 years ago
setting version to 2.5 for build More... over 11 years ago
Merge pull request #101 from yurigorokhov/DR-118_3 More... over 11 years ago
Adding comment More... over 11 years ago
Breaking the body of the dispatchloop into a method to force local variables to get garbage collected More... over 11 years ago
Stream to HttpRequest syncronously, also do not dispose its stream but simply close it More... over 11 years ago
Merge pull request #100 from yurigorokhov/DR-118_stealqueue More... over 11 years ago
Adding comments More... over 11 years ago
Freeing resources in workstealingdeque More... over 11 years ago
unit test fix for feature attribute order assumption More... over 11 years ago
Merge pull request #99 from sdether/sqs_poll_coroutine_fix More... over 11 years ago
Merge pull request #98 from bjorg/DR-117 More... over 11 years ago
Added definition of URI_REGEX back. More... over 11 years ago
setting log4net to explicitly copy, since its presence in the GAC will cause the build to fail otherwise More... over 11 years ago
fixing a race condition in sqsclient disposal More... over 11 years ago
Merge pull request #97 from bjorg/DR-117 More... over 11 years ago
* Couroutine: added [Serializable] and comment that explains why this attribute is needed * Updated unit tests, because XUri::WithPort(int) behaves slightly differently * Added new unit tests to confirm behavior of XUri::WithPort(int) More... over 11 years ago
Merge pull request #96 from bjorg/DR-117 More... over 11 years ago