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
/
tools
/
android
/
forwarder2
Commit message (
Expand
)
Author
Age
Files
Lines
*
forwarder2: Make the Forwarder instances operate on a single thread.
pliard@chromium.org
2014-01-29
8
-211
/
+175
*
Make HostController/DeviceListener deletion fully synchronous.
pliard@chromium.org
2014-01-20
12
-115
/
+308
*
Add error messages in Daemon::Kill().
pliard@chromium.org
2014-01-17
1
-3
/
+7
*
Revert "Revert 235213 "android: forwader2: Simplify Forwarder implementa...""
pliard@chromium.org
2014-01-16
4
-82
/
+191
*
Fix double free in DeviceController (forwarder2).
pliard@chromium.org
2014-01-10
1
-4
/
+5
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
3
-4
/
+3
*
Revert 235213 "android: forwader2: Simplify Forwarder implementa..."
pliard@chromium.org
2013-11-18
4
-204
/
+83
*
android: forwader2: Simplify Forwarder implementation.
digit@chromium.org
2013-11-14
4
-83
/
+204
*
Simplify DeviceListener/HostController self-deletion mechanism in forwarder2.
pliard@chromium.org
2013-11-14
7
-92
/
+200
*
Avoid reentrancy issues while deleting complex objects in forwarder2.
pliard@chromium.org
2013-11-14
3
-13
/
+48
*
Fix socket usage in forwarder2.
pliard@chromium.org
2013-11-13
2
-20
/
+71
*
Android: map the forwarded ports at the host driven level.
bulach@chromium.org
2013-11-12
2
-2
/
+21
*
Add log message to forwarder2's DeviceController when a port is unmapped.
pliard@chromium.org
2013-11-05
1
-0
/
+2
*
Relands Android perf tests: kill adbd on the device after running a test.
bulach@chromium.org
2013-10-21
1
-1
/
+31
*
Move ScopedClosureRunner to callback_helpers, add Reset.
avi@chromium.org
2013-08-30
1
-1
/
+1
*
Fix forwarder2 link time error.
boliu@chromium.org
2013-08-26
1
-2
/
+3
*
Remove Thread wrapper class in forwarder2.
pliard@chromium.org
2013-07-30
14
-620
/
+637
*
[Forwarder] Deepen socket accept queue.
tonyg@chromium.org
2013-07-22
1
-1
/
+1
*
Reland r212359: "Delete DeviceController instances before ..."
pliard@chromium.org
2013-07-19
4
-7
/
+46
*
Revert 212359 "Delete DeviceController instances before HostCont..."
asargent@chromium.org
2013-07-18
4
-46
/
+7
*
Delete DeviceController instances before HostController ones get deleted.
pliard@chromium.org
2013-07-18
4
-7
/
+46
*
Delete host controllers when they report an error.
pliard@chromium.org
2013-07-15
7
-131
/
+198
*
[Forwarder] Disable TCP_DEFER_ACCEPT.
tonyg@chromium.org
2013-07-15
1
-1
/
+0
*
Fix a serious memory leak in forwarder2.
tonyg@chromium.org
2013-07-10
4
-1
/
+12
*
Make host_forwarder better handle duplicate forwards.
pliard@chromium.org
2013-07-09
1
-0
/
+12
*
Reland "Add --serial-id option to host_forwarder."
pliard@chromium.org
2013-07-05
3
-133
/
+128
*
Revert "Add --serial-id option to host_forwarder."
pliard@chromium.org
2013-07-03
2
-127
/
+132
*
Add --serial-id option to host_forwarder.
pliard@chromium.org
2013-07-03
2
-132
/
+127
*
fix -Wlogical-not-parentheses warnings of new clang on android and cros
thakis@chromium.org
2013-07-02
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor.
dcheng@chromium.org
2013-06-26
1
-1
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-7
/
+9
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in testing/, third_party/, tools/.
avi@chromium.org
2013-06-11
4
-7
/
+7
*
Add device port unmapping support to forwarder2.
pliard@chromium.org
2013-05-15
10
-75
/
+160
*
Make forwarder2 daemon implementation more robust.
pliard@chromium.org
2013-05-14
7
-129
/
+58
*
[Android] Fix forwarder for the component build
yfriedman@chromium.org
2013-04-18
1
-0
/
+7
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
3
-3
/
+3
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
1
-1
/
+1
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Fix android build error with gcc 4.7.2.
Sungmann.Cho@gmail.com
2013-01-30
1
-0
/
+1
*
Create the forwarder2 device daemon's PID file with mode = 666.
pliard@chromium.org
2012-12-10
1
-1
/
+1
*
Handle race condition in forwarder2's Daemon.
pliard@chromium.org
2012-11-28
1
-12
/
+14
*
Increase timeout in Forwarder2's daemon.cc. ...
pliard@chromium.org
2012-11-26
1
-7
/
+8
*
Use file_util::ScopedFD in forwarder2's Daemon.
pliard@chromium.org
2012-11-23
1
-27
/
+4
*
Use the new forwarder2's Daemon implementation in device_forwarder.
pliard@chromium.org
2012-11-23
6
-262
/
+521
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
7
-7
/
+7
*
Support HTTP test-server based net unit tests on Android.
pliard@chromium.org
2012-11-12
12
-134
/
+705
*
Upstream the android python scripts changes that enable the new Forwarder2 to...
felipeg@chromium.org
2012-10-16
4
-13
/
+26
*
Print 'Starting Device Forwarder' after Unix Domain Socket initialization.
pliard@chromium.org
2012-10-09
3
-9
/
+14
[next]