1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
Commit Graph

438 Commits

Author SHA1 Message Date
DarthSim
3f938c59d5 Fix signing path with escaped source url 2019-02-27 22:06:22 +06:00
DarthSim
ae2dfadd4a Bump version; Update changelog 2019-02-21 22:26:10 +06:00
DarthSim
2a9e198821 Update Prometheus docs 2019-02-21 22:25:44 +06:00
DarthSim
5040ba7d61 extend option 2019-02-21 22:20:56 +06:00
DarthSim
f43fd6eec0 Collect vips memory metrics 2019-02-21 22:20:56 +06:00
Marius Cristea
4f2f20c089 improve svg format detection (#135) 2019-02-21 22:20:44 +06:00
DarthSim
1f63723545 Bump version; Update changelog 2019-02-13 16:46:18 +06:00
DarthSim
f0e0bc87d5 Add orc to Dockerfile 2019-02-13 16:30:00 +06:00
DarthSim
4d174e51cf Move c code to vips.c; Move complex vips operations to C 2019-02-11 14:57:04 +06:00
DarthSim
1bbe300ae4 struct__VipsImage => VipsImage 2019-02-08 13:42:30 +06:00
DarthSim
a344a47f0f Bump version; Update changelog 2019-02-04 20:06:46 +06:00
DarthSim
8870d8dbd1 Simple filesystem transport 2019-02-04 20:06:46 +06:00
DarthSim
c6838e5857 Fix C strings caching 2019-02-04 20:06:46 +06:00
Timur Ramazanov
55ac2c8e5b Update installation.md (#134) 2019-02-04 18:37:02 +06:00
DarthSim
dd28028710 Fix typos and linter warnings 2019-02-01 17:53:46 +06:00
DarthSim
4007734d3d Update Prometheus docs 2019-02-01 17:32:07 +06:00
DarthSim
4de8bd0ffd Bump version; update changelog 2019-02-01 17:15:14 +06:00
DarthSim
ae7996e92f Configurable bufPool calibration threshold 2019-02-01 17:13:00 +06:00
DarthSim
5d6c5bbc04 Run GC if some buffers were removerd from a pool 2019-02-01 16:04:28 +06:00
DarthSim
c21e211c5a Fix GZip pool calibration 2019-01-31 19:00:13 +06:00
DarthSim
6007f1a99b Reset gzip encoder on put to pool 2019-01-31 18:43:41 +06:00
DarthSim
0c2da110db Remove unneeded func 2019-01-31 18:01:34 +06:00
DarthSim
31da802147 Buffers metrics in bytes 2019-01-31 14:56:51 +06:00
DarthSim
9807728f9c Calibrating default buffer size; Prometheus metrics for calibration 2019-01-31 14:00:31 +06:00
DarthSim
d63f0d5cbe Pregrow buffers on Get 2019-01-30 17:45:31 +06:00
DarthSim
250ee7914e Better buffers calibration 2019-01-30 16:31:00 +06:00
DarthSim
b8fc6dc9f0 Smart bufPool 2019-01-30 14:36:19 +06:00
DarthSim
20d6c2778a Try to free resulting image data on error 2019-01-28 22:21:26 +06:00
DarthSim
0b5c85f644 Cache commonly used C strings 2019-01-28 22:20:54 +06:00
DarthSim
4a89f0c355 Limit idle conections; Close response body on error 2019-01-28 22:19:59 +06:00
DarthSim
e566aedcc3 Add prometheus metrics for buffers 2019-01-28 22:18:54 +06:00
DarthSim
69549b878a Bump version; Update changelog 2019-01-21 17:40:38 +06:00
DarthSim
0027db5f8a Src file size check 2019-01-21 16:36:57 +06:00
DarthSim
6fa0c539bd Grow download buffer to Content-Length value 2019-01-21 16:36:57 +06:00
DarthSim
19cac3dd98 Grow download buffer if Content-Length is provided 2019-01-21 16:36:57 +06:00
Marius Cristea
d3371e95b7 adds truncated signature example for PHP (#131)
* adds truncated signature example for PHP

* split truncated signature in a separate file
2019-01-21 15:53:26 +06:00
DarthSim
ae3d6f7a50 Bump version; Update changelog 2019-01-18 20:42:40 +06:00
DarthSim
dcddc165f0 Update docs 2019-01-18 17:34:16 +06:00
DarthSim
90adb3088e Fix logging in Go example 2019-01-18 17:32:19 +06:00
DarthSim
c18f2d9ac4 Merge branch 'master' into version/2.2 2019-01-17 19:32:51 +06:00
Koen Punt
24562a246f move healthcheck before the secret checking (#130)
since health checks on AWS target groups do not support sending headers, it's impossible to use the health check when a secret is configured.
2019-01-17 19:01:15 +06:00
Leo Pangan
47e35a224e Add Vary response header (#119) 2019-01-17 19:00:33 +06:00
DarthSim
6c73c58ea3 Try to clear resulting image data even if wasn't successfully saved 2019-01-17 18:53:02 +06:00
DarthSim
f4f746489c Optimized memory usage; Reducing memory fragmentation 2019-01-17 14:51:26 +06:00
DarthSim
1ed81cf2e6 Update changelog; Bump version 2019-01-14 16:52:01 +06:00
DarthSim
a35ca83a01 Trim = in encoded source urls 2019-01-14 16:50:59 +06:00
DarthSim
165ae18d87 Rename color to rgbColor to not conflict with image/color 2019-01-14 16:50:59 +06:00
DarthSim
ed795675be Refactored logging; Syslog support 2019-01-14 16:50:59 +06:00
DarthSim
e0f925daeb Fix WebP detection in some cases 2019-01-14 16:50:28 +06:00
DarthSim
384a2909c3 Update vendored dependencies 2019-01-14 16:50:28 +06:00