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
/
net.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stub binary for fuzzing DNS resolver.
ttuttle@chromium.org
2012-06-01
1
-0
/
+11
*
Add net/base/unix_domain_socket_posix*.
pliard@chromium.org
2012-06-01
1
-1
/
+4
*
Reland: Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-06-01
1
-6
/
+0
*
Escape search terms correctly in the path portion of a custom search engine.
pkasting@chromium.org
2012-05-31
1
-1
/
+0
*
Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.
falken@google.com
2012-05-31
1
-0
/
+6
*
Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-05-31
1
-6
/
+0
*
Fix ninja build for android.
yfriedman@chromium.org
2012-05-29
1
-1
/
+1
*
Add APK targets for content_unittests and net_unittests.
nileshagrawal@chromium.org
2012-05-25
1
-2
/
+32
*
Move URLFetcherFactory from content to net
akalin@chromium.org
2012-05-25
1
-0
/
+2
*
[sync] Add --port and --xmpp-port parameters to run_testserver.cc
rsimha@chromium.org
2012-05-24
1
-0
/
+2
*
[net/dns] Isolate DnsConfigWatcher from DnsConfigService.
szym@chromium.org
2012-05-16
1
-0
/
+3
*
Refactor TCPListenSocket.
pliard@chromium.org
2012-05-16
1
-2
/
+2
*
Upstream: Depend on OpenSSL directly instead of via system.gyp
jingzhao@chromium.org
2012-05-16
1
-2
/
+2
*
Add a new gyp define to be used by the swarm master.
maruel@chromium.org
2012-05-15
1
-1
/
+2
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
1
-0
/
+4
*
Add WebSocketFrameParser.
yutak@chromium.org
2012-05-10
1
-0
/
+5
*
fix duplicated basename network_change_notifier.cc in net target
james.wei@intel.com
2012-05-10
1
-2
/
+2
*
Get file extension synonyms from the OS, fix so that if one synonym is safe t...
avi@chromium.org
2012-05-08
1
-1
/
+2
*
Add net_jni_registrar.
yfriedman@chromium.org
2012-04-27
1
-0
/
+2
*
Update net/android/network_library.cc with fresher code.
yfriedman@chromium.org
2012-04-24
1
-5
/
+2
*
Upstream changes making ListenSocket an abstract class.
pliard@chromium.org
2012-04-23
1
-3
/
+5
*
Change --variable argument, must now be spaced, -V foo bar, instead of -V foo...
maruel@chromium.org
2012-04-23
1
-2
/
+2
*
Add NetworkChangeNotifier for Android.
yfriedman@chromium.org
2012-04-20
1
-2
/
+37
*
Removing DEPTH support.
maruel@chromium.org
2012-04-19
1
-1
/
+0
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
1
-2
/
+0
*
[net/dns] Watch configd notifications to detect DnsConfig changes on Mac.
szym@chromium.org
2012-04-17
1
-0
/
+2
*
Create a URLRequestContextBuilder.
willchan@chromium.org
2012-04-17
1
-0
/
+3
*
Revert 132608 - Removing DEPTH support.
sky@chromium.org
2012-04-17
1
-0
/
+1
*
Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.
rch@chromium.org
2012-04-17
1
-0
/
+1
*
Removing DEPTH support.
maruel@chromium.org
2012-04-17
1
-1
/
+0
*
net: move HSTS preloaded and pinning info out of code.
agl@chromium.org
2012-04-13
1
-0
/
+1
*
Re-enable the missing CertVerifyProc tests from net_unittests
rsleevi@chromium.org
2012-04-13
1
-0
/
+1
*
Revert 132012 - net: move HSTS preloaded and pinning info out of code.
tim@chromium.org
2012-04-12
1
-1
/
+0
*
net: move HSTS preloaded and pinning info out of code.
agl@chromium.org
2012-04-12
1
-0
/
+1
*
Convert isolate.py to exclusively use .isolate files.
maruel@chromium.org
2012-04-12
1
-46
/
+11
*
net: False Start only for NPN capable servers.
agl@google.com
2012-04-10
1
-46
/
+0
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
1
-0
/
+2
*
Remove SPDY 2.1 support.
rch@chromium.org
2012-04-09
1
-3
/
+0
*
Remove unused code and exclude unused files on Chrome OS too.
craig.schlenter@chromium.org
2012-04-06
1
-0
/
+5
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-0
/
+1
*
Rename origin_bound_cert files to server_bound_cert.
mattm@chromium.org
2012-03-22
1
-8
/
+8
*
Move X509Certificate::Verify into CertVerifyProc
rsleevi@chromium.org
2012-03-22
1
-0
/
+20
*
Introduce a CertVerifierProc to handle system cert validation.
rsleevi@chromium.org
2012-03-22
1
-0
/
+2
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+5
*
[net/dns] Refactoring of DnsConfigService.
szym@chromium.org
2012-03-16
1
-3
/
+3
*
Adding support of ogg/vorbis audio for android
qinmin@chromium.org
2012-03-15
1
-1
/
+0
*
Remove experimental support for MAC cookies
rsleevi@chromium.org
2012-03-15
1
-3
/
+0
*
Move the cookie store implementation into its own directory.
erikwright@chromium.org
2012-03-15
1
-17
/
+17
*
SPDY - unkorked spdy_framer and spdy_protocol tests.
rtenneti@google.com
2012-03-15
1
-4
/
+2
*
[net/dns] Serve requests from HOSTS file if possible.
szym@chromium.org
2012-03-14
1
-0
/
+3
[next]