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
...
*
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
*
Test suite rejiggering and cleanup.
Aldo Cortesi
2011-02-03
1
-1
/
+6
*
Fine-tune threading and fix an exception.
Aldo Cortesi
2011-01-27
1
-12
/
+18
*
Kill deadlock that sometimes occurred on shutdown.
Aldo Cortesi
2011-01-27
1
-4
/
+3
*
Add serialization hooks to flows and flow component objects.
Aldo Cortesi
2011-01-26
1
-0
/
+65
*
Fix indentation in previous patch.
Aldo Cortesi
2010-09-06
1
-8
/
+8
*
Wrap read request, concatenating partial reads until whole request have been ...
Henrik Nordström
2010-09-06
1
-0
/
+9
*
Fix hang when a POST is made with a 0 content length.
Aldo Cortesi
2010-02-26
1
-1
/
+1
*
Initial checkin.
Aldo Cortesi
2010-02-16
1
-0
/
+374
[prev]