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: tg123/go-htpasswd Loading
base: v1.2.1
Choose a base ref
...
head repository: tg123/go-htpasswd Loading
compare: v1.2.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 11, 2023

  1. Switch to sync.RWMutex (#10)

    In order to allow atomic reloads for passwd and group files this libraries uses
    mutexes to prevent lookups during reloads. In the current form this also means
    that concurrent lookups are not possible. This change replaces sync.Mutex with
    sync.RWMutex which allows concurrent read access.
    
    Signed-off-by: Christian Pointner <[email protected]>
    equinox0815 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c172617 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bump golang.org/x/crypto from 0.6.0 to 0.17.0 (#11)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
    - [Commits](golang/crypto@v0.6.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    27f6cbb View commit details
    Browse the repository at this point in the history
Loading