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
/
chrome
/
browser
/
extensions
/
api
/
socket
/
socket_api.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement chrome.socket.listen/accept for TCP server socket.
justinlin@chromium.org
2012-09-28
1
-1
/
+95
*
Extensions Docs Server: Enum values do not show up if enum is a type
cduvall@chromium.org
2012-09-25
1
-22
/
+15
*
Make sure that a given app/extension requests only its own resources.
miket@chromium.org
2012-09-11
1
-13
/
+21
*
This has two parts: firstly, I add the IPToString method inside net_util.cc (...
thorogood@chromium.org
2012-09-10
1
-0
/
+48
*
Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...
penghuang@chromium.org
2012-08-21
1
-3
/
+3
*
Support socket endpoint permissions for AppsV2 Socket API.
penghuang@chromium.org
2012-08-16
1
-22
/
+87
*
Adds socket.getInfo to the socket API
thorogood@chromium.org
2012-08-07
1
-0
/
+44
*
Improve unit testing of socket API.
miket@chromium.org
2012-07-30
1
-0
/
+4
*
Revert 148856 (broke mac, asan, linux cros bots)
thakis@chromium.org
2012-07-28
1
-4
/
+0
*
Improve unit testing of socket API.
miket@chromium.org
2012-07-28
1
-0
/
+4
*
Move socket API from experimental to dev channel and remove some dead code.
penghuang@chromium.org
2012-07-27
1
-5
/
+5
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+3
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-07-23
1
-1
/
+2
*
Refactored away the abomination of poor object-oriented design that was APIRe...
miket@chromium.org
2012-07-20
1
-16
/
+23
*
Added support for multiple parameters to Extension API callbacks.
mtytel@chromium.org
2012-07-12
1
-12
/
+12
*
Add bitrate option to serial API.
miket@chromium.org
2012-07-09
1
-7
/
+10
*
Add DNS resolution to socket.sendTo().
miket@chromium.org
2012-06-13
1
-40
/
+64
*
Do hostname resolution. Interesting questions to ponder:
miket@chromium.org
2012-06-07
1
-19
/
+77
*
Implement serial API for Windows.
miket@chromium.org
2012-05-30
1
-1
/
+1
*
Add socket.setKeepAlive() and socket.setNoDelay().
penghuang@chromium.org
2012-05-29
1
-0
/
+47
*
Reverting due to memory waterfall failures.
jhawkins@chromium.org
2012-05-20
1
-2
/
+6
*
Allowed BinaryValue to take a NULL buffer.
mitchellwrosen@chromium.org
2012-05-19
1
-6
/
+2
*
Replace long[] with ArrayBuffer in socket API
penghuang@chromium.org
2012-05-10
1
-80
/
+49
*
Add bufferSize argument of socket.read() and socket.recvFrom()
penghuang@chromium.org
2012-05-09
1
-8
/
+13
*
Refactor the socket API to remove onEvent callback in socket.create() function.
penghuang@chromium.org
2012-05-07
1
-72
/
+83
*
RefCounted types should not have public destructors, chrome/browser/extension...
rsleevi@chromium.org
2012-04-27
1
-5
/
+8
*
Add bind(), recvFrom(), sendTo() for UDP socket.
penghuang@chromium.org
2012-04-25
1
-13
/
+128
*
Pass through readInfo.resultCode.
miket@chromium.org
2012-04-23
1
-0
/
+2
*
Convert serial API to use array of longs instead of string.
miket@chromium.org
2012-04-20
1
-1
/
+1
*
- Changed the data structure being passed around in the socket API from a str...
miket@chromium.org
2012-04-17
1
-8
/
+48
*
Ensure that we initiate ExtensionEventRouter operations on the UI thread.
miket@chromium.org
2012-03-30
1
-5
/
+7
*
Fix a copy/paste error that got by most compilers.
mihaip@chromium.org
2012-02-17
1
-2
/
+1
*
- Simple layer over POSIX open/read/write.
miket@chromium.org
2012-02-16
1
-62
/
+47
*
TCP API.
miket@chromium.org
2012-01-26
1
-25
/
+27
*
An interim commit that works for simple cases. There is an arbitrary 1K limit...
miket@chromium.org
2012-01-05
1
-4
/
+21
*
Refactor UDP socket API to facilitate testing, then test.
miket@chromium.org
2011-12-16
1
-3
/
+6
*
Wire up onEvent and put it to use when UdpSocket::Write blocks.
miket@chromium.org
2011-12-15
1
-1
/
+17
*
Delete UDPClientSocket on same thread as creation. Also refactor.
miket@chromium.org
2011-12-09
1
-119
/
+53
*
Changed some API names. Wrapped existing UDPClientSocket. Added one unit test...
miket@chromium.org
2011-12-06
1
-0
/
+207