- Apr 17, 2020
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This will be used for TLS pages, among other things.
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Also add a missing include.
-
bunnei authored
-
bunnei authored
- helpful to disambiguate Kernel::Memory namespace.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- Apr 16, 2020
-
-
Markus Wick authored
Neither core nor web_services use OpenSSL nor LibreSSL. However they need to link them as it's a requirement of httplib. So let's declare this within httplib instead of core and web_services.
-
Markus Wick authored
-
ReinUsesLisp authored
The original idea of returning pointers is that handles can be moved. The problem is that the implementation didn't take that in mind and made everything harder to work with. This commit drops pointer to handles and returns the handles themselves. While it is still true that handles can be invalidated, this way we get an old handle instead of a dangling pointer. This problem can be solved in the future with sparse buffers.
-
Lioncash authored
Removes a redundant variable that is already satisfied by the IsFull() utility function.
-
Lioncash authored
Provides logical symmetry to the interface.
-
Lioncash authored
This doesn't modify internal state, so this can be made const.
-
Lioncash authored
Eliminates redundant atomic reference count increments and decrements.
-
Lioncash authored
Fixes broken documentation references.
-
Lioncash authored
Previously this was mutable even though it shouldn't be.
-