aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an exception when replaying a flow with no response.Aldo Cortesi2012-06-102-5/+2
* Localise client connection object manipulation.Aldo Cortesi2012-06-101-12/+16
* Add HTTP version to response objects.Aldo Cortesi2012-06-103-5/+6
* Refactoring of proxy.pyAldo Cortesi2012-06-102-6/+14
* Add HTTP version to flow.RequestAldo Cortesi2012-06-103-12/+13
* Consolidate HTTP major and minor versions into a single variable.Aldo Cortesi2012-06-101-10/+7
* Add proxy.should_connection_close, and strip out unused code.Aldo Cortesi2012-06-101-27/+9
* Reverse proxy testing.Aldo Cortesi2012-06-092-15/+43
* Move from requests to human_curl.Aldo Cortesi2012-06-091-9/+12
* Nose mopup: docs, no cover pragmas, a few missing path specs.Aldo Cortesi2012-06-092-2/+2
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-0913-490/+401
* Move pathod service testing truss to nose.Aldo Cortesi2012-06-092-43/+32
* Start conversion to nose.Aldo Cortesi2012-06-094-173/+178
* Shift mitmproxy test suite over to pathod.Aldo Cortesi2012-06-086-161/+52
* Split parsing of intial line into separate protocols.Aldo Cortesi2012-06-031-0/+52
* Add unit tests for console/help.pyAldo Cortesi2012-06-031-0/+25
* Fix a crashing bug when replacing text in a flow with unicode bodies.Aldo Cortesi2012-05-252-0/+10
* Refuse to replay a request with missing content.Aldo Cortesi2012-05-161-0/+10
* Add the ability to flag content as missing in a request or a response.Aldo Cortesi2012-05-161-0/+6
* Internal error page for WSGI.Aldo Cortesi2012-04-271-5/+61
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-242-0/+70
* Serialized data version check.Aldo Cortesi2012-04-111-1/+12
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-32/+39
* XML/HTML pretty view tweaks.Aldo Cortesi2012-04-071-8/+7
* Integrate lxml for pretty-printing HTML and XML.Aldo Cortesi2012-04-072-61/+20
* Serialize requestcount for ClientConnect objects.Aldo Cortesi2012-04-031-1/+2
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-0/+1
* Minor unit test bump.Aldo Cortesi2012-04-032-2/+10
* Add accessor method for SSLCert object on Response.Aldo Cortesi2012-04-021-0/+7
* Expand SSL cert supportAldo Cortesi2012-04-025-7/+20
* Refactor proxy.Server to fix a crash when replaying with -nAldo Cortesi2012-04-021-2/+2
* Start rationalizing content views.Aldo Cortesi2012-04-021-23/+11
* Make "T" pretty view over-ride persistent when switching between flows.Aldo Cortesi2012-04-021-2/+14
* Add a variant of cleanBin that escapes newlines and tabs.Aldo Cortesi2012-03-271-0/+10
* Add a pretty-viewer for images.Aldo Cortesi2012-03-266-0/+7
* Pretty view now indents Javascript.Aldo Cortesi2012-03-251-1/+6
* Re-enable simple multipart form parsing and preview.Aldo Cortesi2012-03-251-0/+26
* Refactor pretty view mechanism.Aldo Cortesi2012-03-242-0/+140
* Add error indications to GridEditor.Aldo Cortesi2012-03-231-0/+4
* Add a simple parser for content type specifications.Aldo Cortesi2012-03-201-0/+11
* Generalize GridEditor to N columns.Aldo Cortesi2012-03-181-4/+7
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-172-0/+62
* Hooks -> ReplaceHooksAldo Cortesi2012-03-171-20/+23
* Add a hooks mechanism, based on filter expressions.Aldo Cortesi2012-03-161-0/+35
* replace() methods now decode and re-encode contents before substitution.Aldo Cortesi2012-03-161-0/+18
* Add a decoded context manager.Aldo Cortesi2012-03-161-0/+24
* Cleanliness fixes.Aldo Cortesi2012-03-121-0/+1
* Merge remote-tracking branch 'taiste/server-replay-pop'Aldo Cortesi2012-03-101-6/+18
|\
| * Added tests for ServerPlaybackState with nopopValtteri Virtanen2012-03-051-0/+12
| * Fixed old testsValtteri Virtanen2012-03-051-6/+6