summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/socket
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/udp/* to net::IPAddress.martijn2016-03-141-6/+7
* Minor cleanup in TCPSocket code.lazyboy2016-03-121-7/+2
* [extensions] Fix several broken assumptions in TCP sockets APIrockot2016-03-061-3/+15
* Migrate net::NetworkInterface to net::IPAddress.martijn2016-03-031-1/+1
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-272-0/+3
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+1
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Fix close ordering issue in extension socketsbemasc2016-01-146-27/+32
* Convert Pass()→std::move() for CrOS extension code.dcheng2015-12-313-4/+5
* Switch to standard integer types in extensions/browser/.avi2015-12-2311-30/+47
* Convert Pass()→std::move() in //extensionsdcheng2015-12-182-12/+14
* Reset server_socket_ when listen fails in extensions::TCPSocket.reillyg2015-11-231-1/+3
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+1
* net/dns: Remove unneeded net_util.h includes from header files.tfarina2015-09-082-0/+2
* Stop including network_interfaces.h from net_util.holli.raula2015-09-011-1/+1
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-234-43/+42
* Fix chrome.socket.tcp API to use all addresses received from DNS.sergeyu2015-07-0910-91/+33
* Remove --enable-firewall-hole-punching flag, default to enabled.reillyg2015-05-141-5/+1
* Move //extensions/browser/api/socket/socket/OWNERS to parent directory.reillyg2015-05-141-0/+0
* Completely remove SSLv3 support.davidben2015-05-141-3/+1
* Update {virtual,override} to follow C++11 style in extensions.nick2015-04-231-11/+9
* favor DCHECK_CURRENTLY_ON for better logs in extensions/anujk.sharma2015-04-211-1/+1
* Implement chrome.sockets.udp.setBroadcast.reillyg2015-04-112-0/+9
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-6/+0
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Bind open firewall ports to visible application windows.reillyg2015-03-245-48/+312
* Open a firewall hole when a TCP server or UDP socket is bound.reillyg2015-03-133-37/+164
* Fix a crash when passing a TCP socket to chrome.socket.recvFromthiago.santos2015-01-221-1/+1
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-081-2/+17
* Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.vadimt2014-12-021-0/+6
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-201-1/+1
* Use uint16 for port numbers more pervasively.pkasting2014-11-2010-42/+52
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-215-148/+146
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-034-93/+93
* This looks like a clear case of "use-after-delete": Given DNS resolutionrpaquay2014-09-262-23/+35
* Cleanup: Remove some std::map::operator[] usage in ApiResourceManager.thestig2014-09-192-0/+2
* Remove ikarienator from OWNERS files.thestig2014-09-171-1/+3
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-0/+1
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-1/+0
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-0/+1
* Move more Sockets browser tests into app_shell_browsertests tests.dhnishi@chromium.org2014-08-121-0/+71
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-7/+7
* An implementation of chrome.socket.secure().lally@chromium.org2014-07-267-3/+610
* Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_...yoz@chromium.org2014-07-231-2/+1
* Refactor tcp socket.byungchul@chromium.org2014-07-091-5/+1
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-061-14/+14
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-051-14/+14
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-2/+2