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 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
*
Fix a traceback sometimes triggered viewing a connection with no response.
Aldo Cortesi
2011-03-13
1
-1
/
+2
*
Add client plaback to mitmproxy.
Aldo Cortesi
2011-03-13
1
-2
/
+4
*
flow.py 100% test coverage
Aldo Cortesi
2011-03-13
1
-1
/
+11
*
mitmproxy prompted input now display previously set value.
Aldo Cortesi
2011-03-13
2
-5
/
+5
*
Unit tests for proxy.read_chunked
Aldo Cortesi
2011-03-12
1
-0
/
+17
*
Unit tests for cmdline.py
Aldo Cortesi
2011-03-12
1
-0
/
+29
*
console.py 100% test coverage
Aldo Cortesi
2011-03-12
1
-1
/
+16
*
netstring.py 100% unit test coverage.
Aldo Cortesi
2011-03-12
1
-0
/
+10
*
Make mitmdump handle invalid serialized data gracefully.
Aldo Cortesi
2011-03-11
1
-0
/
+10
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
1
-7
/
+0
*
Add --norefresh to stop refreshing server playback to mitmdump.
Aldo Cortesi
2011-03-11
2
-1
/
+12
*
Stub out refresh for server-side replay.
Aldo Cortesi
2011-03-09
1
-1
/
+19
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
2
-2
/
+10
*
Store timestamps on flow components as a UTC time tuple.
Aldo Cortesi
2011-03-07
1
-1
/
+1
*
Make mitmdump server playback also exit by default.
Aldo Cortesi
2011-03-06
1
-6
/
+11
*
Make mitmdump exit after client replay is complete by default.
Aldo Cortesi
2011-03-06
1
-4
/
+10
*
Add flow_count and active_flow_count methods to flow.State.
Aldo Cortesi
2011-03-06
1
-14
/
+22
*
Bump unit tests, rearrange mitmdump command-line options slightly.
Aldo Cortesi
2011-03-06
2
-6
/
+23
*
Add client replay options to mitmdump.
Aldo Cortesi
2011-03-06
5
-82
/
+79
*
Reorganize test suite to remove confusion between test utils and libmproxy ut...
Aldo Cortesi
2011-03-05
6
-187
/
+191
*
Massage namespace to make room for client replay.
Aldo Cortesi
2011-03-05
2
-10
/
+15
*
Basic client playback state structure.
Aldo Cortesi
2011-03-04
1
-4
/
+26
*
Add an indicator that sticky cookies have been applied in mitmdump.
Aldo Cortesi
2011-02-25
1
-0
/
+4
*
Move stringification funcs from proxy to dump.
Aldo Cortesi
2011-02-25
2
-2
/
+10
*
Minor housekeeping - unused code, nocover directives.
Aldo Cortesi
2011-02-24
1
-3
/
+0
*
More mature sticky cookie primitive. Use it in console.py.
Aldo Cortesi
2011-02-24
1
-8
/
+48
*
Start abstracting out sticky cookie state.
Aldo Cortesi
2011-02-24
1
-0
/
+12
*
Add a way for users to specify header significance in server replay.
Aldo Cortesi
2011-02-23
1
-4
/
+19
*
Move script hooks into the flow primitives.
Aldo Cortesi
2011-02-21
1
-8
/
+8
*
Add --kill option to mitmdump
Aldo Cortesi
2011-02-21
3
-5
/
+20
*
First pass of playback function for mitmdump.
Aldo Cortesi
2011-02-21
3
-0
/
+37
[next]