aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix pretty_size unit tests.Aldo Cortesi2013-08-231-1/+1
* Revamp dummy cert storeAldo Cortesi2013-08-121-3/+0
* Make use of a change to netlib.tcp that clarifies error conditions for flush ...Aldo Cortesi2013-07-301-1/+1
* Some refactoring of the console inteface.Aldo Cortesi2013-07-281-1/+1
* Move app instantiation out of proxy.py.Aldo Cortesi2013-07-242-3/+12
* always read files in binary modeMaximilian Hils2013-06-165-13/+13
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-132-3/+5
* Minor coverage.Aldo Cortesi2013-04-301-0/+2
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-191-0/+28
|\
| * adding tcp and ssl setup timestamps to get better resolution on flows perform...Rouli2013-03-191-0/+28
* | Adds a new view for protocol buffersNicolas Esteves2013-04-062-0/+10
* | Merge pull request #101 from eentzel/keep-blank-paramsAldo Cortesi2013-04-042-2/+4
|\ \
| * | Keep blank URL parametersEric Entzel2013-02-112-2/+4
* | | Add a basic built-in web app.Aldo Cortesi2013-03-252-1/+26
| |/ |/|
* | Un-break unit tests. Tsk tsk.Aldo Cortesi2013-03-171-2/+4
* | Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-172-1/+22
* | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+19
* | Few more fuzzing commands, exclude console app from coverage.Aldo Cortesi2013-03-031-3/+5
* | Fuzzing, and fixes for errors found with fuzzing.Aldo Cortesi2013-03-034-9/+31
* | Three more errors turned up with fuzzing.Aldo Cortesi2013-03-032-3/+18
* | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-032-0/+21
* | Remove __slots__ to make it possible to inherit from Options classes.Aldo Cortesi2013-03-032-2/+0
* | 100% unit test coverage on proxy.py. Hallelujah!Aldo Cortesi2013-03-032-2/+32
* | Unit test proxy option parsing.Aldo Cortesi2013-03-033-4/+73
* | Unit test proxy auth.Aldo Cortesi2013-03-032-8/+20
* | Move HTTP auth module to netlib.Aldo Cortesi2013-03-033-59/+9
* | Test controller message default reply.Aldo Cortesi2013-03-031-0/+12
* | Extend unit tests for proxy.py to some tricky cases.Aldo Cortesi2013-03-022-11/+54
* | Test cert generation errors.Aldo Cortesi2013-03-023-8/+21
* | Remove human_curl requirement for the test suite - it's pathoc all the way, b...Aldo Cortesi2013-03-021-9/+17
* | Test SNI for transparent mode.Aldo Cortesi2013-03-022-11/+18
* | Test SNI for ordinary proxy connections.Aldo Cortesi2013-03-022-6/+16
* | New SNI handling mechanism.Aldo Cortesi2013-03-012-41/+54
* | Test cert file specification, spruce up server testing truss a bit.Aldo Cortesi2013-02-242-13/+25
* | Significantly simplify server connection handling, and test.Aldo Cortesi2013-02-243-48/+38
* | Refactor to prepare for SNI fixes.Aldo Cortesi2013-02-241-6/+6
* | Handle server disconnects better.Aldo Cortesi2013-02-241-1/+13
* | Test a difficult-to-trigger IOError, fix cert generation in test suite.Aldo Cortesi2013-02-242-1/+10
* | Test client connection close conditions.Aldo Cortesi2013-02-242-0/+19
* | Test request and response kill functionality.Aldo Cortesi2013-02-233-8/+31
* | Unit test dummy response functions.Aldo Cortesi2013-02-232-6/+28
* | Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-174-19/+36
* | Test WSGI app calling.Aldo Cortesi2013-02-164-172/+204
* | Unit tests for ServerConnectionPoolAldo Cortesi2013-01-291-1/+29
|/
* Beef up unit tests for HAR utility functions - flow.py coverage now 100%.Aldo Cortesi2013-01-292-12/+26
* Merge pull request #99 from rouli/masterAldo Cortesi2013-01-281-0/+113
|\
| * adding helper functions to make HAR export easierRouli2013-01-281-0/+113
* | Test suite, remove extraneous code.Aldo Cortesi2013-01-281-5/+7
|/
* Add tests for client certificate support.Aldo Cortesi2013-01-207-33/+101
* Rudimentary testing for client certs.Aldo Cortesi2013-01-183-1/+40