index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
test
/
test_server_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make test server to talk with the python test server which is running on remo...
jnd@chromium.org
2012-03-12
1
-178
/
+0
*
Increate test server start timeout.
sergeyu@chromium.org
2011-12-09
1
-1
/
+1
*
Extract similar code into SetJobObjectAsKillOnJobClose()
toyoshim@chromium.org
2011-11-23
1
-5
/
+2
*
base::Bind: Low-hanging fruit conversions of NewRunnableFunction.
jhawkins@chromium.org
2011-11-12
1
-2
/
+2
*
Revert 108368, 108356
apatrick@chromium.org
2011-11-03
1
-1
/
+1
*
Restore test server launch timeout to 45 secs.
apatrick@chromium.org
2011-11-03
1
-2
/
+1
*
Force test server to crash if it times out on launch.
apatrick@chromium.org
2011-11-02
1
-0
/
+1
*
Avoid long test_server timeouts by using action_timeout_ms
phajdan.jr@chromium.org
2011-09-12
1
-1
/
+1
*
Move launching in a job object logic
phajdan.jr@chromium.org
2011-09-07
1
-57
/
+19
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-2
/
+2
*
Consolidate most CommandLine code across platforms.
msw@chromium.org
2011-05-14
1
-2
/
+1
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-4
/
+5
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-5
/
+4
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-4
/
+5
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Add support for temporarily trusting a certificate for the duration of unit t...
rsleevi@chromium.org
2010-12-16
1
-28
/
+0
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-27
1
-6
/
+16
*
Fixed UnblockPipe() in test_server_win.cc to work with any number of bytes
akalin@chromium.org
2010-11-26
1
-7
/
+11
*
Added ReadData() function to test_server_{posix,win}.cc
akalin@chromium.org
2010-11-26
1
-32
/
+48
*
Revert 67398 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
1
-56
/
+31
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
1
-31
/
+56
*
Revert 67386 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
1
-48
/
+34
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-25
1
-34
/
+48
*
Reconstructing 67000.
bradnelson@google.com
2010-11-23
1
-1
/
+1
*
Revert 67018 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-23
1
-48
/
+23
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-22
1
-23
/
+48
*
Reverting 67000.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Switching chrome to use python26 in place of python24.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Revert 66879 - Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-20
1
-31
/
+26
*
Made testserver communicate to parent process with JSON
akalin@chromium.org
2010-11-20
1
-26
/
+31
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-11
1
-6
/
+20
*
Revert 65465 - testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-09
1
-20
/
+6
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-09
1
-6
/
+20
*
GTTF: Implement a timeout for TestServer on Windows.
phajdan.jr@chromium.org
2010-10-30
1
-4
/
+37
*
Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...
rsleevi@chromium.org
2010-10-28
1
-33
/
+16
*
Revert 64118 - Revert 64070 - Revert 64065 - testserver.py listens on ephemer...
nick@chromium.org
2010-10-27
1
-17
/
+4
*
Revert 64070 - Revert 64065 - testserver.py listens on ephemeral ports by def...
cbentzel@chromium.org
2010-10-27
1
-4
/
+17
*
Revert 64065 - testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-10-27
1
-17
/
+4
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-10-27
1
-4
/
+17
*
Wait on a pipe for the test server to start up
davidben@chromium.org
2010-09-22
1
-1
/
+39
*
Re checkin 59671.
lzheng@chromium.org
2010-09-16
1
-16
/
+0
*
Revert 59671 - Refactor test_server so some python related functions could be...
lzheng@chromium.org
2010-09-16
1
-0
/
+16
*
Refactor test_server so some python related functions could be shared by othe...
lzheng@chromium.org
2010-09-16
1
-16
/
+0
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
1
-0
/
+165