summaryrefslogtreecommitdiffstats
path: root/net/tools
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-8/+6
* Fix build.thakis@chromium.org2011-11-091-1/+1
* Support UTF8 in header values in webRequest API.battre@chromium.org2011-11-071-0/+25
* Update effective-TLD data files using the latest data from Mozilla.pam@chromium.org2011-11-021-5/+15
* Don't convert HEAD requests to GETs on 303 redirects.mmenke@chromium.org2011-11-011-49/+59
* Separate the syncing of extension settings and app settings into separate datakalman@chromium.org2011-11-011-3/+9
* move to json, make work w/ a python2.6 that doesn't have simplejson installeddpranke@chromium.org2011-10-141-3/+7
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-1/+1
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* Add App Notifications as a type in the Python Sync Test Serverelvin@google.com2011-10-061-1/+6
* Added a pyauto test for policy and preferences UI.joaodasilva@chromium.org2011-10-041-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-015-23/+23
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-0/+2
* Fix a crash when loading a multipart html page.tony@chromium.org2011-09-271-1/+30
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-262-1/+16
* Sending auth error from python server. After posting a request to the /chromi...lipalani@chromium.org2011-09-231-3/+44
* Python server to test the actionable error feature.lipalani@chromium.org2011-09-222-1/+78
* Enable sync for the settings from the Extension Settings API.akalin@chromium.org2011-09-211-1/+7
* Fix syntax error introduced in r96515.cmp@chromium.org2011-09-081-1/+1
* Add --https-cert option to run_testserver.cbentzel@chromium.org2011-09-031-6/+31
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-012-3/+3
* [Sync] Add tests for migration triggered by notificationsakalin@chromium.org2011-08-273-35/+226
* [Sync] Add support for enabling session sync remotely.zea@chromium.org2011-08-252-1/+38
* Fix sync integration tests by fixing Python path.evan@chromium.org2011-08-221-1/+1
* Revert "Fix sync integration tests by fixing Python path."evan@chromium.org2011-08-221-1/+1
* Fix sync integration tests by fixing Python path.evan@chromium.org2011-08-221-1/+1
* Prevent DOS attack on UDP echo servers by distinguishing between an echo requestrtenneti@chromium.org2011-08-162-6/+418
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Simulate transient error and verify exponential backoff.lipalani@chromium.org2011-08-123-1/+48
* Test birtday error.lipalani@chromium.org2011-07-302-4/+31
* Adjust exception handling syntax in sync test server.braffert@chromium.org2011-07-291-2/+2
* sync: have the client compute position_in_parent values.nick@chromium.org2011-07-232-128/+27
* Make test server accept oauth token.mnissler@chromium.org2011-07-221-7/+16
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-21/+11
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-152-4/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-142-3/+5
* Nix CommandLine::GetSwitchCount.msw@chromium.org2011-07-131-2/+1
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-022-5/+5
* Add OWNERS file to net/tools/testserverrsimha@chromium.org2011-06-291-0/+4
* Add protobuffer and model type for syncing custom search engines. Includes al...stevet@chromium.org2011-06-281-1/+6
* Fix typo in cloud policy testservergfeher@chromium.org2011-06-271-1/+1
* fix run_testserver init again.tim@chromium.org2011-06-231-2/+2
* Moved the ListenSocket class (found in net/base/listen_socket.h) to the net n...rkn@chromium.org2011-06-232-19/+21
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+1
* Switch test server to new-style "device gone" status code.mnissler@chromium.org2011-06-211-1/+1
* Remove unused parts of the cloud policy protocolgfeher@chromium.org2011-06-211-110/+8
* Make toy DMServer honor managed_users on registration requests.mnissler@chromium.org2011-06-201-1/+7
* initialize TestTimeouts for python test server (run_testserver target)tim@chromium.org2011-06-181-0/+3
* Collect stats to investigate the viability of UDPrtenneti@chromium.org2011-06-091-1/+84