0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added publish task. More... over 12 years ago
Removes the sync call from the test framework. The initial issue was generated by a bug in http-get itself aka a certain race condition. More... over 12 years ago
Updates the readme. More... over 12 years ago
Adds the .npmignore file. More... over 12 years ago
Fixes the race condition that may appear when the file stream is invalid. More... over 12 years ago
Moar tests. More... over 12 years ago
Added the redirect rests for the HEAD method as well. More... over 12 years ago
Request with redirect test. More... over 12 years ago
Decoupled the loop test from the common module. More... over 12 years ago
Redirect loop unit test. More... over 12 years ago
Updates the changelog. More... over 12 years ago
More ignored stuff. More... over 12 years ago
New unit testing support. More... over 12 years ago
Ignores the /foo.txt which is used as test temporary resource. More... over 12 years ago
Dropped the old tests. More... over 12 years ago
Bugfix for the maxbody support where both fail / success code paths where executed. More... over 12 years ago
Ignores some more project junk. More... over 12 years ago
Bumbs the version number to v0.2 due to sligh internal change of the callback convention. It returns null instead of undefined in order to follow the node.js official docs. More... over 12 years ago
Shorter tests by moving the URL generator into the test common module. More... over 12 years ago
Actually delete the old tests. More... over 12 years ago
Added .gitignore. More... over 12 years ago
Added the basic tests for HTTPS as well. More... over 12 years ago
Renamed the tests. More... over 12 years ago
Fixes the trim() function if the input string is undefined or null. More... over 12 years ago
Simpler method for reporting a redirect into the result object. Fixes a typo for the redirects options. More... over 12 years ago
Added the response-head for testing http.head. The basic functionality has complete test coverage. Now the various combinations remain. More... over 12 years ago
Improvements to the unit testing framework. Adds the response file stream test. More... over 12 years ago
Simple unit testing + response buffer test. More shall come. More... over 12 years ago
v0.1.6 More... over 12 years ago
Removes the empty object when calling cb(err). More... over 12 years ago