aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/openpgp/write.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-418/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Handle CORS requests (#6289)Tamal Saha2019-05-131-0/+2
|
* Use Go1.11 module (#5743)Mura Li2019-03-271-67/+105
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-271-0/+378
| | | | | | | | | | | | | | | | * Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-141-378/+0
| | | | | | | | | | | | * Switch to keybase go-crypto (for some elliptic curve key) + test * Use assert.NoError and add a little more context to failing test description * Use assert.(No)Error everywhere 🌈 and assert.Error in place of .Nil/.NotNil
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+378
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments