This repository was archived by the owner on Feb 9, 2024. It is now read-only.
forked from coreos/hawk-go
-
Notifications
You must be signed in to change notification settings - Fork 7
Upstream fixes #11
Merged
Merged
Upstream fixes #11
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
17ebb94
Set a nonce in *Auth returned in func NewURLAuth(...)
petemoore 2541a8b
Merge pull request #9 from petemoore/add-nonce-to-NewURLAuth
titanous 18fd37e
Revert "Set a nonce in *Auth returned in func NewURLAuth(...)" since
petemoore d4fa082
Merge pull request #10 from petemoore/revert-nonce-fix
titanous d3073d0
remove explicit check of error message value for stale timestamp cloc…
jkeys089 d341ea3
Merge pull request #11 from jkeys089/master
titanous 9b2d640
Fix `NewURLAuth` func name in Godoc
zaneli 2430cdc
Merge branch 'master' of github.com:tent/hawk-go
petemoore c81c006
Merge branch 'fix-func-name-in-godoc' of github.com:zaneli/hawk-go
petemoore File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems weird to update offsets when the
errorkey is present.