1. 400848f Sentinel commit pointing at new location in Chromium. by Andrii Shyshkalov · 9 years ago master
  2. 74372db When request auth token, using Intent#setClassName rather than Intent#setPackage to work around issue in #startService. by colinmeek@gmail.com · 9 years ago
  3. 06dbfff Fixing package name in AndroidListenerManifest.xml and ordering factory methods by corresponding proto field in AndroidService.java by colinmeek@gmail.com · 10 years ago
  4. e04aff7 Removing guava dependency for the invalidation client (part of an effort to reduce method count in Android applications) by colinmeek@gmail.com · 10 years ago
  5. 66e1ad3 Adding forwarding implementation of WakeLockManager in its original location (temporary workaround for Chromium) by colinmeek@gmail.com · 10 years ago
  6. 95c8adf * Updating example code to use nano protos instead of lite protos by colinmeek@gmail.com · 10 years ago
  7. 35670c9 Removing unused ticl.ProtoWrapper class and moving example code by colinmeek@gmail.com · 10 years ago
  8. f61ccdc Android cache invalidation client release August 2014 by colinmeek@gmail.com · 10 years ago
  9. 53ca743 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
  10. 51d526b Allow Chromium to build with more MSVC warnings enabled. by ghcooper@gmail.com · 10 years ago
  11. 99b0c5f 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
  12. b6573c9 Cleaning up remaining misuses of "squelch" in our code base. by ghcooper@gmail.com · 10 years ago
  13. 3c9f3ca Adding new client types for Chrome Sync GCM. by colinmeek@gmail.com · 10 years ago
  14. 5c17c1a add lite runtime option to android_channel.proto by ghcooper@gmail.com · 10 years ago
  15. d8c840f change protocol buffer compiler options in channel_common.proto by ghcooper@gmail.com · 10 years ago
  16. e310200 Adding copies of protos for use in C++ cache invalidation. by colinmeek@gmail.com · 10 years ago
  17. 4854017 February 2014 invalidation client release by colinmeek@gmail.com · 10 years ago
  18. c1d79b2 update build datestamp by ghcooper@gmail.com · 10 years ago
  19. 61de596 Revert r322 since Chrome does not yet support unique_ptr by ghcooper@gmail.com · 10 years ago
  20. d3cdaff Add channel_common.proto by ghcooper@gmail.com · 10 years ago
  21. b48363e remove unused mock methods by ghcooper@gmail.com · 10 years ago
  22. 7f03eda Cleanup: Convert from scoped_ptr to std::unique_ptr. by ghcooper@gmail.com · 10 years ago
  23. 590f689 Addressing NPE when accessing resources to log message about null intents by colinmeek@gmail.com · 11 years ago
  24. f3669f5 November invalidation client update by colinmeek@gmail.com · 11 years ago
  25. 47b8f41 September 2013 invalidation client release by colinmeek@gmail.com · 11 years ago
  26. 409c01c update build timestamp for 8/2013 release by ghcooper@gmail.com · 11 years ago
  27. 15f3fbc split ::using declarations for RepeatedField into a separate header by ghcooper@gmail.com · 11 years ago
  28. 03bd4eb - Caching application metadata to avoid repeatedly reading manifest.xml by colinmeek@gmail.com · 11 years ago
  29. aabd8cd Removing reflection code from Statistics.java to avoid issues from Proguard mangling by colinmeek@gmail.com · 11 years ago
  30. 3eb0690 Rolling back statistics change since valueOf calls are failing by colinmeek@gmail.com · 11 years ago
  31. cdffc0e update version datestamp for June 2013 release by ghcooper@gmail.com · 11 years ago
  32. 1014668 Invalidation client June 2013 changes by colinmeek@gmail.com · 11 years ago
  33. 00c8982 roll forward now that Chrome change has been committed by ghcooper@gmail.com · 11 years ago
  34. 869f7fd rollback of recent changes so Android is not blocked on a Chrome commit by ghcooper@gmail.com · 11 years ago
  35. d5547ba Android invalidation client changes by colinmeek@gmail.com · 11 years ago
  36. a238eec cast RandUint64 to int64 to avoid ambiguous overload by ghcooper@gmail.com · 11 years ago
  37. fb2c75f add a RandUint64, use that instead of multiplying a double by int64_max by ghcooper@gmail.com · 11 years ago
  38. 96a43f0 Update build datestamp by ghcooper@gmail.com · 11 years ago
  39. 845e6dc Change the nonce to be a randomly generated string rather than the time in milliseconds. by ghcooper@gmail.com · 11 years ago
  40. 27a6e5f Addressing Java warnings by colinmeek@gmail.com · 11 years ago
  41. 12f4b7e Push latest changes to opensource. by danielsmyers · 11 years ago
  42. 63a6fb0 add build_constants.h and use it for the client minor version by ghcooper@gmail.com · 11 years ago
  43. 26234bd Removing unused includes by ghcooper@gmail.com · 11 years ago
  44. 5aa5269 Replace calls to scoped_ptr(NULL) with calls to scoped_ptr(). by ghcooper@gmail.com · 11 years ago
  45. 424d502 Remove start-related preconditions check from InvalidationClientCore. Issue a by ghcooper@gmail.com · 11 years ago
  46. 6f237be Adding client type enum value for Chrome sync iOS client. by colinmeek@gmail.com · 11 years ago
  47. fef07da Add missing file. by danielsmyers · 11 years ago
  48. 2a18c1e Push latest changes to opensource. by danielsmyers · 11 years ago
  49. 0cd3c76 Push latest changes to opensource. by danielsmyers · 11 years ago
  50. 6d3fe62 Specify the map comparator (ProtoCompareLess) when declaring an iterator by ghcooper@gmail.com · 11 years ago
  51. 993217d Move new Ticl factory methods into a class to avoid overloading the old names. by ghcooper@gmail.com · 11 years ago
  52. 8401e69 Remove references to deprecated proto field by ghcooper@gmail.com · 11 years ago
  53. 6d4da63 Add tests for the InvalidationClientFactory. by ghcooper@gmail.com · 11 years ago
  54. baa6a80 Do not issue registration-success upcalls until the server has actually responded. by ghcooper@gmail.com · 11 years ago
  55. d111664 Implement a TricklesClientFactory: by ghcooper@gmail.com · 11 years ago
  56. a79188a Deprecate bridge_arrival_time_ms in InvalidationP by ghcooper@gmail.com · 11 years ago
  57. b2ea3c0 Increase client minor version to 3. by ghcooper@gmail.com · 11 years ago
  58. 9c70d95 Fixes Ticl session token logic to allow upgrading of session tokens. by ghcooper@gmail.com · 11 years ago
  59. f02295c Add client type to client header as an optional field. by ghcooper@gmail.com · 11 years ago
  60. 40ca3fd Prevent the TiclService from crashing on null intents. by danielsmyers · 11 years ago
  61. 7454fd5 Cleaning up comments, manifests and sample for the AndroidListener by colinmeek@gmail.com · 11 years ago
  62. 7b0b578 Bring SVN repo up-to-date with head. by danielsmyers · 12 years ago
  63. 2e7386d Use custom logging throughout all classes. by danielsmyers · 12 years ago
  64. 0a8886d Add additional filtering features to AndroidLogger. by danielsmyers · 12 years ago
  65. a574208 1. Make MultiplexingGcmListener properly set the sender ids. by danielsmyers · 12 years ago
  66. 118637e Using GCM rather than C2DM in the Android invalidation client. by colinmeek@gmail.com · 12 years ago
  67. 156d0bd 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 colinmeek@gmail.com · 12 years ago
  68. 6931c45 Push HEAD. by danielsmyers · 12 years ago
  69. 1ee55bf 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
  70. cfaff94 add is_trickle_restart boolean to InvalidationP by ghcooper@gmail.com · 12 years ago
  71. 4d26db2 add RunStateP to client.proto by ghcooper@gmail.com · 12 years ago
  72. a20dbff Add an isTrickleRestart flag to the Invalidation class. The restarted flag is by ghcooper@gmail.com · 12 years ago
  73. f453d8a do not stop the Ticl after an AUTH_ERROR error message upcall to the listener by ghcooper@gmail.com · 12 years ago
  74. 18153ee eliminate the enum in RunState and use the proto enum from RunStateP instead by ghcooper@gmail.com · 12 years ago
  75. 8faa10c Ports some Java changes to the C++ Ticl. by ghcooper@gmail.com · 12 years ago
  76. f177b55 fix const-& inconsistency in MessageCallback by ghcooper@gmail.com · 12 years ago
  77. 5e4fb94 Ports Java Ticl refactoring to C++. This CL also fixes a couple minor nits by ghcooper@gmail.com · 12 years ago
  78. f7179d3 replace IntToString with SimpleItoa by ghcooper@gmail.com · 12 years ago
  79. 419e9ca code for tracking invalidation delivery time through the system by ghcooper@gmail.com · 12 years ago
  80. 34ec2a7 have the Ticl send a heartbeat if the network disconnects and reconnects, unless by ghcooper@gmail.com · 12 years ago
  81. 3d39233 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
  82. 1e3d9d7 have only one message-sending rate limit (of 3 messages in 5 seconds) by ghcooper@gmail.com · 12 years ago
  83. a5db94e remove references to unused headers and types not available in the lite protobuf runtime by ghcooper@gmail.com · 12 years ago
  84. e9ea48e Simplified AndroidListener abstraction by colinmeek@gmail.com · 12 years ago
  85. 59e5014 Add missing TrickleState. by danielsmyers · 12 years ago
  86. a01b008 Track changes from HEAD. In particular, ensure that all code builds aginst the by danielsmyers · 12 years ago
  87. 70e97ae change license on generate_protos.sh by ghcooper@gmail.com · 12 years ago
  88. 63db874 revert r239, since it causes problems for the android build by ghcooper@gmail.com · 12 years ago
  89. 368d138 add a couple of object source constants by ghcooper@gmail.com · 12 years ago
  90. 49eba72 Modifies the GCM channel to buffer the last client message when no registration id is available. by danielsmyers · 12 years ago
  91. 621b1d8 Gateway related protos by ghcooper@gmail.com · 12 years ago
  92. 1717aa3 Renames protocol buffers and protocol validator classes to more descriptive names. by danielsmyers · 12 years ago
  93. 0ab3122 Update README for example app. by danielsmyers · 12 years ago
  94. f782bef Fix copyright headers. by danielsmyers · 12 years ago
  95. bf705da Add a README for the example application. by danielsmyers · 12 years ago
  96. cb8d977 Add additional supporting files for building the example application. by danielsmyers · 12 years ago
  97. 58c1b06 Add libraries required by the example application. by danielsmyers · 12 years ago
  98. 87bbd6f Introduce src/example-app-build to allow building the example application. by danielsmyers · 12 years ago
  99. 2571fa3 Changes to proto files and addition of a Receiver type as needed to make the example application build. by danielsmyers · 12 years ago
  100. fcb3c6e Add DEMO object/client sources to Java tree. by danielsmyers · 12 years ago