freeswitch/src
Anthony Minessale 962f6a118b regression from yesterday causing a seg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15147 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-13 17:31:10 +00:00
..
include refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
mod add auto ext type and support for being called from bind_meta_app to valet_parking (needs some more) 2009-10-12 23:35:51 +00:00
CMakeLists.txt apr cmake files 2009-02-16 07:12:17 +00:00
Makefile.am Make libdir and bindir being accepted by libs and modules 2008-02-18 14:58:41 +00:00
g711.c move L16 and g711 into the core 2008-02-18 19:43:57 +00:00
inet_pton.c inet_pton.c needs switch.h for SWITCH_DECLARE 2009-06-10 01:02:48 +00:00
switch.c add --with-rundir configure param and -run freeswitch runtime param to adjust the location of the pid file (FSBUILD-188) 2009-09-04 18:26:15 +00:00
switch_apr.c core: add switch_sockaddr_equal (LBAPR-3) 2009-07-28 16:03:45 +00:00
switch_buffer.c update copyright 2009-02-13 23:37:37 +00:00
switch_caller.c auto update displays in more places 2009-10-07 22:35:21 +00:00
switch_channel.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_config.c update copyright 2009-02-13 23:37:37 +00:00
switch_console.c skip call to read where there is no data present 2009-09-10 23:00:16 +00:00
switch_core.c FSCORE-456 2009-10-02 15:07:18 +00:00
switch_core_asr.c clarify usage of unimrcp 2009-08-31 20:38:23 +00:00
switch_core_codec.c MODEVENT-59 2009-10-08 19:37:21 +00:00
switch_core_db.c zero out buffer on (null) 2009-07-23 14:52:23 +00:00
switch_core_directory.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_event_hook.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_file.c fix the crash that was caused by fixing the leak that was preventing the crash in the previous revision 2009-10-08 14:55:16 +00:00
switch_core_hash.c use malloc in hashes when no pool specified 2009-10-03 22:21:52 +00:00
switch_core_io.c FSCORE-452 2009-09-30 23:50:51 +00:00
switch_core_media_bug.c Per-call logging, part one 2009-08-13 20:35:02 +00:00
switch_core_memory.c Per-call logging, part two 2009-08-13 21:24:51 +00:00
switch_core_port_allocator.c fix windows build 2009-03-20 22:38:38 +00:00
switch_core_rwlock.c Per-call logging, part one 2009-08-13 20:35:02 +00:00
switch_core_session.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_core_speech.c FSCORE-403 2009-07-23 15:55:13 +00:00
switch_core_sqldb.c LOOK OUT BELOW... (FSCORE-381) 2009-06-30 18:59:05 +00:00
switch_core_state_machine.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_core_timer.c update copyright 2009-02-13 23:37:37 +00:00
switch_cpp.cpp FSCORE-450 2009-09-28 19:46:38 +00:00
switch_dso.c dos2unix 2009-05-27 23:07:50 +00:00
switch_event.c add missing comma that causes buffer overflow in event socket 2009-10-09 15:59:22 +00:00
switch_ivr.c doh 2009-10-12 23:27:01 +00:00
switch_ivr_async.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_ivr_bridge.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_ivr_menu.c Fix leak in xml ivr menus FSCORE-421 2009-08-20 17:41:48 +00:00
switch_ivr_originate.c regression from yesterday causing a seg 2009-10-13 17:31:10 +00:00
switch_ivr_play_say.c refactor some of the message parsing code to use fifo to reduce threading contention 2009-10-12 22:23:55 +00:00
switch_loadable_module.c here you go 2009-03-27 19:51:41 +00:00
switch_log.c pad digit len in micro time log entries 2009-09-02 15:22:54 +00:00
switch_nat.c unint memory may be confused for an ip change 2009-08-24 20:16:23 +00:00
switch_odbc.c fix build failure 2009-06-24 16:27:28 +00:00
switch_pcm.c 48k 30ms and 40ms codecs 2009-10-10 02:10:43 +00:00
switch_regex.c no comment. 2009-07-02 01:36:50 +00:00
switch_resample.c FSCORE-403 2009-07-23 15:55:13 +00:00
switch_rtp.c FSCORE-442 2009-09-16 21:24:22 +00:00
switch_scheduler.c doh 2009-03-03 00:21:11 +00:00
switch_stun.c build: fix gcc-4.4.0 build failures (FSCORE-355) 2009-05-19 20:25:59 +00:00
switch_swig.c fix vim format line 2009-09-14 22:03:37 +00:00
switch_swig.i changes to language stuff 2006-09-20 21:59:50 +00:00
switch_time.c try to improve autoflush and other silly audio glitches from edge cases and help FSCORE-416 2009-09-10 00:46:24 +00:00
switch_utils.c try this 2009-10-05 17:38:46 +00:00
switch_xml.c switch_xml_locate: don't parse the binding section at every iteration 2009-06-10 05:03:07 +00:00
switch_xml_config.c Implement new config parser in mod_voicemail 2009-06-20 03:37:15 +00:00