summaryrefslogtreecommitdiffstats
path: root/chrome/browser/local_discovery
Commit message (Expand)AuthorAgeFilesLines
* Update StartsWith calls to use new versions in chrome and contentbrettw2015-07-061-1/+2
* Refactor AO2TS to make it easier to componentizegogerald2015-07-021-1/+2
* Add more string_util functions to base namespace.brettw2015-06-241-2/+2
* chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-1213-41/+60
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Stop including ip_address_number.h from net_util.heroman2015-06-031-0/+1
* Replace ObserverList->base::ObserverList in chromebrettw2015-06-023-3/+3
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-225-7/+8
* Change JSONReader::ReadToValue to return a scoped_ptrestade2015-05-201-4/+1
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-2/+2
* Use ICU plural formatting in more placesjshin2015-05-143-20/+14
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome/browser/...pranay.kumar2015-05-0511-37/+53
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-041-0/+1
* win: Ref-counted classes should have non-public destructors, chrome/ edition.thakis2015-05-012-4/+5
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-012-4/+2
* favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/extensionsanujk.sharma2015-04-297-82/+82
* Added gcdPrivate.getDeviceInfo functionvitalybuka2015-04-283-83/+36
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-248-43/+43
* win: Move a few WeakPtrFactories to the end of their containing classes.thakis2015-04-241-2/+2
* Report Windows Firewall state even for ServiceDiscoverySharedClient::GetInstancevitalybuka2015-04-151-0/+7
* Give names to all utility processes.thestig2015-04-073-4/+14
* Cleanup: Remove unused variables in chrome/ found by Scythe.thestig2015-04-041-2/+0
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Change Notification.replace_id() to be a std::string(), rename to tag().peter2015-03-061-1/+1
* Don't assume that devices_seen_ contains devicevitalybuka2015-02-272-3/+5
* Call callback with error if invalid service name providedvitalybuka2015-02-271-13/+14
* Added DCHECK to clarify expectationsvitalybuka2015-02-261-0/+3
* Added PrivetHTTPResolution::Start for service name onlyvitalybuka2015-02-264-0/+31
* Move callback and host port args into Start method.vitalybuka2015-02-256-78/+67
* Remove privet_http_asynchronous_factory_mac.*vitalybuka2015-02-254-109/+6
* Remove ServiceDiscoveryClient* from PrivetHTTPAsynchronousFactoryImpl interfacevitalybuka2015-02-257-28/+19
* Call /privet/v3/pairing/cancel if session was terminated unconfirmed.vitalybuka2015-02-243-8/+68
* Timeout Session requests in 30 seconds.vitalybuka2015-02-241-19/+41
* Extract creation of PWG Raster converter settings out of privet_http_impltbarzic2015-02-194-74/+93
* Added retry on net::URLFetcher::RESPONSE_CODE_INVALID because it usually happ...vitalybuka2015-02-122-5/+22
* Disable proxy for Privet requests.vitalybuka2015-02-021-0/+5
* Added ultrasound32 and audible32 into gcd_private.vitalybuka2015-01-301-0/+2
* Implement of privet/v3/auth after pairing.vitalybuka2015-01-303-2/+84
* Added pairing with Spake SHA224 key exchange.vitalybuka2015-01-303-87/+493
* Updated parsing of PrivetV3 mDns record.vitalybuka2015-01-267-74/+35
* Fixed Privet v3 auth header.vitalybuka2015-01-264-8/+24
* Removed unused Privet related classes.vitalybuka2015-01-264-155/+17
* Removed unused native code related to wifi bootstrapping.vitalybuka2015-01-2613-1352/+0
* Cleanup: Remove unused blink::WebTextDirection parameter from Notification ctor.tfarina2015-01-261-1/+0
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-3/+4
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-1/+1
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-201-2/+2
* Remove implicit conversions from scoped_refptr to T* in chrome/browserdcheng2014-11-131-1/+1
* Re-factored printing defines and build configs.vitalybuka2014-11-053-16/+16