aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Expand)AuthorAgeFilesLines
* Command-line options for header setting.Aldo Cortesi2012-08-194-25/+92
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...Aldo Cortesi2012-08-183-17/+86
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-183-18/+16
* Further content view cleaups.Aldo Cortesi2012-08-182-44/+28
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-182-3/+4
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-182-27/+16
* Huge cleanup of content viewers.Aldo Cortesi2012-08-184-297/+302
* Optional AMF decoding supportSahn Lam2012-08-173-2/+66
* add dummy cert dirMaximilian Hils2012-08-171-2/+2
* use argparse instead of optparseMaximilian Hils2012-08-172-49/+44
* Add an HTML text outline view.Aldo Cortesi2012-08-183-3/+858
* 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
* Adds --dummy-certs option to specify certdirJim Lloyd2012-08-062-6/+24
* Add a size() method to flow.Request and flow.Response.Aldo Cortesi2012-08-041-29/+50
* 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
* Be more tolerant of corrupted or truncated flows.Aldo Cortesi2012-07-243-5/+8
* fix -r option, read file in binary modeMaximilian Hils2012-07-242-2/+2
* Fixed a bug causing an AttributeError when request is set to false but respon...Chris Neasbitt2012-07-171-1/+1
* Add an ~a filter expression, matching an asset content type in responses.Aldo Cortesi2012-07-141-1/+26
* 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-111-2/+3
|\
| * Refine semantics of replay_request method.Aldo Cortesi2012-07-101-2/+3
* | 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-101-1/+5
* Test replay corner cases. Fix discovered bugs.Aldo Cortesi2012-07-091-4/+2
* Unit test request replay thread.Aldo Cortesi2012-07-091-0/+1
* 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-092-8/+24
* 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-062-2/+10
* 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
* Amalgamte saving "this flow" and "all flows" into a single keyboard shortcut.Aldo Cortesi2012-07-061-11/+24
* Fix error when viewing extended details of SSL flow.Aldo Cortesi2012-07-061-1/+1
* Fix error when serializing reverted SSL flows.Aldo Cortesi2012-07-051-1/+1
* Firm up handling of Unicode dataAldo Cortesi2012-07-052-2/+12
* Make upstream-cert the default. There's now a --no-upstream-cert option to tu...Aldo Cortesi2012-07-033-11/+11
* Fix Python coredump (!!) on SNI IDNA decoding.Aldo Cortesi2012-07-031-1/+3
* Correct handing of IDNA encoding of internationalized domain names.Aldo Cortesi2012-07-032-3/+3
* Make server version configurable.Aldo Cortesi2012-07-031-6/+7