index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unit tests for proxy.read_chunked
Aldo Cortesi
2011-03-12
1
-0
/
+17
*
Unit tests for cmdline.py
Aldo Cortesi
2011-03-12
2
-1
/
+30
*
console.py 100% test coverage
Aldo Cortesi
2011-03-12
2
-4
/
+16
*
netstring.py 100% unit test coverage.
Aldo Cortesi
2011-03-12
2
-4
/
+10
*
Unify mitmproxy and mitmdump commandline
Aldo Cortesi
2011-03-12
4
-140
/
+160
*
Make mitmproxy handle invalid flow data gracefully.
Aldo Cortesi
2011-03-12
1
-2
/
+7
*
Handle invalid bind address specifications gracefully.
Aldo Cortesi
2011-03-12
5
-5
/
+22
*
Make mitmdump handle invalid serialized data gracefully.
Aldo Cortesi
2011-03-11
3
-5
/
+21
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
4
-45
/
+60
*
Add --norefresh to stop refreshing server playback to mitmdump.
Aldo Cortesi
2011-03-11
6
-4
/
+55
*
Stub out refresh for server-side replay.
Aldo Cortesi
2011-03-09
2
-2
/
+45
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
6
-6
/
+39
*
Move version constants to version.py, add version to serialized flows.
Aldo Cortesi
2011-03-09
5
-6
/
+6
*
Think harder about timestamps. Just save seconds since the epoch as a float.
Aldo Cortesi
2011-03-09
1
-4
/
+5
*
Store timestamps on flow components as a UTC time tuple.
Aldo Cortesi
2011-03-07
3
-7
/
+15
*
Add bind address option to mitmdump.
Aldo Cortesi
2011-03-06
1
-40
/
+72
*
Make mitmdump server playback also exit by default.
Aldo Cortesi
2011-03-06
3
-11
/
+22
*
Make mitmdump exit after client replay is complete by default.
Aldo Cortesi
2011-03-06
5
-18
/
+41
*
Add flow_count and active_flow_count methods to flow.State.
Aldo Cortesi
2011-03-06
2
-23
/
+41
*
Bump unit tests, rearrange mitmdump command-line options slightly.
Aldo Cortesi
2011-03-06
4
-12
/
+29
*
Allow client replays to be replayed against server replays.
Aldo Cortesi
2011-03-06
1
-1
/
+3
*
Add client replay options to mitmdump.
Aldo Cortesi
2011-03-06
8
-101
/
+115
*
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
5
-24
/
+45
*
Basic client playback state structure.
Aldo Cortesi
2011-03-04
2
-17
/
+62
*
Minor command-line argument fixes.
Aldo Cortesi
2011-02-25
2
-13
/
+2
*
Add an indicator that sticky cookies have been applied in mitmdump.
Aldo Cortesi
2011-02-25
4
-1
/
+12
*
Move stringification funcs from proxy to dump.
Aldo Cortesi
2011-02-25
4
-17
/
+27
*
Add -c and -C options to mitmdump to control sticky cookies.
Aldo Cortesi
2011-02-25
3
-4
/
+24
*
Minor housekeeping - unused code, nocover directives.
Aldo Cortesi
2011-02-24
4
-27
/
+3
*
More mature sticky cookie primitive. Use it in console.py.
Aldo Cortesi
2011-02-24
4
-42
/
+103
*
Start abstracting out sticky cookie state.
Aldo Cortesi
2011-02-24
3
-3
/
+38
*
Remove first iteration playback/record.
Aldo Cortesi
2011-02-23
4
-479
/
+0
*
Add a way for users to specify header significance in server replay.
Aldo Cortesi
2011-02-23
4
-20
/
+61
*
Minor housekeeping: bump version, clean todo.
Aldo Cortesi
2011-02-21
2
-11
/
+2
*
Make README reflect reality.
Aldo Cortesi
2011-02-21
1
-10
/
+7
*
Fix setup.py
Aldo Cortesi
2011-02-21
1
-2
/
+2
*
Remove Henrik's mitmplayback and mitmrecord.
Aldo Cortesi
2011-02-21
2
-137
/
+0
*
Move script hooks into the flow primitives.
Aldo Cortesi
2011-02-21
3
-31
/
+52
*
Add --kill option to mitmdump
Aldo Cortesi
2011-02-21
6
-11
/
+40
*
Fix a subtle Unicode problem in Response.assemble
Aldo Cortesi
2011-02-21
1
-1
/
+1
*
First pass of playback function for mitmdump.
Aldo Cortesi
2011-02-21
7
-2
/
+85
*
Add a simple server playback state object.
Aldo Cortesi
2011-02-21
4
-7
/
+87
*
Clean up and strip down netstrings module.
Aldo Cortesi
2011-02-20
3
-98
/
+13
*
Certificates are now generated in a temporary per-session directory.
Aldo Cortesi
2011-02-20
7
-62
/
+24
*
Revamp SSL configuration.
Aldo Cortesi
2011-02-20
8
-91
/
+102
*
Clean up certificate generation.
Aldo Cortesi
2011-02-20
9
-156
/
+196
*
Bump unit tests for flow.py and dump.py
Aldo Cortesi
2011-02-20
3
-12
/
+26
*
Implement state loading that doesn't change object identity.
Aldo Cortesi
2011-02-20
3
-6
/
+87
*
Stub out doc structure, add screenshots for configuring certs in Firefox.
Aldo Cortesi
2011-02-19
14
-111
/
+169
[next]