1. 10d3fde Sentinel commit pointing at new location in Chromium. by Andrii Shyshkalov · 10 years ago master
  2. 0fbfe80 When request auth token, using Intent#setClassName rather than Intent#setPackage to work around issue in #startService. by [email protected] · 10 years ago
  3. c91bd9d Fixing package name in AndroidListenerManifest.xml and ordering factory methods by corresponding proto field in AndroidService.java by [email protected] · 11 years ago
  4. e2a039c Removing guava dependency for the invalidation client (part of an effort to reduce method count in Android applications) by [email protected] · 11 years ago
  5. 108f145 Adding forwarding implementation of WakeLockManager in its original location (temporary workaround for Chromium) by [email protected] · 11 years ago
  6. ecddeb7 * Updating example code to use nano protos instead of lite protos by [email protected] · 11 years ago
  7. 2892ef6 Removing unused ticl.ProtoWrapper class and moving example code by [email protected] · 11 years ago
  8. c3d48e7 Android cache invalidation client release August 2014 by [email protected] · 11 years ago
  9. 50c0a85 revert r333: Chromium is not yet ready to pull current versions of gtest/gmock, since they require C++11 by [email protected] · 11 years ago
  10. 7f6cbb0 Allow Chromium to build with more MSVC warnings enabled. by [email protected] · 11 years ago
  11. dfa511b Cleanup: Use ::testing::{tuple,get,make_tuple} when dealing with tuples in the context of GTest and GMock. by [email protected] · 11 years ago
  12. 0eda801 Cleaning up remaining misuses of "squelch" in our code base. by [email protected] · 11 years ago
  13. bf41949 Adding new client types for Chrome Sync GCM. by [email protected] · 11 years ago
  14. 6cd2fc3 add lite runtime option to android_channel.proto by [email protected] · 11 years ago
  15. 06703fa change protocol buffer compiler options in channel_common.proto by [email protected] · 11 years ago
  16. 44d4154 Adding copies of protos for use in C++ cache invalidation. by [email protected] · 11 years ago
  17. dbade85 February 2014 invalidation client release by [email protected] · 11 years ago
  18. 2fa7cf5 update build datestamp by [email protected] · 11 years ago
  19. 20433f8 Revert r322 since Chrome does not yet support unique_ptr by [email protected] · 11 years ago
  20. 130f577 Add channel_common.proto by [email protected] · 11 years ago
  21. 2929722 remove unused mock methods by [email protected] · 11 years ago
  22. 8bf5ff7 Cleanup: Convert from scoped_ptr to std::unique_ptr. by [email protected] · 11 years ago
  23. c13bf5d Addressing NPE when accessing resources to log message about null intents by [email protected] · 11 years ago
  24. 7a4a97d November invalidation client update by [email protected] · 12 years ago
  25. 1ea5629 September 2013 invalidation client release by [email protected] · 12 years ago
  26. b4602c6 update build timestamp for 8/2013 release by [email protected] · 12 years ago
  27. 816854a split ::using declarations for RepeatedField into a separate header by [email protected] · 12 years ago
  28. c66428a - Caching application metadata to avoid repeatedly reading manifest.xml by [email protected] · 12 years ago
  29. 7f2db96 Removing reflection code from Statistics.java to avoid issues from Proguard mangling by [email protected] · 12 years ago
  30. f24b608 Rolling back statistics change since valueOf calls are failing by [email protected] · 12 years ago
  31. 30acba8 update version datestamp for June 2013 release by [email protected] · 12 years ago
  32. 210b0ca Invalidation client June 2013 changes by [email protected] · 12 years ago
  33. 46e8f4c roll forward now that Chrome change has been committed by [email protected] · 12 years ago
  34. 36c9f94 rollback of recent changes so Android is not blocked on a Chrome commit by [email protected] · 12 years ago
  35. 7c34bee Android invalidation client changes by [email protected] · 12 years ago
  36. 94128dc cast RandUint64 to int64 to avoid ambiguous overload by [email protected] · 12 years ago
  37. 3f864ca add a RandUint64, use that instead of multiplying a double by int64_max by [email protected] · 12 years ago
  38. a4e215d Update build datestamp by [email protected] · 12 years ago
  39. 72c4221 Change the nonce to be a randomly generated string rather than the time in milliseconds. by [email protected] · 12 years ago
  40. c1f7ac8 Addressing Java warnings by [email protected] · 12 years ago
  41. a4034b7 Push latest changes to opensource. by danielsmyers · 12 years ago
  42. bc9909a add build_constants.h and use it for the client minor version by [email protected] · 12 years ago
  43. c051676 Removing unused includes by [email protected] · 12 years ago
  44. 66063b3 Replace calls to scoped_ptr(NULL) with calls to scoped_ptr(). by [email protected] · 12 years ago
  45. 1159329 Remove start-related preconditions check from InvalidationClientCore. Issue a by [email protected] · 12 years ago
  46. 708704b Adding client type enum value for Chrome sync iOS client. by [email protected] · 12 years ago
  47. f2ed4ba Add missing file. by danielsmyers · 12 years ago
  48. a574b70 Push latest changes to opensource. by danielsmyers · 12 years ago
  49. e56157c Push latest changes to opensource. by danielsmyers · 12 years ago
  50. 0a4b83c Specify the map comparator (ProtoCompareLess) when declaring an iterator by [email protected] · 12 years ago
  51. d8399b4 Move new Ticl factory methods into a class to avoid overloading the old names. by [email protected] · 12 years ago
  52. 8261f74 Remove references to deprecated proto field by [email protected] · 12 years ago
  53. 121bb6e Add tests for the InvalidationClientFactory. by [email protected] · 12 years ago
  54. 7b436da Do not issue registration-success upcalls until the server has actually responded. by [email protected] · 12 years ago
  55. 2ea4d69 Implement a TricklesClientFactory: by [email protected] · 12 years ago
  56. a4b36d1 Deprecate bridge_arrival_time_ms in InvalidationP by [email protected] · 12 years ago
  57. 61cc14e Increase client minor version to 3. by [email protected] · 12 years ago
  58. bb7ae69 Fixes Ticl session token logic to allow upgrading of session tokens. by [email protected] · 12 years ago
  59. 92d840c Add client type to client header as an optional field. by [email protected] · 12 years ago
  60. febf189 Prevent the TiclService from crashing on null intents. by danielsmyers · 12 years ago
  61. 17a0625 Cleaning up comments, manifests and sample for the AndroidListener by [email protected] · 12 years ago
  62. b825572 Bring SVN repo up-to-date with head. by danielsmyers · 12 years ago
  63. 607de2a Use custom logging throughout all classes. by danielsmyers · 12 years ago
  64. a564f17 Add additional filtering features to AndroidLogger. by danielsmyers · 12 years ago
  65. 4520925 1. Make MultiplexingGcmListener properly set the sender ids. by danielsmyers · 12 years ago
  66. a5e80e2 Using GCM rather than C2DM in the Android invalidation client. by [email protected] · 12 years ago
  67. eea444d Specifying a timeout when acquiring wake locks. Defensive code in case we lose track. If we're pre SDK 14, we do not specify a timeout due to https://code.google.com/p/android/issues/detail?id=11622. by [email protected] · 12 years ago
  68. cc7f26d Push HEAD. by danielsmyers · 12 years ago
  69. df9dc47 Remove the three argument overload with isTrickleRestart-- ambiguous implicit conversion of (char *) to bool rather than string& creates unexpected results. by [email protected] · 12 years ago
  70. 43d9f59 add is_trickle_restart boolean to InvalidationP by [email protected] · 12 years ago
  71. 6931cfb add RunStateP to client.proto by [email protected] · 12 years ago
  72. b06777a Add an isTrickleRestart flag to the Invalidation class. The restarted flag is by [email protected] · 12 years ago
  73. e4433f1 do not stop the Ticl after an AUTH_ERROR error message upcall to the listener by [email protected] · 12 years ago
  74. f17fde4 eliminate the enum in RunState and use the proto enum from RunStateP instead by [email protected] · 12 years ago
  75. 2109024 Ports some Java changes to the C++ Ticl. by [email protected] · 12 years ago
  76. 2a8777b fix const-& inconsistency in MessageCallback by [email protected] · 12 years ago
  77. 354b9a9 Ports Java Ticl refactoring to C++. This CL also fixes a couple minor nits by [email protected] · 12 years ago
  78. 2584edb replace IntToString with SimpleItoa by [email protected] · 12 years ago
  79. 655d5c7 code for tracking invalidation delivery time through the system by [email protected] · 12 years ago
  80. e84bc94 have the Ticl send a heartbeat if the network disconnects and reconnects, unless by [email protected] · 12 years ago
  81. 496f543 add last_message_send_time_ms to client.proto and channel_supports_offline_delivery to client_protocol.proto by [email protected] · 12 years ago
  82. 3b34899 have only one message-sending rate limit (of 3 messages in 5 seconds) by [email protected] · 12 years ago
  83. c87f16b remove references to unused headers and types not available in the lite protobuf runtime by [email protected] · 13 years ago
  84. ebf2fe9 Simplified AndroidListener abstraction by [email protected] · 13 years ago
  85. 4ef5d9f Add missing TrickleState. by danielsmyers · 13 years ago
  86. 51fd4a3 Track changes from HEAD. In particular, ensure that all code builds aginst the by danielsmyers · 13 years ago
  87. 8937d07 change license on generate_protos.sh by [email protected] · 13 years ago
  88. b815a91 revert r239, since it causes problems for the android build by [email protected] · 13 years ago
  89. d866451 add a couple of object source constants by [email protected] · 13 years ago
  90. 3bd13c6 Modifies the GCM channel to buffer the last client message when no registration id is available. by danielsmyers · 13 years ago
  91. 6847753 Gateway related protos by [email protected] · 13 years ago
  92. b78331e Renames protocol buffers and protocol validator classes to more descriptive names. by danielsmyers · 13 years ago
  93. e3fb201 Update README for example app. by danielsmyers · 13 years ago
  94. 85d75b2 Fix copyright headers. by danielsmyers · 13 years ago
  95. 17bfdf3 Add a README for the example application. by danielsmyers · 13 years ago
  96. 0b85aa5 Add additional supporting files for building the example application. by danielsmyers · 13 years ago
  97. 04c540e Add libraries required by the example application. by danielsmyers · 13 years ago
  98. 5856aeb Introduce src/example-app-build to allow building the example application. by danielsmyers · 13 years ago
  99. 248fd0a Changes to proto files and addition of a Receiver type as needed to make the example application build. by danielsmyers · 13 years ago
  100. 39ec713 Add DEMO object/client sources to Java tree. by danielsmyers · 13 years ago