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
/
protocol
/
http.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
reimplement streaming for HTTP/1
Thomas Kriechbaumer
2015-08-01
1
-54
/
+55
*
revert hard-coded HTTP/2 protocol changes
Thomas Kriechbaumer
2015-08-01
1
-7
/
+8
*
move code from mitmproxy to netlib
Thomas Kriechbaumer
2015-08-01
1
-20
/
+17
*
attach application protocol to connection
Thomas Kriechbaumer
2015-07-30
1
-43
/
+57
*
move code to netlib and implement protocols
Thomas Kriechbaumer
2015-07-30
1
-37
/
+42
*
refactor connection & protocol handling
Thomas Kriechbaumer
2015-07-30
1
-891
/
+20
*
Merge pull request #548 from macmantrl/no_serverconn
Maximilian Hils
2015-07-26
1
-2
/
+4
|
\
|
*
Prevent unecessary upstream server connects
Terry Long
2015-07-03
1
-2
/
+4
*
|
fix module imports
Thomas Kriechbaumer
2015-07-25
1
-8
/
+8
*
|
refactor to use netlib.http protocols
Thomas Kriechbaumer
2015-07-22
1
-18
/
+36
*
|
use new netlib module names
Thomas Kriechbaumer
2015-07-22
1
-19
/
+21
*
|
use netlib.http_semantics for generic data
Thomas Kriechbaumer
2015-07-22
1
-6
/
+6
|
/
*
Remove stray print & massage whitespace a bit
Aldo Cortesi
2015-06-25
1
-9
/
+6
*
changed error handling (ssl spoof mode)
iroiro123
2015-06-23
1
-1
/
+6
*
SSL Spoof mode
iroiro123
2015-06-21
1
-3
/
+8
*
Spoof mode
iroiro123
2015-06-20
1
-3
/
+6
*
HTTP Transparent Proxy
iroiro123
2015-06-18
1
-1
/
+14
*
Handle invalid IDNA encoding in hostnames
Aldo Cortesi
2015-06-12
1
-6
/
+8
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
1
-26
/
+75
*
Merge pull request #584 from dlethin/feature/http_1_0
Aldo Cortesi
2015-05-18
1
-1
/
+2
|
\
|
*
Make sure proxy returns the httpversion specified in the request rather
Doug Lethin
2015-05-15
1
-1
/
+2
*
|
Accurately timestamp start of request
Nick Raptis
2015-05-08
1
-0
/
+5
|
/
*
pretty_size now lives in netlib.utils
Aldo Cortesi
2015-04-30
1
-1
/
+4
*
Missed some un-needed variable declarations
Aldo Cortesi
2015-04-21
1
-3
/
+1
*
HTTP request reading moves to netlib
Aldo Cortesi
2015-04-21
1
-105
/
+64
*
Adjust for ODict interface change
Aldo Cortesi
2015-04-15
1
-2
/
+2
*
Add set_cookies method to HTTPResponse
Aldo Cortesi
2015-04-14
1
-0
/
+19
*
New get_cookies for HttpResponse
Aldo Cortesi
2015-04-14
1
-13
/
+14
*
New get_cookie and set_cookie implementations for HTTPRequest
Aldo Cortesi
2015-04-14
1
-9
/
+16
*
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Aldo Cortesi
2015-04-14
1
-4
/
+29
|
\
|
*
fix pretty_host if no host is present
Maximilian Hils
2015-04-10
1
-2
/
+4
|
*
fix #553
Maximilian Hils
2015-04-10
1
-2
/
+25
*
|
Housekeeping and cleanups
Aldo Cortesi
2015-04-14
1
-14
/
+14
|
/
*
Merge pull request #515 from krzysiekbielicki/master
Maximilian Hils
2015-03-26
1
-1
/
+20
|
\
|
*
[#514] Add support for ignoring payload params in multipart/form-data
Krzysztof Bielicki
2015-03-10
1
-1
/
+20
*
|
structure components
Maximilian Hils
2015-03-21
1
-0
/
+2
|
/
*
fix #319
Maximilian Hils
2015-02-27
1
-9
/
+13
*
Correct typo; https://github.com/mitmproxy/mitmproxy/issues/319
Youhei Sakurai
2015-02-27
1
-1
/
+1
*
Change from checking __call__ to using callable;
Youhei Sakurai
2015-02-27
1
-1
/
+1
*
Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319
Youhei Sakurai
2015-02-27
1
-1
/
+6
*
added sni and ssl_established=true in ServerConnection. removed check for Non...
Marcelo Glezer
2015-02-12
1
-4
/
+1
*
set sni to None when no server_conn is None
Marcelo Glezer
2015-02-10
1
-2
/
+4
*
fix #451
Maximilian Hils
2015-02-07
1
-12
/
+26
*
fix #464
Maximilian Hils
2015-02-05
1
-3
/
+3
*
web: much ui work, such christmas
Maximilian Hils
2014-12-25
1
-1
/
+2
*
web: intercept feature
Maximilian Hils
2014-12-23
1
-28
/
+1
*
Merge pull request #414 from mitmproxy/flowviews2
Aldo Cortesi
2014-12-12
1
-1
/
+4
|
\
|
*
introduce revised views, port over changes from multiple_views branch
Maximilian Hils
2014-11-26
1
-1
/
+4
*
|
fix #411
Maximilian Hils
2014-12-08
1
-3
/
+3
*
|
add inline script example for websocket passthrough, fix #340
Maximilian Hils
2014-12-01
1
-0
/
+6
[next]