History log of /libcore/luni/src/main/native/libcore_net_RawSocket.cpp
Revision Date Author Comments
9634b569a92841f32268907c88c408f22cb00486 18-May-2012 Elliott Hughes <enh@google.com> Stop using -fvisibility=hidden.

It breaks backtraces, and backtraces are useful. (The debugger uses
the ELF debug info, so it doesn't care, but backtracing just uses the
symbols.)

(cherry-pick of da2fb9754a9ccfa954c1b554982f06e7cf7d680a.)

Bug: 6447213
Change-Id: I957df0e935b61bcf5fefc0e506ecdaa862bc7d07
da2fb9754a9ccfa954c1b554982f06e7cf7d680a 18-May-2012 Elliott Hughes <enh@google.com> Stop using -fvisibility=hidden.

It breaks backtraces, and backtraces are useful. (The debugger uses
the ELF debug info, so it doesn't care, but backtracing just uses the
symbols.)

Bug: 6447213
Change-Id: I2893191d7cec57a04bf7b3f4eea54e699df10507
7cd6760f7045d771faae8080a8c6150bf678f679 04-May-2012 Elliott Hughes <enh@google.com> Make libjavacore independent of libnativehelper for the PDK.

Bug: 6369821
Change-Id: Ie038571a5dac1f301c0c3c6fb84df432e67b62c0
5f0ed6ed5798a3e6ad642bcd5382b864796cdcb8 25-Jan-2012 Irfan Sheriff <isheriff@google.com> Add support for ARP on RawSocket

Merged from the changes contributed from googletv folks

Change-Id: Ie4c40c96950becbed28fd68cb482d8b3dbebc001
679cf68b607e9b4a3beb8bcdee06868ae583386f 08-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I3deb0b1b71cf4ec6d82921a2e0015c3a7b397cbf
8545b837c61c3eaea2b8433b6791aa401f37e5f7 09-Jun-2011 Elliott Hughes <enh@google.com> Tidy a few includes.

Change-Id: I8a46fcea81b9bd354fa1cd5c3dd49b5b29015739
2f03ccad590827233fcba84a8b6eafcd414e5fe7 08-Mar-2011 Elliott Hughes <enh@google.com> Use -fvisibility and clean up a little.

The visibility change isn't obviously useful, but it's a good excuse to clean
up some of our networking code a little.

Change-Id: I165b32b9c76a3707c512e07de07992f63673ab4f
975dc421bdf9f207ed88b3fbedbba558f0f62c3c 10-Dec-2010 Stan Chesnutt <chesnutt@google.com> Adds new RawSocket class (and underlying jni implementation). This is a
utility class for an experimental Java implementation of dhcp. The client
DHCP implementation needs to construct, send, receive, and parse raw L2
packets before the network interface is configured with an IP address. Current
Java networking classes do not work with unconfigured network interfaces.

Change-Id: I4dd0133868da5b84bd2a471c33173d4c056c34e8