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
  12. Feb 08, 2018
  13. Feb 01, 2018
  14. Jan 31, 2018
    • Thai Duong's avatar
      Fixing Kokoro build. · 15204e3d
      Thai Duong authored
      The build is failing probably because Kokoro upgraded its Ubuntu image.
      
      This image doesn't have the unlimited Java policy, thus tests with
      256-bit keys failed. These tests are skipped now. I also temporarily
      remove tests with 256-bit keys from AEAD cross-language tests. These
      tests will be reinstalled after b/35928521 is fixed.
      
      The Go compiler on Kokoro, which is at version go1.9 linux/amd64, refuses
      to compile our Go code because it found a cycle dependency. This is somehow
      not a problem with the version of Go on my workstation. Fortunately, the
      cycle dependency is in a test, so I temporarily removed it. I'm working on
      a better fix which moves the test to a different package.
      
      I also upgrade Bazel to 0.9.0 and use rules-apple at
      a2b620070d373e4f265194b69f65e9e5c17fbcb8, instead of master, which is known
      to work well with Bazel 0.9.0.
      
      Change-Id: I97229342065f12d0eec6ff31b54922161267943a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 0e96efbd943ddc3c97a2b7d573f7e20b78781a5d
      15204e3d
  15. Jan 16, 2018
  16. Jan 08, 2018
    • Thai Duong's avatar
      Fixing more sync errors. · 04f6706c
      Thai Duong authored
      Change-Id: I0e7d1a11650f5d858a7494879d780490353a3c5b
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: b4ef6c8be7c5fab9782f09d4f7e75da891c0d602
      04f6706c
  17. Jan 04, 2018
    • Thai Duong's avatar
      Fixing clang-tidy style errors. · 5add0f82
      Thai Duong authored
      Change-Id: Ib5f05e5210d1f81912b6d6dcc058563d1e2d12f3
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: f11b68fafa336c6f3dfb5ca72a4d3514adf6ece2
      5add0f82
    • Bartosz Przydatek's avatar
      Fixing Java style issues. · 243ad8bd
      Bartosz Przydatek authored
      Change-Id: I21abf7e3a8940a325ae73db921a88889031a7c66
      ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com>
      GitOrigin-RevId: a5da0f4309d5b80b9eba370b33daf2b01431550c
      243ad8bd
Loading