Andrey Volk
|
6da4f147de
[Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs.
|
3 年之前 |
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.
|
3 年之前 |
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.
|
3 年之前 |
Andrey Volk
|
e42ebbb33f
[Core] scan-build: Fix false-positive use-after-free in switch_xml_free_attr(). Add unit test.
|
3 年之前 |
Andrey Volk
|
95fb8c7773
[Core] Fix crash on removing xml attributes. Add unit test.
|
3 年之前 |
suchi.sahoo
|
25823013f8
[Core] Add switch_safe_atol() and switch_safe_atoll() functions. Add a unit-test.
|
3 年之前 |
Chris Rienzo
|
311e932df5
[core, mod_commands] Execute command under shell when using spawn in switch_system().
|
3 年之前 |
Andrey Volk
|
9aee9b8e24
[Core, mod_commands] Add posix_spawn replacement for the system call. Add unit-tests.
|
3 年之前 |
Andrey Volk
|
fd27504a7d
[Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests.
|
3 年之前 |
Andrey Volk
|
913551315b
[Core] switch_core_port_allocator: Replace getaddrinfo() (may get stuck) with switch_sockaddr_new() and fix IPv6.
|
4 年之前 |
Andrey Volk
|
97f42d429f
FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test.
|
6 年之前 |