summaryrefslogtreecommitdiffstats
path: root/components/rappor
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in components/dcheng2014-10-213-6/+6
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-4/+4
* Fix some minor typos: psuedo -> pseudosungmann.cho2014-09-291-1/+1
* Add a mechanism for collecting Rappor samples on a daily interval.holte2014-09-225-30/+79
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-3/+3
* Mark some destructors as virtual.asvitkine@chromium.org2014-08-221-2/+2
* Create variations param for RapporRollout to non-UMA users.holte@chromium.org2014-08-072-6/+17
* Randomly select a single rappor sample when more than one is collected.holte@chromium.org2014-08-066-17/+48
* Move variations component code to variations namespace.asvitkine@chromium.org2014-07-261-1/+1
* Add DVLOGs of interesting RapporService events.holte@chromium.org2014-07-251-1/+13
* Revert 285657 "Move variations component code to variations name..."mpearson@chromium.org2014-07-251-1/+1
* Move variations component code to variations namespace.asvitkine@chromium.org2014-07-251-1/+1
* Make Rappor enabled by default.holte@chromium.org2014-07-251-2/+9
* Add components and CLD to GN build.brettw@chromium.org2014-07-102-0/+43
* Modify rappor parameters.holte@chromium.org2014-05-2812-21/+67
* Check for error and log error codes on Rappor Uploadsholte@chromium.org2014-05-071-2/+14
* Add proper includes for usage of the CityHash functions.mvrable@chromium.org2014-04-281-3/+1
* C++ Readability review for holteholte@chromium.org2014-03-2611-59/+90
* Implementation of Randomized Aggregatable Privacy-Preserving Ordinal Response...holte@chromium.org2014-02-2122-0/+1699