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.8
Choose a head ref
  • 15 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

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

Commits on Apr 7, 2021

  1. 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.
    haberman committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    67fee91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8461 from haberman/ruby-arena-memory-leak

    Fixed memory leak of Ruby arena objects.
    haberman authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    1ed9a8b View commit details
    Browse the repository at this point in the history
  3. Updated version to 3.15.8 (#8463)

    * Update protobuf version
    
    * Updated CHANGES.txt and package.xml for 3.15.8
    Adam Cozzette authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    436bd78 View commit details
    Browse the repository at this point in the history
Loading