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
*
Only log real errors in WSGI apps.
Aldo Cortesi
2012-07-24
1
-1
/
+1
*
Fix flow read unit test to accomodate more tolerant dumpfile parsing.
Aldo Cortesi
2012-07-24
1
-4
/
+2
*
Be more tolerant of corrupted or truncated flows.
Aldo Cortesi
2012-07-24
3
-5
/
+8
*
Merge pull request #54 from mhils/fix_r_option
Aldo Cortesi
2012-07-23
2
-2
/
+2
|
\
|
*
fix -r option, read file in binary mode
Maximilian Hils
2012-07-24
2
-2
/
+2
|
/
*
Merge pull request #52 from cjneasbi/master
Aldo Cortesi
2012-07-23
1
-1
/
+1
|
\
|
*
Fixed a bug causing an AttributeError when request is set to false but respon...
Chris Neasbitt
2012-07-17
1
-1
/
+1
|
/
*
Merge pull request #51 from dnet/master
Aldo Cortesi
2012-07-16
8
-21
/
+10
|
\
|
*
removed assigned but unread variables
András Veres-Szentkirályi
2012-07-15
3
-3
/
+3
|
*
removed unused imports
András Veres-Szentkirályi
2012-07-15
7
-17
/
+4
|
*
added testing dependencies human_curl and pathod
András Veres-Szentkirályi
2012-07-15
1
-1
/
+2
|
*
added netlib dependency
András Veres-Szentkirályi
2012-07-15
1
-0
/
+1
|
/
*
Add an ~a filter expression, matching an asset content type in responses.
Aldo Cortesi
2012-07-14
2
-1
/
+32
*
Jump back to correct flow when limit is applied.
Aldo Cortesi
2012-07-14
1
-1
/
+1
*
Merge branch 'master' of github.com:cortesi/mitmproxy
Aldo Cortesi
2012-07-11
2
-8
/
+6
|
\
|
*
Refine semantics of replay_request method.
Aldo Cortesi
2012-07-10
2
-8
/
+6
*
|
Fix a subtle termination condition when there's an error in a WSGI app.
Aldo Cortesi
2012-07-11
1
-2
/
+8
|
/
*
Make WSGI apps work in transparent mode.
Aldo Cortesi
2012-07-10
2
-1
/
+13
*
Test replay corner cases. Fix discovered bugs.
Aldo Cortesi
2012-07-09
3
-5
/
+16
*
Unit test request replay thread.
Aldo Cortesi
2012-07-09
2
-0
/
+11
*
Refator server tests to use flow.FlowMaster and flow.State
Aldo Cortesi
2012-07-09
3
-43
/
+33
*
Make mitmproxy "W" over-write, not append.
Aldo Cortesi
2012-07-09
1
-1
/
+1
*
Use FlowMaster stream from mitmdump.
Aldo Cortesi
2012-07-09
1
-6
/
+1
*
Use FlowMaster streaming for "W" in mitmproxy.
Aldo Cortesi
2012-07-09
1
-10
/
+2
*
Add streaming to FlowMaster
Aldo Cortesi
2012-07-09
3
-9
/
+51
*
Remove ODict tests. ODict is now in netlib.
Aldo Cortesi
2012-07-09
1
-111
/
+0
*
Handle new netlib.tcp.NetLibDisconnect exception.
Aldo Cortesi
2012-07-08
1
-4
/
+4
*
Fix minor error in filter help.
Aldo Cortesi
2012-07-06
1
-1
/
+2
*
Add a domain match filter (~d regex)
Aldo Cortesi
2012-07-06
3
-2
/
+16
*
Protect against exceptions thrown by third-party view libraries.
Aldo Cortesi
2012-07-06
1
-7
/
+6
*
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
[next]