Commit Graph

  • ebfa9b2a5d Fixes issue #10 regarding broken json printing Stephen Altamirano 2011-07-19 10:51:49 -0700
  • 5d6f855387 Merge pull request #9 from alts/toggle_encodings Aldo Cortesi 2011-07-18 22:26:14 -0700
  • f2b5254db9 Merge 25b0631190 into b0849387b7 #9 GitHub Merge Button 2011-07-18 22:15:27 -0700
  • 25b0631190 Switches hotkey to unused 'g', adds help message #9 Stephen Altamirano 2011-07-18 22:04:23 -0700
  • 1c5434d72c Adds ability to toggle between encodings in the response view Stephen Altamirano 2011-07-18 21:52:40 -0700
  • ecd4645988 Adds encode counterparts to decode functions Stephen Altamirano 2011-07-17 20:16:47 -0700
  • f475586587 Merge 02b1c4f498 into b0849387b7 #8 GitHub Merge Button 2011-07-17 19:19:45 -0700
  • b0849387b7 Add explicit notice when data has been auto-decoded. Aldo Cortesi 2011-07-18 14:18:47 +1200
  • 02b1c4f498 Decodes response bodies for editing, and reencodes the transformed version #8 Stephen Altamirano 2011-07-17 00:54:57 -0700
  • 669ce8ee7c Correctly detect urlencoded data Aldo Cortesi 2011-07-17 15:31:58 +1200
  • 6df4be93e3 Fix error in anticomp commandline specification. Aldo Cortesi 2011-07-17 14:36:38 +1200
  • f756d3bec1 Make help display for options nicer. Aldo Cortesi 2011-07-17 11:14:18 +1200
  • 1559ded009 Expose the anticompression flag as an option through the "o" key in mitmproxy. Aldo Cortesi 2011-07-17 10:34:43 +1200
  • ce41046786 Refine encoding support Aldo Cortesi 2011-07-17 10:25:25 +1200
  • 78cb0c7752 Merge 7ec03e45a5 into 94ae720a22 #7 GitHub Merge Button 2011-07-16 04:37:43 -0700
  • 7ec03e45a5 Removes item from todo list #7 alts 2011-07-16 02:48:04 -0700
  • 6dc0f105cc Adds support for content encoding, namely gip and deflate alts 2011-07-16 02:47:06 -0700
  • 94ae720a22 Add a pretty-printing mode for urlencoded form data. Aldo Cortesi 2011-07-15 16:16:43 +1200
  • 76b4c6ba82 Introduce an anti-compression command-line argument. Aldo Cortesi 2011-07-15 15:21:04 +1200
  • 1a963b91bb Don't sort headers when displaying them in mitmproxy. Aldo Cortesi 2011-07-14 17:20:32 +1200
  • 7e21ac0eb8 Refine path completion somewhat. Aldo Cortesi 2011-07-14 16:54:04 +1200
  • 1c9e7b982a Rewrite Headers object to preserve order and case. Aldo Cortesi 2011-07-14 15:59:27 +1200
  • b6e1bf63c3 Merge branch 'master' of github.com:cortesi/mitmproxy Aldo Cortesi 2011-07-11 16:14:32 +1200
  • 76f83d7763 Merge pull request #4 from fwolfst/master Aldo Cortesi 2011-07-10 21:14:18 -0700
  • 8d94bae540 Merge 1a5b157c8f into 8e176c2086 #4 GitHub Merge Button 2011-07-10 20:41:05 -0700
  • 1a5b157c8f Specify certificate creation waiting time argument to fix type error in proxy.py . #4 Felix Wolfsteller 2011-07-09 08:07:22 +0000
  • 65fbb7bd0d Bail out if no command was specified after | shortcut. Aldo Cortesi 2011-07-08 21:41:00 +1200
  • 8e176c2086 Cast some data read from dump files to str, to prevent unicode promotion. Aldo Cortesi 2011-07-01 13:07:09 +1200
  • 2a90ea69fd Show view mode in statusbar. Aldo Cortesi 2011-06-30 14:49:11 +1200
  • 37c8d3425d Fix edit prompt display, return code editing. Aldo Cortesi 2011-06-30 14:30:48 +1200
  • 18d4c3a9e9 JSON pretty-printing. Aldo Cortesi 2011-06-30 13:27:27 +1200
  • 46ec8f52e7 Prep for 0.5 release v0.5 Aldo Cortesi 2011-06-27 16:38:00 +1200
  • 0a642f2441 Make the certificate wait time configurable. Aldo Cortesi 2011-06-27 16:10:17 +1200
  • f004326855 Try not to hang when user views large request & response bodies Aldo Cortesi 2011-06-27 15:59:17 +1200
  • 2ae7808ca9 Don't redraw the screen more often than necessary. Aldo Cortesi 2011-06-27 14:01:08 +1200
  • b04d074341 Repair a problem that sometimes caused SSL connections to peg the CPU. Aldo Cortesi 2011-06-23 17:00:55 +1200
  • 0d9e0eac9a Don't backup flows before replay. Aldo Cortesi 2011-06-23 14:47:34 +1200
  • 00929a51c0 Merge pull request #2 from zellux/master Aldo Cortesi 2011-06-20 02:46:08 -0700
  • d002821660 Merge e56793f01e into 7d7803a4d9 #2 GitHub Merge Button 2011-06-20 02:27:06 -0700
  • e56793f01e Fix urwid version parsing error when it's something like 0.9.10-pre #2 Yuangxuan Wang 2011-06-20 16:17:59 +0800
  • 7d7803a4d9 Add a hideous kludge to fix not-yet-valid certificates. Aldo Cortesi 2011-06-11 15:16:16 +1200
  • 62f9864395 Merge branch 'master' of github.com:cortesi/mitmproxy Aldo Cortesi 2011-06-02 10:45:17 +1200
  • 1de5209340 Add an "SSL exception" to the license. Aldo Cortesi 2011-06-02 10:43:11 +1200
  • 07110bbbf1 Anticache and refresh_server_playback options are applied before flows are loaded. Aldo Cortesi 2011-05-15 12:23:34 +1200
  • e285b17e3f Add -r option to mitmdump and mitmproxy. Aldo Cortesi 2011-05-15 11:54:12 +1200
  • 613e9a298e Add a new flow loading mechanism. Aldo Cortesi 2011-05-15 11:22:35 +1200
  • 6175d92583 Minor code cleanup - no need to recreate the master queue. Aldo Cortesi 2011-05-14 12:12:03 +1200
  • f89581be1b Add a -n option which tells the tools not to bind a proxy. Aldo Cortesi 2011-05-14 10:44:25 +1200
  • c6075e1d93 Add the 30-second client replay tutorial to the docs. Aldo Cortesi 2011-03-31 11:28:58 +1300
  • 3906f06617 Changelog for 0.4. Aldo Cortesi 2011-03-30 18:27:25 +1300
  • f12510d979 Spell-check docs, setup.py fixes, add missing files to manifest. v0.4 Aldo Cortesi 2011-03-30 12:05:50 +1300
  • 60aa16fc56 Minor docs tweaks. Mention countershape. Aldo Cortesi 2011-03-29 11:53:13 +1300
  • d917cfd916 Refactoring. Aldo Cortesi 2011-03-29 10:57:50 +1300
  • c3105153a5 Add some debugging output to help troubleshoot a performance problem. Aldo Cortesi 2011-03-27 13:10:06 +1300
  • c0bd1a39e4 unit test coverage ++ Aldo Cortesi 2011-03-20 18:52:16 +1300
  • c726519e73 Add a stickyauth option. Aldo Cortesi 2011-03-20 17:31:54 +1300
  • 4f877cde6a Reverse order of flows in mitmproxy. Aldo Cortesi 2011-03-20 09:31:39 +1300
  • 80e023b5ba Add a script to generate a contributors list, and use it to make a CONTRIBUTORS file. Aldo Cortesi 2011-03-19 20:34:53 +1300
  • 5015b1dfb2 Docs - refinement and styling. Aldo Cortesi 2011-03-19 19:47:19 +1300
  • 93373efc8c Documentation, styling to fit on website. Aldo Cortesi 2011-03-19 16:30:45 +1300
  • de73927896 Docs and todo. Aldo Cortesi 2011-03-19 12:47:37 +1300
  • 6d4bb1faeb Docs. Aldo Cortesi 2011-03-19 12:32:44 +1300
  • 3120b5ce15 Docs. Aldo Cortesi 2011-03-19 11:57:14 +1300
  • 872b7881f2 Docs. Aldo Cortesi 2011-03-19 11:26:51 +1300
  • 35a952ef3c Docs. Aldo Cortesi 2011-03-18 17:53:00 +1300
  • e22fd74d06 Revamp key generation. Aldo Cortesi 2011-03-18 16:45:31 +1300
  • 3fbf343985 Tweak CA and cert setup to be nice to Windows. Aldo Cortesi 2011-03-18 14:48:43 +1300
  • 907536503c Enable request and response script commandline arguments for mitmproxy. Aldo Cortesi 2011-03-18 10:43:43 +1300
  • 968c612769 Minor fix to setup.py. Aldo Cortesi 2011-03-18 10:35:09 +1300
  • fc9e0dcacb Maintain focus in mitmproxy when flows are loaded from file. Aldo Cortesi 2011-03-18 10:33:32 +1300
  • 0e62dd479b Do id-based comparison rather than value-based comparison to establish flow focus. Aldo Cortesi 2011-03-18 10:21:59 +1300
  • 894d3cc62d Use path_prompt rather than plain prompt where needed in mitmproxy. Aldo Cortesi 2011-03-18 10:14:57 +1300
  • 89b0ac5195 Server replay shortcut in mitmproxy can now be used to interrupt a current replay. Aldo Cortesi 2011-03-18 09:43:47 +1300
  • f97c144869 Client playback shortcut in mitmproxy can now be used to interrupt a current client playback. Aldo Cortesi 2011-03-18 09:38:51 +1300
  • 4893e5e5a4 We have to pass -CAcreateserial after all. Aldo Cortesi 2011-03-18 09:24:04 +1300
  • e983253ecc Docs, minor cert tweaks. Aldo Cortesi 2011-03-18 09:04:49 +1300
  • 2af6dcf6f7 Documentation. Aldo Cortesi 2011-03-16 15:50:31 +1300
  • 9af516b14b Documentation. Aldo Cortesi 2011-03-16 15:27:26 +1300
  • e6ef0c3faf Begin to flesh out and refactor docs. Aldo Cortesi 2011-03-16 11:09:10 +1300
  • 394bd1d6b0 Interrupt interception when deleting an intercepting flow. Aldo Cortesi 2011-03-15 17:53:29 +1300
  • e3ad3790de Fix minor styling and glitches. Aldo Cortesi 2011-03-15 17:37:09 +1300
  • 6d5c32ad4b Fix hang on shutdown. Aldo Cortesi 2011-03-15 17:21:35 +1300
  • fb28e71f0b Do pre-processing of requests before replay. Aldo Cortesi 2011-03-15 15:11:03 +1300
  • fe1e2f16ff Improve responsiveness of request and response viewing. Aldo Cortesi 2011-03-15 13:05:33 +1300
  • 563d4161f1 Stub out doc tutes. Aldo Cortesi 2011-03-15 10:08:48 +1300
  • bb8adfb731 Use .stop() and .start() to restart curses around external spawns. Aldo Cortesi 2011-03-14 16:09:06 +1300
  • 974cb03631 Merge branch 'master' of github.com:cortesi/mitmproxy Aldo Cortesi 2011-03-14 15:56:52 +1300
  • 9b961a8236 Use raw_display instead of curses_display. Aldo Cortesi 2011-03-14 15:56:25 +1300
  • c17cf5c6a0 Fix traceback when viewing hex mode. Aldo Cortesi 2011-03-14 14:34:55 +1300
  • 2e70a0e44b Fix unit tests on OSX when a system proxy is configured. Aldo Cortesi 2011-03-14 14:05:14 +1300
  • e35fd7126b Fix flow formatting unit tests. Aldo Cortesi 2011-03-14 13:49:30 +1300
  • 897bd5c2b8 We no longer use pytz. Aldo Cortesi 2011-03-14 13:47:51 +1300
  • b4fab58c61 Indicate request and response replay status separately. Aldo Cortesi 2011-03-13 21:53:26 +1300
  • 6cb40d03f4 Fix a number of small UI infelicities. Aldo Cortesi 2011-03-13 21:16:42 +1300
  • 038a6eb1a7 I've now added all the features I want for 0.4. Bump the version number. Aldo Cortesi 2011-03-13 20:42:55 +1300
  • 1e47167ac6 Fix a traceback sometimes triggered viewing a connection with no response. Aldo Cortesi 2011-03-13 20:03:13 +1300
  • 8d0152f2ff Add server replay to mitmproxy. Aldo Cortesi 2011-03-13 17:11:59 +1300
  • 324d7c3955 Add client plaback to mitmproxy. Aldo Cortesi 2011-03-13 16:50:11 +1300
  • 49c1532af7 Add anticache support for mitmproxy Aldo Cortesi 2011-03-13 16:21:41 +1300
  • ef27e2fb29 Rejigger status bar somewhat. Add indicators for various bits of state. Aldo Cortesi 2011-03-13 15:55:47 +1300