- Jul 11, 2019
-
-
tanujdhir authored
To replicate: find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0$//' {} \; find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0 # keep$/ # keep/' {} \; PiperOrigin-RevId: 257604221
-
- May 29, 2019
-
-
przydatek authored
PiperOrigin-RevId: 248717508
-
- Feb 02, 2019
-
-
thaidn authored
PiperOrigin-RevId: 232070221 GitOrigin-RevId: c287968418c414ed37078684564a887f1ccba0ae
-
- Oct 02, 2018
-
-
https://github.com/google/tink/issues/93Thai Duong authored
This is a rather large change because it touches public APIs, so I want to include all possible changes to make it easier for our current users to migrate in one go. Notable changes: * Add a mechanism that allows to restrict the visibility of functions that accept cleartext keys. * s/Aead/AEAD/, s/Mac/MAC/, s/ComputeMac/ComputeMAC/, s/VerifyMac/VerifyMAC/, s/PublicKeySign/Signer/, s/PublicKeyVerify/Verifier/ * s/aead.GetPrimitive/aead.New/, etc. * s/aead.RegisterStandardKeyTypes/aead.Register/, etc. PiperOrigin-RevId: 215424138 GitOrigin-RevId: 3e9452ec61d04294ab0afdc9c395fe320cefa6a7
-
- Sep 20, 2018
-
-
Bartosz Przydatek authored
PiperOrigin-RevId: 213049325 GitOrigin-RevId: 87533b41a95cd0dcef5d1d29d285e6fe14103cb1
-
- Feb 27, 2018
-
-
Google Engineers authored
This allows to use BUILD for Blaze. Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
-
- Feb 22, 2018
-
-
Thai Duong authored
As a result of this, github.com/google/tink/go/tink/tink becomes github.com/google/tink/go/tink. To re-generate BUILD files, run bazel run :gazelle. Change-Id: I50af31d47d8014d21a19ae8318230ea616489e4a ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: fea34065f64916eb2c44cb8d398937f81c7a748e
-
- Oct 26, 2017
-
-
Thai Duong authored
Change-Id: Idc91dd3978d7d3456fdce281541c6a8dd6f10dec ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 005561b04d1f26f32e2fb77d0c07e92aeb839123
-
- Sep 19, 2017
-
-
Thai Duong authored
These archives are prepared on-the-fly by GitHub and are not guaranteed to be the same every time (for example, the order of files within the archive could change). We also need a new version of rules_go because the version that we were using also depends on GitHub archives. This explains the changes in go/. Also switch to googletest's provided bazel BUILD file, as recommended by the googletest team. Change-Id: I57f9c93a41eb68ee2946a0744506a9334b6d1ccc ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: eab348375b10cedd354da3fc2f286abc80869df9
-
- Jun 23, 2017
-
-
Google Engineers authored
Change-Id: Ie7fbd2dc6d401bdc8dce23b9dc7e2e11b009ff6c ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: a8d676fdbc017da8a50d2bad69a45d80b29c5c9b
-
- Apr 13, 2017
-
-
Thai Duong authored
license checking tool cannot read //java:BUILD. Change-Id: Ia8a4fdb0d3a15f8a564606c059cd7840ba7aeb55 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 70cf3b2422bd8a00a9e632f41b3231fb9e9102f7
-
- Mar 23, 2017
-
-
Thai Duong authored
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 721d2b722b1c7582e34eb55e91607f84ceb8b880
-