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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add application/javascript to ~a filter asset matcher.
Aldo Cortesi
2012-08-30
1
-0
/
+2
*
Add a snippet to GridEditor help text explaining that we're using escaped str...
Aldo Cortesi
2012-08-25
1
-0
/
+8
*
Add a "R" shortcut to GridEditor, letting the user read unescaped data from f...
Aldo Cortesi
2012-08-25
1
-11
/
+15
*
Do away with explicit encodings, and display an error message for invalid val...
Aldo Cortesi
2012-08-25
1
-15
/
+12
*
Use Python-style escaped strings in GridEditor.
Aldo Cortesi
2012-08-25
1
-14
/
+17
*
Add an "r" shortcut in grid editors to read value from file.
Aldo Cortesi
2012-08-25
2
-5
/
+24
*
Add a graphical editor for path components (e -> p shortcut from request view...
Aldo Cortesi
2012-08-19
2
-3
/
+19
*
Getter and setter for path component on Requests.
Aldo Cortesi
2012-08-19
1
-1
/
+21
*
Command-line options for header setting.
Aldo Cortesi
2012-08-19
4
-25
/
+92
*
Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...
Aldo Cortesi
2012-08-18
3
-17
/
+86
*
Use the new ODict get_first convenience function in a bunch of places.
Aldo Cortesi
2012-08-18
3
-18
/
+16
*
Further content view cleaups.
Aldo Cortesi
2012-08-18
2
-44
/
+28
*
Send tracebacks from content viewers to event log.
Aldo Cortesi
2012-08-18
2
-3
/
+4
*
Further simplifcation and testing of contentviews.
Aldo Cortesi
2012-08-18
2
-27
/
+16
*
Huge cleanup of content viewers.
Aldo Cortesi
2012-08-18
4
-297
/
+302
*
Optional AMF decoding support
Sahn Lam
2012-08-17
3
-2
/
+66
*
add dummy cert dir
Maximilian Hils
2012-08-17
1
-2
/
+2
*
use argparse instead of optparse
Maximilian Hils
2012-08-17
2
-49
/
+44
*
Add an HTML text outline view.
Aldo Cortesi
2012-08-18
3
-3
/
+858
*
Stop server playback after current playback buffer is exhausted.
Aldo Cortesi
2012-08-18
3
-2
/
+4
*
Server replay from current buffer.
Aldo Cortesi
2012-08-18
1
-0
/
+44
*
Adds --dummy-certs option to specify certdir
Jim Lloyd
2012-08-06
2
-6
/
+24
*
Add a size() method to flow.Request and flow.Response.
Aldo Cortesi
2012-08-04
1
-29
/
+50
*
Return from Flow View behaviour
Rob Wills
2012-08-02
1
-1
/
+5
*
Press "F" to Follow
Rob Wills
2012-08-01
2
-0
/
+16
*
Handle invalid headers.
Aldo Cortesi
2012-07-30
1
-0
/
+8
*
Prevent mitmproxy from treating logged info as urwid markup.
Aldo Cortesi
2012-07-27
1
-2
/
+2
*
Fix mitmproxy file reading.
Aldo Cortesi
2012-07-27
1
-1
/
+1
*
Minor refactoring. Make stop_stream also close the associated file descriptor.
Aldo Cortesi
2012-07-27
1
-1
/
+1
*
Only log real errors in WSGI apps.
Aldo Cortesi
2012-07-24
1
-1
/
+1
*
Be more tolerant of corrupted or truncated flows.
Aldo Cortesi
2012-07-24
3
-5
/
+8
*
fix -r option, read file in binary mode
Maximilian Hils
2012-07-24
2
-2
/
+2
*
Fixed a bug causing an AttributeError when request is set to false but respon...
Chris Neasbitt
2012-07-17
1
-1
/
+1
*
Add an ~a filter expression, matching an asset content type in responses.
Aldo Cortesi
2012-07-14
1
-1
/
+26
*
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
1
-2
/
+3
|
\
|
*
Refine semantics of replay_request method.
Aldo Cortesi
2012-07-10
1
-2
/
+3
*
|
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
1
-1
/
+5
*
Test replay corner cases. Fix discovered bugs.
Aldo Cortesi
2012-07-09
1
-4
/
+2
*
Unit test request replay thread.
Aldo Cortesi
2012-07-09
1
-0
/
+1
*
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
2
-8
/
+24
*
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
2
-2
/
+10
*
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
[next]