Commit Graph

39 Commits

Author SHA1 Message Date
Brad Fitzpatrick 47f40c0b98 Recomend running camput --init in error message. 2011-01-26 13:18:28 -08:00
Brett Slatkin f5758f6c68 adds "share" camli object schema; support for camput --share 2011-01-25 22:44:03 -08:00
Brett Slatkin 02717908ef adds -via to camget; adds -reqlog to blobserver 2011-01-25 21:34:17 -08:00
Brad Fitzpatrick ebcc37560c Make encoding/line an io.Reader
Already submitted to Go at http://codereview.appspot.com/4066043/
2011-01-25 09:20:41 -08:00
Brad Fitzpatrick 96055b12b8 Add fork of Go's encoding/line. Will modify and unfork later. 2011-01-24 16:56:21 -08:00
Brett Slatkin 5e4128c285 separates python library from example client 2011-01-21 11:29:14 -08:00
Brad Fitzpatrick 6e4f9a17d7 Actually upload permanode; clean up config, uploading, signing, logging 2011-01-18 10:29:38 -08:00
Brad Fitzpatrick 3eaf825674 camput --init; First-time config helper. 2011-01-17 18:28:38 -08:00
Brad Fitzpatrick c761e1afc8 Create & sign permanodes. 2011-01-16 21:16:54 -08:00
Brad Fitzpatrick 21d33c9b6a Parse JSON configuration file ~/.camli/config 2011-01-16 21:16:26 -08:00
Brad Fitzpatrick 5f82a9caa9 complain more clearly when DSA public keys are read. 2011-01-16 21:05:03 -08:00
Brad Fitzpatrick 5f9840a429 Break camli/blobref into two files; add NewSimpleDirectoryFetcher to fetcher.go 2011-01-16 21:00:36 -08:00
Brad Fitzpatrick 8e056ed11a seed PRNG on time 2011-01-15 20:20:35 -08:00
Brad Fitzpatrick 01ff846557 Start of camput --permanode 2011-01-15 18:10:58 -08:00
Andrew Gerrand ee937f8d7f added NewGetRequest helper 2011-01-15 12:25:24 +11:00
Andrew Gerrand 8933895fd1 added Fetch to Client 2011-01-15 12:24:47 +11:00
Brad Fitzpatrick 3e90b7c1fa Send a Content-Length on Go client's upload. 2011-01-13 09:59:49 -08:00
Brad Fitzpatrick 729a816971 Ignore test files 2011-01-13 09:58:55 -08:00
Brad Fitzpatrick f3b9b66eb0 Follow 303 redirects in Go upload client. 2011-01-13 07:53:15 -08:00
Brad Fitzpatrick 7f85b55928 Base + reference URI => Absolute URI. 2011-01-11 11:44:18 -08:00
Brad Fitzpatrick eaefd4f708 Fixing authorities in scheme-relative URLs.
Patching in http://codereview.appspot.com/3910042/
2011-01-10 17:05:45 -08:00
Brad Fitzpatrick ba2ee6a93c Progress on camput to App Engine's blobserver. Not quite working yet. 2011-01-05 08:22:33 -08:00
Brad Fitzpatrick 159dc094cf Adding missing dependency 2011-01-05 08:08:59 -08:00
Brad Fitzpatrick dda5a82dab Work around Go bug http://code.google.com/p/go/issues/detail?id=1388 2011-01-05 08:08:45 -08:00
Brad Fitzpatrick da7faf94a3 Start of camget; merge clientconfig and camput into new client library 2011-01-02 14:36:03 -08:00
Brad Fitzpatrick b2757e0ddc Only include the ctime when it differs from mtime 2011-01-01 19:37:39 -08:00
Brad Fitzpatrick 8b7ebd8082 Recursive directory puts work! 2011-01-01 15:44:08 -08:00
Brad Fitzpatrick 046092d62d Changing interface between camput and schema in prep for directory work. 2011-01-01 14:44:19 -08:00
Brad Fitzpatrick 7b56ca3cae symlink support 2011-01-01 13:12:45 -08:00
Brad Fitzpatrick 83521e8639 user and group names 2011-01-01 02:51:15 -08:00
Brad Fitzpatrick 10bd8e3ff7 Preserve nanos in RFC3339 time. 2010-12-31 12:13:33 -08:00
Brad Fitzpatrick 6041eb81d4 File schema work. 2010-12-30 22:37:46 -08:00
Brad Fitzpatrick d574419e7b Rearrange; update http to latest go release. 2010-12-30 12:45:00 -08:00
Brad Fitzpatrick eb60cd6f71 Start of a schema library for camput. 2010-12-30 10:17:47 -08:00
Brad Fitzpatrick eca9778120 Add a Makefile. 2010-12-24 06:07:13 -08:00
Brad Fitzpatrick 75f7eda54b Let http POST requests be modified prior to send. 2010-12-20 15:37:47 -08:00
Brad Fitzpatrick 2d04200f46 Check in temporary fork of Go's http library
Need to modify it and don't want to wait for Go codereviews
while everybody's on vacation.
2010-12-20 14:56:54 -08:00
Brad Fitzpatrick 5de1e6c163 Start of little shared camli/clientconfig library 2010-12-20 14:54:41 -08:00
Brad Fitzpatrick 50280032db Move go/blobref and go/jsonsign to lib/go 2010-12-20 14:19:25 -08:00