-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Comparing changes
Open a pull request
base repository: protocolbuffers/protobuf
base: v3.16.0
head repository: protocolbuffers/protobuf
compare: v3.17.0
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f829fb - Browse repository at this point
Copy the full SHA 4f829fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 887462a - Browse repository at this point
Copy the full SHA 887462aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8399bb8 - Browse repository at this point
Copy the full SHA 8399bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25ca77 - Browse repository at this point
Copy the full SHA f25ca77View commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 393e453 - Browse repository at this point
Copy the full SHA 393e453View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c354c6 - Browse repository at this point
Copy the full SHA 2c354c6View commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be2f000 - Browse repository at this point
Copy the full SHA be2f000View commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 73e0e7a - Browse repository at this point
Copy the full SHA 73e0e7aView commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eef2418 - Browse repository at this point
Copy the full SHA eef2418View commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 751d05c - Browse repository at this point
Copy the full SHA 751d05cView commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1949746 - Browse repository at this point
Copy the full SHA 1949746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87faccd - Browse repository at this point
Copy the full SHA 87faccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e263c7e - Browse repository at this point
Copy the full SHA e263c7eView commit details -
Merge branch 'kotlinProtos' of https://github.com/deannagarcia/protobuf…
… into kotlinProtos
Configuration menu - View commit details
-
Copy full SHA for 6f5c6eb - Browse repository at this point
Copy the full SHA 6f5c6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0454655 - Browse repository at this point
Copy the full SHA 0454655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9aca5 - Browse repository at this point
Copy the full SHA 2c9aca5View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 438d777 - Browse repository at this point
Copy the full SHA 438d777View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 726241f - Browse repository at this point
Copy the full SHA 726241fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30355ff - Browse repository at this point
Copy the full SHA 30355ffView commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0acba3 - Browse repository at this point
Copy the full SHA b0acba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aaaf70 - Browse repository at this point
Copy the full SHA 9aaaf70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a32c0 - Browse repository at this point
Copy the full SHA 74a32c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a088736 - Browse repository at this point
Copy the full SHA a088736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043935b - Browse repository at this point
Copy the full SHA 043935bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a82094 - Browse repository at this point
Copy the full SHA 4a82094View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b23ae1 - Browse repository at this point
Copy the full SHA 7b23ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610fc63 - Browse repository at this point
Copy the full SHA 610fc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3b28d - Browse repository at this point
Copy the full SHA 7c3b28dView commit details
Commits on Apr 2, 2021
-
Making dependency on java proto instead of copying files and generati…
…ng kotlin generated code for standard protos
Configuration menu - View commit details
-
Copy full SHA for 50592a5 - Browse repository at this point
Copy the full SHA 50592a5View commit details
Commits on Apr 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07f263c - Browse repository at this point
Copy the full SHA 07f263cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c703e - Browse repository at this point
Copy the full SHA 93c703eView commit details
Commits on Apr 5, 2021
-
Emulated python aarch64 tests (#8392)
This runs basic python aarch64 tests under qemu emulator, but uses artifacts that can be cross-built by a host compiler.
Configuration menu - View commit details
-
Copy full SHA for 053966b - Browse repository at this point
Copy the full SHA 053966bView commit details
Commits on Apr 6, 2021
-
addressbook.proto: Enable java_multiple_files option
And update the java_package value accordingly. Enabling java_multiple_files is preferred nowadays. Refs CL 348101638 which updates the tutorial accordingly.
Configuration menu - View commit details
-
Copy full SHA for 9d17549 - Browse repository at this point
Copy the full SHA 9d17549View commit details -
Configuration menu - View commit details
-
Copy full SHA for e844a53 - Browse repository at this point
Copy the full SHA e844a53View commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c782fc - Browse repository at this point
Copy the full SHA 3c782fcView commit details -
Fixed memory leak of Ruby arena objects.
In our free() method, we were freeing the memory from the upb arena but we were failing to free the memory for the Ruby arena object. This was causing every Ruby arena object to leak: even though the objects were getting GC'd, the underlying memory was not getting released.
Configuration menu - View commit details
-
Copy full SHA for 67fee91 - Browse repository at this point
Copy the full SHA 67fee91View commit details -
Merge pull request #8461 from haberman/ruby-arena-memory-leak
Fixed memory leak of Ruby arena objects.
Configuration menu - View commit details
-
Copy full SHA for 1ed9a8b - Browse repository at this point
Copy the full SHA 1ed9a8bView commit details -
Merge pull request #8327 from alkasm/alkasm/method-desc-copy-to-proto
[python-runtime] Add MethodDescriptor.CopyToProto()
Configuration menu - View commit details
-
Copy full SHA for c214856 - Browse repository at this point
Copy the full SHA c214856View commit details -
Updated version to 3.15.8 (#8463)
* Update protobuf version * Updated CHANGES.txt and package.xml for 3.15.8
Configuration menu - View commit details
-
Copy full SHA for 436bd78 - Browse repository at this point
Copy the full SHA 436bd78View commit details
Commits on Apr 8, 2021
-
Fixed version for gradle in java Readme.md
Looks like this was forgotten by the last time this was edited.
Configuration menu - View commit details
-
Copy full SHA for 1db2b66 - Browse repository at this point
Copy the full SHA 1db2b66View commit details -
Merge pull request #8467 from SR-Lut3t1um/patch-1
[documentation] [java] Fixed version for gradle in java Readme.md
Configuration menu - View commit details
-
Copy full SHA for 049e05f - Browse repository at this point
Copy the full SHA 049e05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5679811 - Browse repository at this point
Copy the full SHA 5679811View commit details -
Merge pull request #8470 from acozzette/merge-3-15-x
Merge 3.15.x into master
Configuration menu - View commit details
-
Copy full SHA for 017599b - Browse repository at this point
Copy the full SHA 017599bView commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee04809 - Browse repository at this point
Copy the full SHA ee04809View commit details
Commits on Apr 12, 2021
-
Fix source gem compilation (#8471)
* Select appropriate protoc binary for gem build This should allow gem installation when `bundle config force_ruby_platform true` has been set. It has the unfortunate side effect of printing the protoc version during build, but a quiet cross-platform solution is more complicated. * Add path to wyhash header for source gem compilation
Configuration menu - View commit details
-
Copy full SHA for 68cb69e - Browse repository at this point
Copy the full SHA 68cb69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a250d3f - Browse repository at this point
Copy the full SHA a250d3fView commit details -
Merge branch 'kotlinProtos' of https://github.com/deannagarcia/protobuf…
… into kotlinProtos
Configuration menu - View commit details
-
Copy full SHA for 1b637aa - Browse repository at this point
Copy the full SHA 1b637aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c81c89 - Browse repository at this point
Copy the full SHA 1c81c89View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3d497f - Browse repository at this point
Copy the full SHA b3d497fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d0b29 - Browse repository at this point
Copy the full SHA 64d0b29View commit details
There are no files selected for viewing