timvisee
|
b21719ffa8
|
Update dependencies
|
2022-06-07 10:16:27 +02:00 |
|
dependabot[bot]
|
1f858a20dd
|
Bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-07 08:08:44 +00:00 |
|
dependabot[bot]
|
f7087315ff
|
Bump crossbeam-utils from 0.8.5 to 0.8.8
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8)
---
updated-dependencies:
- dependency-name: crossbeam-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 19:02:54 +00:00 |
|
Tim Visée
|
0d83b3e0b5
|
Merge pull request #3 from codingHahn/updates
Transparency and updated dependencies
|
2021-12-31 15:03:07 +01:00 |
|
Nick Hahn
|
122bf7d72c
|
Update dependencies to latest versions
|
2021-12-28 02:42:53 +01:00 |
|
Nick Hahn
|
b7330e6da6
|
Add support for transarent png images
|
2021-12-28 02:27:37 +01:00 |
|
Nick Hahn
|
95af2a0aca
|
Fix line endings to only be \n
On my machine the program would not even parse the SIZE from the server
correctly without this change.
|
2021-12-28 02:26:09 +01:00 |
|
timvisee
|
fd8f35639d
|
Merge branch 'fkarg-master'
See https://github.com/timvisee/pixelpwnr/pull/1
|
2020-02-05 01:33:10 +01:00 |
|
fkarg
|
f664c8ce01
|
update dependencies
|
2020-02-05 00:57:07 +01:00 |
|
fkarg
|
66ae16f13d
|
make image preloading parallel
|
2020-02-05 00:05:19 +01:00 |
|
timvisee
|
9343e7a7f7
|
Update dependencies
|
2019-12-27 17:26:31 +01:00 |
|
timvisee
|
44a5c6e4df
|
Update GitHub sponsor configuration
|
2019-10-12 15:03:18 +02:00 |
|
timvisee
|
30a7e14d3d
|
Update GitHub sponsor configuration
|
2019-10-07 00:31:14 +02:00 |
|
timvisee
|
d2842730f1
|
Update Cargo.lock
|
2019-10-07 00:31:00 +02:00 |
|
timvisee
|
86b9255fcf
|
Add GitHub Sponsors configuration
|
2019-05-23 21:35:42 +02:00 |
|
timvisee
|
b8fd77ebad
|
Properly paint for restarted client, do not recreate painters on crash
|
2018-12-28 22:43:13 +01:00 |
|
timvisee
|
4f5a0b9274
|
Do not crash application when a single painter fails, just reconnect
|
2018-12-28 22:33:35 +01:00 |
|
timvisee
|
74d3f16bc8
|
Apply clippy suggestions
|
2018-09-22 18:36:48 +02:00 |
|
timvisee
|
bd6b48cd3b
|
Reformat using cargofmt
|
2018-09-22 18:30:29 +02:00 |
|
timvisee
|
c37da9b40b
|
Update Cargo.lock
|
2018-05-12 13:59:05 +02:00 |
|
timvisee
|
f579b1315a
|
Mention TODOs in README
|
2018-05-12 13:58:06 +02:00 |
|
timvisee
|
9f7c649866
|
Add Travis CI configuration
|
2018-04-01 20:56:21 +02:00 |
|
timvisee
|
da0da60b37
|
Update Cargo.lock
|
2018-03-29 22:55:12 +02:00 |
|
timvisee
|
e113950dfc
|
Revert last commit due to a buffer overflow
|
2018-03-22 18:20:54 +01:00 |
|
timvisee
|
024ec7974d
|
Do not flush the outgoing data to improve performance
|
2018-03-22 18:18:45 +01:00 |
|
timvisee
|
f11bc8cf00
|
Nicely close connections for dropped clients
|
2018-03-14 15:53:21 +01:00 |
|
timvisee
|
f0d2513d87
|
Update Cargo.lock for clap v2.31.1
|
2018-03-06 22:18:36 +01:00 |
|
timvisee
|
cb5970c995
|
Update clap to v2.31, update Cargo.lock
|
2018-03-06 15:04:53 +01:00 |
|
timvisee
|
c4ee1f5442
|
Update clap dependency to version 2.30
|
2018-02-20 22:18:39 +01:00 |
|
timvisee
|
231a9fc234
|
Enable LTO optimizations for release builds
|
2018-02-20 01:46:31 +01:00 |
|
timvisee
|
ecc1a8bc8b
|
Update Cargo.lock
|
2018-02-20 00:07:09 +01:00 |
|
timvisee
|
ed17d7f0ee
|
Flush the write buffer to the pixelflut server
|
2018-02-20 00:05:00 +01:00 |
|
timvisee
|
13e0591fc9
|
Fix screen size regex spacing
|
2018-02-13 16:59:37 +01:00 |
|
timvisee
|
097499c918
|
Update README
|
2018-02-12 21:48:13 +01:00 |
|
timvisee
|
349c085d78
|
Add TODO item; release pixelpwnr binary
|
2018-02-12 17:11:55 +01:00 |
|
Tim Visée
|
ea00639d49
|
Merge branch 'master' of github.com:timvisee/pixelpwnr
|
2018-02-12 15:58:46 +01:00 |
|
Tim Visée
|
519a0a83f6
|
Remove unused constant
|
2018-02-12 15:47:56 +01:00 |
|
Tim Visée
|
8c377cec81
|
Update README
|
2018-02-12 15:47:35 +01:00 |
|
Tim Visée
|
e74b6f7108
|
Update image updates in all threads at the same time
|
2018-02-12 15:40:58 +01:00 |
|
timvisee
|
cff40b268f
|
Optimize CLI argument handling with defaults
|
2018-01-11 20:23:15 +01:00 |
|
timvisee
|
7a3ae058e8
|
Make default number of threads same as CPU cores
|
2018-01-11 20:14:55 +01:00 |
|
timvisee
|
d1e6d0638c
|
Fix Rust language website URL
|
2018-01-11 20:09:31 +01:00 |
|
timvisee
|
f3ff11314e
|
Mention some instructions are Linux/macOS only
|
2018-01-02 19:49:27 +01:00 |
|
timvisee
|
28cdcfa656
|
Remove duplicate alias for x and y CLI options
|
2018-01-02 19:48:37 +01:00 |
|
timvisee
|
07394d1e4b
|
Add performance improvements to TODO
|
2018-01-01 21:26:03 +01:00 |
|
timvisee
|
dee70348e7
|
Add performance and speed optimization section
|
2018-01-01 21:20:50 +01:00 |
|
timvisee
|
da1a853c60
|
Update TODO
|
2018-01-01 21:02:03 +01:00 |
|
Tim Visée
|
68b56ccf92
|
Update README
|
2017-12-31 21:26:12 +01:00 |
|
Tim Visée
|
c23b2f611b
|
Fix help formatting
|
2017-12-31 21:23:08 +01:00 |
|
Tim Visée
|
ce8eba3c7a
|
Fix screen size parsing single digit dimentions
|
2017-12-31 21:20:12 +01:00 |
|