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
...
*
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
1
-16
/
+334
*
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
1
-10
/
+26
*
Unit test++
Aldo Cortesi
2011-08-02
1
-0
/
+23
*
General cleanup.
Aldo Cortesi
2011-08-02
1
-1
/
+1
*
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
1
-7
/
+7
*
Add utility functions to search and replace strings in flows
Aldo Cortesi
2011-07-22
1
-0
/
+15
*
Introduce an anti-compression command-line argument.
Aldo Cortesi
2011-07-15
1
-0
/
+1
*
Cast some data read from dump files to str, to prevent unicode promotion.
Aldo Cortesi
2011-07-01
1
-1
/
+5
*
Add a new flow loading mechanism.
Aldo Cortesi
2011-05-15
1
-0
/
+21
*
Add a stickyauth option.
Aldo Cortesi
2011-03-20
1
-0
/
+40
*
Interrupt interception when deleting an intercepting flow.
Aldo Cortesi
2011-03-15
1
-3
/
+0
*
Fix hang on shutdown.
Aldo Cortesi
2011-03-15
1
-2
/
+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
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
[prev]
[next]