Andrey Volk
|
bd7b76bacf
|
[Core] Add new switch_core_hash_insert_pointer(switch_hash_t *hash, const void *data) API to be able to insert data into a hash with an auto-generated key based on the data pointer. Cleanup switch_loadable_module_process() to not generate hash keys for stored events itself. Add unit-test.
|
2021-10-19 20:35:12 +03:00 |
Andrey Volk
|
1b048a8a97
|
[Core, mod_hash] Add two APIs switch_core_hash_insert_alloc_destructor and switch_core_hash_insert_dup_destructor. Code cleanup in mod_hash. Add unit-tests.
|
2021-10-19 20:26:50 +03:00 |
Andrey Volk
|
e42ebbb33f
|
[Core] scan-build: Fix false-positive use-after-free in switch_xml_free_attr(). Add unit test.
|
2021-10-19 20:15:58 +03:00 |
Andrey Volk
|
95fb8c7773
|
[Core] Fix crash on removing xml attributes. Add unit test.
|
2021-10-19 20:15:57 +03:00 |
suchi.sahoo
|
25823013f8
|
[Core] Add switch_safe_atol() and switch_safe_atoll() functions. Add a unit-test.
|
2021-08-13 20:05:29 +03:00 |
Chris Rienzo
|
311e932df5
|
[core, mod_commands] Execute command under shell when using spawn in switch_system().
|
2021-07-16 17:34:53 +03:00 |
Andrey Volk
|
9aee9b8e24
|
[Core, mod_commands] Add posix_spawn replacement for the system call. Add unit-tests.
|
2021-07-16 17:34:42 +03:00 |
Andrey Volk
|
fd27504a7d
|
[Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests.
|
2021-04-12 01:03:15 +03:00 |
Andrey Volk
|
913551315b
|
[Core] switch_core_port_allocator: Replace getaddrinfo() (may get stuck) with switch_sockaddr_new() and fix IPv6.
|
2020-12-17 21:15:14 +04:00 |
Andrey Volk
|
97f42d429f
|
FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test.
|
2018-12-20 10:19:27 -05:00 |