aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add dummy cert dirMaximilian Hils2012-08-171-2/+2
* use argparse instead of optparseMaximilian Hils2012-08-174-78/+64
* Add an HTML text outline view.Aldo Cortesi2012-08-183-3/+858
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2012-08-180-0/+0
|\
| * Merge pull request #60 from jimlloyd-st/preserve_dummy_certsAldo Cortesi2012-08-150-0/+0
| |\
| | * Preserve the genenerated dummy certs directoryJim Lloyd2012-08-142-6/+24
* | | Stop server playback after current playback buffer is exhausted.Aldo Cortesi2012-08-183-2/+4
* | | Server replay from current buffer.Aldo Cortesi2012-08-181-0/+44
|/ /
* | Merge branch 'certdir'Aldo Cortesi2012-08-162-6/+24
|\ \ | |/ |/|
| * Adds --dummy-certs option to specify certdirJim Lloyd2012-08-062-6/+24
* | Merge pull request #57 from cjneasbi/masterAldo Cortesi2012-08-102-2/+2
|\ \ | |/ |/|
| * Updated readme files with new PyOpenSSL 0.13 dependency.Chris Neasbitt2012-08-082-2/+2
|/
* Add a size() method to flow.Request and flow.Response.Aldo Cortesi2012-08-042-29/+57
* Return from Flow View behaviourRob Wills2012-08-021-1/+5
* Press "F" to FollowRob Wills2012-08-012-0/+16
* Handle invalid headers.Aldo Cortesi2012-07-301-0/+8
* Prevent mitmproxy from treating logged info as urwid markup.Aldo Cortesi2012-07-271-2/+2
* Fix mitmproxy file reading.Aldo Cortesi2012-07-271-1/+1
* Minor refactoring. Make stop_stream also close the associated file descriptor.Aldo Cortesi2012-07-271-1/+1
* Only log real errors in WSGI apps.Aldo Cortesi2012-07-241-1/+1
* Fix flow read unit test to accomodate more tolerant dumpfile parsing.Aldo Cortesi2012-07-241-4/+2
* Be more tolerant of corrupted or truncated flows.Aldo Cortesi2012-07-243-5/+8
* Merge pull request #54 from mhils/fix_r_optionAldo Cortesi2012-07-232-2/+2
|\
| * fix -r option, read file in binary modeMaximilian Hils2012-07-242-2/+2
|/
* Merge pull request #52 from cjneasbi/masterAldo Cortesi2012-07-231-1/+1
|\
| * Fixed a bug causing an AttributeError when request is set to false but respon...Chris Neasbitt2012-07-171-1/+1
|/
* Merge pull request #51 from dnet/masterAldo Cortesi2012-07-168-21/+10
|\
| * removed assigned but unread variablesAndrás Veres-Szentkirályi2012-07-153-3/+3
| * removed unused importsAndrás Veres-Szentkirályi2012-07-157-17/+4
| * added testing dependencies human_curl and pathodAndrás Veres-Szentkirályi2012-07-151-1/+2
| * added netlib dependencyAndrás Veres-Szentkirályi2012-07-151-0/+1
|/
* Add an ~a filter expression, matching an asset content type in responses.Aldo Cortesi2012-07-142-1/+32
* Jump back to correct flow when limit is applied.Aldo Cortesi2012-07-141-1/+1
* Merge branch 'master' of github.com:cortesi/mitmproxyAldo Cortesi2012-07-112-8/+6
|\
| * Refine semantics of replay_request method.Aldo Cortesi2012-07-102-8/+6
* | Fix a subtle termination condition when there's an error in a WSGI app.Aldo Cortesi2012-07-111-2/+8
|/
* Make WSGI apps work in transparent mode.Aldo Cortesi2012-07-102-1/+13
* Test replay corner cases. Fix discovered bugs.Aldo Cortesi2012-07-093-5/+16
* Unit test request replay thread.Aldo Cortesi2012-07-092-0/+11
* Refator server tests to use flow.FlowMaster and flow.StateAldo Cortesi2012-07-093-43/+33
* Make mitmproxy "W" over-write, not append.Aldo Cortesi2012-07-091-1/+1
* Use FlowMaster stream from mitmdump.Aldo Cortesi2012-07-091-6/+1
* Use FlowMaster streaming for "W" in mitmproxy.Aldo Cortesi2012-07-091-10/+2
* Add streaming to FlowMasterAldo Cortesi2012-07-093-9/+51
* Remove ODict tests. ODict is now in netlib.Aldo Cortesi2012-07-091-111/+0
* Handle new netlib.tcp.NetLibDisconnect exception.Aldo Cortesi2012-07-081-4/+4
* Fix minor error in filter help.Aldo Cortesi2012-07-061-1/+2
* Add a domain match filter (~d regex)Aldo Cortesi2012-07-063-2/+16
* Protect against exceptions thrown by third-party view libraries.Aldo Cortesi2012-07-061-7/+6
* mitmproxy: "W" shortcut key streams flows to file as responses arrive.Aldo Cortesi2012-07-062-6/+38