Brad Fitzpatrick
7364fd6110
link to camlipy
...
Change-Id: I54b16e8f0d6c8216957e9a0655edbd596e3f3036
2013-08-15 10:07:58 -07:00
Brad Fitzpatrick
b6a8dc3351
More git links updated
...
Change-Id: I2e527d73c2907dbc87e84a876b0f0ba7b2cf18b9
2013-08-14 10:47:56 -07:00
Brad Fitzpatrick
36f93b8240
Updating website for new git & Gerrit location.
...
Change-Id: Ifaceae9e40e2028c7c643020ea82abcece2e3554
2013-08-14 10:35:33 -07:00
Brad Fitzpatrick
5f5e8fcee4
Merge "appengine: more fixes"
2013-08-13 03:56:55 +00:00
Brad Fitzpatrick
1cf817f677
Merge "ui: deal better with unexpected non JSON responses"
2013-08-13 03:55:54 +00:00
mpl
860f136019
client: on android, do not parse config file
...
http://camlistore.org/issue/189
Change-Id: I9de22ce16950e4844ad82d97ff48207a80586a34
2013-08-12 18:21:53 +02:00
mpl
f66077e48b
appengine: more fixes
...
-added status handler to the config
-made pkg/jsonconfig/eval.go use the relative path
for the config file, since appengine does not like
absolute paths.
Change-Id: If9d275e308ae60e15ecd9c831e22fa6301de0be6
2013-08-11 21:17:05 +02:00
mpl
489c78746b
ui: deal better with unexpected non JSON responses
...
Change-Id: Ieacac4dc734421743ca30bf79b0f3afdbbe00892
2013-08-11 21:11:02 +02:00
mpl
e682cda008
appengine: fix build issues
...
split pkg/jsonconfig/sign.go and pkg/server/root.go
because of unsupported stuff on appengine
Change-Id: I6f97ec2e043dabbe54971a88dc401a45ba36a60a
2013-08-11 19:42:57 +02:00
mpl
9fcb4b6434
dumpconfig: typo in date
...
Change-Id: Iebd75442070896b588092f8bad62e0d21cab3b27
2013-08-09 18:12:47 +02:00
Brad Fitzpatrick
f3f0030b25
serverconfig: error on bad baseURL values.
...
Fixes https://code.google.com/p/camlistore/issues/detail?id=195
Change-Id: I74e194a3903cd7ae36319bc98659e436e9b142d4
2013-08-08 17:50:50 -07:00
Brad Fitzpatrick
462eb7e4c2
Add camtool dumpconfig subcommand.
...
Fixes http://code.google.com/p/camlistore/issues/detail?id=192
2013-08-08 17:06:45 -07:00
Brad Fitzpatrick
ba63f77d32
Merge "Improve appearance of non-image permanodes."
2013-08-05 15:01:20 +00:00
Brad Fitzpatrick
1f1c54e9f3
Merge "Schedule relayout whenever children are added to BlobItemContainer."
2013-08-05 14:59:59 +00:00
Brad Fitzpatrick
02a95a503d
goexif: fix crash observed in the wild.
...
Reported by ajft@ajft.org
Change-Id: I4d4ddc998bb07f75d484341b8e423151d6c1aaa0
2013-08-05 07:51:53 -07:00
Aaron Boodman
5e24502348
Schedule relayout whenever children are added to BlobItemContainer.
...
This fixes some bugs where we don't relayout when items are added
to BlobItemContainer for various reasons.
Change-Id: Ie434acc12e660af438b93d2dabd41f3d75fb7493
2013-08-05 00:05:32 -07:00
Aaron Boodman
ace41589a8
Improve appearance of non-image permanodes.
...
The add button still looks poo, but that will be a separate change.
Change-Id: Iea5fd53f7f4eabfc8c2ed45c043fcbd661b68077
Screenshots: http://imgur.com/JARUznn,tsv6dgU
2013-08-04 22:55:08 -07:00
Brad Fitzpatrick
0dea7eae9b
Update HACKING a bit.
...
Change-Id: I5802bc30a5d48d361bf57268f8f3892a3d3ce5eb
2013-08-04 14:28:14 -07:00
Brad Fitzpatrick
aa2ccf9732
osutil: implement CacheDir on Windows.
...
Change-Id: I3b41b2a68f0c4222cbfac2945b614964f362e29f
2013-08-04 14:21:36 -07:00
Brad Fitzpatrick
d3bca08889
make.go: create zip files with forward slashes, per zip spec
...
Might fix issue 188 (Windows not getting any UI)
Change-Id: Ic4243102d9bc78ba4a9959c575afc6313949da1f
2013-08-03 22:48:09 -07:00
Brad Fitzpatrick
e3d3238989
closure: remove weird line breaks from buggy goimports, fmt
...
Change-Id: I65c8952d7fb3fbcdbaf61f004addf4514a8eee9a
2013-08-03 22:42:49 -07:00
Brad Fitzpatrick
ffb10f6ce6
sigserver: fix build
...
Change-Id: I0e4b02a420ef2cfcae46d2d57ec99db1687df401
2013-08-03 22:29:57 -07:00
Brad Fitzpatrick
41fe3660c2
blob: add == test
...
Change-Id: If3a8096e885d51316e3841d9a6bde625ee76f51e
2013-08-03 22:25:39 -07:00
Brad Fitzpatrick
0bdf20884b
all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref
...
Change-Id: Id2dfb7f19452bedf4f3c9310b36227fd8117b225
2013-08-03 19:54:30 -07:00
Brad Fitzpatrick
c44d89e22f
blob: more porting blobref to new pkg blob
...
Change-Id: Id7f0dd80dd6ce5fa55a2c04e2e2a882a5ef8add6
2013-08-03 19:08:17 -07:00
Brad Fitzpatrick
e56a944843
blob: replacement for *blobref.BlobRef type.
...
Shorter name (blob.Ref instead of *blobref.BlobRef) and value
semantics instead of pointer.
Also, equality (==) works on it, so it can be used as a map key.
It's also more memory efficient, for the upcoming search server that
needs to store tons (or all) of your blobrefs in memory.
Change-Id: I494a2d72d31865211fa388fedf938ed25f99ca13
2013-08-03 13:48:17 -07:00
Brad Fitzpatrick
7bbc2828fd
demo.sh script to source during demos
...
Change-Id: If7415d16f21fdc4ae16778b3bf2ce5c908067193
2013-08-03 13:04:33 -07:00
Brad Fitzpatrick
7e49fddfcb
blobref: add TODO
...
Change-Id: Ia4255b33eaafa45bab56c8a1d16f08dad354a1d9
2013-08-03 12:47:54 -07:00
Brad Fitzpatrick
ebcbde957b
Merge "Fixes to appease make presubmit and make forcefull on FreeBSD."
2013-08-03 19:07:20 +00:00
Bill Thiede
e6b86ddb9d
Fixes to appease make presubmit and make forcefull on FreeBSD.
...
This change adds a dependency on lsof(1) when running on FreeBSD.
lsof(1) is not part of the base system, and lsof(1) would need to be
installed (usually from ports). If lsof(1) is not installed an error
will be returned in the form of:
ident_test.go:88: exec: "lsof": executable file not found in $PATH
Change-Id: I3cb15af369dc10a8a39aeaf82cceff3c788104b8
2013-08-03 11:48:57 -07:00
Brad Fitzpatrick
5c958f30d4
Merge "Send auth header with GET requests too."
2013-08-03 18:19:55 +00:00
mpl
66bc4f35d6
Merge "dev-server: remove. replaced by devcam server."
2013-08-03 16:34:35 +00:00
Bill Thiede
b899b80ca9
Send auth header with GET requests too.
...
Change-Id: I14d5e5655f5b3137a0ad0d121504993df7f0ed9f
2013-08-02 21:13:53 -07:00
Brad Fitzpatrick
38bb307085
camtool: typo from Adrian (ajft.org) and run gofmt
...
Change-Id: Ibbebea7bcf9a583c0ea1e86f09eff69acd2b174e
2013-08-02 16:32:50 -07:00
mpl
f4ef8c0375
dev-server: remove. replaced by devcam server.
...
Fix related docs, config files, buildbot...
Change-Id: I638d3856f42953603b13204fb56782974d0db9ee
2013-08-03 01:12:38 +02:00
mpl
e4e976e8a1
fs: typo in copyright date
...
Change-Id: I59cbf752971d7f1b9a8e6b291aec814d3b833378
2013-08-02 21:57:16 +02:00
mpl
0a073f17e8
osutil: fix typo in build tag
...
Change-Id: I60536a17bb847d459818f6377a06111beb7c3548
2013-08-02 21:23:55 +02:00
Brad Fitzpatrick
e8d0200a11
Merge "integration tests: kill camlistored when all tests are done"
2013-08-02 19:04:41 +00:00
Brad Fitzpatrick
9b2fdcf8eb
Merge "Tile images nicely within BlobItemContainer."
2013-08-02 19:03:26 +00:00
mpl
5fa82a3abb
integration tests: kill camlistored when all tests are done
...
-osutil: PollParent to monitor parent process.
-camlistored: option to kill itself if it has been orphaned.
Change-Id: I87193254d55847e46134439ecd1b04f71718d083
2013-08-02 15:42:49 +02:00
Aaron Boodman
24458fca93
Tile images nicely within BlobItemContainer.
...
Screenshots here: http://imgur.com/XN9qFLP,PeEDPnW,CS35Pw6,VS0nHaG,SNT1ZXZ,2nMWVYz,8RmuLuw,NE8b26n,EFErMdg
Change-Id: I6a66b5b782363882261b80e7ac9930ff1046efa6
2013-08-01 22:25:52 -07:00
mpl
5b584500ba
osutil: use MkdirAll to create cache dir
...
http://camlistore.org/issue/186
Change-Id: I3078261ed57d9e7cbf090c7e1fdb41a1c38b7741
2013-08-01 00:19:38 +02:00
Brad Fitzpatrick
4b1b879de9
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-07-29 14:19:45 -07:00
Brad Fitzpatrick
b6a688ba8a
netutil: return ErrUnsupportedOS and skip tests if not darwin or linux
...
Change-Id: I50235b0112668a50776043708e9bb8eb13131900
2013-07-29 14:19:28 -07:00
Brad Fitzpatrick
82bb3b71ca
fs: add build tags to fs_test.go too
...
Change-Id: I5ccf451ce42f64578cd43405774fc9d7fdee1705
2013-07-29 14:14:32 -07:00
Mathieu Lonjaret
48710f8f47
Merge "website: Fix path to server config file"
2013-07-29 20:44:10 +00:00
mpl
a0de0ce5ff
A+C: Kamil Kisiel (Individual CLA)
...
Change-Id: I7d92635660d0b60d27264430aeb9ceb8139bdd04
2013-07-29 22:39:30 +02:00
Kamil Kisiel
ceda829e43
website: Fix path to server config file
...
Change-Id: I4eb7e0ed7745adb1ea56d7864dd834a7beb86eb3
2013-07-29 13:15:11 -07:00
Brad Fitzpatrick
979444de66
dev-camput, dev-camget: options to make demos better
...
Change-Id: Ie109cc156a081b72b83b9851630addf515c1ceec
2013-07-29 10:15:59 -07:00
Brad Fitzpatrick
5bd9d4bf64
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-07-29 08:53:24 -07:00