Commit Graph

1052 Commits

Author SHA1 Message Date
Brad Fitzpatrick 5f9840a429 Break camli/blobref into two files; add NewSimpleDirectoryFetcher to fetcher.go 2011-01-16 21:00:36 -08:00
Brad Fitzpatrick 6520da3e46 add deps 2011-01-16 20:59:13 -08:00
Brad Fitzpatrick 78cf21654d typo 2011-01-16 20:59:00 -08:00
Brad Fitzpatrick cbfbd2b938 Merge branch 'master' of danga.com:camlistore 2011-01-16 17:08:45 -08:00
Brett Slatkin ae8370ae2c Python client: Adds get_blobs; command-line get, put, and putdir cleaned up and working; wrote pydocs 2011-01-16 14:26:00 -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 92c05450b5 implemented rudimentary camget 2011-01-15 12:25:37 +11: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
Andrew Gerrand 0de3dc28e3 added vim tmp files to gitignore 2011-01-15 12:22:26 +11:00
Brad Fitzpatrick bc0080fccd remove debug 2011-01-14 09:10:10 -08:00
Brad Fitzpatrick 3b28ed2938 Clean up run.sh; ignore pwd. 2011-01-13 18:07:21 -08:00
Brad Fitzpatrick 791e9ed503 Some debug stuff. 2011-01-13 10:00:35 -08: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 3e001663af Add a static dir to AppEngine config; stop forcing https for now. 2011-01-13 09:58:27 -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 805146d730 Build Go blobserver on start. 2011-01-05 08:21:43 -08:00
Brad Fitzpatrick 3201302ad8 build.pl: chdir to root before building 2011-01-05 08:21:27 -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 176cf7d0aa Add a little build system. 2011-01-04 15:04:08 -08:00
Brad Fitzpatrick 3688b24274 Fix gitignore file 2011-01-04 15:02:50 -08:00
Brad Fitzpatrick e2435289f2 Start of a webserver for camlistore.org 2011-01-03 15:49:19 -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 0a4e49a3d0 less debug spew 2011-01-01 19:37:50 -08:00
Brad Fitzpatrick b2757e0ddc Only include the ctime when it differs from mtime 2011-01-01 19:37:39 -08:00
Brad Fitzpatrick 10841cc899 sort directory list 2011-01-01 17:38:02 -08:00
Brad Fitzpatrick 9777789091 Upload stats 2011-01-01 17:34:18 -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 5ea7504c84 Start working on file uploads 2010-12-29 12:54:12 -08:00
Brad Fitzpatrick 93afcb9d60 Upload works now. 2010-12-24 10:04:08 -08:00
Brad Fitzpatrick 0adecfb4cc Upload work. 2010-12-24 07:46:12 -08:00
Brad Fitzpatrick eca9778120 Add a Makefile. 2010-12-24 06:07:13 -08:00
Brad Fitzpatrick 3e5f10351c Start of file+blob uploading. 2010-12-22 10:09:01 -08:00
Brad Fitzpatrick 162575e221 Remove Base64.NO_PADDING. Was necessary. 2010-12-21 18:12:53 -08:00
Brad Fitzpatrick 3dafb1b8e4 Gimmicky option for demos, showing image on upload. 2010-12-21 18:11:45 -08:00
Brad Fitzpatrick f5a72c68d3 Don't spin. 2010-12-21 17:25:21 -08:00
Brad Fitzpatrick 3307e5c15f Enable StrictMode for Android uploader. 2010-12-21 16:05:20 -08:00