Skip to content

Tags: QXIP/webshark

Tags

2.1.8

Toggle 2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize socket read (#40)

* Optimize JSON parsing from socket stream with JSONStream and improved buffer handling for better performance

* Refactor socket reading logic: Replace previous socket.read implementation with a more efficient JSON streaming parser

---------

Signed-off-by: tang <38900255+WeiTang-star@users.noreply.github.com>

2.1.7

Toggle 2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set ownership on /captures (#37)

Set inital ownership on /captures in dockerfile. Run entrypoint script
as root so that it can change `root:root` ownership to `node:node` in
the case of docker compose, then use `su` to drop back to the node user.

Fixes #36

2.1.6

Toggle 2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update docker-image.yml

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.5

Toggle 2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Shrink container by 60%

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.4

Toggle 2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Shrink container by 60%

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Shrink container by 60%

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Dockerfile

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed couple of bugs (#31)

* added new ui

* fix base url [index.html]

* fix: api path on ui

* no webpack needed

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

* remove old ui

* Update docker-compose.yml

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

* fix: api path on ui

* New Looks!

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

* fix performance

* added codec Dictionary

---------

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
Co-authored-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from QXIP/wavesurfer-fix

Update wavesurfer