summaryrefslogtreecommitdiffstats
path: root/net/tools/testserver
Commit message (Expand)AuthorAgeFilesLines
* Add a run_testserver executable to make it easy to run the testserverdarin@chromium.org2010-07-091-0/+70
* Adding the extensions datatype to the python sync server.rsimha@chromium.org2010-07-011-10/+21
* Re-apply http://codereview.chromium.org/1622012timurrrr@chromium.org2010-04-303-3/+1028
* Revert "[Third time landing] Python implementation of sync server, for testing."phajdan.jr@chromium.org2010-04-303-1028/+3
* [Third time landing] Python implementation of sync server, for testing.nick@chromium.org2010-04-303-3/+1028
* Revert 45916 - Python implementation of sync server, for testing.nick@chromium.org2010-04-293-1028/+3
* Python implementation of sync server, for testing.nick@chromium.org2010-04-293-3/+1028
* Revert 44708 - Python implementation of sync server, for testing.nick@chromium.org2010-04-153-1028/+3
* Python implementation of sync server, for testing.nick@chromium.org2010-04-153-3/+1028
* Removing a clock dependent behavior in testserver which causedtonyg@chromium.org2010-03-311-17/+24
* Add a UI test to make sure that each frame of a multiparttony@chromium.org2010-03-051-0/+23
* Prevent python http server used in unit tests from crashing in a hard to diag...robertshield@chromium.org2010-01-201-10/+20
* Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...ananta@chromium.org2010-01-111-7/+17
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-1/+17
* The Python test server now ignores querystrings params when serving local files.finnur@chromium.org2009-10-021-2/+8
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+21
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-141-2/+23
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-0/+4
* Change timeout settings in CacheTest tohuanr@chromium.org2009-05-231-2/+2
* Fix testserver to return a correct MIME-type header.ericroman@google.com2009-05-071-1/+2
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-1/+6
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-6/+1
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-1/+6
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+5
* Slight code change to make some global variables const.maruel@google.com2009-03-101-22/+46
* fixes for python 2.6 warnings in the testserver.thomasvl@chromium.org2009-03-061-7/+13
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-7/+7
* Add a unit test for ERR_UNEXPECTED_SERVER_AUTH.wtc@chromium.org2009-02-141-0/+16
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-2/+40
* Make test server to store files by sending POST /writefile/<filename> HTTP re...stoyan@chromium.org2009-01-301-1/+39
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-24/+73
* Fix the test server to be smarter about when tonsylvain@chromium.org2008-12-301-98/+58
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-24/+73
* Don't send Content-Type when redirecting from a POST.ericroman@google.com2008-11-151-5/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-263-0/+943