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
*
Tweak timing display
Aldo Cortesi
2013-08-23
1
-1
/
+1
*
Remove GPL notices left in source files after our change to the MIT license.
Aldo Cortesi
2013-08-01
1
-16
/
+1
*
Show an error when attempting to decode invalid data.
Aldo Cortesi
2013-07-29
1
-2
/
+8
*
Move app instantiation out of proxy.py.
Aldo Cortesi
2013-07-24
1
-2
/
+13
*
Don't take minor version into account when checking serialized data compatibl...
Aldo Cortesi
2013-07-13
1
-1
/
+2
*
- Quick-fix for issue #128
Michael Bisbjerg
2013-05-21
1
-3
/
+3
*
Fix crash in client playback.
Aldo Cortesi
2013-05-05
1
-0
/
+1
*
Minor coverage.
Aldo Cortesi
2013-04-30
1
-1
/
+0
*
Merge pull request #107 from rouli/master
Aldo Cortesi
2013-04-19
1
-2
/
+22
|
\
|
*
adding tcp and ssl setup timestamps to get better resolution on flows perform...
Rouli
2013-03-19
1
-2
/
+17
|
*
Merge remote-tracking branch 'upstream/master'
Rouli
2013-03-18
1
-5
/
+26
|
|
\
|
*
\
Merge remote-tracking branch 'upstream/master'
Rouli
2013-02-28
1
-53
/
+32
|
|
\
\
|
*
|
|
adding __str__ to make export to har nicer
Rouli
2013-02-28
1
-0
/
+5
*
|
|
|
Add a basic built-in web app.
Aldo Cortesi
2013-03-25
1
-5
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
Update styling, GameCenter highscore tutorial.
Aldo Cortesi
2013-03-18
1
-1
/
+1
*
|
|
Add the --host option, which uses the value in the Host header for dispaly URLs.
Aldo Cortesi
2013-03-17
1
-2
/
+10
*
|
|
Introduce a filtered flow writer, and use it in dump.py
Aldo Cortesi
2013-03-14
1
-2
/
+15
*
|
|
Begin some simple fuzzing with pathod.
Aldo Cortesi
2013-03-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Refactor proxy core communications to be clearer.
Aldo Cortesi
2013-02-23
1
-31
/
+14
*
|
Significantly refactor the master/slave message passing interface.
Aldo Cortesi
2013-02-17
1
-27
/
+23
|
/
*
adding helper functions to make HAR export easier
Rouli
2013-01-28
1
-0
/
+59
*
Rudimentary testing for client certs.
Aldo Cortesi
2013-01-18
1
-0
/
+0
*
Merge remote-tracking branch 'upstream/master'
Rouli
2013-01-17
1
-4
/
+2
|
\
|
*
Unit test love - 100% for flow.py, dump.py
Aldo Cortesi
2013-01-05
1
-4
/
+2
*
|
changing requests and responses to have two timestamps, one marking their ini...
Rouli
2013-01-17
1
-14
/
+26
|
/
*
Expand Flow.match to accept either a string or a compiled filter expression.
Aldo Cortesi
2012-09-14
1
-0
/
+7
*
Don't run replace or header hooks on error.
Aldo Cortesi
2012-09-02
1
-2
/
+0
*
Getter and setter for path component on Requests.
Aldo Cortesi
2012-08-19
1
-1
/
+21
*
Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...
Aldo Cortesi
2012-08-18
1
-11
/
+62
*
Use the new ODict get_first convenience function in a bunch of places.
Aldo Cortesi
2012-08-18
1
-6
/
+6
*
Stop server playback after current playback buffer is exhausted.
Aldo Cortesi
2012-08-18
1
-0
/
+2
*
Add a size() method to flow.Request and flow.Response.
Aldo Cortesi
2012-08-04
1
-29
/
+50
*
Minor refactoring. Make stop_stream also close the associated file descriptor.
Aldo Cortesi
2012-07-27
1
-1
/
+1
*
Be more tolerant of corrupted or truncated flows.
Aldo Cortesi
2012-07-24
1
-1
/
+1
*
Refine semantics of replay_request method.
Aldo Cortesi
2012-07-10
1
-2
/
+3
*
Unit test request replay thread.
Aldo Cortesi
2012-07-09
1
-0
/
+1
*
Add streaming to FlowMaster
Aldo Cortesi
2012-07-09
1
-7
/
+23
*
Fix error when serializing reverted SSL flows.
Aldo Cortesi
2012-07-05
1
-1
/
+1
*
Firm up handling of Unicode data
Aldo Cortesi
2012-07-05
1
-1
/
+1
*
Correct handing of IDNA encoding of internationalized domain names.
Aldo Cortesi
2012-07-03
1
-1
/
+1
*
Serialize address as part of ClientConnect objects.
Aldo Cortesi
2012-07-01
1
-0
/
+2
*
Beef up logging substantially.
Aldo Cortesi
2012-07-01
1
-12
/
+2
*
Serialization and de-serialization of new cert format.
Aldo Cortesi
2012-06-28
1
-12
/
+5
*
Adjust for new get_remote_cert API.
Aldo Cortesi
2012-06-28
1
-0
/
+1
*
Remove certutils from mitmproxy.
Aldo Cortesi
2012-06-27
1
-2
/
+2
*
Adapt for API changes in netlib.
Aldo Cortesi
2012-06-23
1
-2
/
+2
*
Extract protocol and tcp server implementations into netlib.
Aldo Cortesi
2012-06-19
1
-152
/
+5
*
Refactor protocol.py to remove dependence on flow and utils.
Aldo Cortesi
2012-06-17
1
-2
/
+2
*
Fix a problem in ODictCaseless that could cause duplicate headers.
Aldo Cortesi
2012-06-15
1
-1
/
+4
*
Fix an exception when replaying a flow with no response.
Aldo Cortesi
2012-06-10
1
-2
/
+0
[next]