-
- openssl 1.1.1l - sqlite 3.39.2
-
…value 0xFF instead of 32 bits. So we masking now with the correct value of 12 bits 0xFFF, no need to make shift right operation to have the correct value
-
…e release and building number don't make binary incompatible
-
…o pass the comparison function.
-
…he form of a list of strings whose length is bounded. The separator is not put the end of elements of this list.
-
…eger, the result value will be a float with value 0.0
-
…d config files used during start. This help debug sometime
-
…aiting_for_event instead of running. Because it was left in running state the even we waited for event, the vm was always working for nothing, hence this consumed 100% of CPU. so, with that big improvement we add one digit on version to become 1.19.4
-
…urn success. When the connection is closed the return success with length of 0 byte
-
Now SSL version is from SSL library function instead of define from include. Maybe the version is different from compiling time in case of use of shared library of the openssl add tcp_test.anubis in library/examples/network. This allows to test tcp and ssl with client and server
-
…d it was in SSL_ERROR_WANT_WRITE which ssl wanted to write but we exited whitout take in account that request from SSL. Maybe the SSL management must be tuned and revised
-
reverse comment of network define under WIN32
-
…ter open brace. So to let to do it function body we need to open brace and declare variable to make compile with gcc 2.5.x
-
string, alloc, lock and unlock are already defined in compiler include, which is changed with later compiler. But to be able to be compatible with Haiku 1.0 which is binary compatible with last BeOS version we need to compile anubis with that GCC 2.95. Since there are anubis tag and some was already prefixed with anb like 'anb_int_16' etc. I change the tags as follow string -> anb_string alloc -> anb_alloc lock -> anb_lock unlock -> anb_unlock
-
…brary function still not integrated into 1.19
-
merge with haiku change