143 Commits

Author SHA1 Message Date
Dragos Oancea
b775c1f91a [mod_enum] fix mem leak - ldns_resolver_new() - vanilla cfg. 2021-03-16 14:46:39 +00:00
Andrey Volk
0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
Andrey Volk
96aac32237 FS-12010: [mod_sofia, mod_valet_parking, mod_enum] Fix memory leaks on FreeSWITCH shutdown. 2019-08-19 23:14:24 +04:00
Ken Rice
7b0d25daa3 FS-11830 memory leak in SWITCH_STANDARD_API(enum_function) 2019-05-06 11:19:58 -05:00
Andrey Volk
671da28796 FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows. 2018-07-24 07:21:55 +00:00
Brian West
6ced48476c FS-11077: [mod_enum] Memory Leak in mod_enum #resolve 2018-07-24 07:21:47 +00:00
Sergey Safarov
df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Chris Young
7e85fafc0e FS-9984 [mod_enum] Fix for handle leak in Windows 2017-01-27 10:01:42 +00:00
Brian West
3c3c6ba512 FS-8608 remove nonexistant option, found during config audit 2016-08-22 15:28:02 -05:00
William King
b9634d5f7a FS-8316 resolving the build warnings in the modules too 2015-10-08 13:01:04 -07:00
Mike Jerris
46c0d05216 FS-7966: fix more msvc 2015 build warnings. 2015-09-02 13:07:17 -04:00
Michael Jerris
164c6111a1 FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
Michael Giagnocavo
5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
Michael Giagnocavo
f116387443 FS-7644. Change 2013.vcxproj references to 2013 2015-06-18 04:17:53 -06:00
Jeff Lenk
345e50d25a FS-7644 2015-06-11 15:29:28 -05:00
Michael Jerris
2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Michael Jerris
9db6d5ba9c different distros have diff pkg names 2014-05-02 18:35:37 -04:00
Michael Jerris
582fa1a664 fix typo 2014-05-01 18:22:57 -04:00
Travis Cross
cd650f6055 Use system ldns library
This library is used only by mod_enum and is available on most
platforms.  The version in our tree has many code quality problems
that are generating noise when doing static analysis.  Suffice it to
say we want rid of it as our responsibility.

FS-353
2014-05-01 22:01:59 +00:00
Travis Cross
c1f884cd33 Remove old ldns patch from FS-3110 2014-05-01 22:01:59 +00:00
Brian West
5c07c3eb03 don't use memory after free when using naptr with mod_enum with multiple routes 2014-04-28 13:03:09 -05:00
William King
748b7dea3c Get rid of a small memory leak when the configs are reloaded in mod_enum 2014-04-16 09:27:34 -07:00
Michael Jerris
e911986a72 FS-6293: more srcdir build fixes, fix mod_enum srcdir build 2014-03-14 20:02:22 -04:00
Michael Jerris
87af4d3278 fix mod_enum install 2014-03-09 14:44:41 -04:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Peter Olsson
5a820fdc78 Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Travis Cross
46f4709ee6 Whitespace cleanup to previous commit 2013-06-07 06:59:38 +00:00
William King
e7fa70416d Previous commit was incorrect. This would correctly handle the memory loss case. 2013-06-06 23:54:07 -07:00
William King
ef1bf8e34a Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang. 2013-05-18 17:50:50 -07:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Jeff Lenk
142374eaab mod_enum windows fix for last commit 2012-09-20 21:04:39 -05:00
Anthony Minessale
caaa5726b0 fold over use-server to be alias for nameserver param and support back compat with legacy configs 2012-09-20 10:49:44 -05:00
Ken Rice
fa991a4731 Fix the API 2012-07-19 10:17:26 -05:00
Brian West
7dc9a9cacc FS-3085 --resolve 2012-06-25 15:31:58 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Marc Olivier Chouinard
517c6d6192 FS-3538 --resolve 2011-12-15 16:18:13 -05:00
Jeff Lenk
1d490df9b5 FS-3282 --resolve 2011-05-21 09:53:53 -05:00
Anthony Minessale
88f4828c88 FS-3282 --resolve ms resolution with new query-timeout-ms, query-timeout still works as expected 2011-05-04 10:00:22 -05:00
Jeff Lenk
ee1a840cef FS-3228 --resolve 2011-04-04 20:55:56 -05:00
Anthony Minessale
4714ed4380 revert 471bd6df1ae73ca410f0b4051ee050e21401b17b and implement reference counting on the xml roots to achieve the same end result 2011-03-31 13:44:24 -05:00
Jeff Lenk
4e3d1f3f86 windows mod_enum fix potential seg 2011-03-30 21:10:24 -05:00
Stefan Knoblich
87884c5c67 mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum
Unbreaking make -jX parallel builds...

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-28 21:21:13 +02:00
Jeff Lenk
159efea47c ldns for windows first working version 2011-03-25 17:18:16 -05:00
Anthony Minessale
2bbc37e3d1 switch mod_enum to use new portable in-tree version 2011-03-25 15:54:13 -05:00
Jeff Lenk
bc0b702cf6 add ldns and mod_enum to vs2010 solution - not tested yet 2011-03-25 15:11:31 -05:00
Anthony Minessale
45162c15b7 FS-3110 --comment-only OMFG select on FD > 1024 get this patch to ldns ppl 2011-03-24 20:45:48 -05:00
Anthony Minessale
60da5740eb FS-3110 --comment-only phase 3.3 nevermind use getlibs 2011-03-24 17:22:42 -05:00