Michael Jerris
|
c768e4b6e6
|
CID:1215198 don't set variables that are not used, and clean up the bail out usage condition to be more sane
|
2014-05-22 14:52:56 +00:00 |
|
William King
|
11f373d4f2
|
CID: 1215198 Fix an assignment so that the variable only handles malloc'd data.
|
2014-05-21 16:28:03 -07:00 |
|
Michael Jerris
|
179e07c649
|
CID:1214219 Resource leak
|
2014-05-15 13:30:39 +00:00 |
|
Travis Cross
|
886a730ae8
|
Avoid leaking memory on mod_hash unload
|
2014-04-12 06:43:11 +00:00 |
|
Anthony Minessale
|
7151d6acea
|
FS-6402 part 2
|
2014-04-02 03:21:37 +05:00 |
|
Anthony Minessale
|
5c0cff70b3
|
FS-6402 --resolve
|
2014-04-02 01:20:19 +05:00 |
|
Michael Jerris
|
048ce8d1f3
|
FS-6293: srcdir builds, most of the built in mods work now
|
2014-03-14 23:13:34 -04:00 |
|
Anthony Minessale
|
804ef7709d
|
change from sqlite hash to newly added one
|
2014-03-09 00:37:17 +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 |
|
Peter Olsson
|
084e245085
|
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
|
2014-01-22 22:30:23 +01:00 |
|
Nathan Neulinger
|
32adc789f6
|
make noexpandtab explicit in all vim modelines other than xml files
|
2013-06-25 11:50:17 -05:00 |
|
Jeff Lenk
|
dc2c11f13f
|
FS-4768 initial add of vs2012 build support
|
2012-12-29 14:57:15 -06:00 |
|
Anthony Minessale
|
5e5a2ff84b
|
FS-4141 --resolve
|
2012-04-23 07:50:57 -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 |
|
Jeff Lenk
|
24288832b1
|
FS-2216 partial with renaming
|
2012-01-08 14:19:16 -06:00 |
|
Marc Olivier Chouinard
|
3453f14f9b
|
FS-3237 --resolve
I've fix some memory leak in your patch. Be careful to free the value from the find output of a hash after you used it.
|
2011-12-15 21:08:52 -05:00 |
|
Stefan Knoblich
|
209ef00dad
|
mod_hash: Add dependency on libesl.so
Temporary fix, esl autotoolification is pending...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2011-11-04 22:10:46 +01:00 |
|
Stefan Knoblich
|
8604a1e7a9
|
mod_hash: Drop fully qualified libesl.so in _LIBADD.
Not a libtool archive, so just use the one in _LDFLAGS.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2011-11-04 20:33:46 +01:00 |
|
Anthony Minessale
|
637a5ed83d
|
Add application flag zombie_exec so registered applications can apply to be executed on channels that are already hungup, like the inline exec this is only limited to a small family of apps that do not use the channel for audio.
|
2011-09-13 09:35:41 -05:00 |
|
Anthony Minessale
|
73279f01bf
|
FS-3166 --resolve
|
2011-04-22 16:43:29 -05:00 |
|
Michael S Collins
|
8134712627
|
mod_hash: add realm filter to hash_dump db command so that you can quickly dump all entries that belong only to a specific realm without getting the whole db
|
2011-04-18 18:43:24 -07:00 |
|
Anthony Minessale
|
8458adebbb
|
avoid scheduler caling a function on null hash during shutdown
|
2011-01-13 10:30:29 -06:00 |
|
Brian West
|
3734f4cd44
|
bump copyright date and fix some email and typos from diego.
|
2011-01-05 10:09:04 -06:00 |
|
Anthony Minessale
|
10cb487cb0
|
FS-2868
|
2010-11-23 15:50:17 -06:00 |
|
Jeff Lenk
|
45ecbc2f61
|
fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side
|
2010-09-29 15:47:58 -05:00 |
|
Mathieu Rene
|
6cdd3e2a2e
|
Attempt at MODAPP-446
|
2010-08-16 10:41:16 -04:00 |
|
Rupa Schomaker
|
a7c31e6fe9
|
FSCORE-637 - limit - reset rate and release resource apis
Thanks Moy
|
2010-07-20 22:21:32 -05:00 |
|
Mathieu Rene
|
27d8378f97
|
mod_hash: use esl_recv_timed with a 5000ms timeout when doing api commands
|
2010-07-20 16:24:50 -04:00 |
|
Mathieu Rene
|
7431fbe9fd
|
mod_hash: use 5 seconds connection timeouts for remote connections
|
2010-07-20 14:45:53 -04:00 |
|
Mathieu Rene
|
a31222acba
|
mod_hash: fix build
|
2010-07-19 16:13:10 -04:00 |
|
Jeff Lenk
|
0845297642
|
Fix Windows build
|
2010-07-19 12:47:09 -05:00 |
|
Mathieu Rene
|
9e047ef1dc
|
mod_hash: formatting and add an error message in the api
|
2010-07-19 13:09:21 -04:00 |
|
Mathieu Rene
|
52c278c2e1
|
mod_hash: fix null check on API
|
2010-07-19 11:50:15 -04:00 |
|
Mathieu Rene
|
6d8c0b197e
|
mod_hash: change tab spacing for api, remove unnecessary log at every connection attempt in case a box is down
|
2010-07-19 11:24:01 -04:00 |
|
Mathieu Rene
|
67713fd6c2
|
mod_hash: fix syntax messages and add console autocomplete
|
2010-07-19 11:10:32 -04:00 |
|
Mathieu Rene
|
7036c9b8cd
|
mod_hash: add api function
|
2010-07-19 11:05:10 -04:00 |
|
Mathieu Rene
|
90f33b83dc
|
don't create the remote thread detached so we can join it
|
2010-07-19 10:22:40 -04:00 |
|
Mathieu Rene
|
f66ac8906b
|
mod_hash: remote sync in working state
|
2010-07-17 01:14:11 -04:00 |
|
Mathieu Rene
|
83891a11d4
|
update
|
2010-07-16 23:35:03 -04:00 |
|
Mathieu Rene
|
9f7e98e01f
|
add missing makefile
|
2010-07-16 23:06:27 -04:00 |
|
Mathieu Rene
|
a55747aae2
|
mod_hash: remove runtime function properly
|
2010-07-16 22:57:24 -04:00 |
|
Mathieu Rene
|
c5ad49da17
|
mod_hash: begin working on remote support
|
2010-07-16 22:50:58 -04:00 |
|
Mathieu Rene
|
10d468a684
|
mod_hash: remove unneeded initializer
|
2010-07-16 13:54:26 -04:00 |
|
Mathieu Rene
|
e76d7d925e
|
mod_hash: free all hashtables on shutdown
|
2010-07-13 19:05:07 -04:00 |
|
Anthony Minessale
|
4555b71199
|
declinatio mortuus obfirmo!
|
2010-07-07 15:13:45 -05:00 |
|
Jeff Lenk
|
a87429ac87
|
Add initial support for VS2010
|
2010-06-28 15:49:19 -05:00 |
|
Jeff Lenk
|
3de6c7a59c
|
missing mod_hash
|
2010-06-20 11:03:07 -05:00 |
|
Rupa Schomaker
|
0e8a26f840
|
sync changes in branch rupa_limit
|
2010-06-19 07:49:34 -05:00 |
|