| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement generic GetUpdates support in python sync server. This was a recent | nick@chromium.org | 2010-10-08 | 2 | -48/+262 |
* | GTTF: Get rid of the test server's /kill switch | phajdan.jr@chromium.org | 2010-10-04 | 1 | -33/+0 |
* | Implement changes_remaining GetUpdates response; this will reduce | nick@chromium.org | 2010-09-22 | 3 | -43/+82 |
* | Wait on a pipe for the test server to start up | davidben@chromium.org | 2010-09-22 | 1 | -0/+17 |
* | Revert "net: add test for False Start corking." | agl@chromium.org | 2010-09-21 | 1 | -24/+0 |
* | net: add test for False Start corking. | agl@chromium.org | 2010-09-21 | 1 | -0/+24 |
* | GTTF: Make the parallel launcher use different ports for test https servers f... | phajdan.jr@chromium.org | 2010-09-15 | 1 | -39/+0 |
* | Stabilize sync integration tests | rsimha@chromium.org | 2010-09-15 | 2 | -38/+1 |
* | Readability fixes to chromiumsync.py. | nick@chromium.org | 2010-09-14 | 2 | -90/+114 |
* | Implement gallery install API | rafaelw@chromium.org | 2010-09-09 | 1 | -1/+2 |
* | Restore run_testserver, it's needed for PPAPI and possibly others. | phajdan.jr@chromium.org | 2010-09-03 | 1 | -0/+57 |
* | Disable request logging in test HTTP server to declutter log output. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -0/+4 |
* | Add the apps datatype to the python sync server. | rsimha@chromium.org | 2010-08-25 | 1 | -1/+6 |
* | Improve support for requesting client certs in tlslite | rsleevi@chromium.org | 2010-08-21 | 1 | -4/+21 |
* | GTTF: Remove TryKillingOldServer from testserver.py, it's broken. | phajdan.jr@chromium.org | 2010-08-19 | 1 | -14/+0 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 2 | -74/+28 |
* | Simple offline startup integration test. | skrul@chromium.org | 2010-08-13 | 2 | -1/+38 |
* | sync: Add sessions to protocol and chromiumsync python test server. | jerrica@google.com | 2010-08-13 | 1 | -6/+6 |
* | Remove all but one last caller of CommandLine::GetSwitchValue(). | evan@chromium.org | 2010-08-09 | 1 | -1/+3 |
* | Add rudimentary support for client auth in testserver.py and unit tests | davidben@chromium.org | 2010-08-07 | 1 | -3/+9 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -7/+7 |
* | Update python sync server to support recursive deletion. | rsimha@chromium.org | 2010-07-28 | 1 | -10/+44 |
* | Allow testserver to run without chromiumsync. | pathorn@chromium.org | 2010-07-27 | 1 | -5/+7 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 2 | -24/+3 |
* | Sync server should return correct version number on item deletion. | rsimha@chromium.org | 2010-07-16 | 1 | -4/+7 |
* | Add a run_testserver executable to make it easy to run the testserver | darin@chromium.org | 2010-07-09 | 1 | -0/+70 |
* | Adding the extensions datatype to the python sync server. | rsimha@chromium.org | 2010-07-01 | 1 | -10/+21 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 3 | -3/+1028 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 3 | -1028/+3 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 3 | -3/+1028 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 3 | -1028/+3 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 3 | -3/+1028 |
* | Revert 44708 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 3 | -1028/+3 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 3 | -3/+1028 |
* | Removing a clock dependent behavior in testserver which caused | tonyg@chromium.org | 2010-03-31 | 1 | -17/+24 |
* | Add a UI test to make sure that each frame of a multipart | tony@chromium.org | 2010-03-05 | 1 | -0/+23 |
* | Prevent python http server used in unit tests from crashing in a hard to diag... | robertshield@chromium.org | 2010-01-20 | 1 | -10/+20 |
* | Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme... | ananta@chromium.org | 2010-01-11 | 1 | -7/+17 |
* | Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ... | ananta@chromium.org | 2009-10-23 | 1 | -1/+17 |
* | The Python test server now ignores querystrings params when serving local files. | finnur@chromium.org | 2009-10-02 | 1 | -2/+8 |
* | Add the ability to not send cookies or send user name/password. | levin@chromium.org | 2009-08-26 | 1 | -0/+21 |
* | Speed up net_unittests a bit by re-using launched test server. | phajdan.jr@chromium.org | 2009-08-14 | 1 | -2/+23 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -0/+4 |
* | Change timeout settings in CacheTest to | huanr@chromium.org | 2009-05-23 | 1 | -2/+2 |
* | Fix testserver to return a correct MIME-type header. | ericroman@google.com | 2009-05-07 | 1 | -1/+2 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 1 | -1/+6 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 1 | -6/+1 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-09 | 1 | -1/+6 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 1 | -0/+5 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -22/+46 |