0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup options/help Cleaned up options to make help more useful and throw errors when options don't make sense More... over 15 years ago
Add request to page More... over 15 years ago
Less hacks More... over 15 years ago
Fixed defect with header parsing More... over 15 years ago
Fixed some typos More... over 15 years ago
Added request rewrite ability More... over 15 years ago
Added dnsruby replacement option More... over 15 years ago
* Fixed defect where Content-Type is not defined throwing method not found exception. More... almost 16 years ago
* updated require of active record to work with newest version More... almost 16 years ago
* fixed bad mime extraction for page converters More... over 16 years ago
* change proxylike to alter form actions, src="" attribs, and hrefs More... over 16 years ago
* change proxyLike to support http://localhost:<port>/http://someUrl, as ruby was not resolving localhost to a valid ip as a value for :proxy to open() on Mac OS X More... over 16 years ago
* add rubygems requirement to test, so hpricot will be included More... over 16 years ago
* add some patches for modern times More... over 16 years ago
Patch JSON::Parser monkeypatching for 'json' gem >= 1.0.2
lwu
More... about 17 years ago
Add junebug.app.rb to mH2 sample scripts
lwu
More... over 17 years ago
Make bad mouseHole app url warning more detailed
lwu
More... over 17 years ago
When using MountHandler, sample script needs to set status = 200 # OK
lwu
More... over 17 years ago
Handle nil app body (e.x. creating new tepee page)
lwu
More... over 17 years ago
Fix ticket #13 -- use first Content-Type if multiple ones specified
lwu
More... over 17 years ago
Avoid calling Hpricot::Doc.to_original_html on mH app body if Content-Type not text/html (unexpected behavior for text/xml header)
lwu
More... over 17 years ago
Catch sample script freakylike read exception, expose host to script
lwu
More... over 17 years ago
Workaround sandbox-to-jungle String ref weirdness
lwu
More... over 17 years ago
Load sandbox, if possible, before loading gems and other libs
lwu
More... over 17 years ago
Let mH apps use __FILE__
lwu
More... over 17 years ago
Add new (oh it's) freakylike.user.rb sample script
lwu
More... over 17 years ago
Roll back previous attempt at SSL proxylike
lwu
More... over 17 years ago
Add unit test for Net::HTTP::Proxy'ing through mouseHole
lwu
More... over 17 years ago
Start work on https-enabled proxylike
lwu
More... over 17 years ago
Tell proxylike sample script to avoid passing on accept-encoding (gzip) header
lwu
More... over 17 years ago