perkeep/pkg
Markus Peröbner ca3118aa12 pkg/blobserver/remote: adds trusted certs option to remote blobserver
Allows to use self signed certificates with https endpoints.

Change-Id: I1e15bbf15b89e57c8a8cfaf85d778d912a3cc36e
2017-12-29 14:47:37 -08:00
..
app pkg/server/app: proxy search requests for publisher 2016-08-29 19:14:19 +02:00
auth Correct various misspelled words 2017-09-11 08:33:31 -07:00
blob blob: add Ref.EqualString method 2017-12-26 17:37:00 -08:00
blobserver pkg/blobserver/remote: adds trusted certs option to remote blobserver 2017-12-29 14:47:37 -08:00
buildinfo add canonical import paths 2016-03-13 19:57:14 -07:00
cacher cmd/camget: update client share chain when getting blobs from cache 2016-09-26 19:03:04 +02:00
camerrors add canonical import paths 2016-03-13 19:57:14 -07:00
camlegal add canonical import paths 2016-03-13 19:57:14 -07:00
client Merge "pkg/client: set ServerName before DialTLS handshake for android" 2017-12-29 15:52:40 +00:00
cmdmain pkg/cmdmain: set flag.CommandLine output to Stderr 2017-11-20 21:14:27 +01:00
constants pkg/constants/google: remove, use oauth2/google instead 2016-06-08 16:15:39 -07:00
conv add canonical import paths 2016-03-13 19:57:14 -07:00
deploy/gce pkg/deploy: ignore Domain field from page template 2017-12-16 02:01:36 +01:00
env web UI: add "About" menu entry and dialog 2017-03-07 00:24:07 +01:00
fileembed genfileembed: always embed paths with slashes 2017-12-08 09:24:14 +01:00
fs cmd/cammount: add more documentation and examples to help people get started with PerkeepFs 2017-12-19 15:32:33 -08:00
gc Switch to stdlib context from golang.org/x/net/context 2017-11-26 01:12:26 -08:00
geocode Switch to stdlib context from golang.org/x/net/context 2017-11-26 01:12:26 -08:00
googlestorage all: lint fixes for "receiver name should be consistent with previous receiver name" 2017-12-13 11:31:25 -08:00
gpgchallenge Switch to stdlib context from golang.org/x/net/context 2017-11-26 01:12:26 -08:00
hashutil add canonical import paths 2016-03-13 19:57:14 -07:00
httputil all: lint fixes for "don't use leading k in Go names" 2017-12-13 11:31:25 -08:00
images Use io.Seek* constants instead of deprecated os.SEEK* constants 2017-12-03 17:04:02 -08:00
importer cmd/pk-devimport: command that runs a local importer 2017-12-20 17:58:56 +01:00
index all: lint fixes for "receiver name should be consistent with previous receiver name" 2017-12-13 11:31:25 -08:00
jsonsign all: lint fixes for "if block ends with a return statement" 2017-12-13 11:31:25 -08:00
kvutil Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
leak add canonical import paths 2016-03-13 19:57:14 -07:00
lru improve proxycache and stats blobservers 2017-12-29 10:09:15 -08:00
magic magic: add file types and tests 2017-12-29 13:01:05 -08:00
media pkg: simplify code - the make function defaults capacity == length, and replace usage of string(buf.Bytes()) with buf.String() 2017-12-05 11:28:59 -08:00
misc Add Azure blobserver support. 2017-12-29 12:39:49 -08:00
netutil all: lint fixes for 'error strings should not be capitalized or end with punctuation or a newline' 2017-12-11 06:13:25 -08:00
osutil osutil: add func to report whether the secret-keyring flag is loaded 2017-12-20 12:53:22 -08:00
pools add canonical import paths 2016-03-13 19:57:14 -07:00
publish app/publisher: use scheme from window.location 2017-04-25 16:33:14 +02:00
rollsum Merge "pkg/rollsum: fix uint8 overflow" 2017-12-29 19:41:36 +00:00
schema Merge "pkg/rollsum: fix uint8 overflow" 2017-12-29 19:41:36 +00:00
search pkg: lint fixes for "context.Context should be the first parameter of a function" 2017-12-13 11:33:21 -08:00
server Vendor OpenSans (apache 2 licence) 2017-12-29 10:22:49 -08:00
serverinit pkg/serverinit/testdata: fix tests broken by changing error message for golint 2017-12-13 11:33:30 -08:00
sorted all: lint fixes for "receiver name should be consistent with previous receiver name" 2017-12-13 11:31:25 -08:00
test improve proxycache and stats blobservers 2017-12-29 10:09:15 -08:00
types all: lint fixes for "receiver name should be consistent with previous receiver name" 2017-12-13 11:31:25 -08:00
video/thumbnail all: lint fixes for 'error strings should not be capitalized or end with punctuation or a newline' 2017-12-11 06:13:25 -08:00
webserver pkg/webserver: remove usage of the obsolete runsit package 2017-12-26 15:03:59 -08:00
.gitignore