index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mitmproxy: "W" shortcut key streams flows to file as responses arrive.
Aldo Cortesi
2012-07-06
2
-6
/
+38
*
Amalgamte saving "this flow" and "all flows" into a single keyboard shortcut.
Aldo Cortesi
2012-07-06
1
-11
/
+24
*
Fix error when viewing extended details of SSL flow.
Aldo Cortesi
2012-07-06
1
-1
/
+1
*
Fix error when serializing reverted SSL flows.
Aldo Cortesi
2012-07-05
2
-1
/
+8
*
Firm up handling of Unicode data
Aldo Cortesi
2012-07-05
2
-2
/
+12
*
Make upstream-cert the default. There's now a --no-upstream-cert option to tu...
Aldo Cortesi
2012-07-03
3
-11
/
+11
*
Fix Python coredump (!!) on SNI IDNA decoding.
Aldo Cortesi
2012-07-03
1
-1
/
+3
*
Correct handing of IDNA encoding of internationalized domain names.
Aldo Cortesi
2012-07-03
2
-3
/
+3
*
Make server version configurable.
Aldo Cortesi
2012-07-03
1
-6
/
+7
*
Move palette option getting/setting to mitmproxy.
Aldo Cortesi
2012-07-03
2
-7
/
+8
*
Merge pull request #48 from afh/pull/palette-option
Aldo Cortesi
2012-07-01
3
-15
/
+26
|
\
|
*
Improve palette colors for headings
Alexis Hildebrandt
2012-07-01
1
-4
/
+4
|
*
Add --palette option to select color palette
Alexis Hildebrandt
2012-07-01
3
-11
/
+22
*
|
Catch and handle SSL connection errors.
Aldo Cortesi
2012-07-01
2
-4
/
+15
*
|
Tweak upstream SNI.
Aldo Cortesi
2012-07-01
1
-1
/
+1
*
|
Flush after terminal output.
Aldo Cortesi
2012-07-01
1
-0
/
+3
*
|
Serialize address as part of ClientConnect objects.
Aldo Cortesi
2012-07-01
1
-0
/
+2
*
|
Beef up logging substantially.
Aldo Cortesi
2012-07-01
5
-30
/
+61
|
/
*
Merge pull request #46 from afh/pull/palettes
Aldo Cortesi
2012-06-29
1
-6
/
+151
|
\
|
*
Update title palette colors for light backgrounds
Alexis Hildebrandt
2012-06-29
1
-2
/
+2
|
*
Add palettes for Solarized terminal color profiles
Alexis Hildebrandt
2012-06-29
1
-0
/
+95
|
*
Add light palette for light backgrounds
Alexis Hildebrandt
2012-06-29
1
-0
/
+50
|
*
Replace double quotes with single quotes
Alexis Hildebrandt
2012-06-29
1
-6
/
+6
*
|
Handle invalid data more gracefully.
Aldo Cortesi
2012-06-30
2
-3
/
+22
*
|
Stub out a transparent resolver for OSX.
Aldo Cortesi
2012-06-30
2
-1
/
+57
*
|
Add error when -T is passed on an unsupported platform.
Aldo Cortesi
2012-06-30
1
-0
/
+2
|
/
*
Add dependency reference for netlib.
Aldo Cortesi
2012-06-28
1
-0
/
+3
*
Serialization and de-serialization of new cert format.
Aldo Cortesi
2012-06-28
3
-24
/
+9
*
Adjust for new get_remote_cert API.
Aldo Cortesi
2012-06-28
3
-5
/
+6
*
Remove certutils from mitmproxy.
Aldo Cortesi
2012-06-27
6
-479
/
+4
*
Fix replay.
Aldo Cortesi
2012-06-27
1
-1
/
+1
*
Use SNI-indicated hostname for cert generation when not using upstream certs.
Aldo Cortesi
2012-06-27
1
-3
/
+8
*
Enable SSL in transparent mode.
Aldo Cortesi
2012-06-26
1
-7
/
+19
*
Add transparent mode platform module for Linux.
Aldo Cortesi
2012-06-26
3
-5
/
+32
*
Transparent proxy command-line flag stub.
Aldo Cortesi
2012-06-26
2
-1
/
+20
*
Remove -T and -U command-line options.
Aldo Cortesi
2012-06-26
2
-24
/
+2
*
We no longer store scheme on ServerConnection.
Aldo Cortesi
2012-06-26
1
-1
/
+1
*
Use new TCPClient.convert_to_ssl API.
Aldo Cortesi
2012-06-25
1
-18
/
+17
*
Port to explicit netlib connection API.
Aldo Cortesi
2012-06-25
1
-1
/
+5
*
Factor read_response out into netlib.
Aldo Cortesi
2012-06-24
1
-30
/
+14
*
read_headers now returns an ODictCaseless object.
Aldo Cortesi
2012-06-24
1
-5
/
+5
*
read_http_body -> read_http_body_request/response
Aldo Cortesi
2012-06-23
1
-9
/
+3
*
Adapt for API changes in netlib.
Aldo Cortesi
2012-06-23
4
-26
/
+25
*
Move wsgi to netlib.
Aldo Cortesi
2012-06-19
4
-254
/
+34
*
Extract protocol and tcp server implementations into netlib.
Aldo Cortesi
2012-06-19
9
-831
/
+23
*
Refactor protocol.py to remove dependence on flow and utils.
Aldo Cortesi
2012-06-17
6
-72
/
+70
*
Pull out protocol components into protocol.py
Aldo Cortesi
2012-06-16
5
-343
/
+356
*
Test suite and refactoring for netlib.
Aldo Cortesi
2012-06-16
3
-19
/
+100
*
Simplify netlib and improve API.
Aldo Cortesi
2012-06-16
2
-20
/
+21
*
Rename our tcpserver to netlib, expand to include client network functions.
Aldo Cortesi
2012-06-16
4
-103
/
+128
[next]