Skip to content
Snippets Groups Projects
  1. Mar 13, 2018
  2. Mar 09, 2018
  3. Mar 03, 2018
    • Thai Duong's avatar
      Fixing a dependency error in tink.pom.xml. · 3774c954
      Thai Duong authored
      Next I'll add some test to detect these errors early.
      
      Also using rules_go 0.10.1 instead of master.
      
      Change-Id: Ib79cd5c1ff7a6bb65cf588ee705183746c2cb417
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: b4ebcfbb4c99b01f21c330d1099ca230e4d4a46f
      3774c954
  4. Feb 28, 2018
    • Thai Duong's avatar
      Deleting files that are not on GitHub to make GoB a mirror of GitHub. · ffbbcfc1
      Thai Duong authored
      This makes migrating changes between GitHub and GoB easier.
      
      The copybara script is being moved to Piper, and nobody is actually
      using the other script.
      
      Change-Id: I876e0ff90995e7d49fa97d57b86aee5d2e66b14a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: e8463a41307fa0e81a8334cad4708dcc5316ed80
      ffbbcfc1
    • Thai Duong's avatar
      Using HEAD-SNAPSHOT version name for snapshots. · 488e6fb9
      Thai Duong authored
      This is neater than x.y.z-SNAPSHOT because we don't have to update
      the POM files when we release new snapshots which are always built
      from HEAD of the master branch.
      
      Change-Id: I07ded75e3e837b03db077787791599291ca6d478
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 95e2fc58566c73d633eb180191b63b868d1c6804
      488e6fb9
  5. Feb 27, 2018
    • Google Engineers's avatar
      Generate Maven jars with Bazel. · de97714f
      Google Engineers authored
      We no longer need to maintain Maven as a separate build and test system.
      This would save us a lot of time, as Maven is not exactly nice to deal
      with.
      
      This also allows us to simplify the poms, especially the dependencies.
      For example, to use Tink for Android users no longer have to set
      $ANDROID_HOME.
      
      Change-Id: I925b37409f8ed5e32f228d8de0f0845ea38bc427
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: 49470c492c6bc1d28960c243b671208863ccdf6b
      de97714f
    • Google Engineers's avatar
      On new commits, publishing to Maven snapshot versions of Tink and apps. · 0ae10dbb
      Google Engineers authored
      Change-Id: I5b7e32a11a40ef1bb6236cc0a5c1b7f030f201e1
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: 1dc2f9b232006e087d30052fc98df76baf604d21
      0ae10dbb
    • Google Engineers's avatar
      Fixing a bug in the test setup, so that we can find real bugs. · f9ed5a65
      Google Engineers authored
      ORIGINAL_AUTHOR=Daniel Bleichenbacher <bleichen@google.com>
      
      Change-Id: I26d2947c2b577932361c4c13ebf9e78adc6cab48
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: 33a309200923878e748799f59fb97d157b8897fa
      f9ed5a65
    • Google Engineers's avatar
      Mass renaming BUILD to BUILD.bazel. · d98847ce
      Google Engineers authored
      This allows to use BUILD for Blaze.
      
      Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
      d98847ce
  6. Feb 26, 2018
  7. Feb 24, 2018
  8. Feb 23, 2018
    • Thai Duong's avatar
      Removing Kokoro build configs. · b75c7d95
      Thai Duong authored
      Change-Id: Ifa509daa77d8994663dd3c3faca7ef6126ed8971
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 72ffad31af12c4bb50a555a52e6192fdf90c661e
      b75c7d95
    • Thai Duong's avatar
      Adding license boilerplate. · f16547c7
      Thai Duong authored
      Change-Id: Ifc233df77a9ca6c5f4a4cd39b4438fa2884bc9e7
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 74093277f729278619c47f765dcf56dd85580350
      f16547c7
    • Thai Duong's avatar
      Generating pb.go files. · b081da6c
      Thai Duong authored
      It is Go best practice to include generated pb.go files in repositories
      so that a pure go implementation and tool chain can use the proto
      libraries without special knowledge of protobuf.
      
      The files are generated using the following command line from the root
      folder of tink:
      
      protoc -I=. --go_out=$GOPATH/src proto/tink.go
      protoc -I=. --go_out=$GOPATH/src proto/ecdsa.go
      
      and copy the generated file in
      $GOPATH/src/github.com/google/tink/proto/tink_proto/tink.pb.go to
      proto/tink_proto/.
      
      With these files, go get github.com/google/tink/go/aead should download
      and install the aead package.
      
      Change-Id: I3021fb72951365b7bfb4a3086b1f351d7e88fa60
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 111162b28e94c09740a2ef524859a5f46fb8c70b
      b081da6c
    • Thai Duong's avatar
      RewardedAds: adding production and test key URLs. · 2240ac7d
      Thai Duong authored
      Bug: 69107476
      Change-Id: Iceedad90e2403fe3980c9ca80395f6b3f69ea3dc
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 59e5d28c728e69f45d4dae53edc90e2cad8e71dd
      2240ac7d
  9. Feb 22, 2018
  10. Feb 15, 2018
  11. Feb 14, 2018
Loading