1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

352 Commits

Author SHA1 Message Date
DarthSim
11e7a1d1f7 Add MALLOC_ARENA_MAX and jemalloc info to memory tweaking guide 2019-03-28 17:26:56 +06:00
DarthSim
3243074067 conf.GZipBufferSize is not used anymore 2019-03-28 17:26:56 +06:00
Sergey Alexandrovich
4e0441b326
Update installation.md 2019-03-25 18:10:32 +06:00
DarthSim
be56674fbe Go 1.9 support is back v2.2.7 2019-03-22 23:27:32 +06:00
DarthSim
c3a1bdf259 Bump version; Update changelog 2019-03-22 23:05:46 +06:00
DarthSim
d572c7a273 Remove forgotten debug log 2019-03-22 22:57:18 +06:00
DarthSim
79af765015 Fix color management 2019-03-22 21:07:39 +06:00
DarthSim
456a1d790a Set MALLOC_ARENA_MAX in Dockerfile 2019-03-22 21:07:39 +06:00
DarthSim
7269ee5d41 Disable vips warnings in Dockerfile 2019-03-22 21:07:39 +06:00
DarthSim
d2d305a41f Don't initialize pages in vipsLoadImage if image is not gif 2019-03-22 21:07:39 +06:00
DarthSim
d7a1e8615c Add -O3 to CFLAGS 2019-03-22 21:07:39 +06:00
DarthSim
1972c21783 Improve download buffer calibration 2019-03-22 21:07:39 +06:00
DarthSim
67bbf14ba4 Back to fasthttp 2019-03-22 21:07:31 +06:00
DarthSim
904d0201c0 Bump version; Update changelog v2.2.6 2019-02-27 22:09:14 +06:00
DarthSim
3f938c59d5 Fix signing path with escaped source url 2019-02-27 22:06:22 +06:00
DarthSim
ae2dfadd4a Bump version; Update changelog v2.2.5 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 v2.2.4 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 v2.2.3 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 v2.2.2 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 v2.2.2.beta4 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 v2.2.2.beta3 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 v2.2.2.beta2 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 v2.2.2.beta1 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 v2.2.1 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