-
…erminals. New option: -clean
-
system/convert.anubis: move host_to_lendian** function from network/tools.anubis to system/convert.anubis system/lists.anubis: * rename the function firt_elements to first_elements message_transceiver.anubis: + add get_message_from_connection(). system/string.anubis: + add extract_user_domain(). Which extract the user and domain and return Maybe((String, String)) from given string tools/connections.anubis: + add get_socket_from_connection(). Which return the RWStream socket of Connection type. Sometime is useful to get the underlying RWStream to be used by another function. tools/streams.anubis: + add unput_string()
-
- inifile reading compatible with '=' sign surrounded by spaces - string: starts_with() and ends_with() function
-
Updating compil_all.anubis
-
…ile names were not always correctly normalized. Indeed, sequences like '/xxx/../' were not always removed. This had consequences on the identification of files and the identification of public types. Also, from now on the compiler does not accept two public types with the same name in the same compilation, even if these two types are never simultaneously visible. This problem will be corrected in version 2 only.
-
- changed resolve_address() interface: dns server is expressed as an IpAddress insteed of a String
-
Added unit-tests to reveal bug into to_Int(Word32) function.
-
Minor corrections for 'Int migration'
-
Fix Int compatibility for some other files into libraries
-
Changing some fundamental function signatures to use Int instead of Word32
-
…aybe(ByteArray). ReadResult introduce timeout error handling.
-
…aybe(ByteArray). ReadResult introduce timeout error handling. Then now the version is 1.8.1
-
we use now read_bytes from DataIO instead of read_network_bytes located in network/tools
-
…It's not very efficiente than regex, but regex doesn't exist yet in Anubis