aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Firm up what we consider to be a valid proxy spec.Aldo Cortesi2012-02-181-0/+1
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-0/+9
* Refactor reverse proxyingAldo Cortesi2012-02-181-0/+8
* Expand test coverage.Aldo Cortesi2012-02-101-1/+11
* Fix unit tests broken during previous commit.Aldo Cortesi2012-01-211-4/+4
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-1/+13
* Improve robustness against invalid data.Aldo Cortesi2011-09-051-0/+3
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+1
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-104/+25
* Unit test++Aldo Cortesi2011-08-021-0/+7
* General cleanup.Aldo Cortesi2011-08-021-23/+1
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+9
* Adds support for content encoding, namely gip and deflatealts2011-07-161-1/+1
* Add a pretty-printing mode for urlencoded form data.Aldo Cortesi2011-07-151-0/+7
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-92/+22
* JSON pretty-printing.Aldo Cortesi2011-06-301-1/+9
* Try not to hang when user views large request & response bodiesAldo Cortesi2011-06-271-0/+8
* Add a hideous kludge to fix not-yet-valid certificates.Aldo Cortesi2011-06-111-0/+2
* Revamp key generation.Aldo Cortesi2011-03-181-0/+6
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-0/+31
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-1/+1
* Minor housekeeping - unused code, nocover directives.Aldo Cortesi2011-02-241-3/+0
* Revamp SSL configuration.Aldo Cortesi2011-02-201-0/+6
* Clean up certificate generation.Aldo Cortesi2011-02-201-11/+33
* Further fine-tuning for pretty_xmlish.Aldo Cortesi2011-02-061-1/+4
* Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.Aldo Cortesi2011-02-061-7/+53
* Add timestamps to flows.Aldo Cortesi2011-02-031-1/+7
* UI tweaksAldo Cortesi2011-01-301-1/+0
* Nicer statusbar messages, with timed expiry.Aldo Cortesi2011-01-281-1/+1
* Make pretty-printing more robust.Aldo Cortesi2011-01-281-0/+5
* Basix XML/HTML pretty-printing in flow viewer.Aldo Cortesi2011-01-271-0/+7
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+15
* Initial checkin.Aldo Cortesi2010-02-161-0/+221