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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "URLRequestJob: change ReadRawData contract"
xunjieli
2015-11-09
6
-42
/
+58
*
Certificate Transparency: Parse consistency proof JSON
eranm
2015-11-08
2
-0
/
+22
*
URLRequestJob: change ReadRawData contract
xunjieli
2015-11-06
6
-58
/
+42
*
Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...
tommycli
2015-11-06
3
-9
/
+19
*
Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...
tommycli
2015-11-05
3
-19
/
+9
*
Migrating tests to use EmbeddedTestServer (/net)
svaldez
2015-11-03
3
-9
/
+19
*
Adding Default Handlers from SpawnedTestServer to EmbeddedTestServer.
svaldez
2015-10-30
3
-1
/
+664
*
SSL and add handlers in EmbeddedTestServer
svaldez
2015-10-28
11
-161
/
+894
*
Revert of SSL in EmbeddedTestServer (patchset #55 id:1070001 of https://coder...
stevenjb
2015-10-27
11
-866
/
+149
*
SSL and add handlers in EmbeddedTestServer
svaldez
2015-10-27
11
-149
/
+866
*
[Cronet] Fixed package name of NetworkChangeNotifierTestUtil class
kapishnikov
2015-10-27
1
-1
/
+1
*
[Cronet] Switch from InstrumentationTest to junit
pauljensen
2015-10-23
1
-0
/
+25
*
net: Remove FilePath version of URLRequestMockHTTPJob::GetMockUrl().
tfarina
2015-10-17
2
-11
/
+0
*
[Android] remove dots from log tags
dgn
2015-10-14
1
-1
/
+1
*
Don't use base::MessageLoop::{Quit,QuitClosure} in net/
ki.stfu
2015-10-09
1
-2
/
+2
*
net: Remove FilePath version of URLRequestMockHTTPJob::GetMockHttpsUrl().
tfarina
2015-10-07
2
-8
/
+0
*
Remove mtomasz@chromium.org from net/test/embedded_test_server/OWNERS.
mmenke
2015-10-06
1
-1
/
+0
*
Removing ListenSocket from EmbeddedTestServer
svaldez
2015-10-06
12
-1331
/
+234
*
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
jam
2015-10-02
1
-2
/
+2
*
Add Next Protocol Negotiation (NPN) unittests.
bnc
2015-10-02
2
-6
/
+11
*
Unbreak gn build of net_unittests on Android
asanka
2015-09-29
1
-6
/
+11
*
Extend base::win::ObjectWatcher to watch an event multiple times.
jam
2015-09-29
1
-2
/
+2
*
Cleanup: Pass std::string as const reference from net/
ki.stfu
2015-09-22
1
-1
/
+1
*
Remove Android filter file for net_unittests. WIP
tfarina
2015-09-18
1
-1
/
+6
*
Add flags to python test server for channel id, extended master secret, and t...
nharper
2015-09-18
2
-4
/
+36
*
Revert of Add flags to python test server for channel id, extended master sec...
tommycli
2015-09-17
2
-33
/
+2
*
Add flags to python test server for channel id, extended master secret, and t...
nharper
2015-09-16
2
-2
/
+33
*
net: Remove 'libevent' from filenames.
tfarina
2015-09-14
1
-1
/
+1
*
jni_generator: Pass object parameters as JavaParamRef.
torne
2015-09-04
1
-1
/
+1
*
Treat failure to parse certificates as SSL protocol errors.
davidben
2015-08-17
2
-0
/
+6
*
Convert remaining StringToLowerASCII to ToLowerASCII.
brettw
2015-08-11
1
-4
/
+3
*
Cleanup some bits in net/test
rsleevi
2015-08-10
3
-270
/
+6
*
Add URLRequest unit tests for HPKP violation reports
estark
2015-08-07
2
-7
/
+48
*
Move JNI annotations to annotations package.
aurimas
2015-07-30
2
-5
/
+5
*
Add cross origin to Blink-driven preconnect
yoav
2015-07-29
2
-2
/
+2
*
split port_util.h off of net_util.h
eroman
2015-07-21
2
-2
/
+2
*
[Cronet] Surface SSL cert error through CronetURLRequestAdapter::OnSSLCertifi...
xunjieli
2015-07-20
2
-0
/
+117
*
Certificate Transparency: Minor parameter type fix
eranm
2015-07-15
2
-3
/
+3
*
Certificate Transparency: Unify test support utilities
eranm
2015-07-10
2
-11
/
+72
*
Change the mojo ProxyResolver to use ProxyResolverV8Tracing.
sammc
2015-07-10
1
-1
/
+1
*
Support Kerberos on Android
aberent
2015-07-09
3
-3
/
+216
*
Tidy up *Int*ToString conversions in //net
ricea
2015-07-09
1
-1
/
+1
*
Improved preconnect test
yoav
2015-07-08
6
-12
/
+166
*
New new versions of Starts/EndsWith and SplitString in net.
brettw
2015-07-06
3
-5
/
+5
*
Replace StringBuffer with StringBuilder.
newt
2015-06-30
1
-1
/
+1
*
[Android] Add a Java version of net::test_server::EmbeddedTestServer (RELAND).
jbudorick
2015-06-27
6
-1
/
+293
*
Revert of [Android] Add a Java version of net::test_server::EmbeddedTestServe...
jbudorick
2015-06-25
6
-293
/
+1
*
[Android] Add a Java version of net::test_server::EmbeddedTestServer.
jbudorick
2015-06-25
6
-1
/
+293
*
Add more string_util functions to base namespace.
brettw
2015-06-24
2
-3
/
+5
*
[Android log] Remove Log#makeTag
dgn
2015-06-22
1
-1
/
+1
[next]