Commit Graph

1052 Commits

Author SHA1 Message Date
Brad Fitzpatrick bb3c33131e correct uploadUrl in preupload 2010-07-21 20:16:59 -07:00
Brad Fitzpatrick dfc79a96fd slurp and parse JSON in preupload 2010-07-21 19:49:10 -07:00
Brad Fitzpatrick 373a336bc6 android client: start of preupload 2010-07-21 17:13:09 -07:00
Brad Fitzpatrick 1d389344b4 more upload work 2010-07-21 16:35:54 -07:00
Brad Fitzpatrick 724b32beaa enqueue Uris to download before Service is connected 2010-07-21 09:51:42 -07:00
Brad Fitzpatrick c731e964fd start of UploadService 2010-07-19 17:10:52 -07:00
Brad Fitzpatrick 542216b0f6 some sharing work 2010-07-19 16:40:04 -07:00
Brad Fitzpatrick 3706901863 flesh out the AndroidManifest.xml
add some permissions, minSdkVersion, and SEND intent filters...
2010-07-19 09:36:39 -07:00
Brad Fitzpatrick d57b77c315 android: preferences screen
just host & password
2010-07-18 23:12:03 -07:00
Brad Fitzpatrick 6130fa5388 Android project stub commit.
From:
  http://www.alittlemadness.com/2010/05/31/setting-up-an-android-project-build/

(instructions for dual Eclipse+Ant, dual app+test setup...)
2010-07-18 21:46:02 -07:00
Brad Fitzpatrick 9e3f840f0f move away old uploader shell 2010-07-18 21:44:43 -07:00
Brad Fitzpatrick 9fea49b821 add little upload.sh for testing 2010-07-18 11:44:20 -07:00
Brad Fitzpatrick 83a5280d46 clean up, fix auth 2010-07-18 11:08:45 -07:00
Brad Fitzpatrick 1121f6a79c stealth mode 2010-07-18 09:56:31 -07:00
Brad Fitzpatrick ba4d16a69d use gofr; updates for latest Go release 2010-07-17 17:38:01 -07:00
Brad Fitzpatrick 04e18c179d fixed mime structure. upload works. 2010-07-11 21:44:16 -07:00
Brad Fitzpatrick 81d22f2a8a attempt at upload, but doesn't work 2010-07-11 21:42:44 -07:00
Brad Fitzpatrick 785ee292f7 preupload request in upload client 2010-07-11 10:46:06 -07:00
Brad Fitzpatrick b6751946ac start of go upload client 2010-07-10 22:57:53 -07:00
Brad Fitzpatrick 7ec931d850 implement preupload 2010-07-10 21:58:30 -07:00
Brad Fitzpatrick 419c49fe97 work on preupload, and split blobref stuff to its own file 2010-07-10 21:18:16 -07:00
Brad Fitzpatrick 4203151dc2 Uploading via multipart.
Requires the new util/ package be built first.

Also requires multipart stuff submitted to Go but not yet included.
2010-07-08 21:19:54 -07:00
Brad Fitzpatrick d7779aee9d Start of blob upload using new multipart code (not yet) in Go.
Also s/objref/blobref/ and gofmt changes.
2010-07-06 21:57:53 -07:00
Brad Fitzpatrick 5117328bc5 update Mac test file to say Mac, not Unix 2010-07-06 20:30:53 -07:00
Brad Fitzpatrick 3abfb4b757 Some testing of mime multipart stuff 2010-07-02 16:50:07 -07:00
Brad Fitzpatrick 5d0902d216 use github.com/bradfitz/golang-mime-multipart 2010-06-29 10:37:05 -07:00
Brad Fitzpatrick 9152b67ce5 use go-style makefile 2010-06-29 10:36:40 -07:00
Brad Fitzpatrick efbc9805b9 add local properties template 2010-06-21 07:27:49 -07:00
Brad Fitzpatrick 9ea00571e2 updated notes 2010-06-20 23:17:56 -07:00
Brad Fitzpatrick a2b4ca5420 some draft notes on upload protocol 2010-06-20 23:14:30 -07:00
Brad Fitzpatrick f02a87a61a shell of unwritten blobstore tester script 2010-06-20 23:08:05 -07:00
Brad Fitzpatrick 0d9195a8ea start of multipart reading 2010-06-20 23:05:50 -07:00
Brett Slatkin ce3fdd5e75 Merge branch 'master' of danga.com:camlistore 2010-06-20 18:32:55 -07:00
Brett Slatkin f73d1d5c9b fixed app engine blobserver urls; added curl client examples 2010-06-20 18:32:42 -07:00
Brad Fitzpatrick 3e2e443986 move camlistored (go blob server) under blobstore directory 2010-06-20 18:28:29 -07:00
Brad Fitzpatrick b020c8e961 Merge branch 'master' of danga.com:camlistore 2010-06-20 18:27:39 -07:00
Brad Fitzpatrick 1b976129dd require basic auth for getting too 2010-06-20 18:26:54 -07:00
Brett Slatkin 7e3feff72b added app engine camlistore blobserver; needs url parameter/path tweaks and basic auth 2010-06-20 18:22:44 -07:00
Brad Fitzpatrick d9e9c6c89b add terminology doc 2010-06-20 18:18:43 -07:00
Brad Fitzpatrick 65bdc67cec move android app to clients directory 2010-06-20 18:09:19 -07:00
Brad Fitzpatrick 9cb2d62cf1 rename ObjectRef to BlobRef 2010-06-20 17:49:23 -07:00
Brad Fitzpatrick 53269d22cc typo 2010-06-20 17:07:43 -07:00
Brad Fitzpatrick 6eb354dd8b Add signing docs 2010-06-18 18:21:32 -07:00
Brad Fitzpatrick b1806affbd some partial examples of JSON signing 2010-06-17 11:31:46 -07:00
Brad Fitzpatrick 803684fdc2 some docs on JSON signing 2010-06-15 22:05:15 -07:00
Brad Fitzpatrick a2bed507d5 start of some ghetto HTTP Basic Auth 2010-06-13 21:51:18 -07:00
Brad Fitzpatrick e7b00b6e2c GET support 2010-06-12 17:15:49 -07:00
Brad Fitzpatrick e55ec0897b start of storage server 2010-06-12 14:45:58 -07:00
Brad Fitzpatrick 491fadadb4 start of spec file 2010-06-11 17:44:44 -07:00
Brad Fitzpatrick 7c4c34c97c start of android uploader app 2010-06-10 17:28:13 -07:00