James South
|
77d31012cd
|
Fixing issue #21
Former-commit-id: f09d05ba437057089a2b4e3798156611f6a37072
|
13 years ago |
James South
|
af3b233864
|
A little bit more thread safety and accuracy.
Former-commit-id: 9519d9d954297074f5cd5d25935c400c4f390037
|
13 years ago |
James South
|
e3633409d2
|
Refactoring contstrain method
Former-commit-id: 067625171fad56876018048da7d3c07353a4dca6
|
13 years ago |
James South
|
244848b2df
|
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: 774582190452ed3f16b15418284947db54875e2c
|
13 years ago |
James South
|
aa09530380
|
New cache cleanup mechanism
Former-commit-id: f3dd407dab25fafd11b7fe3f37a152fcae2a343f
|
13 years ago |
James South
|
e09046d067
|
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: c930f2082b7de360412d76ab8bfc89498b2d3525
|
13 years ago |
James South
|
0b567a6a79
|
Adding preset ()
Former-commit-id: af7f32f9d933f938cc5bdf508e5698895bda5f22
|
13 years ago |
James South
|
bed5b003be
|
Adding extension-less remote url parsing.
Former-commit-id: e84842820b2ef0a43ea878f329e17c44f17a3b9e
|
13 years ago |
James South
|
7cbb7eb8be
|
Improved memory usage
Former-commit-id: 03b6af57072cf594dc91aba9abdaa369da9d94de
|
13 years ago |
aka Torgon Woodget
|
30a83c7f5c
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: 894a5bf8053ff902b48ee23b35546e37e747f178
|
13 years ago |
aka Torgon Woodget
|
9571f6fc42
|
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: c1ca84b5ef133787529ecd0c8b5a53d63c74d2ef
|
13 years ago |
aka Torgon Woodget
|
06a352504d
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: 72ee097fca2167c44cadcaceba5b741fab92ad58
|
13 years ago |
James South
|
782acd2b7f
|
A little bit more thread safety and accuracy.
Former-commit-id: 144106e27eebbb24c963effa0e8f67417a21e9b1
|
13 years ago |
James South
|
4839f3bc51
|
Refactoring contstrain method
Former-commit-id: 28ef95965ee9fb87931c60f8cdb024630eca49ff
|
13 years ago |
James South
|
266213b0bb
|
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: eed0be700aae1fcc0dcc865cbf8a4c4680c8d029
|
13 years ago |
James South
|
a5069d025b
|
New cache cleanup mechanism
Former-commit-id: b3768cd98dfa13798487d3b4a433def316c62fda
|
13 years ago |
James South
|
efe26a3a8c
|
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: aec71d092116d0de1d2f92d84327e5dc8e550582
|
13 years ago |
James South
|
f200e0d816
|
Adding preset ()
Former-commit-id: 49f1164764e485fde0c7fc54a181e35be212b056
|
13 years ago |
James South
|
0420e143ea
|
Adding extension-less remote url parsing.
Former-commit-id: db9412b1317cc3476e08167f6bab6c7b8d97a45e
|
13 years ago |
James South
|
db877f617a
|
Improved memory usage
Former-commit-id: 8547d9f8f2fcb4b3fda6e5f3b8373994c4ba5dda
|
13 years ago |
aka Torgon Woodget
|
cca3812de0
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: a56891087e2dcc2e9e21ac6f6f876d72cc6ac061
|
13 years ago |
aka Torgon Woodget
|
976fe77d88
|
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: e262ec998f249a900fa85b882413e00f98bc8285
|
13 years ago |
aka Torgon Woodget
|
a4e8ef05e5
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: f1980db0fd571a80283c1698380ca3f672903b12
|
13 years ago |
James South
|
ae4da7549d
|
v2.3.0.6 Fixes issue #15
Former-commit-id: 77aee4fa6573802645f092b9b454d632f19ed361
|
13 years ago |
James South
|
782dbd4ce7
|
Updating references.
Former-commit-id: 4d59f1c08419d16b9b2174b067738e7b034ffd71
|
13 years ago |
JimBobSquarePants
|
eb24e42f09
|
v2.3.0.3
Added support for authorization config.
Former-commit-id: aa09b07f09009deb470fd44b875b70c0fe95442b
|
13 years ago |
James South
|
59791b0b82
|
Fixing issue 10
Former-commit-id: 18c59254e30cdbff7c889e8253b5eaf4ff4e2c8f
|
13 years ago |
JimBobSquarePants
|
d6764503bc
|
Fixing remote file issue
Former-commit-id: 1a83def4930d719bae4d86d851b162992344ec01
|
13 years ago |
James South
|
c4a59f23e2
|
Updating Nuget packages
Former-commit-id: 452c69f2d1c696268c7333f797dd48044e85ba10
|
13 years ago |
JimBobSquarePants
|
2fc8b537d3
|
Fixed quantizer, added png8 and tif support
Former-commit-id: 67480b7c57d1eb642dc7130080c3d6f046b3af49
|
13 years ago |
James South
|
b77fa8a89b
|
A better solution setup.
Former-commit-id: e246ff63991b7b748b064bcf6fb82e1ad6cc1b1f
|
13 years ago |
James South
|
79d076f5ae
|
Solution restructure
Separate package.config files
Former-commit-id: 585b69cfb55ce24762cc6f8e306b2c04bc6182bb
|
13 years ago |