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
/
chromeos
/
cros
/
cros_network_functions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various fixes to carrier switching.
rkc@chromium.org
2012-09-20
1
-1
/
+5
*
UI for changing the mobile carrier.
rkc@chromium.org
2012-09-18
1
-0
/
+7
*
Renaming instances of "flimflam" with "shill", now that we're only using shill.
gspencer@chromium.org
2012-09-07
1
-54
/
+54
*
This updates the StaticIP configuration UI to match new mocks.
gspencer@chromium.org
2012-08-14
1
-22
/
+72
*
This adds Cros API for calling the "Refresh" function on shill's
gspencer@chromium.org
2012-08-09
1
-0
/
+6
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
chromeos: Stop using char* and raw function pointer to monitor SMS
hashimoto@chromium.org
2012-07-02
1
-3
/
+9
*
chromeos: Remove Libcros version implementation of network functions
hashimoto@chromium.org
2012-06-20
1
-706
/
+267
*
Add a CONNECT_REQUESTED state to Network ConnectionState.
stevenjb@google.com
2012-06-19
1
-0
/
+1
*
Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.
kkania@chromium.org
2012-06-19
1
-1
/
+0
*
Add a CONNECT_REQUESTED state to Network ConnectionState.
stevenjb@google.com
2012-06-18
1
-0
/
+1
*
This fixes static IP setting on Ethernet when using flimflam.
gspencer@chromium.org
2012-05-22
1
-1
/
+2
*
Use WeakPtr instead of base::Unretained in chromeos::NetworkLibraryImplCros
hashimoto@chromium.org
2012-05-16
1
-48
/
+63
*
Disalbe Libcros by default
hashimoto@chromium.org
2012-04-27
1
-1
/
+1
*
Reimplement ListIPConfigs and FreeIPConfigStatus without libcros
hashimoto@chromium.org
2012-04-27
1
-9
/
+162
*
Reimplement CrosMonitorSMS without Libcros
hashimoto@chromium.org
2012-04-26
1
-1
/
+5
*
Reimplement MonitorCellularDataPlan without Libcros
hashimoto@chromium.org
2012-04-25
1
-1
/
+105
*
Move CellularDataPlanInfo to CellularDataPlan conversion code to cros_network...
hashimoto@chromium.org
2012-04-25
1
-4
/
+28
*
Reimplement CrosSetOfflineMode without Libcros
hashimoto@chromium.org
2012-04-25
1
-1
/
+8
*
Reimplement CrosGetWifiAccessPoints without Libcros
hashimoto@chromium.org
2012-04-25
1
-20
/
+107
*
Reimplement RequestNetworkServiceConnect, RequestRequirePin, RequestEnterPin,...
hashimoto@chromium.org
2012-04-24
1
-11
/
+75
*
Reimplement CrosProposeScan without Libcros
hashimoto@chromium.org
2012-04-24
1
-1
/
+6
*
Reimplement ActivateCellularModem without Libcros
hashimoto@chromium.org
2012-04-24
1
-1
/
+8
*
Reimplement RequestHiddenWifiNetworkProperties and RequestVirtualNetworkPrope...
hashimoto@chromium.org
2012-04-24
1
-13
/
+74
*
Move GetWifiAccessPoints() to cros_network_functions.cc
hashimoto@chromium.org
2012-04-22
1
-5
/
+26
*
Reimplement AddIPConfig without Libcros
hashimoto@chromium.org
2012-04-22
1
-1
/
+38
*
Replace const char* in cros_network_functions.h with const std::stirng&
hashimoto@chromium.org
2012-04-22
1
-76
/
+88
*
Reimplement ConfigureService without Libcros
hashimoto@chromium.org
2012-04-22
1
-7
/
+20
*
Reimplement SetNetworkIPConfigProperty and RemoveIPconfig without Libcros
hashimoto@chromium.org
2012-04-21
1
-4
/
+16
*
Reimplement RequestCellularDataPlanUpdate without Libcros
hashimoto@chromium.org
2012-04-20
1
-1
/
+7
*
Reimplement RequestNetworkServiceDisconnect, RequestRemoveNetworkService, Req...
hashimoto@chromium.org
2012-04-20
1
-4
/
+29
*
Reimplement SetNetworkServiceProperty, ClearNetworkServiceProperty, SetNetwor...
hashimoto@chromium.org
2012-04-20
1
-8
/
+30
*
Reimplement MonitorNetworkService/DeviceProperties without Libcros
hashimoto@chromium.org
2012-04-20
1
-2
/
+46
*
Reimplement CrosMonitorNetworkManagerProperties without Libcros
hashimoto@chromium.org
2012-04-19
1
-2
/
+20
*
Reimplement RequestNetworkServiceProperties without Libcros
hashimoto@chromium.org
2012-04-19
1
-5
/
+13
*
Wrap Libcros's Monitor/Disconnect functions with NetworkWatcher
hashimoto@chromium.org
2012-04-18
1
-37
/
+119
*
Reimplement chromeos::RequestManager/DeviceProperties without Libcros
hashimoto@chromium.org
2012-04-18
1
-9
/
+27
*
Reimplement Libcros fucntions using FlimflamProfileClient
hashimoto@chromium.org
2012-04-17
1
-12
/
+55
*
Use base::Callback instead of chromeos::NetworkPropertiesGValueCallback
hashimoto@chromium.org
2012-04-05
1
-167
/
+71
*
Fix memory leak in ConvertDictionaryValueToGValue
hashimoto@chromium.org
2012-04-04
1
-1
/
+1
*
Fix GHashTable leak
hashimoto@chromium.org
2012-04-04
1
-6
/
+13
*
Add CrosNetworkFunctionsTest
hashimoto@chromium.org
2012-04-04
1
-4
/
+32
*
chromeos: Move Value-to-GValue conversion code to cros_network_functions.cc
hashimoto@chromium.org
2012-04-02
1
-17
/
+140
*
[cros] Enable portal check after EULA has been accepted.
nkostylev@chromium.org
2012-03-25
1
-0
/
+5
*
chromeos: Fix infinite recursion caused by typo
stevenjb@google.com
2012-03-16
1
-1
/
+1
*
Call libcros functions through proxy functions
hashimoto@chromium.org
2012-03-15
1
-0
/
+246