Thu, 15 Oct 2020 17:05:53 +0200 util.strbitop: Remove redundant init function 0.11
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 17:05:53 +0200] rev 11175
util.strbitop: Remove redundant init function When you have 3 almost identical functions, you tend to edit one and then copypaste. Forgot to remove this line from the other two.
Thu, 15 Oct 2020 16:51:16 +0200 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 16:51:16 +0200] rev 11174
Merge 0.11->trunk
Thu, 15 Oct 2020 16:43:30 +0200 util.strbitop: Create buffer in the correct size (optimization) 0.11
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 16:43:30 +0200] rev 11173
util.strbitop: Create buffer in the correct size (optimization) This avoids dynamically growing the buffer as Lua does when luaL_addchar is used, thus saving on realloc calls.
Thu, 15 Oct 2020 16:41:51 +0200 util.strbitop: Add tests covering basics 0.11
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 16:41:51 +0200] rev 11172
util.strbitop: Add tests covering basics Also as docs
Thu, 15 Oct 2020 16:26:56 +0200 util.strbitop: Reformat code 0.11
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 16:26:56 +0200] rev 11171
util.strbitop: Reformat code astyle \ --indent=tab \ --attach-classes \ --indent-switches \ --break-blocks \ --pad-oper \ --unpad-paren \ --add-braces \ --align-pointer=name \ --lineend=linux \ *.c
Thu, 15 Oct 2020 14:25:09 +0100 Merge 0.11->trunk
Matthew Wild <mwild1@gmail.com> [Thu, 15 Oct 2020 14:25:09 +0100] rev 11170
Merge 0.11->trunk
Thu, 15 Oct 2020 14:01:22 +0100 net.websocket.frames: Add test for empty frame with MASK and key set 0.11
Matthew Wild <mwild1@gmail.com> [Thu, 15 Oct 2020 14:01:22 +0100] rev 11169
net.websocket.frames: Add test for empty frame with MASK and key set
Wed, 14 Oct 2020 19:41:42 +0200 net.websocket.frames: Use C string XOR implementation 0.11
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 19:41:42 +0200] rev 11168
net.websocket.frames: Use C string XOR implementation
Sat, 07 Sep 2019 13:37:47 +0200 util.strbitop: Library for bitwise operations on strings 0.11
Kim Alvefur <zash@zash.se> [Sat, 07 Sep 2019 13:37:47 +0200] rev 11167
util.strbitop: Library for bitwise operations on strings
Wed, 14 Oct 2020 19:02:48 +0200 net.websocket.frames: Add small test covering xor-masking 0.11
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 19:02:48 +0200] rev 11166
net.websocket.frames: Add small test covering xor-masking This is basically a recording of current behavior, to detect changes.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip