Skip to content

Releases: h0tw1r3/pixelserv

Coming in for a hug

16 Sep 20:11
Compare
Choose a tag to compare

Been quite some time since I've looked at this code. There always room for improvement. Over the past year a few people have pushed their work back into the public domain.

This release incorporates some of those changes.

  • Improved responses
  • Improved counters
  • Remotely visible counter statistics
  • Configurable timeout
  • Increased buffer size (cookies ain't getting any smaller)
  • General code cleanup
  • and more...

Does size really matter?

17 Apr 16:58
Compare
Choose a tag to compare

There is absolutely no code or functionality difference from the previous release.

Makefile modified to compress mips binaries with UPX. Very handy for older devices with extreme filesystem space constraints. A few kilobytes can make a big difference.

binary size comp net
pixelserv.mips32 14592 9584 36%
pixelserv.tiny.mips32 7060 6240 12%

Binary builds for the masses.

12 Mar 20:49
Compare
Choose a tag to compare

Notable changes for this release:

  • swap 404 response codes back to 200 due to browser issues (see 1e435a0)
  • replacing the build script with a makefile

Since it was requested last release, I am also uploading binaries. Most users will want the pixelserv.mips32 file.

sha1sum:

cf09227561de6b89f7ed3e3e381175ca10eb56a5  pixelserv.amd64
dd3f95473593acc574d27efe4e8a64c837bc12ad  pixelserv.mips32
6377dc83aa3f6ef5d8b30143ce52f4ba964242e9  pixelserv.tiny.mips32
667d5769a74dbbbcee1d354548488511bfc07526  pixelserv.x86