Andrey Smirnov
50cf2b49bd
Refactoring: use checksums instead of MD5 for pool/published
...
This is related to #506
As a first step, don't pass MD5 explicitly, pass checksum info object,
so that as a next step we can choose which hash to use.
There should be no functional changes so far.
Next step: stop returning explicit paths from public package pool.
2017-04-01 00:12:31 +03:00
Andrey Smirnov
516dd7b044
Switch to gometalinter
...
Only small amount of required checks is enabled,
plan is to enable more linters as issues are fixed in the code.
2017-03-23 01:51:08 +03:00
Benoit Foucher
7f5a7323a6
Fixed mkdir mode from 755 to 777
2016-03-18 09:37:18 +00:00
Andrey Smirnov
8fcfedf708
Lock down package pool to make sure that we have no concurrent access. #116
2015-02-28 22:10:21 +03:00
Andrey Smirnov
2a9871e2e9
We should never ever overwrite files in package pool. #127
2014-10-17 00:54:15 +04:00
Simon Aquino
2173d3ab65
Fix file truncation bug
...
This commix prevents files from being truncated when attempting to add
a hard-linked package which already exists inside the pool directory.
2014-10-16 15:01:36 +01:00
Andrey Smirnov
65c790b6cf
Importing files to package pool.
2014-02-24 23:45:17 +04:00
Andrey Smirnov
bd119dbfed
Style fixes.
2014-02-19 12:54:19 +04:00
Andrey Smirnov
d1e16a0ef0
Refactor Repository: split into PackagePool and PublishedStorage.
2014-02-19 12:03:01 +04:00