1. a4797a4 Sentinel commit pointing at new location in Chromium. by Andrii Shyshkalov · 9 years ago master
  2. c5d2cad revert r333: Chromium is not yet ready to pull current versions of gtest/gmock, since they require C++11 by ghcooper@gmail.com · 10 years ago
  3. c2326b6 Allow Chromium to build with more MSVC warnings enabled. by ghcooper@gmail.com · 10 years ago
  4. bf728fb Cleanup: Use ::testing::{tuple,get,make_tuple} when dealing with tuples in the context of GTest and GMock. by ghcooper@gmail.com · 10 years ago
  5. e99bff6 Cleaning up remaining misuses of "squelch" in our code base. by ghcooper@gmail.com · 10 years ago
  6. 2eb145a Adding new client types for Chrome Sync GCM. by colinmeek@gmail.com · 10 years ago
  7. 3c90c08 add lite runtime option to android_channel.proto by ghcooper@gmail.com · 10 years ago
  8. 5be34bc change protocol buffer compiler options in channel_common.proto by ghcooper@gmail.com · 10 years ago
  9. 4f85f72 Adding copies of protos for use in C++ cache invalidation. by colinmeek@gmail.com · 10 years ago
  10. e61d025 update build datestamp by ghcooper@gmail.com · 10 years ago
  11. 1419bfd Revert r322 since Chrome does not yet support unique_ptr by ghcooper@gmail.com · 10 years ago
  12. 8f8a567 Add channel_common.proto by ghcooper@gmail.com · 10 years ago
  13. 602a6fc remove unused mock methods by ghcooper@gmail.com · 10 years ago
  14. b1ebcfc Cleanup: Convert from scoped_ptr to std::unique_ptr. by ghcooper@gmail.com · 10 years ago
  15. 5233809 update build timestamp for 8/2013 release by ghcooper@gmail.com · 11 years ago
  16. 1da7e10 split ::using declarations for RepeatedField into a separate header by ghcooper@gmail.com · 11 years ago
  17. 29a1b1d update version datestamp for June 2013 release by ghcooper@gmail.com · 11 years ago
  18. 94d97ae roll forward now that Chrome change has been committed by ghcooper@gmail.com · 11 years ago
  19. fe15248 rollback of recent changes so Android is not blocked on a Chrome commit by ghcooper@gmail.com · 11 years ago
  20. afb3d82 cast RandUint64 to int64 to avoid ambiguous overload by ghcooper@gmail.com · 11 years ago
  21. a149a63 add a RandUint64, use that instead of multiplying a double by int64_max by ghcooper@gmail.com · 11 years ago
  22. e3f490c Update build datestamp by ghcooper@gmail.com · 11 years ago
  23. d77df4b Change the nonce to be a randomly generated string rather than the time in milliseconds. by ghcooper@gmail.com · 11 years ago
  24. dad53c6 add build_constants.h and use it for the client minor version by ghcooper@gmail.com · 11 years ago
  25. b077ad0 Removing unused includes by ghcooper@gmail.com · 11 years ago
  26. a82b912 Replace calls to scoped_ptr(NULL) with calls to scoped_ptr(). by ghcooper@gmail.com · 11 years ago
  27. b929cfe Remove start-related preconditions check from InvalidationClientCore. Issue a by ghcooper@gmail.com · 11 years ago
  28. 6c7d6ba Adding client type enum value for Chrome sync iOS client. by colinmeek@gmail.com · 11 years ago
  29. fb51b8a Specify the map comparator (ProtoCompareLess) when declaring an iterator by ghcooper@gmail.com · 11 years ago
  30. baa838f Move new Ticl factory methods into a class to avoid overloading the old names. by ghcooper@gmail.com · 11 years ago
  31. 45017d3 Remove references to deprecated proto field by ghcooper@gmail.com · 11 years ago
  32. 09f5efe Add tests for the InvalidationClientFactory. by ghcooper@gmail.com · 11 years ago
  33. 48cb515 Do not issue registration-success upcalls until the server has actually responded. by ghcooper@gmail.com · 11 years ago
  34. e0a14bc Implement a TricklesClientFactory: by ghcooper@gmail.com · 11 years ago
  35. 5941905 Deprecate bridge_arrival_time_ms in InvalidationP by ghcooper@gmail.com · 11 years ago
  36. 7ffdcb2 Increase client minor version to 3. by ghcooper@gmail.com · 11 years ago
  37. b0eaf83 Fixes Ticl session token logic to allow upgrading of session tokens. by ghcooper@gmail.com · 11 years ago
  38. 15a008b Add client type to client header as an optional field. by ghcooper@gmail.com · 11 years ago
  39. 02c56b8 Remove the three argument overload with isTrickleRestart-- ambiguous implicit conversion of (char *) to bool rather than string& creates unexpected results. by ghcooper@gmail.com · 12 years ago
  40. 9c40ad3 add is_trickle_restart boolean to InvalidationP by ghcooper@gmail.com · 12 years ago
  41. 33eb15a add RunStateP to client.proto by ghcooper@gmail.com · 12 years ago
  42. f2c83ab Add an isTrickleRestart flag to the Invalidation class. The restarted flag is by ghcooper@gmail.com · 12 years ago
  43. e9e9c7f do not stop the Ticl after an AUTH_ERROR error message upcall to the listener by ghcooper@gmail.com · 12 years ago
  44. 2809577 eliminate the enum in RunState and use the proto enum from RunStateP instead by ghcooper@gmail.com · 12 years ago
  45. c610fd3 Ports some Java changes to the C++ Ticl. by ghcooper@gmail.com · 12 years ago
  46. 477ccda fix const-& inconsistency in MessageCallback by ghcooper@gmail.com · 12 years ago
  47. 4e57eaf Ports Java Ticl refactoring to C++. This CL also fixes a couple minor nits by ghcooper@gmail.com · 12 years ago
  48. 9604b4c replace IntToString with SimpleItoa by ghcooper@gmail.com · 12 years ago
  49. 2f6771a code for tracking invalidation delivery time through the system by ghcooper@gmail.com · 12 years ago
  50. 39b39f4 have the Ticl send a heartbeat if the network disconnects and reconnects, unless by ghcooper@gmail.com · 12 years ago
  51. 9fe6d72 add last_message_send_time_ms to client.proto and channel_supports_offline_delivery to client_protocol.proto by ghcooper@gmail.com · 12 years ago
  52. 39d323b have only one message-sending rate limit (of 3 messages in 5 seconds) by ghcooper@gmail.com · 12 years ago
  53. 48b4466 remove references to unused headers and types not available in the lite protobuf runtime by ghcooper@gmail.com · 12 years ago
  54. 219f5b4 revert r239, since it causes problems for the android build by ghcooper@gmail.com · 12 years ago
  55. df31c91 add a couple of object source constants by ghcooper@gmail.com · 12 years ago
  56. 09e3a4e Gateway related protos by ghcooper@gmail.com · 12 years ago
  57. bf26389 Add DEMO client/object types. by danielsmyers · 12 years ago
  58. 607d5a1 Adds the CHROME_COMPONENTS enum to the types proto. by danielsmyers · 12 years ago
  59. b4e6419 move protos out of v2/; use relative paths for proto imports by ghcooper@gmail.com · 12 years ago
  60. b6874a1 move the implementation of ownership-transferring callback wrapping into deps/callback.h by ghcooper@gmail.com · 12 years ago
  61. 0717535 fix a potential memory leak by properly transferring ownership of inner callback when constructing an outer closure by ghcooper@gmail.com · 12 years ago
  62. f213331 tone down logging when the Ticl receives a message with a mismatching token by ghcooper@gmail.com · 12 years ago
  63. 602261d fix bad header path in digest-function.h by ghcooper@gmail.com · 12 years ago
  64. c0416c7 fix include for invalidation client factory by ghcooper@gmail.com · 12 years ago
  65. 70c432a update README files by ghcooper@gmail.com · 12 years ago
  66. 75b87f0 remove unnecessary header inclusion in invalidation-listener.h by ghcooper@gmail.com · 12 years ago
  67. 7ce5824 fix a bug where multiplying a TimeDelta by a double would truncate it to zero by ghcooper@gmail.com · 12 years ago
  68. a07ba39 add comments and local variables to improve readability of protocol handler configuration parameters by ghcooper@gmail.com · 12 years ago
  69. e387aef squelch subsequent registration requests for objects on which the client is already registered (and similarly for unregistrations) by ghcooper@gmail.com · 12 years ago
  70. ac4a08b strip the payload from an invalidation before echoing it in an acknowledgment by ghcooper@gmail.com · 12 years ago
  71. 620264c * Moved dependencies to ticl/deps by ghcooper@gmail.com · 12 years ago
  72. b15dd95 * Add a new RecurringTask abstraction to clean up the way scheduling, batching, backoff etc are done by ghcooper@gmail.com · 12 years ago
  73. 8e910b1 move a log statement; change EndOfTestWaitTime; add assertions in unit test by ghcooper@gmail.com · 12 years ago
  74. 00128fb comment and testing consistency cleanup by ghcooper@gmail.com · 12 years ago
  75. 36340d0 changes for readability by ghcooper@gmail.com · 12 years ago
  76. 9d30567 - Removed dependency on full protobuf library. Client now builds/runs with only protobuf lite. by kylemarvin@gmail.com · 12 years ago
  77. bf51808 expand README to specify public interfaces by ghcooper@gmail.com · 13 years ago
  78. fc0f6a2 * Set the smear percent to be zero for unit tests by ghcooper@gmail.com · 13 years ago
  79. 4153f0c add missing field to ToString(RegistrationManagerStateP) by ghcooper@gmail.com · 13 years ago
  80. fd912e7 fix compilation problems for chrome by ghcooper@gmail.com · 13 years ago
  81. 7a8592d Change the Ticl's and Protcool handler's config to be a proto buf by ghcooper@gmail.com · 13 years ago
  82. d87477d * ExponentialBackoffGenerator and Ticl are now supplied a random number generator in their constructors by ghcooper@gmail.com · 13 years ago
  83. 1e9d456 update comments and logging in registration manager by ghcooper@gmail.com · 13 years ago
  84. fe09533 * Port InvalidationClientImpl tests to C++ by ghcooper@gmail.com · 13 years ago
  85. e5b3add fix another erroneous const annotation by ghcooper@gmail.com · 13 years ago
  86. 4607ec2 remove superfluous const annotation from primitive type in ProtocolListener::HandleErrorMessage by ghcooper@gmail.com · 13 years ago
  87. 8be762a include types.h in protocol-handler_test.cc by ghcooper@gmail.com · 13 years ago
  88. 2b2009d fix erroneous static modifiers on factory methods by ghcooper@gmail.com · 13 years ago
  89. 0e0315d add a factory to allow creation without explicit instantiation of Config by ghcooper@gmail.com · 13 years ago
  90. bfa9675 update googletest.h path in throttle_test by ghcooper@gmail.com · 13 years ago
  91. b2e326d delete v1 code by ghcooper@gmail.com · 13 years ago
  92. 5a3efa6 Change the ApplicationClientIdP proto to include the client type by ghcooper@gmail.com · 13 years ago
  93. f12123b add check to ensure started at most once by ghcooper@gmail.com · 13 years ago
  94. fd6601d add is_transient to config by ghcooper@gmail.com · 13 years ago
  95. c5af187 make Stop synchronous by ghcooper@gmail.com · 13 years ago
  96. 4ef7d41 Ensure that InformRegisrationStatus is issued even if the reply from the server is lost. by ghcooper@gmail.com · 13 years ago
  97. c6f1eff s/CHECK(false)/LOG(FATAL) by ghcooper@gmail.com · 13 years ago
  98. 2bb4e2d documentation cleanup and registration status message improvement by ghcooper@gmail.com · 13 years ago
  99. 1a34a80 documentation and checks regarding starting and stopping of resources outside ticl by ghcooper@gmail.com · 13 years ago
  100. aaa740c fix for DeterministicScheduler::PassTime() of empty interval by ghcooper@gmail.com · 13 years ago