| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-21 | java: websocket: Additional payload length validation | Mark Thomas | 1 | -0/+7 | |
| <https://bz.apache.org/bugzilla/show_bug.cgi?id=64563> Patch taken from <https://github.com/apache/tomcat/commit/1c1c77b0efb667cea80b532440b44cea1dc427c3.patch> [ Subject / message tweak - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-02-21 | java: websocket: Fix calculation of payload length for > 32bit values | Mark Thomas | 1 | -1/+1 | |
| Patch taken from <https://github.com/apache/tomcat/commit/1cddae8da4ecb4ac04575d3b5fba2daa2e0c8ead.patch> [ Subject / message tweak - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2024-01-16 | White space formatting fixes | Andrei Zeliankou | 2 | -2/+2 | |
| Closes: <https://github.com/nginx/unit/pull/1062> | |||||
| 2023-11-20 | Fixed the MD5Encoder deprecation warning. | Sergey A. Osokin | 1 | -2/+2 | |
| 2022-04-26 | Fixed indentation. | Alejandro Colomar | 1 | -1/+1 | |
| Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9, or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them. Found with: $ find src -type f | xargs grep -n '^ [^ ]'; $ find src -type f | xargs grep -n '^ [^ *]'; $ find src -type f | xargs grep -n '^ [^ ]'; $ find src -type f | xargs grep -n '^ [^ *]'; $ find src -type f | xargs grep -n '^ [^ +]'; $ find src -type f | xargs grep -n '^ [^ *+]'; $ find src -type f | xargs grep -n '^ [^ +]'; $ find src -type f | xargs grep -n '^ [^ *+]'; | |||||
| 2019-09-05 | Java: introducing websocket support. | Max Romanov | 73 | -0/+12702 | |
