aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
...
| * Start refactoring scriptsAldo Cortesi2014-01-124-42/+45
| | | | | | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
| * Update ViewProtobuf in contentview.py to also decode as protobuf if the ↵Dan Wilbraham2014-01-051-1/+4
| | | | | | | | content_type is "application/x-protobuffer"
| * Tweaking web stub app, icons for certificates, serve PEM correctly.Aldo Cortesi2014-01-0511-7/+1779
| |
| * Remove / binding alias for limitAldo Cortesi2014-01-051-2/+1
| | | | | | | | The search and limit functionality is too different.
* | get server reconnect right, fix timestampsMaximilian Hils2014-01-182-65/+71
| |
* | small refactorings, bugs fixedMaximilian Hils2014-01-182-30/+69
| |
* | add basic error handlingMaximilian Hils2014-01-132-79/+97
| |
* | fix header assembly, other improvementsMaximilian Hils2014-01-102-41/+69
| |
* | improve https handlingMaximilian Hils2014-01-092-33/+56
| |
* | groundwork completedMaximilian Hils2014-01-092-116/+336
| |
* | continue work on the proxyhandlerMaximilian Hils2014-01-0715-254/+481
|\|
| * Merge pull request #192 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-4/+14
| |\ | | | | | | move CONTINUE checks into mitmproxy
| | * move CONTINUE checks into mitmproxyMaximilian Hils2013-12-151-4/+14
| | |
| * | Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-043-39/+232
| |\ \ | | | | | | | | Search functionality
| | * | now really fix it + testPedro Worcel2013-12-261-5/+9
| | | |
| | * | fix bug that happens after searching for a non-existant string, andPedro Worcel2013-12-261-1/+6
| | | | | | | | | | | | | | | | later for an existant one.
| | * | add docsPedro Worcel2013-12-261-1/+2
| | | |
| | * | added 'n' functionality, tidy up & testingPedro Worcel2013-12-261-1/+9
| | | |
| | * | add looping aroundPedro Worcel2013-12-261-53/+116
| | | |
| | * | fix crashroot2013-12-251-2/+2
| | | |
| | * | Add focusing, and fixes non-clearance of prev searches. Addroot2013-12-251-33/+75
| | | | | | | | | | | | | | | | documentation.
| | * | test passing, UI still not workingroot2013-12-242-6/+75
| | | |
| | * | add search with / for compatibility with what I'll do.root2013-12-231-1/+2
| | | |
| * | | Merge branch 'migrate_from_pil_to_pillow' of ↵Aldo Cortesi2014-01-051-5/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Kami/mitmproxy into Kami-migrate_from_pil_to_pillow Conflicts: requirements.txt
| | * | | Migrate from Pil to the latest version of Pillow.Tomaz Muraus2014-01-031-5/+2
| | |/ /
| * | | Merge pull request #198 from Kami/add_css_viewAldo Cortesi2014-01-042-1/+35
| |\ \ \ | | | | | | | | | | Add CSS view which beautifies minified CSS files
| | * | | Fix CSS view prompt, update display mode options.Tomaz Muraus2014-01-042-1/+5
| | | | |
| | * | | Provide more sensible serializer options.Tomaz Muraus2014-01-041-0/+5
| | | | |
| | * | | Add CSS view which beautifies CSS files if cssutils library is available,Tomaz Muraus2014-01-041-1/+26
| | |/ / | | | | | | | | | | | | otherwise it acts as a no-op.
| * | | Introduce file descriptor decorators for Request objectsAldo Cortesi2014-01-053-18/+36
| | | | | | | | | | | | | | | | Which lets us enable the apps again, now running from flow.py
| * | | Decouple message type from message class name.Aldo Cortesi2014-01-042-19/+19
| | | |
| * | | Move app mechanism to flow.pyAldo Cortesi2014-01-042-110/+113
| | | | | | | | | | | | | | | | Disable apps while message passing is improved.
| * | | Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2014-01-041-1/+1
| |\ \ \
| | * | | fix #195Maximilian Hils2014-01-031-1/+1
| | |/ / | | | | | | | | (untested)
| * / / Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-036-80/+61
| |/ /
* / / first steps on tcp proxyingMaximilian Hils2014-01-053-358/+179
|/ /
* | merge smurfix/fix2, add serverconnect hook docs, adjust testsMaximilian Hils2013-12-162-4/+18
|\ \ | |/ |/|
| * Reconnect if the server-connect hook needs the request to decide what to doMatthias Urlichs2013-12-121-4/+12
| |
| * handle a hook changing connection parametersMatthias Urlichs2013-12-121-1/+6
| |
| * serverconnect hook: Set sc.requestMatthias Urlichs2013-12-121-2/+3
| | | | | | | | | | | | | | The serverconnect hook script might need to examine the incoming request in order to set up the server connection. Example use: bind to a distinct source IPv6 address for each client.
* | add @concurrent decorator for inline scripts, fixes #176Maximilian Hils2013-12-151-1/+25
| |
* | Merge pull request #189 from mitmproxy/refactor_proxyhandlerAldo Cortesi2013-12-131-74/+87
|\ \ | |/ |/| Refactor ProxyHandler
| * add commentsMaximilian Hils2013-12-101-1/+18
| |
| * refactor ProxyHandler, remove duplicate codeMaximilian Hils2013-12-101-74/+70
| |
* | add content-length 0 if we remove header for chunked encoding, fixes #186Maximilian Hils2013-12-121-0/+2
| |
* | ignore missing CN in certificates. fixes #169Maximilian Hils2013-12-121-1/+2
| |
* | store resolved ip addresses, fixes #187Maximilian Hils2013-12-122-3/+12
| |
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2013-12-101-26/+19
|\ \
| * | ensure binary read on windowsMaximilian Hils2013-12-101-1/+2
| |/
| * Merge remote-tracking branch 'origin/master'Maximilian Hils2013-12-091-2/+2
| |\