24 Commits

Author SHA1 Message Date
Michael Jerris
95560c905d fix loading managed mods to not need to be in so search path (MODLANG-148)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16355 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-18 07:32:38 +00:00
Anthony Minessale
df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Michael Giagnocavo
cbb2b89f0a mod_managed didn't support nomedia for some reason
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14516 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-14 13:27:27 +00:00
Michael Giagnocavo
f99ee375a9 Detach mono threads
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14502 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 00:34:30 +00:00
Mathieu Rene
13e6519066 Prevent unloading of embedded languages modules (also fixes MODLANG-121)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14491 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-11 16:03:31 +00:00
Michael Giagnocavo
20a2aee4fb New mod_managed with multi-appdomain (reloading) and scripting support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-26 07:01:48 +00:00
Michael Jerris
2840f826f0 fix windows calling conventions for modules with sub-modules broken in svn r12919
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12960 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 15:28:52 +00:00
Michael Giagnocavo
4963117523 This should fix mono crash on Linux
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 22:35:15 +00:00
Michael Giagnocavo
97157c42fc cdecl'd calling conventions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10125 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 04:29:13 +00:00
Michael Jerris
2123b46d6d tweak calling conventions.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10124 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 03:57:16 +00:00
Michael Giagnocavo
67015251ad Make cpp code as unmanaged as possible
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 22:02:58 +00:00
Michael Giagnocavo
2f488fe2f0 Cleanup: Rename mod_managed_lib to FreeSWITCH.Managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 00:11:21 +00:00
Michael Jerris
26453e1035 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 05:23:41 +00:00
Michael Giagnocavo
43dd5d6fdf Fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 03:28:52 +00:00
Michael Giagnocavo
aad1946087 Added managedload, more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9843 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 03:24:12 +00:00
Michael Giagnocavo
b0be67090c No more dynamic invoke for run/execute[bg]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 21:29:32 +00:00
Michael Jerris
9a934b2c87 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 07:05:49 +00:00
Michael Jerris
ed5dddb684 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 07:01:30 +00:00
Michael Jerris
ee7498b451 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 06:35:32 +00:00
Michael Giagnocavo
886b02710e The difference now, is that this actually works
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 20:02:31 +00:00
Michael Giagnocavo
657a0c9ac0 P/Invoke should do all the work for us
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9797 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 18:59:09 +00:00
Michael Giagnocavo
70e390c3e8 First attempt at making CLR delegate stuff work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-02 18:10:48 +00:00
Michael Jerris
d52e65a88a a little cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-25 06:25:19 +00:00
Michael Giagnocavo
0f0efa6719 Merge Mono and CLR into mod_managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-25 05:16:16 +00:00