- 06 Mar, 2020 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 14 Dec, 2019 1 commit
-
-
Camil Staps authored
Callgraph profiling support for graph_copy: ignore extra field in thunks when serializing; add extra field when deserializing
-
- 12 Nov, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-
- 11 Nov, 2019 1 commit
-
-
John van Groningen authored
graph_copy: expect INT instead of dINT in exported_clean_symbol See merge request !6
-
- 10 Nov, 2019 1 commit
-
-
Camil Staps authored
-
- 08 Nov, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-
- 31 Oct, 2019 2 commits
-
-
John van Groningen authored
Move common functions copy_to_string and copy_from_string to new module graph_copy See merge request !5
-
Camil Staps authored
-
- 29 Oct, 2019 2 commits
- 03 Oct, 2019 2 commits
-
-
Steffen Michels authored
fix timeout by checking the socket for errors Closes iTasks-SDK#348 See merge request !4
-
Mart Lubbers authored
In the old situation when the connect didn't immediately return, the socket was placed in a select. An error was throws only when the socket was in the exceptset. However, sockets are only in the exceptset in very particular cases (see man select). Unable to connect is not one of those cases. Therefore to actually check if a connection was refused, the error status must be checked with getsockopt.
-
- 12 Aug, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-
- 06 Aug, 2019 2 commits
-
-
John van Groningen authored
Remove ignored strictness annotations from StdLib See merge request !3
-
Camil Staps authored
-
- 31 Jul, 2019 2 commits
-
-
John van Groningen authored
Remove ignored strictness annotations in TCPChannels See merge request !2
-
Camil Staps authored
-
- 30 Mar, 2019 1 commit
-
-
Bas Lijnse authored
-
- 19 Mar, 2019 2 commits
-
-
johnvg@science.ru.nl authored
remove module graph_to_string_and_descriptors_macho, use graph_to_string_and_descriptors instead, remove graph_to_string_with_descriptors modules (old version of graph_to_string_and_descriptors that doesn't use additional information in descriptors for unboxed records in constructors or records)
- 18 Mar, 2019 2 commits
-
-
John van Groningen authored
Export replace_desc_numbers_by_descs from graph_copy_with_names See merge request !1
-
Camil Staps authored
-
- 12 Mar, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
move modules symbols_in_program, pecoff_symbols_in_program and macho_symbols_in_program to new folders linux, win and macosx
-
- 25 Feb, 2019 4 commits
-
-
johnvg@science.ru.nl authored
use is_using_desc_relative_to_array in module graph_copy_with_names, adjust descriptor addresses relative to the address of __ARRAY__ if necessary (because of position independent code)
-
johnvg@science.ru.nl authored
use function is_using_desc_relative_to_array in module graph_to_string_and_descriptors, add the address of __ARRAY__ to descriptors if it yields 1 (to fix the descriptors for position independent code)
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
use abc instructions get_desc_arity_offset and load_module_name in module graph_to_string_and_descriptors_macho
-
- 22 Feb, 2019 6 commits
-
-
johnvg@science.ru.nl authored
use preprocessor symbol USE_DESC_RELATIVE_TO_ARRAY instead of MACH_O64 for array element descriptors also in copy_string_to_graph.c
-
johnvg@science.ru.nl authored
use preprocessor symbol USE_DESC_RELATIVE_TO_ARRAY instead of MACH_O64 for array element descriptors in copy_graph_to_string.c
-
johnvg@science.ru.nl authored
use abc instruction load_module_name in modules graph_copy_with_names and graph_to_string_and_descriptors
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 20 Feb, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 19 Feb, 2019 3 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-