| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ignore SAN entries that we don't understand. | Aldo Cortesi | 2012-07-24 | 2 | -0/+36 |
* | Handle HTTP responses that have a body but no content-length or transfer enco... | Aldo Cortesi | 2012-07-24 | 2 | -1/+28 |
* | Handle HTTP versions malformed due to non-integer major/minor numbers. | Aldo Cortesi | 2012-07-21 | 1 | -0/+2 |
* | Timeout for TCP clients. | Aldo Cortesi | 2012-07-21 | 1 | -1/+32 |
* | close() methods for clients and servers. | Aldo Cortesi | 2012-07-20 | 1 | -1/+33 |
* | Refactor TCP test suite. | Aldo Cortesi | 2012-07-05 | 1 | -21/+9 |
* | Expose SSL options, use TLSv1 by default for client connections. | Aldo Cortesi | 2012-07-04 | 1 | -1/+24 |
* | Add utility function for converstion to PEM. | Aldo Cortesi | 2012-06-28 | 1 | -0/+1 |
* | Add a get_remote_cert method to tcp client. | Aldo Cortesi | 2012-06-28 | 1 | -1/+4 |
* | Refactor certutils.SSLCert API. | Aldo Cortesi | 2012-06-27 | 1 | -2/+2 |
* | Add certutils to netlib. | Aldo Cortesi | 2012-06-27 | 4 | -0/+256 |
* | Add SNI. | Aldo Cortesi | 2012-06-26 | 1 | -1/+30 |
* | Perform handshake immediately on SSL conversion. | Aldo Cortesi | 2012-06-25 | 1 | -10/+32 |
* | Improve TCPClient interface. | Aldo Cortesi | 2012-06-25 | 1 | -3/+4 |
* | Don't connect during __init__ methods for either client or server. | Aldo Cortesi | 2012-06-25 | 1 | -4/+9 |
* | SSL tests, plus some self-signed test certificates. | Aldo Cortesi | 2012-06-25 | 3 | -9/+52 |
* | Repair test suite. | Aldo Cortesi | 2012-06-24 | 1 | -2/+3 |
* | Add and unit test http.read_response | Aldo Cortesi | 2012-06-24 | 1 | -0/+42 |
* | Make read_headers return an ODictCaseless object. | Aldo Cortesi | 2012-06-24 | 1 | -3/+3 |
* | 100% testcoverage for netlib.http | Aldo Cortesi | 2012-06-23 | 1 | -13/+60 |
* | protocol.py -> http.py | Aldo Cortesi | 2012-06-23 | 1 | -43/+43 |
* | Adapt WSGI, convert test suite to nose. | Aldo Cortesi | 2012-06-19 | 1 | -9/+15 |
* | Import wsgi. | Aldo Cortesi | 2012-06-19 | 1 | -0/+98 |
* | Initial checkin. | Aldo Cortesi | 2012-06-19 | 4 | -0/+425 |