Mike Jerris
56478e0248
[core] fix build when undefined APR_INET6
2021-01-11 17:57:36 -07: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
Chris Rienzo
185fe09912
FS-11903: Fix errors (again) reported by PVS-Studio Static Code Analyzer for switch_apr.c
2019-07-16 01:32:55 +04:00
Andrey Volk
594203f9b1
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_apr.c
2019-07-15 23:41:10 +04:00
Andrey Volk
e380b41a8e
FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10.
2018-01-10 23:30:24 +03:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Seven Du
0248d38a28
FS-7933 #comment fix incompatible time pointer
2016-12-31 08:53:27 +08:00
Andrey Volk
3f3cd7343b
FS-7933 [mod_v8] Implement timeout property for Socket() class in javascript.
2016-12-27 04:18:14 +03:00
Spencer Thomason
5a2f9d7a78
FS-9466: Use system MD5 if available
...
- Use system MD5 on BSD and Solaris based platforms
- Use OpenSSL if system library is not available
- Fallback to included APR
- Optimize switch_md5_string()
- replace libsofia MD5 routines in mod_sofia with switch_md5() ones
FS-9466 #resolve
2016-08-31 15:00:48 -07:00
Mike Jerris
a74fc71b67
Merge pull request #687 in FS/freeswitch from freetdm_patch to master
...
* commit '320d5f2015976fed9ca282dfeeb2bd3e977e6f76':
Applied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+
2016-04-04 13:51:09 -05:00
Ken Rice
e18c12b609
FS-8953 [core] white space clean up.
2016-03-17 08:55:00 -05:00
Anthony Minessale
49462bfe00
FS-8726 #resolve [Spurious case of thread stuck and saturating CPU]
2016-02-03 11:12:05 -06:00
William King
320d5f2015
Applied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+
...
Sourced from:
http://gitlab.sangoma.com/projects/CORE/repos/freetdm/browse/public_freeswitch/sangoma-FS-1.2.patch
2016-01-26 20:20:34 -08:00
Artur Zaprzała
9e29ea01b5
FS-8141 Add support for apr_queue_term() to switch_apr.c
2015-09-09 10:30:19 +02:00
Michael Giagnocavo
c599f4f447
FS-7894: On Windows, use critical sections instead of mutexes. (Mutexes on Windows are cross-process, unlike lightweight Linux futexes.)
2015-07-26 20:02:22 -06:00
Mike Jerris
a817701824
Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master
...
* commit '97c25275a629f88700d28513a98f234d821ac9d7':
FS-7628: mod_erlang_event - added ipv6 support
2015-07-03 18:00:08 -05:00
Ken Rice
d4fff39edc
copyright update
2015-06-23 14:45:42 -04:00
Sergey Safarov
97c25275a6
FS-7628: mod_erlang_event - added ipv6 support
2015-06-23 10:41:40 +03:00
Anthony Minessale
385a3b545c
FS-7656 fix various edge cases with video and non video files mixed into a source, fix a typo bug in file_read_video and fix same bug in mod_vlc, add a new flag to file_read_video to check if the handle is has active video, make mod_conference move the video in and out of a layer when the stream has video or not
2015-06-19 00:57:02 -05:00
Anthony Minessale
6c135e15c1
FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing
2015-06-03 15:54:21 -05:00
Michael Jerris
dac4afbfdb
this was alraedy in there, whoops
2014-09-28 10:40:57 -04:00
Darren Schreiber
c1e9b0d414
expose apr socket put
2014-09-27 15:02:41 -07:00
Brian West
f4a04e65f2
FS-6735
2014-08-22 16:39:52 -05:00
Anthony Minessale
e75d706746
remove select call from switch_nat.c
2014-07-16 03:01:34 +05:00
Kathleen King
64fc3f7934
Changed the function parameter name in the function definition to
...
match the updated parameter name in the function declaration. #doxygen
2014-07-03 14:19:33 -07:00
Anthony Minessale
430b8fca6b
FS-6211 more changes
2014-03-13 13:00:10 -05:00
Anthony Minessale
729976df27
FS-6211 revert 015ff5d787
and f6e591de4a
in favor of doing it in apr
2014-03-13 12:53:43 -05:00
Michael Jerris
5e0fc8f666
remove usage of apr dso functions, we have our own dso abstraction
2014-03-12 19:02:49 -04:00
Jeff Lenk
015ff5d787
windows fix last commit
2014-03-01 15:40:58 -06:00
Jeff Lenk
f6e591de4a
windows only - add our own thread priority ability for core threads please test
2014-03-01 14:37:04 -06:00
Ken Rice
6e7d5d0897
update copyright header for 2014
2014-02-12 12:08:56 -06:00
Anthony Minessale
c07a6b6b9e
add polycom support to multicast paging, broadcast all formats at once to support most every popular phone at once
2013-11-22 04:52:11 +05:00
Michael Jerris
9155e6b217
FS-5819: fix var type usage outside the range of the enum
2013-09-24 13:27:39 -04:00
Nathan Neulinger
32adc789f6
make noexpandtab explicit in all vim modelines other than xml files
2013-06-25 11:50:17 -05:00
William King
7be8184b2a
Redundant code. The if/else block makes more sense than the equivalent in two separate if's.
2013-05-25 07:47:09 -07:00
Anthony Minessale
19d4493ab9
FS-4876 reverting this to default
2012-12-17 11:29:15 -06:00
Anthony Minessale
b113330049
revert
2012-11-01 12:27:11 -05:00
Anthony Minessale
ce142f06f7
revert
2012-11-01 12:26:31 -05:00
Anthony Minessale
f7366b6c91
loop on eintr on pop and trypop
2012-11-01 12:25:29 -05:00
Anthony Minessale
bc06155740
more priority tweaks
2012-10-02 07:39:21 -05:00
Jeff Lenk
5620d6d063
windows fixes for priority - needs to be revisited when apr and pthread versions support calls.
2012-10-01 20:34:15 -05:00
Anthony Minessale
464155c5cd
more priority tweaks
2012-10-01 10:20:48 -05:00
Anthony Minessale
7c84003024
bump important threads to realtime priority
2012-09-27 11:42:19 -05:00
Anthony Minessale
90f3ab4099
fix thread priority code, this has never worked until today
2012-09-27 13:38:02 -05:00
Michael Jerris
f044f46250
add apr stub to get the real OS socket
2012-08-09 11:56:29 -05:00
Michael Jerris
ec27618fc8
don't segfault after starting sofia, upon xml_open_config lookup failure for the profile from launch_sofia_worker_thread
2012-06-11 10:43:55 -04:00
Ken Rice
c5554eb939
Copyright date update.
2012-04-18 11:52:02 -05:00
Anthony Minessale
395965891e
FS-4119 --resolve
2012-04-17 16:53:25 -05:00
Jeff Lenk
24288832b1
FS-2216 partial with renaming
2012-01-08 14:19:16 -06:00
Anthony Minessale
4b064aa96b
different version of last commit
2011-12-10 07:40:46 -06:00