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
*
Change size limit cmdline flag to -Z, enable size limits for replay.
Aldo Cortesi
2011-09-09
1
-1
/
+5
*
Add HTTP body size limit specification to command-line tools.
Aldo Cortesi
2011-09-09
1
-1
/
+1
*
Fix a rare crash in sticky cookies.
Aldo Cortesi
2011-08-26
1
-1
/
+2
*
Fix a problem with sticky cookie domain matching.
Aldo Cortesi
2011-08-26
1
-5
/
+13
*
Add attribution and license for tnetstring.py
Aldo Cortesi
2011-08-19
1
-4
/
+4
*
Move to typed netstrings for serialization.
Aldo Cortesi
2011-08-19
1
-13
/
+15
*
Replaced unnecessary lists with generators
András Veres-Szentkirályi
2011-08-18
1
-3
/
+3
*
Add a "done" event for scripts.
Aldo Cortesi
2011-08-05
1
-11
/
+22
*
Rip out autodecode
Aldo Cortesi
2011-08-04
1
-1
/
+0
*
Code cleanliness - appease pychecker.
Aldo Cortesi
2011-08-04
1
-1
/
+1
*
Move script.Context to flow.ScriptContext
Aldo Cortesi
2011-08-04
1
-2
/
+16
*
Clean pydoc profile for flow.Flow
Aldo Cortesi
2011-08-04
1
-12
/
+44
*
Clean pydoc profile for flow.Response, flow.Error
Aldo Cortesi
2011-08-04
1
-9
/
+65
*
Request class now has a clean pydoc profile.
Aldo Cortesi
2011-08-04
1
-16
/
+52
*
Further interface cleaning.
Aldo Cortesi
2011-08-03
1
-28
/
+18
*
Clean up interfaces by making some methods pseudo-private.
Aldo Cortesi
2011-08-03
1
-48
/
+51
*
Move all HTTP objects to flow.py
Aldo Cortesi
2011-08-03
1
-23
/
+545
*
Enable "|" command to run a oneshot script on a single flow.
Aldo Cortesi
2011-08-03
1
-6
/
+16
*
Add script hooks, enable new engine for mitmdump.
Aldo Cortesi
2011-08-03
1
-51
/
+33
*
Move the event notification mechanism into flow.py
Aldo Cortesi
2011-08-03
1
-0
/
+16
*
Rip out old script interface, start replacing with new stubs.
Aldo Cortesi
2011-08-03
1
-10
/
+3
*
Tweak encoding behaviour
Aldo Cortesi
2011-08-02
1
-2
/
+0
*
General cleanup.
Aldo Cortesi
2011-08-02
1
-6
/
+7
*
We no longer need to track clientconnections.
Aldo Cortesi
2011-08-02
1
-13
/
+0
*
Improve performance of loading flows from a file hugely.
Aldo Cortesi
2011-08-01
1
-3
/
+0
*
Refactor the way we calculate views of the flow list.
Aldo Cortesi
2011-08-01
1
-27
/
+47
*
Changes replace logic to function in both Python 2.6.x and 2.7.x
Stephen Altamirano
2011-07-26
1
-5
/
+5
*
Fix crash when sticky cookies are read from file.
Aldo Cortesi
2011-07-24
1
-1
/
+1
*
Add utility functions to search and replace strings in flows
Aldo Cortesi
2011-07-22
1
-0
/
+12
*
Removes should_autodecode attribute from Response. Adds commandline option 'd...
Stephen Altamirano
2011-07-21
1
-0
/
+1
*
Adds support for content encoding, namely gip and deflate
alts
2011-07-16
1
-3
/
+6
*
Introduce an anti-compression command-line argument.
Aldo Cortesi
2011-07-15
1
-0
/
+3
*
Rewrite Headers object to preserve order and case.
Aldo Cortesi
2011-07-14
1
-3
/
+4
*
Don't redraw the screen more often than necessary.
Aldo Cortesi
2011-06-27
1
-1
/
+1
*
Don't backup flows before replay.
Aldo Cortesi
2011-06-23
1
-1
/
+0
*
Add -r option to mitmdump and mitmproxy.
Aldo Cortesi
2011-05-15
1
-5
/
+3
*
Add a new flow loading mechanism.
Aldo Cortesi
2011-05-15
1
-4
/
+21
*
Add a stickyauth option.
Aldo Cortesi
2011-03-20
1
-0
/
+32
*
Reverse order of flows in mitmproxy.
Aldo Cortesi
2011-03-20
1
-1
/
+1
*
Server replay shortcut in mitmproxy can now be used to interrupt a current re...
Aldo Cortesi
2011-03-18
1
-0
/
+3
*
Client playback shortcut in mitmproxy can now be used to interrupt a current ...
Aldo Cortesi
2011-03-18
1
-0
/
+3
*
Interrupt interception when deleting an intercepting flow.
Aldo Cortesi
2011-03-15
1
-7
/
+5
*
Do pre-processing of requests before replay.
Aldo Cortesi
2011-03-15
1
-31
/
+36
*
Add client plaback to mitmproxy.
Aldo Cortesi
2011-03-13
1
-3
/
+3
*
Rejigger status bar somewhat. Add indicators for various bits of state.
Aldo Cortesi
2011-03-13
1
-0
/
+2
*
Fix stickycookie setting, indented view traceback.
Aldo Cortesi
2011-03-13
1
-0
/
+2
*
mitmproxy prompted input now display previously set value.
Aldo Cortesi
2011-03-13
1
-5
/
+22
*
Handle invalid bind address specifications gracefully.
Aldo Cortesi
2011-03-12
1
-0
/
+2
*
Make mitmdump handle invalid serialized data gracefully.
Aldo Cortesi
2011-03-11
1
-3
/
+10
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
1
-5
/
+3
[next]