Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.15.6
Choose a base ref
...
head repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.15.7
Choose a head ref
  • 12 commits
  • 39 files changed
  • 3 contributors

Commits on Mar 24, 2021

  1. Remove the ::pb namespace (alias). (#8423)

    This closes #8349, although we will probably still pursue some other name in the future.
    dlj-NaN authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    25968de View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    b75a49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d6fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ac393 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Addressed PR comments and fixed a bug.

    We now hold the mutex for both map insertions, to protect
    against a concurrent GC that removes from the seconary map
    before we can insert into the weak map.
    haberman committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2fe27d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8429 from haberman/ruby-gc-secondarymap

    Fix unbounded memory growth for Ruby <2.7.
    haberman authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a38319b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Fixed message equality in cases where the message type is different.

    If the message types are different, equality comparison must return
    false.
    haberman committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d69f482 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    38e1b59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8434 from haberman/ruby-message-eq

    Fixed message equality in cases where the message type is different.
    haberman authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f3f8707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240e54e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    c00c2d4 View commit details
    Browse the repository at this point in the history
  2. Update protobuf version

    acozzette committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    878be35 View commit details
    Browse the repository at this point in the history
Loading