Brett Slatkin
|
9abad5f7d1
|
added logging statements, fixed curl example client to upload as www-form-url-encoded
|
2010-09-07 21:32:12 -07:00 |
Brad Fitzpatrick
|
ffce0fe9fe
|
Merge branch 'master' of danga.com:camlistore
|
2010-08-02 21:11:03 -07:00 |
Brett Slatkin
|
891a4d7434
|
Merge branch 'master' of danga.com:camlistore
|
2010-08-02 21:06:10 -07:00 |
Brett Slatkin
|
e480fc0b76
|
updates app engine blobserver to match spec docs; various doc updates
|
2010-08-02 21:05:54 -07:00 |
Brad Fitzpatrick
|
f7cc633360
|
fix likely fd leak
|
2010-08-02 20:50:54 -07:00 |
Brad Fitzpatrick
|
6b42b42c1a
|
fix strict JSON serialiazation
|
2010-08-02 20:49:39 -07:00 |
Brad Fitzpatrick
|
edefbae584
|
better, working Range support
|
2010-08-02 20:02:29 -07:00 |
Brad Fitzpatrick
|
c412d86da4
|
Better upload script for testing.
|
2010-08-02 19:43:43 -07:00 |
Brad Fitzpatrick
|
47de79266d
|
untested Range support
|
2010-08-02 19:30:00 -07:00 |
Brad Fitzpatrick
|
fefd3685bf
|
fix case in JSON: blobref -> blobRef
|
2010-07-25 22:30:17 -07:00 |
Brad Fitzpatrick
|
1bcffa2b55
|
blob enumeration in server
|
2010-07-25 22:18:21 -07:00 |
Brad Fitzpatrick
|
75ed85ea1d
|
break server up into separate files.
|
2010-07-25 20:34:04 -07:00 |
Brad Fitzpatrick
|
bb3c33131e
|
correct uploadUrl in preupload
|
2010-07-21 20:16:59 -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
|
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
|
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 |
Brett Slatkin
|
7e3feff72b
|
added app engine camlistore blobserver; needs url parameter/path tweaks and basic auth
|
2010-06-20 18:22:44 -07:00 |