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: nette/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nette/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 15, 2023

  1. RequestFactory: fixed filter detection

    after 4a81b18
    dg committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    adbca5f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. RequestFactory: performance optimization

    thx @jakubboucek for tip
    dg committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    41a764f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    613d8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792f6b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6ef402 View commit details
    Browse the repository at this point in the history
  4. SessionExtension: don't set readAndClose if null (#213)

    Session class throws exception if session is started and option read_and_close is set.
    SessionExtension breaks compatibility with other session implementations (in case they already started the session) by always setting that option (to default value).
    mabar authored and dg committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f096ac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    ad598e3 View commit details
    Browse the repository at this point in the history
Loading