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
/
test_flow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-3
/
+3
*
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
1
-1
/
+1
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
1
-2
/
+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
1
-6
/
+18
*
Add client replay options to mitmdump.
Aldo Cortesi
2011-03-06
1
-5
/
+2
*
Reorganize test suite to remove confusion between test utils and libmproxy ut...
Aldo Cortesi
2011-03-05
1
-56
/
+56
*
Massage namespace to make room for client replay.
Aldo Cortesi
2011-03-05
1
-7
/
+12
*
Basic client playback state structure.
Aldo Cortesi
2011-03-04
1
-4
/
+26
*
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
1
-2
/
+2
*
First pass of playback function for mitmdump.
Aldo Cortesi
2011-02-21
1
-0
/
+18
*
Add a simple server playback state object.
Aldo Cortesi
2011-02-21
1
-0
/
+38
*
Certificates are now generated in a temporary per-session directory.
Aldo Cortesi
2011-02-20
1
-6
/
+6
*
Bump unit tests for flow.py and dump.py
Aldo Cortesi
2011-02-20
1
-0
/
+8
*
Bump test coverage to 100% for flow.py
Aldo Cortesi
2011-02-19
1
-6
/
+22
*
Refactor Flow primitives to remove HTTP1.0 assumption.
Aldo Cortesi
2011-02-19
1
-79
/
+50
*
First pass of script hooks for mitmdump.
Aldo Cortesi
2011-02-18
1
-1
/
+1
*
Add file writing to mitmdump.
Aldo Cortesi
2011-02-17
1
-3
/
+3
*
FlowMaster bugfixes and unit tests.
Aldo Cortesi
2011-02-16
1
-2
/
+20
*
Switch over to new serialization format.
Aldo Cortesi
2011-02-16
1
-6
/
+3
*
First draft of the new serialization mechanism.
Aldo Cortesi
2011-02-16
1
-0
/
+17
*
Also serialize ClientConnection and flow backups.
Aldo Cortesi
2011-02-06
1
-0
/
+5
*
Get rid of ReplayConnection - we now have only one ClientConnection class.
Aldo Cortesi
2011-02-04
1
-7
/
+5
*
Change "connection" to the less confusing "client_conn" throughout.
Aldo Cortesi
2011-02-03
1
-8
/
+8
*
Test suite rejiggering and cleanup.
Aldo Cortesi
2011-02-03
1
-2
/
+140
*
Improve script handling.
Aldo Cortesi
2011-02-02
1
-0
/
+2
*
View script debug output (stderr) in pager.
Aldo Cortesi
2011-02-02
1
-1
/
+2
*
Add an external script API.
Aldo Cortesi
2011-01-31
1
-0
/
+16
*
Factor out flow unit tests into speparate file.
Aldo Cortesi
2011-01-31
1
-0
/
+96