| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor read_http_body | Maximilian Hils | 2013-12-15 | 2 | -38/+51 |
| * | test tcpclient.source_address, increase coverage | Maximilian Hils | 2013-12-14 | 1 | -1/+23 |
| * | merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 test | Maximilian Hils | 2013-12-13 | 1 | -0/+12 |
| * | Fix race condition in test suite. | Aldo Cortesi | 2013-12-08 | 1 | -3/+0 |
| * | fix AuthAction tests failures from last merge | Maximilian Hils | 2013-12-08 | 1 | -3/+4 |
| * | Unit test auth actions. | Aldo Cortesi | 2013-12-08 | 1 | -0/+23 |
| * | Domain checks for persistent cert store is now irrelevant. | Aldo Cortesi | 2013-12-08 | 1 | -9/+0 |
| * | Zap stray print in tests. | Aldo Cortesi | 2013-12-08 | 1 | -1/+0 |
| * | Merge pull request #19 from rouli/ciphersuites | Aldo Cortesi | 2013-12-07 | 1 | -0/+25 |
| |\ |
|
| | * | adding cipher list selection option to BaseHandler | Israel Nir | 2013-08-21 | 1 | -0/+25 |
| * | | Merge branch 'fix_windows_bugs' into fix_invalid_tcp_close | Maximilian Hils | 2013-11-19 | 1 | -1/+1 |
| |\ \ |
|
| | * | | compatibility fixes for windows | Maximilian Hils | 2013-08-19 | 1 | -1/+1 |
| | |/ |
|
| * / | attempt to fix #24 | Maximilian Hils | 2013-11-19 | 1 | -17/+5 |
| |/ |
|
| * | Revamp dummy cert generation. | Aldo Cortesi | 2013-08-12 | 1 | -11/+3 |
| * | Merge pull request #15 from mhils/fix_binary_rw | Aldo Cortesi | 2013-06-15 | 1 | -6/+6 |
| |\ |
|
| | * | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -6/+6 |
| * | | add test case for invalid characters in cert commonnames | Maximilian Hils | 2013-06-14 | 1 | -0/+1 |
| |/ |
|
| * | Add a request_client_cert argument to server SSL conversion. | Aldo Cortesi | 2013-05-13 | 1 | -0/+6 |
| * | Fix exception hierarchy. | Aldo Cortesi | 2013-05-05 | 1 | -1/+1 |
| * | Sync version number with mitmproxy. | Aldo Cortesi | 2013-03-05 | 1 | -1/+0 |
| * | Ensure that HTTP methods are ASCII. | Aldo Cortesi | 2013-03-03 | 1 | -1/+9 |
| * | Tighten up checks on port ranges and path character sets. | Aldo Cortesi | 2013-03-03 | 1 | -2/+3 |
| * | parse_url: Handle invalid IPv6 addresses | Aldo Cortesi | 2013-03-03 | 1 | -2/+5 |
| * | More parse_url solidification: check that port is in range 0-65535 | Aldo Cortesi | 2013-03-03 | 1 | -0/+1 |
| * | Check that hosts in parse_url do not contain NULL bytes. | Aldo Cortesi | 2013-03-03 | 1 | -1/+2 |
| * | Stricter error checking for http.parse_url | Aldo Cortesi | 2013-03-03 | 1 | -0/+5 |
| * | 100% test coverage. | Aldo Cortesi | 2013-03-03 | 2 | -0/+4 |
| * | Integrate HTTP auth, test to 100% | Aldo Cortesi | 2013-03-03 | 3 | -1/+92 |
| * | ODict.keys | Aldo Cortesi | 2013-02-28 | 1 | -0/+19 |
| * | Housekeeping and cleanup, some minor argument name changes. | Aldo Cortesi | 2013-02-24 | 1 | -2/+2 |
| * | More accurate description of an HTTP read error, make pyflakes happy. | Aldo Cortesi | 2013-02-24 | 2 | -2/+2 |
| * | 100% test coverage | Aldo Cortesi | 2013-01-27 | 1 | -4/+31 |
| * | Bump unit tests, fix two serious wee buglets discovered. | Aldo Cortesi | 2013-01-26 | 1 | -1/+2 |
| * | Introduce the mock module to improve unit tests. | Aldo Cortesi | 2013-01-26 | 1 | -1/+18 |
| * | Streamline netlib.test API | Aldo Cortesi | 2013-01-25 | 1 | -92/+38 |
| * | Extract TCP test utilities into netlib.test | Aldo Cortesi | 2013-01-25 | 2 | -87/+73 |
| * | Improve error signalling for client certificates. | Aldo Cortesi | 2013-01-20 | 1 | -0/+9 |
| * | Beef up client certificate handling substantially. | Aldo Cortesi | 2013-01-20 | 5 | -0/+80 |
| * | renaming the timestamp in preparation of other timestamps that will be added ... | Rouli | 2013-01-16 | 1 | -0/+24 |
| * | Sanity-check certstore common names. | Aldo Cortesi | 2013-01-06 | 1 | -0/+9 |
| * | Basic certificate store implementation and cert utils API cleanup. | Aldo Cortesi | 2013-01-06 | 1 | -21/+25 |
| * | Unit test for ODict.__iter__ | Aldo Cortesi | 2013-01-05 | 1 | -0/+5 |
| * | Handle non-integer port error in parse_init_connect correctly | Aldo Cortesi | 2013-01-05 | 1 | -0/+1 |
| * | Limit reads to block length. | Aldo Cortesi | 2012-10-09 | 1 | -0/+11 |
| * | Add a settimeout method to tcp.BaseHandler. | Aldo Cortesi | 2012-10-01 | 1 | -4/+33 |
| * | Create netlib.utils, move cleanBin and hexdump from libmproxy.utils. | Aldo Cortesi | 2012-09-24 | 1 | -0/+13 |
| * | Split FileLike into Writer and Reader, and add logging functionality. | Aldo Cortesi | 2012-09-24 | 1 | -3/+31 |
| * | Add a collection of standard User-Agent strings. | Aldo Cortesi | 2012-09-01 | 1 | -0/+7 |
| * | Add a get_first convenience function to ODict. | Aldo Cortesi | 2012-08-18 | 1 | -0/+6 |
| * | read_headers: handle some crashes, return None on invalid data. | Aldo Cortesi | 2012-07-30 | 1 | -12/+28 |