summaryrefslogtreecommitdiffstats
path: root/chromeos/network
Commit message (Expand)AuthorAgeFilesLines
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Revert "Add logging for slow device events, limit network UI update rate"Reilly Grant2014-12-191-9/+0
* Add logging for slow device events, limit network UI update ratestevenjb2014-12-181-0/+9
* Move chromeos/tpm_* to chromeos/tpmsatorux2014-12-121-1/+1
* DeviceEventLog cleanupstevenjb2014-12-102-10/+11
* Call network re-evaluation in the constructor's message looppstew2014-12-092-4/+13
* Generalize network_event_log -> device_event_logstevenjb2014-12-056-769/+39
* ONC: add support for non-utf-8 SSIDscschuet2014-12-0410-4/+162
* Reland: Change to Shill's IPConfig objects.stevenjb2014-12-034-68/+37
* Add re-evaluation to NetworkChangeNotifierChromeOSpstew2014-12-022-3/+22
* Shill to ONC translation for thirdpartyvpnkaliamoorthi2014-12-022-2/+4
* Revert of Change to Shill's IPConfig objects. (patchset #1 id:1 of https://co...pfeldman2014-12-024-37/+68
* Change to Shill's IPConfig objects.pneubeck2014-12-024-68/+37
* Implement the new extension API for VPNkaliamoorthi2014-11-191-2/+6
* Add 'setProperties' to InternetOptionsHandlerstevenjb2014-11-194-10/+35
* Clean up wake on wifi handlingchirantan2014-11-185-18/+143
* Fix comment in ONCTranslator from ONC to Shill.pneubeck2014-11-181-4/+4
* Add NetworkConfigurationObserver class to notify observers when the following...stevenjb2014-11-177-188/+481
* ONC: Don't consider missing fields a warning if explicitly requested.pneubeck2014-11-143-135/+195
* Move ConnectToBestNetwork to AutoConnectHandlerstevenjb2014-11-148-61/+77
* Don't crash on empty network type.pneubeck2014-11-142-13/+12
* Skip network event logging if not enabled.stevenjb2014-11-133-2/+6
* Format timestamp via base::StringPrintf in NetworkEventLog.benchan2014-11-131-31/+25
* NetworkState: cache raw SSIDs for WiFi networksquiche2014-11-133-2/+43
* chromeos: Properly handle network/device list which contains duplicateshashimoto2014-11-121-10/+14
* Trigger ConnectToBestNetwork in more cases.pneubeck2014-11-1012-231/+849
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* ClientCertResolver: Remove IsHardwareBacked check.pneubeck2014-11-063-8/+4
* ClientCertResolver: Expose status about currently running resolve task.pneubeck2014-11-053-50/+168
* ManagedNetworkConfigurationHandler: Expose list of network policies per user.pneubeck2014-11-054-5/+27
* Set Service property ManagedCredentials for managed networks.pneubeck2014-11-032-0/+87
* Add NetworkHandler support for WakeOnLanEnabledstevenjb2014-10-314-8/+35
* ManagedNetworkConfigurationHandler: Expose status about policy application.pneubeck2014-10-2910-122/+355
* Remove TPMTokenLoader from network_connection_handler_unittest.pneubeck2014-10-241-4/+0
* Reduce runtime of client_cert_resolver_unittestpneubeck2014-10-244-53/+40
* Remove dead code from certificate_pattern.hpneubeck2014-10-211-15/+0
* Fix reconnect in case of empty global network policy.pneubeck2014-10-203-17/+46
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-172-2/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-2/+2
* Allow disconnect for connecting networksstevenjb2014-10-071-1/+2
* Add OpenVPN OTP and UserAuthenticationType fields to ONC.pneubeck2014-10-076-36/+101
* Allow option to disable link monitor for WiFi networkzqiu2014-10-073-0/+17
* Remove unnecessary const.mukai2014-10-061-1/+1
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-0643-167/+167
* Disable ClientCertResolverTest tests in debug builds as they time out.John Abd-El-Malek2014-09-291-0/+5
* Disable NetworkConnectionHandlerTest tests in debug builds as they time out.John Abd-El-Malek2014-09-291-0/+5
* Fix the condition when disabling CertLoaderTest and NetworkCertMigratorTest.John Abd-El-Malek2014-09-281-1/+1
* fix build againJohn Abd-El-Malek2014-09-271-4/+5
* Disable CertLoaderTest and NetworkCertMigratorTest tests in debug builds as t...John Abd-El-Malek2014-09-271-0/+4
* Make ONCCertificateImporter async.pneubeck2014-09-246-217/+234