perkeep/pkg
Bill Thiede 3418ed1d89 netutil: On FreeBSD replace call to lsof(1) with sockstat(1).
sockstat(1) is in the base system image, whereas lsof(1) is only avaible
through ports.

The addresses Issue 190

Change-Id: I5e3cd6b6c10d2aa75f799320d80acfd61275ea62
2013-08-18 03:41:03 +00:00
..
auth Docs and minor cleanups 2013-07-07 16:09:17 -07:00
blob blob: add == test 2013-08-03 22:25:39 -07:00
blobserver Adding Google Drive as a storage backend experimentally. No cheap-enough way 2013-08-17 15:30:02 +02:00
buildinfo More docs 2013-07-07 18:52:14 -07:00
cacher all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
client client: on android, do not parse config file 2013-08-12 18:21:53 +02:00
cmdmain More docs 2013-07-07 18:52:14 -07:00
errorutil
fileembed More docs 2013-07-07 18:52:14 -07:00
fs all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
googlestorage Adding Google Drive as a storage backend experimentally. No cheap-enough way 2013-08-17 15:30:02 +02:00
httputil all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
images search handler: return correct thumbnail dimensions 2013-03-25 17:06:15 +01:00
importer importer: start of a third-party importing system. 2013-01-20 16:17:32 -08:00
index all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
jsonconfig appengine: more fixes 2013-08-11 21:17:05 +02:00
jsonsign appengine: fix build issues 2013-08-11 19:42:57 +02:00
lru More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
magic More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
misc appengine: fix build issues 2013-08-11 19:42:57 +02:00
netutil netutil: On FreeBSD replace call to lsof(1) with sockstat(1). 2013-08-18 03:41:03 +00:00
osutil osutil: implement CacheDir on Windows. 2013-08-04 14:21:36 -07:00
readerutil More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
rollsum rollsum: add OnSplitWithBits 2013-06-09 19:48:30 +02:00
schema all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
search all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
server appengine: fix the UI 2013-08-16 18:49:51 +02:00
serverconfig Merge "Adding Google Drive as a storage backend experimentally. No cheap-enough way of enumerating Drive files, needs to be fixed once Drive supports range queries. Allows you to sync to /sto-googledrive/, but not from." 2013-08-17 15:51:51 +00:00
singleflight singleflight: open soure this package. 2013-01-05 16:23:53 -08:00
test all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
throttle More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
types types: move ReadSeekCloser types from pkg/blobref to pkg/types 2013-07-28 20:08:55 -07:00
webserver More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
.gitignore