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
/
extensions
/
browser
/
api
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate net/udp/* to net::IPAddress.
martijn
2016-03-14
1
-6
/
+7
*
Minor cleanup in TCPSocket code.
lazyboy
2016-03-12
1
-7
/
+2
*
[extensions] Fix several broken assumptions in TCP sockets API
rockot
2016-03-06
1
-3
/
+15
*
Migrate net::NetworkInterface to net::IPAddress.
martijn
2016-03-03
1
-1
/
+1
*
extensions: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-27
2
-0
/
+3
*
net: move IsLocalhost() function into url_util.h
tfarina
2016-02-23
1
-1
/
+1
*
net: move more functions out of net_util.h
tfarina
2016-01-20
1
-1
/
+1
*
Fix close ordering issue in extension sockets
bemasc
2016-01-14
6
-27
/
+32
*
Convert Pass()→std::move() for CrOS extension code.
dcheng
2015-12-31
3
-4
/
+5
*
Switch to standard integer types in extensions/browser/.
avi
2015-12-23
11
-30
/
+47
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
2
-12
/
+14
*
Reset server_socket_ when listen fails in extensions::TCPSocket.
reillyg
2015-11-23
1
-1
/
+3
*
net: Move IPAddressAttributes enum out of net_util.h.
tfarina
2015-10-13
1
-0
/
+1
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
1
-1
/
+1
*
net/dns: Remove unneeded net_util.h includes from header files.
tfarina
2015-09-08
2
-0
/
+2
*
Stop including network_interfaces.h from net_util.h
olli.raula
2015-09-01
1
-1
/
+1
*
Generate all extension schema namespaces as "api" and instead vary the genera...
kalman
2015-07-23
4
-43
/
+42
*
Fix chrome.socket.tcp API to use all addresses received from DNS.
sergeyu
2015-07-09
10
-91
/
+33
*
Remove --enable-firewall-hole-punching flag, default to enabled.
reillyg
2015-05-14
1
-5
/
+1
*
Move //extensions/browser/api/socket/socket/OWNERS to parent directory.
reillyg
2015-05-14
1
-0
/
+0
*
Completely remove SSLv3 support.
davidben
2015-05-14
1
-3
/
+1
*
Update {virtual,override} to follow C++11 style in extensions.
nick
2015-04-23
1
-11
/
+9
*
favor DCHECK_CURRENTLY_ON for better logs in extensions/
anujk.sharma
2015-04-21
1
-1
/
+1
*
Implement chrome.sockets.udp.setBroadcast.
reillyg
2015-04-11
2
-0
/
+9
*
Remove unnecessary instrumentation for several jank bugs.
pkasting
2015-04-08
1
-6
/
+0
*
Update remaining code to include NetLog files from net/log directory rather t...
eroman
2015-04-02
1
-1
/
+1
*
Bind open firewall ports to visible application windows.
reillyg
2015-03-24
5
-48
/
+312
*
Open a firewall hole when a TCP server or UDP socket is bound.
reillyg
2015-03-13
3
-37
/
+164
*
Fix a crash when passing a TCP socket to chrome.socket.recvFrom
thiago.santos
2015-01-22
1
-1
/
+1
*
Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...
hidehiko
2014-12-08
1
-2
/
+17
*
Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.
vadimt
2014-12-02
1
-0
/
+6
*
Rename network_prefix to prefix_length in NetworkInterface structure.
guoweis
2014-11-20
1
-1
/
+1
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
10
-42
/
+52
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
5
-148
/
+146
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
1
-2
/
+2
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
4
-93
/
+93
*
This looks like a clear case of "use-after-delete": Given DNS resolution
rpaquay
2014-09-26
2
-23
/
+35
*
Cleanup: Remove some std::map::operator[] usage in ApiResourceManager.
thestig
2014-09-19
2
-0
/
+2
*
Remove ikarienator from OWNERS files.
thestig
2014-09-17
1
-1
/
+3
*
Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....
byungchul
2014-08-25
1
-0
/
+1
*
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...
estade@chromium.org
2014-08-22
1
-1
/
+0
*
Replace StreamListenSocket with StreamSocket in HttpServer.
byungchul@chromium.org
2014-08-22
1
-0
/
+1
*
Move more Sockets browser tests into app_shell_browsertests tests.
dhnishi@chromium.org
2014-08-12
1
-0
/
+71
*
Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.
kalman@chromium.org
2014-07-28
1
-7
/
+7
*
An implementation of chrome.socket.secure().
lally@chromium.org
2014-07-26
7
-3
/
+610
*
Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_...
yoz@chromium.org
2014-07-23
1
-2
/
+1
*
Refactor tcp socket.
byungchul@chromium.org
2014-07-09
1
-5
/
+1
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
1
-14
/
+14
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
1
-14
/
+14
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
2
-2
/
+2
[next]