Anthony Minessale
|
8433c7e088
|
fix FSCORE-74
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6921 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-20 21:42:00 +00:00 |
|
Michael Jerris
|
6c6cc0c0c8
|
reduce number of name/value pairs per message to 25 to reduce stack memory usage.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6823 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-16 01:50:45 +00:00 |
|
Michael Jerris
|
2585c1b537
|
make sure we are using null terminated strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6819 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-15 20:56:56 +00:00 |
|
Michael Jerris
|
e5c81fe5f5
|
use switch_copy_string instead of strncpy to make sure we have a null terminated string.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6818 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-15 20:55:10 +00:00 |
|
Michael Jerris
|
8bc983a758
|
cleanups and a check to bail on woomera messages with too many params instead of segfaulting.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6817 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-15 20:50:15 +00:00 |
|
Michael Jerris
|
89cb84c4d7
|
use switch_assert macro instead of just assert.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6714 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-12 23:21:45 +00:00 |
|
Michael Jerris
|
54ec86f6ce
|
use switch_snprintf instead of snprintf becuase in insures null termination of strings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6707 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-12 21:53:32 +00:00 |
|
Michael Jerris
|
4110f73cf3
|
add msvc 2008 sln/project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6690 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-12 01:40:13 +00:00 |
|
Michael Jerris
|
e49f38e855
|
add some missing \n's to switch_log_printf messages.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6390 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-23 18:50:54 +00:00 |
|
Anthony Minessale
|
3fcf09bab0
|
zigged where i should have zagged
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6335 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-19 17:19:32 +00:00 |
|
Anthony Minessale
|
32b9b45a5d
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6332 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-19 16:38:31 +00:00 |
|
Michael Jerris
|
ae790526e4
|
fix scope of endpoint module structures
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6084 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-10-29 18:10:06 +00:00 |
|
Michael Jerris
|
66501a6cdd
|
build cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5986 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-10-19 02:46:05 +00:00 |
|
Michael Jerris
|
6959c3ddd7
|
move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5971 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-10-18 18:11:43 +00:00 |
|
Michael Jerris
|
83c21e77f3
|
move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5963 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-10-18 07:21:38 +00:00 |
|
Michael Jerris
|
bbffdd99ab
|
cleanup some project file properties and hopefully fix the release build enum issue.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5961 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-10-18 04:15:33 +00:00 |
|
Michael Jerris
|
30ffb593c0
|
little cleanup, remove unnecessary (char *) cast.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5674 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-28 22:44:02 +00:00 |
|
Michael Jerris
|
b16a19a52f
|
whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5428 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-20 18:53:26 +00:00 |
|
Michael Jerris
|
008777e95e
|
add more modules to new mod loader macros/api.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5403 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-20 07:15:53 +00:00 |
|
Anthony Minessale
|
95f007586f
|
stage 1 of wrecking ball (duck!)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5347 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-13 20:40:06 +00:00 |
|
Michael Jerris
|
b67f9c5b2a
|
move some modules to use the new module interface macros.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5343 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-13 17:06:10 +00:00 |
|
Anthony Minessale
|
ca03e87eed
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5197 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-05-17 14:29:49 +00:00 |
|
Anthony Minessale
|
1cb336eaf0
|
add some robustness to deal with runaway threads
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5140 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-05-11 00:27:55 +00:00 |
|
Anthony Minessale
|
f40f87ebca
|
<refactor>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4944 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-04-16 16:53:30 +00:00 |
|
Anthony Minessale
|
c15d7892c0
|
indent again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4799 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-30 00:15:25 +00:00 |
|
Anthony Minessale
|
debdfb1aab
|
indent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4798 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-30 00:13:31 +00:00 |
|
Anthony Minessale
|
3a54126261
|
spring cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4795 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-29 22:31:56 +00:00 |
|
Anthony Minessale
|
2df583650f
|
cleanup some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4498 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 23:51:52 +00:00 |
|
Michael Jerris
|
42e78242a3
|
add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4494 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 20:44:13 +00:00 |
|
Brian West
|
0ddffd3ef6
|
fix potential naughty bug you will need 'make sure'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4432 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-02 23:38:01 +00:00 |
|
Michael Jerris
|
fc330804ff
|
thats not a real fd, it's a switch_socket_t *
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4267 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-14 19:31:58 +00:00 |
|
Anthony Minessale
|
a62d9fd951
|
lord of the rings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4230 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-13 15:47:15 +00:00 |
|
Anthony Minessale
|
f03226debb
|
update core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4181 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 20:03:07 +00:00 |
|
Michael Jerris
|
f359f847f7
|
fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4176 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 02:36:03 +00:00 |
|
Michael Jerris
|
63d89577d6
|
switch all libs and mods to use the dynamic instead of the static runtime so everything in freeswitch runs in a single instance of the runtime.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3925 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-01-07 04:35:16 +00:00 |
|
Anthony Minessale
|
7fac72df6c
|
move opts up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3911 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-01-05 15:52:23 +00:00 |
|
Anthony Minessale
|
9ef6b41064
|
fix names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3910 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-01-05 15:50:10 +00:00 |
|
Anthony Minessale
|
8f4a636fa1
|
trigger sofia rebuild
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3908 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-01-04 18:02:05 +00:00 |
|
Anthony Minessale
|
90ac85d947
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3862 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-12-28 20:05:54 +00:00 |
|
Michael Jerris
|
fb19b48332
|
send right data type for break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3783 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-12-21 20:24:04 +00:00 |
|
Anthony Minessale
|
90440eaf1d
|
add case for kill sigs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3778 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-12-21 16:46:11 +00:00 |
|
Michael Jerris
|
44649c70b4
|
Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
*/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3462 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-11-27 22:30:48 +00:00 |
|
Anthony Minessale
|
6a96670267
|
refine code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3006 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-10-09 02:24:43 +00:00 |
|
Michael Jerris
|
5c74acbabd
|
add default values for woomera in case you don't specify in the config file.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2685 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-09-13 16:33:09 +00:00 |
|
Anthony Minessale
|
f385b33813
|
change woomera defaults
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2677 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-09-13 13:41:35 +00:00 |
|
Michael Jerris
|
1003a4d404
|
Cleanups from update to new build system for windows.
More to come.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2325 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-08-18 07:22:18 +00:00 |
|
Michael Jerris
|
ae380d58ec
|
Update to new build system for windows.
This fixes several issues when debugging code in the ide, and does better dependency tracking.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2317 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-08-17 19:58:55 +00:00 |
|
Anthony Minessale
|
ce2a9d2636
|
add more mutexed flag ops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1664 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-06-23 16:59:47 +00:00 |
|
Anthony Minessale
|
ab3f42c9c4
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1508 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-05-26 16:00:08 +00:00 |
|
Anthony Minessale
|
21c2b5812e
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1476 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-05-17 00:58:21 +00:00 |
|