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
*
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
8
-40
/
+20
|
/
*
Fix unit tests on OSX when a system proxy is configured.
Aldo Cortesi
2011-03-14
1
-4
/
+7
*
Fix flow formatting unit tests.
Aldo Cortesi
2011-03-14
1
-4
/
+2
*
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
2
-16
/
+16
*
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
2
-26
/
+29
*
Add server replay to mitmproxy.
Aldo Cortesi
2011-03-13
2
-4
/
+48
*
Add client plaback to mitmproxy.
Aldo Cortesi
2011-03-13
3
-7
/
+41
*
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
*
flow.py 100% test coverage
Aldo Cortesi
2011-03-13
1
-1
/
+11
*
Fix stickycookie setting, indented view traceback.
Aldo Cortesi
2011-03-13
3
-1
/
+8
*
Remove beep functionality from mitmproxy.
Aldo Cortesi
2011-03-13
2
-26
/
+0
*
mitmproxy prompted input now display previously set value.
Aldo Cortesi
2011-03-13
4
-34
/
+63
*
Unit tests for proxy.read_chunked
Aldo Cortesi
2011-03-12
1
-0
/
+17
*
Unit tests for cmdline.py
Aldo Cortesi
2011-03-12
2
-1
/
+30
*
console.py 100% test coverage
Aldo Cortesi
2011-03-12
2
-4
/
+16
*
netstring.py 100% unit test coverage.
Aldo Cortesi
2011-03-12
2
-4
/
+10
*
Unify mitmproxy and mitmdump commandline
Aldo Cortesi
2011-03-12
4
-140
/
+160
*
Make mitmproxy handle invalid flow data gracefully.
Aldo Cortesi
2011-03-12
1
-2
/
+7
*
Handle invalid bind address specifications gracefully.
Aldo Cortesi
2011-03-12
5
-5
/
+22
*
Make mitmdump handle invalid serialized data gracefully.
Aldo Cortesi
2011-03-11
3
-5
/
+21
*
Display Errors and killed connections in mitmdump.
Aldo Cortesi
2011-03-11
4
-45
/
+60
*
Add --norefresh to stop refreshing server playback to mitmdump.
Aldo Cortesi
2011-03-11
6
-4
/
+55
*
Stub out refresh for server-side replay.
Aldo Cortesi
2011-03-09
2
-2
/
+45
*
Add an --anticache option to mitmdump.
Aldo Cortesi
2011-03-09
6
-6
/
+39
*
Move version constants to version.py, add version to serialized flows.
Aldo Cortesi
2011-03-09
5
-6
/
+6
*
Think harder about timestamps. Just save seconds since the epoch as a float.
Aldo Cortesi
2011-03-09
1
-4
/
+5
*
Store timestamps on flow components as a UTC time tuple.
Aldo Cortesi
2011-03-07
3
-7
/
+15
*
Add bind address option to mitmdump.
Aldo Cortesi
2011-03-06
1
-40
/
+72
*
Make mitmdump server playback also exit by default.
Aldo Cortesi
2011-03-06
3
-11
/
+22
*
Make mitmdump exit after client replay is complete by default.
Aldo Cortesi
2011-03-06
5
-18
/
+41
*
Add flow_count and active_flow_count methods to flow.State.
Aldo Cortesi
2011-03-06
2
-23
/
+41
*
Bump unit tests, rearrange mitmdump command-line options slightly.
Aldo Cortesi
2011-03-06
4
-12
/
+29
*
Allow client replays to be replayed against server replays.
Aldo Cortesi
2011-03-06
1
-1
/
+3
*
Add client replay options to mitmdump.
Aldo Cortesi
2011-03-06
8
-101
/
+115
*
Reorganize test suite to remove confusion between test utils and libmproxy ut...
Aldo Cortesi
2011-03-05
6
-187
/
+191
*
Massage namespace to make room for client replay.
Aldo Cortesi
2011-03-05
5
-24
/
+45
*
Basic client playback state structure.
Aldo Cortesi
2011-03-04
2
-17
/
+62
*
Minor command-line argument fixes.
Aldo Cortesi
2011-02-25
2
-13
/
+2
*
Add an indicator that sticky cookies have been applied in mitmdump.
Aldo Cortesi
2011-02-25
4
-1
/
+12
*
Move stringification funcs from proxy to dump.
Aldo Cortesi
2011-02-25
4
-17
/
+27
*
Add -c and -C options to mitmdump to control sticky cookies.
Aldo Cortesi
2011-02-25
3
-4
/
+24
*
Minor housekeeping - unused code, nocover directives.
Aldo Cortesi
2011-02-24
4
-27
/
+3
*
More mature sticky cookie primitive. Use it in console.py.
Aldo Cortesi
2011-02-24
4
-42
/
+103
[next]