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
*
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
*
Pass server HTTP version back to clients.
Aldo Cortesi
2012-06-10
1
-1
/
+1
*
Add HTTP version to response objects.
Aldo Cortesi
2012-06-10
1
-2
/
+4
*
Refactoring of proxy.py
Aldo Cortesi
2012-06-10
1
-6
/
+5
*
Add HTTP version to flow.Request
Aldo Cortesi
2012-06-10
1
-5
/
+25
*
Port mitmproxy test suite entirely to nose.
Aldo Cortesi
2012-06-09
1
-6
/
+2
*
Fix a crashing bug when replacing text in a flow with unicode bodies.
Aldo Cortesi
2012-05-25
1
-6
/
+6
*
Refuse to replay a request with missing content.
Aldo Cortesi
2012-05-16
1
-1
/
+3
*
Add the ability to flag content as missing in a request or a response.
Aldo Cortesi
2012-05-16
1
-4
/
+27
*
Don't specify Content-Length on empty content.
Aldo Cortesi
2012-04-25
1
-6
/
+6
*
Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.
Aldo Cortesi
2012-04-24
1
-2
/
+4
*
Serialized data version check.
Aldo Cortesi
2012-04-11
1
-0
/
+3
*
Improve revert model
Aldo Cortesi
2012-04-04
1
-8
/
+5
*
Serialize requestcount for ClientConnect objects.
Aldo Cortesi
2012-04-03
1
-4
/
+9
*
Add accessor method for SSLCert object on Response.
Aldo Cortesi
2012-04-02
1
-6
/
+13
*
Expand SSL cert support
Aldo Cortesi
2012-04-02
1
-1
/
+5
*
Refactor pretty view mechanism.
Aldo Cortesi
2012-03-24
1
-0
/
+6
*
Add error indications to GridEditor.
Aldo Cortesi
2012-03-23
1
-0
/
+4
*
Generalize GridEditor to N columns.
Aldo Cortesi
2012-03-18
1
-0
/
+9
*
Hooks -> ReplaceHooks
Aldo Cortesi
2012-03-17
1
-17
/
+19
*
Add a hooks mechanism, based on filter expressions.
Aldo Cortesi
2012-03-16
1
-1
/
+46
*
replace() methods now decode and re-encode contents before substitution.
Aldo Cortesi
2012-03-16
1
-9
/
+23
*
Add a decoded context manager.
Aldo Cortesi
2012-03-16
1
-0
/
+28
*
Set a "unique" serial number for each generated cert.
Aldo Cortesi
2012-03-14
1
-2
/
+2
*
Adds no-pop option to server-side replay
Valtteri Virtanen
2012-03-05
1
-5
/
+10
*
Unit test++.
Aldo Cortesi
2012-02-25
1
-5
/
+2
*
Fix detection of URL-encoded forms.
Aldo Cortesi
2012-02-24
1
-2
/
+16
*
Refactor filter matching.
Aldo Cortesi
2012-02-23
1
-10
/
+2
[next]