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
*
Minor code cleanup - no need to recreate the master queue.
Aldo Cortesi
2011-05-14
1
-2
/
+1
*
Add a -n option which tells the tools not to bind a proxy.
Aldo Cortesi
2011-05-14
4
-15
/
+31
*
Refactoring.
Aldo Cortesi
2011-03-29
2
-10
/
+8
*
Add some debugging output to help troubleshoot a performance problem.
Aldo Cortesi
2011-03-27
1
-0
/
+10
*
unit test coverage ++
Aldo Cortesi
2011-03-20
1
-13
/
+0
*
Add a stickyauth option.
Aldo Cortesi
2011-03-20
5
-4
/
+73
*
Reverse order of flows in mitmproxy.
Aldo Cortesi
2011-03-20
2
-3
/
+1
*
Revamp key generation.
Aldo Cortesi
2011-03-18
3
-17
/
+60
*
Tweak CA and cert setup to be nice to Windows.
Aldo Cortesi
2011-03-18
2
-8
/
+0
*
Enable request and response script commandline arguments for mitmproxy.
Aldo Cortesi
2011-03-18
1
-14
/
+22
*
Maintain focus in mitmproxy when flows are loaded from file.
Aldo Cortesi
2011-03-18
1
-4
/
+7
*
Do id-based comparison rather than value-based comparison to establish flow f...
Aldo Cortesi
2011-03-18
1
-1
/
+2
*
Use path_prompt rather than plain prompt where needed in mitmproxy.
Aldo Cortesi
2011-03-18
1
-4
/
+4
*
Server replay shortcut in mitmproxy can now be used to interrupt a current re...
Aldo Cortesi
2011-03-18
2
-5
/
+22
*
Client playback shortcut in mitmproxy can now be used to interrupt a current ...
Aldo Cortesi
2011-03-18
2
-5
/
+23
*
We have to pass -CAcreateserial after all.
Aldo Cortesi
2011-03-18
1
-0
/
+1
*
Docs, minor cert tweaks.
Aldo Cortesi
2011-03-18
2
-3
/
+6
*
Interrupt interception when deleting an intercepting flow.
Aldo Cortesi
2011-03-15
2
-17
/
+8
*
Fix minor styling and glitches.
Aldo Cortesi
2011-03-15
1
-5
/
+5
*
Fix hang on shutdown.
Aldo Cortesi
2011-03-15
2
-8
/
+13
*
Do pre-processing of requests before replay.
Aldo Cortesi
2011-03-15
2
-33
/
+38
*
Improve responsiveness of request and response viewing.
Aldo Cortesi
2011-03-15
3
-57
/
+104
*
Use .stop() and .start() to restart curses around external spawns.
Aldo Cortesi
2011-03-14
1
-10
/
+5
*
Merge branch 'master' of github.com:cortesi/mitmproxy
Aldo Cortesi
2011-03-14
1
-1
/
+1
|
\
|
*
Fix traceback when viewing hex mode.
Aldo Cortesi
2011-03-14
1
-1
/
+1
*
|
Use raw_display instead of curses_display.
Aldo Cortesi
2011-03-14
1
-3
/
+3
|
/
*
We no longer use pytz.
Aldo Cortesi
2011-03-14
1
-1
/
+1
*
Indicate request and response replay status separately.
Aldo Cortesi
2011-03-13
1
-4
/
+4
*
Fix a number of small UI infelicities.
Aldo Cortesi
2011-03-13
1
-16
/
+14
*
I've now added all the features I want for 0.4. Bump the version number.
Aldo Cortesi
2011-03-13
1
-1
/
+1
*
Fix a traceback sometimes triggered viewing a connection with no response.
Aldo Cortesi
2011-03-13
1
-25
/
+27
*
Add server replay to mitmproxy.
Aldo Cortesi
2011-03-13
2
-4
/
+48
*
Add client plaback to mitmproxy.
Aldo Cortesi
2011-03-13
2
-5
/
+37
*
Add anticache support for mitmproxy
Aldo Cortesi
2011-03-13
1
-2
/
+31
*
Rejigger status bar somewhat. Add indicators for various bits of state.
Aldo Cortesi
2011-03-13
2
-23
/
+52
*
Fix stickycookie setting, indented view traceback.
Aldo Cortesi
2011-03-13
3
-1
/
+8
*
Remove beep functionality from mitmproxy.
Aldo Cortesi
2011-03-13
1
-21
/
+0
*
mitmproxy prompted input now display previously set value.
Aldo Cortesi
2011-03-13
2
-29
/
+58
*
Unit tests for cmdline.py
Aldo Cortesi
2011-03-12
1
-1
/
+1
*
console.py 100% test coverage
Aldo Cortesi
2011-03-12
1
-3
/
+0
*
netstring.py 100% unit test coverage.
Aldo Cortesi
2011-03-12
1
-4
/
+0
*
Unify mitmproxy and mitmdump commandline
Aldo Cortesi
2011-03-12
2
-11
/
+149
*
Handle invalid bind address specifications gracefully.
Aldo Cortesi
2011-03-12
3
-3
/
+11
*
Make mitmdump handle invalid serialized data gracefully.
Aldo Cortesi
2011-03-11
2
-5
/
+11
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
3
-38
/
+60
*
Add --norefresh to stop refreshing server playback to mitmdump.
Aldo Cortesi
2011-03-11
3
-2
/
+35
*
Stub out refresh for server-side replay.
Aldo Cortesi
2011-03-09
1
-1
/
+26
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
3
-4
/
+23
*
Move version constants to version.py, add version to serialized flows.
Aldo Cortesi
2011-03-09
3
-2
/
+4
*
Think harder about timestamps. Just save seconds since the epoch as a float.
Aldo Cortesi
2011-03-09
1
-4
/
+5
[next]