index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add HTTP body size limit specification to command-line tools.
Aldo Cortesi
2011-09-09
1
-1
/
+13
*
Basic infrastructure for request and response body size limits.
Aldo Cortesi
2011-09-09
2
-6
/
+37
*
Improve robustness against invalid data.
Aldo Cortesi
2011-09-05
1
-0
/
+3
*
Add attribution and license for tnetstring.py
Aldo Cortesi
2011-08-19
1
-0
/
+1
*
Move to typed netstrings for serialization.
Aldo Cortesi
2011-08-19
1
-65
/
+0
*
Code cleanliness - appease pychecker.
Aldo Cortesi
2011-08-04
8
-18
/
+11
*
Move script.Context to flow.ScriptContext
Aldo Cortesi
2011-08-04
1
-5
/
+8
*
Request class now has a clean pydoc profile.
Aldo Cortesi
2011-08-04
3
-5
/
+5
*
Further interface cleaning.
Aldo Cortesi
2011-08-03
2
-6
/
+6
*
Clean up interfaces by making some methods pseudo-private.
Aldo Cortesi
2011-08-03
1
-23
/
+23
*
Move all HTTP objects to flow.py
Aldo Cortesi
2011-08-03
7
-375
/
+375
*
Enable "|" command to run a oneshot script on a single flow.
Aldo Cortesi
2011-08-03
1
-8
/
+0
*
Add script hooks, enable new engine for mitmdump.
Aldo Cortesi
2011-08-03
5
-31
/
+68
*
Rip out old script interface, start replacing with new stubs.
Aldo Cortesi
2011-08-03
10
-53
/
+55
*
Start stubbing out a much more powerful script architecture.
Aldo Cortesi
2011-08-03
3
-0
/
+47
*
Refresh current connection when toggling autodecode.
Aldo Cortesi
2011-08-02
2
-6
/
+5
*
Unit test++
Aldo Cortesi
2011-08-02
3
-21
/
+69
*
General cleanup.
Aldo Cortesi
2011-08-02
3
-25
/
+3
*
We no longer need to track clientconnections.
Aldo Cortesi
2011-08-02
1
-7
/
+0
*
Improve performance of loading flows from a file hugely.
Aldo Cortesi
2011-08-01
1
-4
/
+4
*
Refactor the way we calculate views of the flow list.
Aldo Cortesi
2011-08-01
2
-8
/
+8
*
Add decoding/encoding for requests.
Aldo Cortesi
2011-08-01
1
-0
/
+25
*
Merge remote-tracking branch 'alts/encoding'
Aldo Cortesi
2011-07-28
1
-0
/
+25
|
\
|
*
Adds test method for Response encoding and decoding
Stephen Altamirano
2011-07-26
1
-0
/
+25
*
|
Changes replace logic to function in both Python 2.6.x and 2.7.x
Stephen Altamirano
2011-07-26
1
-2
/
+2
|
/
*
Add an eventlog option to mitmdump
Aldo Cortesi
2011-07-23
1
-2
/
+3
*
Also replace strings path for requests.
Aldo Cortesi
2011-07-22
1
-1
/
+3
*
Add utility functions to search and replace strings in flows
Aldo Cortesi
2011-07-22
3
-1
/
+46
*
Adds encode counterparts to decode functions
Stephen Altamirano
2011-07-17
1
-16
/
+14
*
Refine encoding support
Aldo Cortesi
2011-07-17
1
-0
/
+2
*
Adds support for content encoding, namely gip and deflate
alts
2011-07-16
2
-1
/
+32
*
Add a pretty-printing mode for urlencoded form data.
Aldo Cortesi
2011-07-15
1
-0
/
+7
*
Introduce an anti-compression command-line argument.
Aldo Cortesi
2011-07-15
1
-0
/
+1
*
Refine path completion somewhat.
Aldo Cortesi
2011-07-14
1
-1
/
+2
*
Rewrite Headers object to preserve order and case.
Aldo Cortesi
2011-07-14
2
-94
/
+24
*
Cast some data read from dump files to str, to prevent unicode promotion.
Aldo Cortesi
2011-07-01
1
-1
/
+5
*
JSON pretty-printing.
Aldo Cortesi
2011-06-30
1
-1
/
+9
*
Try not to hang when user views large request & response bodies
Aldo Cortesi
2011-06-27
1
-0
/
+8
*
Add a hideous kludge to fix not-yet-valid certificates.
Aldo Cortesi
2011-06-11
1
-0
/
+2
*
Add a new flow loading mechanism.
Aldo Cortesi
2011-05-15
2
-0
/
+28
*
unit test coverage ++
Aldo Cortesi
2011-03-20
4
-0
/
+27
*
Add a stickyauth option.
Aldo Cortesi
2011-03-20
1
-0
/
+40
*
Reverse order of flows in mitmproxy.
Aldo Cortesi
2011-03-20
1
-6
/
+6
*
Revamp key generation.
Aldo Cortesi
2011-03-18
2
-1
/
+7
*
Interrupt interception when deleting an intercepting flow.
Aldo Cortesi
2011-03-15
1
-3
/
+0
*
Fix hang on shutdown.
Aldo Cortesi
2011-03-15
2
-2
/
+3
*
Do pre-processing of requests before replay.
Aldo Cortesi
2011-03-15
1
-0
/
+1
*
Improve responsiveness of request and response viewing.
Aldo Cortesi
2011-03-15
1
-0
/
+31
*
Fix unit tests on OSX when a system proxy is configured.
Aldo Cortesi
2011-03-14
1
-4
/
+7
*
Fix flow formatting unit tests.
Aldo Cortesi
2011-03-14
1
-4
/
+2
[next]