Brian Waldon
314c13a8f0
pkg: move DeprecatedFlag to new package
2014-09-24 16:09:37 -07:00
Blake Mizerany
a2b9f9310c
remove pkg/strings
2014-09-03 09:20:06 -07:00
Blake Mizerany
7b2474681b
remove pkg/http
2014-09-03 09:20:06 -07:00
Blake Mizerany
0ecbe891b5
remove pkg/btrfs
2014-09-03 09:20:05 -07:00
Brandon Philips
b3c5ed60bd
chore(pkg/btrfs): remove accidental swp file.
2014-05-22 09:50:40 -07:00
Yicheng Qin
7bf1936df3
fix(btrfs): build btrfs based on platform
2014-04-18 11:20:38 -07:00
Yicheng Qin
56ef6fbcae
make necessary changes
2014-04-11 17:00:14 -07:00
Yicheng Qin
bda8849c3b
chore(btrfs): rename fs to btrfs
...
This is because the actions is specific for btrfs.
2014-04-09 15:06:17 -07:00
Yicheng Qin
375aeb57af
fix(fs): make check on NOCOW
2014-04-09 14:44:54 -07:00
Yicheng Qin
6d77e4dfd6
fix(fs): rewrite test to avoid side effect
2014-04-09 13:11:23 -07:00
Yicheng Qin
d871324e93
chore(pkg/fs): rewrite comment
2014-04-09 10:15:28 -07:00
Yicheng Qin
b06d2796f8
feat: set NOCOW for log directory when in btrfs
2014-04-09 10:00:21 -07:00
evan-gu
9cfd8c5f0b
fix(store): make NodeExtern.Value a *string
...
Before this change if the value of a Node was "" it would get dropped from the json
encoding and the Node.Value field would be missing. Fix this problem by making
NodeExtern.Value a *string so that an empty string will be encoded but a nil value
will drop the field.
2014-02-18 00:50:44 -05:00
Brandon Philips
f56965b1c0
refactor(config): make config its own package
...
Refactor config into its own package. Trying to tease the config from
the server so that all of the control surfaces are exposed in the Server
for easier testing.
2014-02-05 09:27:39 -08:00
Brandon Philips
69922340f6
refactor(server): move utilities into pkg
...
like camlistore lets move these utilities into a `pkg` prefix.
2014-02-05 09:27:39 -08:00