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
/
proxy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds ability to toggle between encodings in the response view
Stephen Altamirano
2011-07-18
1
-0
/
+2
*
Adds support for content encoding, namely gip and deflate
alts
2011-07-16
1
-6
/
+15
*
Introduce an anti-compression command-line argument.
Aldo Cortesi
2011-07-15
1
-1
/
+7
*
Rewrite Headers object to preserve order and case.
Aldo Cortesi
2011-07-14
1
-9
/
+8
*
Cast some data read from dump files to str, to prevent unicode promotion.
Aldo Cortesi
2011-07-01
1
-5
/
+5
*
Make the certificate wait time configurable.
Aldo Cortesi
2011-06-27
1
-2
/
+5
*
Repair a problem that sometimes caused SSL connections to peg the CPU.
Aldo Cortesi
2011-06-23
1
-3
/
+6
*
unit test coverage ++
Aldo Cortesi
2011-03-20
1
-13
/
+0
*
Add a stickyauth option.
Aldo Cortesi
2011-03-20
1
-1
/
+2
*
Revamp key generation.
Aldo Cortesi
2011-03-18
1
-12
/
+8
*
Improve responsiveness of request and response viewing.
Aldo Cortesi
2011-03-15
1
-0
/
+3
*
Add server replay to mitmproxy.
Aldo Cortesi
2011-03-13
1
-2
/
+3
*
Handle invalid bind address specifications gracefully.
Aldo Cortesi
2011-03-12
1
-1
/
+9
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
1
-1
/
+1
*
Add --norefresh to stop refreshing server playback to mitmdump.
Aldo Cortesi
2011-03-11
1
-2
/
+27
*
Stub out refresh for server-side replay.
Aldo Cortesi
2011-03-09
1
-1
/
+26
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
1
-0
/
+13
*
Store timestamps on flow components as a UTC time tuple.
Aldo Cortesi
2011-03-07
1
-4
/
+4
*
Add an indicator that sticky cookies have been applied in mitmdump.
Aldo Cortesi
2011-02-25
1
-0
/
+3
*
Move stringification funcs from proxy to dump.
Aldo Cortesi
2011-02-25
1
-9
/
+0
*
Start abstracting out sticky cookie state.
Aldo Cortesi
2011-02-24
1
-2
/
+2
*
Fix a subtle Unicode problem in Response.assemble
Aldo Cortesi
2011-02-21
1
-1
/
+1
*
First pass of playback function for mitmdump.
Aldo Cortesi
2011-02-21
1
-1
/
+11
*
Certificates are now generated in a temporary per-session directory.
Aldo Cortesi
2011-02-20
1
-23
/
+12
*
Revamp SSL configuration.
Aldo Cortesi
2011-02-20
1
-24
/
+70
*
Clean up certificate generation.
Aldo Cortesi
2011-02-20
1
-4
/
+4
*
Implement state loading that doesn't change object identity.
Aldo Cortesi
2011-02-20
1
-2
/
+39
*
Fix serialization when a Request has no associated client connection.
Aldo Cortesi
2011-02-19
1
-2
/
+2
*
Refactor Flow primitives to remove HTTP1.0 assumption.
Aldo Cortesi
2011-02-19
1
-16
/
+27
*
Don't leave dangling browser connections for pipelined requests.
Aldo Cortesi
2011-02-16
1
-1
/
+2
*
Fix a bug in HTTP 1.1 pipelining that caused Requests to be over-written.
Aldo Cortesi
2011-02-16
1
-1
/
+2
*
FlowMaster bugfixes and unit tests.
Aldo Cortesi
2011-02-16
1
-1
/
+1
*
Extract flow-specific Master operations into FlowMaster.
Aldo Cortesi
2011-02-16
1
-1
/
+1
*
Switch over to new serialization format.
Aldo Cortesi
2011-02-16
1
-1
/
+1
*
First draft of the new serialization mechanism.
Aldo Cortesi
2011-02-16
1
-6
/
+6
*
drop unused protocol parameter from Response
Henrik Nordstrom
2011-02-15
1
-5
/
+3
*
Repair unit test suite.
Aldo Cortesi
2011-02-11
1
-7
/
+8
*
Implement a dummy CA
Henrik Nordstrom
2011-02-10
1
-4
/
+23
*
Allow specifying the accepted ciphersuites
Henrik Nordstrom
2011-02-10
1
-1
/
+3
*
Simple record & playback functionality
Henrik Nordstrom
2011-02-10
1
-3
/
+16
*
Basic HTTP/1.1 Support
Henrik Nordstrom
2011-02-10
1
-59
/
+174
*
Optimize CONNECT responses, sent in a single packet
Henrik Nordstrom
2011-02-10
1
-3
/
+5
*
Move try_del to utils
Henrik Nordstrom
2011-02-10
1
-15
/
+8
*
Add response creation to edit function on intercepted requests
Henrik Nordstrom
2011-02-10
1
-4
/
+10
*
Terminate workers when main thread terminates
Henrik Nordstrom
2011-02-10
1
-0
/
+1
*
Add option to tell mitmproxy which interfaces to bind to.
Aldo Cortesi
2011-02-06
1
-3
/
+3
*
Also serialize ClientConnection and flow backups.
Aldo Cortesi
2011-02-06
1
-2
/
+9
*
Get rid of ReplayConnection - we now have only one ClientConnection class.
Aldo Cortesi
2011-02-04
1
-7
/
+20
*
Change "connection" to the less confusing "client_conn" throughout.
Aldo Cortesi
2011-02-03
1
-8
/
+8
*
Add timestamps to flows.
Aldo Cortesi
2011-02-03
1
-6
/
+15
[next]