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
/
test
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-1
/
+7
*
pretty_size now lives in netlib.utils
Aldo Cortesi
2015-04-30
1
-10
/
+5
*
Housekeeping and cleanups
Aldo Cortesi
2015-04-14
1
-1
/
+2
*
Merge pull request #515 from krzysiekbielicki/master
Maximilian Hils
2015-03-26
1
-1
/
+18
|
\
|
*
Added tests
Krzysztof Bielicki
2015-03-16
1
-1
/
+18
*
|
Replace far-too-clever decorator LRU cache with something simpler
Aldo Cortesi
2015-03-22
1
-13
/
+13
|
/
*
fixed formatting and added a 'test' (sort of)
Marcelo Glezer
2015-03-02
1
-0
/
+2
*
added to flowlist / flowdetail time elapsed between request sent and response...
Marcelo Glezer
2015-02-26
1
-0
/
+13
*
suppress SPDY/HTTP2 announcement headers, fix #277
Maximilian Hils
2014-08-03
1
-6
/
+0
*
add advanced proxying options, add SSL-terminating capability to mitmproxy
Maximilian Hils
2014-03-10
1
-8
/
+0
*
Fix pretty_size unit tests.
Aldo Cortesi
2013-08-23
1
-1
/
+1
*
Move cleanBin and hexdump into netutils.
Aldo Cortesi
2012-09-24
1
-11
/
+0
*
removed unused imports
András Veres-Szentkirályi
2012-07-15
1
-2
/
+1
*
Refactor protocol.py to remove dependence on flow and utils.
Aldo Cortesi
2012-06-17
1
-26
/
+0
*
Start conversion to nose.
Aldo Cortesi
2012-06-09
1
-172
/
+138
*
Fix a crashing bug when replacing text in a flow with unicode bodies.
Aldo Cortesi
2012-05-25
1
-0
/
+5
*
Integrate lxml for pretty-printing HTML and XML.
Aldo Cortesi
2012-04-07
1
-58
/
+0
*
Add a variant of cleanBin that escapes newlines and tabs.
Aldo Cortesi
2012-03-27
1
-0
/
+10
*
Add a simple parser for content type specifications.
Aldo Cortesi
2012-03-20
1
-0
/
+11
*
Cleanliness fixes.
Aldo Cortesi
2012-03-12
1
-0
/
+1
*
Removed imports left unused after Py{OpenSSL,ASN1}
András Veres-Szentkirályi
2012-03-01
1
-1
/
+1
*
Factor out cert operations in to certutils.py.
Aldo Cortesi
2012-02-29
1
-63
/
+0
*
Repair unit tests.
Aldo Cortesi
2012-02-27
1
-3
/
+2
*
Fix cert generation harder.
Aldo Cortesi
2012-02-27
1
-1
/
+3
*
Better certificate parsing.
Aldo Cortesi
2012-02-27
1
-0
/
+6
*
Add upstream certificate lookup.
Aldo Cortesi
2012-02-27
1
-3
/
+15
*
Unit test import cleanups.
Aldo Cortesi
2012-02-20
1
-3
/
+3
*
Firm up what we consider to be a valid proxy spec.
Aldo Cortesi
2012-02-18
1
-0
/
+1
*
Firm up reverse proxy specification.
Aldo Cortesi
2012-02-18
1
-0
/
+9
*
Refactor reverse proxying
Aldo Cortesi
2012-02-18
1
-0
/
+8
*
Expand test coverage.
Aldo Cortesi
2012-02-10
1
-1
/
+11
*
Fix unit tests broken during previous commit.
Aldo Cortesi
2012-01-21
1
-4
/
+4
*
Add HTTP body size limit specification to command-line tools.
Aldo Cortesi
2011-09-09
1
-1
/
+13
*
Improve robustness against invalid data.
Aldo Cortesi
2011-09-05
1
-0
/
+3
*
Code cleanliness - appease pychecker.
Aldo Cortesi
2011-08-04
1
-1
/
+1
*
Move all HTTP objects to flow.py
Aldo Cortesi
2011-08-03
1
-104
/
+25
*
Unit test++
Aldo Cortesi
2011-08-02
1
-0
/
+7
*
General cleanup.
Aldo Cortesi
2011-08-02
1
-23
/
+1
*
Add utility functions to search and replace strings in flows
Aldo Cortesi
2011-07-22
1
-0
/
+9
*
Adds support for content encoding, namely gip and deflate
alts
2011-07-16
1
-1
/
+1
*
Add a pretty-printing mode for urlencoded form data.
Aldo Cortesi
2011-07-15
1
-0
/
+7
*
Rewrite Headers object to preserve order and case.
Aldo Cortesi
2011-07-14
1
-92
/
+22
*
JSON pretty-printing.
Aldo Cortesi
2011-06-30
1
-1
/
+9
*
Try not to hang when user views large request & response bodies
Aldo Cortesi
2011-06-27
1
-0
/
+8
*
Add a hideous kludge to fix not-yet-valid certificates.
Aldo Cortesi
2011-06-11
1
-0
/
+2
*
Revamp key generation.
Aldo Cortesi
2011-03-18
1
-0
/
+6
*
Improve responsiveness of request and response viewing.
Aldo Cortesi
2011-03-15
1
-0
/
+31
*
Store timestamps on flow components as a UTC time tuple.
Aldo Cortesi
2011-03-07
1
-1
/
+1
*
Minor housekeeping - unused code, nocover directives.
Aldo Cortesi
2011-02-24
1
-3
/
+0
*
Revamp SSL configuration.
Aldo Cortesi
2011-02-20
1
-0
/
+6
[next]