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: ruby/webrick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ruby/webrick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1_4
Choose a head ref
  • 8 commits
  • 35 files changed
  • 3 contributors

Commits on Jul 21, 2020

  1. Sync with Ruby 2.6.6 webrick

    Fixes #48
    jeremyevans committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0fddb18 View commit details
    Browse the repository at this point in the history
  2. Work on Ruby <2.6

    jeremyevans committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    be35be3 View commit details
    Browse the repository at this point in the history
  3. Only run test_big_bodies test on Ruby 2.5+

    It was added after Ruby 2.5, and it looks like it never ran correctly
    on Ruby <2.5.
    jeremyevans committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b533b26 View commit details
    Browse the repository at this point in the history
  4. Update Ruby versions tested on Travis

    Avoid testing on Ruby head, and test on Ruby 2.6.  Update patch
    versions of Ruby 2.3-2.5.
    jeremyevans committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    72a8201 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge pull request #53 from jeremyevans/v1_4

    Sync with Ruby 2.6.6 webrick
    hsbt authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    619009f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. bump version to 1.4.3

    hsbt committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d7fc6f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Make it more strict to interpret some headers

    Some regexps were too tolerant.
    mame authored and hsbt committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    af2efdc View commit details
    Browse the repository at this point in the history
  2. bump version to 1.4.4

    hsbt committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    020d148 View commit details
    Browse the repository at this point in the history
Loading