257 Commits

Author SHA1 Message Date
n0vad3v
95da3e81a4
Adjust path 2020-03-03 21:23:06 +08:00
n0vad3v
ced9ab3e03
Update Travis 2020-03-03 21:19:40 +08:00
n0vad3v
9e6f648cc4
Push README.md
Bump version.
2020-03-03 20:52:42 +08:00
Nova Kwok
200a52de2a
Merge pull request #18 from webp-sh/manyfeature
Add features
2020-03-03 20:32:14 +08:00
Benny~
8c6b8922f2
update README.md for cli param 2020-03-03 20:31:14 +08:00
Benny~
6f2b3e99b1
sample image of gif and bmp 2020-03-03 20:13:07 +08:00
Benny~
04ea19331c
prefetch in background 2020-03-03 19:56:00 +08:00
Benny~
f4a1bad454
prefetch custom cores, -jobs=3 2020-03-03 19:50:06 +08:00
Benny~
c0f5368319
dump systemd and config.json
Param:
dump-config
dump-systemd
2020-03-03 19:37:57 +08:00
Benny~
102cba7f4f
add bmp and gif support.
gif support is not perfect, need animated webp
2020-03-03 19:26:48 +08:00
n0vad3v
2fa8db6b02 Merge branch 'master' of github.com:webp-sh/webp_server_go 2020-03-03 00:08:00 +08:00
n0vad3v
4215959f73
Update README 2020-03-03 00:07:37 +08:00
Benny~
6c91706ba8
add build scripts 2020-03-02 21:50:04 +08:00
Benny~
954a55adbe
add backward compatibility to exhaust path 2020-03-02 21:38:55 +08:00
Nova Kwok
95183ab1c3
Added custom exhaust path. (#16)
* Added custom exhaust path.
Bump to 0.0.4.

* Fix typo
2020-03-02 21:17:44 +08:00
n0vad3v
cb1b48647c
Update README and SPEC 2020-03-01 21:25:13 +08:00
Benny~
590d02d2c1
755 for non-root 2020-03-01 19:33:18 +08:00
Benny~
062b9dcf69
safari & 644 perm 2020-03-01 16:15:19 +08:00
Benny~
bd5ef5aa6e
Merge branch 'master' of https://github.com/webp-sh/webp_server_go 2020-03-01 15:34:54 +08:00
Benny~
a9dd261702
fix extension check 2020-03-01 15:33:54 +08:00
Benny
47ccbf92dc
Add issue templates (#13)
May check the template on our needs
2020-03-01 14:55:41 +08:00
Benny~
d514865b64
Merge branch 'progressbar'
# Conflicts:
#	webp-server.go
2020-03-01 14:42:45 +08:00
Nova Kwok
e6070cf783
fix progress bar while utilize all the CPUs we have, fix #8 2020-02-29 22:57:18 +08:00
Nova Kwok
c45af53b26
Use goroutine for prefetch (#12) 2020-02-29 19:03:26 +08:00
n0vad3v
73884394d9
Travis CI auto build to release 2020-02-29 18:39:00 +08:00
n0vad3v
810fba5c89
skip-cleanup 2020-02-29 18:39:00 +08:00
Benny~
7152cae868
Lossless: false 2020-02-29 18:39:00 +08:00
Benny~
ec5796d170
prefetch is finish. resolve #5.
Waiting for nova to test and merge to master
2020-02-29 18:39:00 +08:00
Benny~
86b1b7c9e7
layout v1 #6 2020-02-29 18:39:00 +08:00
Benny~
f7cc133c68
travis-ci icon in README, LICENSE 2020-02-29 18:38:56 +08:00
n0vad3v
2a090a3219
Add travis
test deploy to release

fix yml

test CI

test build
2020-02-29 18:29:38 +08:00
Benny~
d751d21545
lfs and files 2020-02-26 20:23:10 +08:00
Benny~
9a933544be
go-style 2020-02-26 20:21:24 +08:00
Benny~
83a0aa420c
fix issue #4, add err return for webpEncoder 2020-02-26 20:13:52 +08:00
muzi
3380f63af5
Add systemd unit file webps.service (#3)
* Add systemd unit file webps.service

* Update webps.service
2020-02-26 19:25:19 +08:00
Nova Kwok
95b4443c13
Merge pull request #2 from BlueCocoa/master
Generate new WebP image if original file is modified since last time
2020-02-26 10:37:14 +08:00
Cocoa
25d46611f1
Copy ImgName before invoke c.SendFile since stripTrailingSlashes in fasthttp will change the content of ctx.URI().Path(), which was once obtained as ImgPath := c.Path()
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
2020-02-26 02:04:50 +08:00
Cocoa
735b7d2cda
check the original image for existence before os.Stat
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
2020-02-26 00:50:19 +08:00
n0vad3v
087e39d1ea
Optimize on function.
Update README.
2020-02-26 00:17:29 +08:00
Benny~
e7a3220773
Merge branch 'master' of https://github.com/n0vad3v/webp_server_go
 Conflicts:
	webp-server.go
2020-02-25 22:20:53 +08:00
Benny~
f790b24a0b
better file type 2020-02-25 22:20:26 +08:00
n0vad3v
d8c8bf9964
Fix read file type bug. 2020-02-25 22:12:24 +08:00
Cocoa
2b40d844a4
fixed typo in glob pattern, - -> .
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
2020-02-25 20:56:26 +08:00
Cocoa
61b46a1d8e
generate new webp image if original file is modified since last time
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
2020-02-25 20:50:29 +08:00
n0vad3v
8bdffcc246
Change from webp_server to webp-server.
Update RPM Spec.
2020-02-25 14:47:19 +08:00
Nova Kwok
2fc7cc018c
Merge pull request #1 from n0vad3v/add-cli-config
Add cli config
2020-02-23 21:23:55 +08:00
Benny~
5ae671f942
fix cli param, exit on file not found 2020-02-23 21:20:10 +08:00
n0vad3v
a302eeddc0
Add broken flag 2020-02-23 20:44:06 +08:00
n0vad3v
e45ca996ac
Added Safari support 2020-02-09 19:35:41 +08:00
Benny~
6839c6a7b0
update README.md 2020-02-09 18:53:24 +08:00