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
/
libmproxy
/
flow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a way for users to specify header significance in server replay.
Aldo Cortesi
2011-02-23
1
-3
/
+17
*
Move script hooks into the flow primitives.
Aldo Cortesi
2011-02-21
1
-9
/
+37
*
Add --kill option to mitmdump
Aldo Cortesi
2011-02-21
1
-3
/
+4
*
First pass of playback function for mitmdump.
Aldo Cortesi
2011-02-21
1
-0
/
+21
*
Add a simple server playback state object.
Aldo Cortesi
2011-02-21
1
-4
/
+47
*
Certificates are now generated in a temporary per-session directory.
Aldo Cortesi
2011-02-20
1
-1
/
+1
*
Implement state loading that doesn't change object identity.
Aldo Cortesi
2011-02-20
1
-3
/
+18
*
Bump test coverage to 100% for flow.py
Aldo Cortesi
2011-02-19
1
-22
/
+2
*
Refactor Flow primitives to remove HTTP1.0 assumption.
Aldo Cortesi
2011-02-19
1
-40
/
+33
*
First pass of script hooks for mitmdump.
Aldo Cortesi
2011-02-18
1
-1
/
+2
*
Don't leave dangling browser connections for pipelined requests.
Aldo Cortesi
2011-02-16
1
-1
/
+2
*
Un-break request replay.
Aldo Cortesi
2011-02-16
1
-0
/
+1
*
FlowMaster bugfixes and unit tests.
Aldo Cortesi
2011-02-16
1
-6
/
+1
*
Extract flow-specific Master operations into FlowMaster.
Aldo Cortesi
2011-02-16
1
-0
/
+36
*
Switch over to new serialization format.
Aldo Cortesi
2011-02-16
1
-23
/
+5
*
First draft of the new serialization mechanism.
Aldo Cortesi
2011-02-16
1
-2
/
+29
*
Merge remote branch 'hno/master'
Aldo Cortesi
2011-02-06
1
-4
/
+2
|
\
|
*
Fix kill() again, got broken by the change to use None
Henrik Nordstrom
2011-02-03
1
-4
/
+2
*
|
Also serialize ClientConnection and flow backups.
Aldo Cortesi
2011-02-06
1
-13
/
+13
|
/
*
Get rid of ReplayConnection - we now have only one ClientConnection class.
Aldo Cortesi
2011-02-04
1
-21
/
+7
*
Change "connection" to the less confusing "client_conn" throughout.
Aldo Cortesi
2011-02-03
1
-27
/
+27
*
Fix tracking of edited state.
Aldo Cortesi
2011-02-03
1
-2
/
+0
*
Test suite rejiggering and cleanup.
Aldo Cortesi
2011-02-03
1
-1
/
+1
*
Improve script handling.
Aldo Cortesi
2011-02-02
1
-4
/
+27
*
View script debug output (stderr) in pager.
Aldo Cortesi
2011-02-02
1
-4
/
+10
*
Add an external script API.
Aldo Cortesi
2011-01-31
1
-8
/
+42
*
Restructure to make subclassing Flow unnecessary.
Aldo Cortesi
2011-01-31
1
-2
/
+8
*
Refine flow saving shortcuts.
Aldo Cortesi
2011-01-27
1
-0
/
+6
*
Fine-tune threading and fix an exception.
Aldo Cortesi
2011-01-27
1
-0
/
+2
*
Kill deadlock that sometimes occurred on shutdown.
Aldo Cortesi
2011-01-27
1
-8
/
+7
*
Switch to BSON for data serialization.
Aldo Cortesi
2011-01-27
1
-5
/
+7
*
Fix UI sync bugs introduced by flow serialization.
Aldo Cortesi
2011-01-26
1
-1
/
+2
*
Add saving and loading of complete flows for later replay and analysis.
Aldo Cortesi
2011-01-26
1
-7
/
+22
*
Add serialization hooks to flows and flow component objects.
Aldo Cortesi
2011-01-26
1
-0
/
+21
*
Abstract flow management out of the interactive code.
Aldo Cortesi
2011-01-25
1
-0
/
+207