]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2014-05-15  William KingCID:1087631 In the unlikely case the sprintf fails...
2014-05-14  Raymond ChandlerCID: 1210583
2014-05-13  Travis CrossAvoid polluting CFLAGS for mod_snmp
2014-05-13  Travis CrossCleanup makefile library dependencies of mod_snmp
2014-05-13  Giovanni MaruzzelliFS-6285 skypopen: ANY, RR NOT work fine in mod_skypopen
2014-05-12  Giovanni MaruzzelliFS-6517 skypopen: mod_skypopen not using configured...
2014-05-12  Travis CrossFix test for pkg-config
2014-05-12  Michael Jerrisdon't pass large strucutre by value
2014-05-12  Michael Jerrisclean up coverity warnings and improve error checking
2014-05-11  Moises Silvafreetdm: Fix raw GSM AT command execution not returning...
2014-05-11  Moises Silvafreetdm: Added gsm debug configuration parameter
2014-05-10  Moises Silvafreetdm: Fixes for GSM module
2014-05-09  Travis CrossCheck for pkg-config at $PKG_CONFIG in configure
2014-05-09  Anthony Minessalebump
2014-05-09  Anthony Minessalebump v1.5.12
2014-05-09  Travis CrossTest for pkg-config in configure
2014-05-09  Anthony MinessaleFS-6515 --resolve
2014-05-09  Travis CrossFix missing $ for escaping shell variables for make
2014-05-08  Michael Jerrisdon't re-build tone2wav and fs_encode on every build
2014-05-08  Travis CrossRemove bashism from our Makefile hack
2014-05-08  Travis CrossIndent block
2014-05-08  Travis CrossFix whitespace
2014-05-08  Michael Jerrisput APR_LIBS back in LIBADD and LDFLAGS, but add some...
2014-05-08  Anthony Minessalelet relay work if its the only option
2014-05-08  Michael Jerrisgenerate the modules list vars from modules.conf into...
2014-05-08  Michael Jerrisdon't use -l libs from apr-config as dependencies in...
2014-05-08  Chris RienzoCID: 1211940 mod_rayo - unlikely dereference of NULL...
2014-05-08  Chris RienzoCID: 1211941 mod_rayo - unlikely dereference of NULL...
2014-05-08  Chris RienzoCID: 1211943 mod_rayo - removed dead code when changing...
2014-05-08  Chris RienzoCID: 1211944 mod_rayo - remove set of unused pointer
2014-05-08  Chris RienzoCID: 1211946 mod_rayo - dead code after switch statement
2014-05-08  Chris RienzoCID: 1211947 mod_rayo - allocated array with unsigned...
2014-05-08  Chris RienzoCID: 1211951 mod_rayo - fix unlikely dereference of...
2014-05-08  Chris Rienzomod_rayo: re-added Makefile for iks helpers unit tests
2014-05-08  Chris Rienzomod_rayo: re-added Makefile for srgs unit tests
2014-05-08  Chris Rienzomod_rayo: fix compiler error to nlsml.c from attempted...
2014-05-08  Travis CrossFix openssl build variable name
2014-05-07  Michael Jerrischeck for say errors in say_money functions
2014-05-07  Anthony MinessaleFS-6337 prevent over-frequent jb resets in bad conditions
2014-05-07  Michael Jerrisits logically impossible for this to be null, we are...
2014-05-07  Michael Jerrisdon't leak body in recv error case
2014-05-07  Michael Jerrisno need to check if p is null, it can never be null
2014-05-07  Brian WestFS-6475 --resolve
2014-05-07  William KingCID: 1211948 fix memory leak of decoded iks message...
2014-05-07  William KingCID: 1211950 fix memory leak of iksparser in function...
2014-05-07  William KingCID: 1211946 fixing uninitialized pointer read in mod_t...
2014-05-07  Steve UnderwoodVarious small cleanups in spandsp
2014-05-07  Anthony Minessaleminor tweak to make ws code work in blocking mode prope...
2014-05-06  Steve UnderwoodInitialise custom TIFF directory offsets, as some versi...
2014-05-06  Anthony MinessaleFS-6506 --resolve Technically when you are not using...
2014-05-06  Steve UnderwoodCorrected data type for TIFF directory offsets
2014-05-06  Michael Jerrisremove opezap from tree, it has been replaced by freetdm
2014-05-06  Steve UnderwoodMerge branch 'master' of git.freeswitch.org:freeswitch
2014-05-06  Steve UnderwoodMissing data modems files. They are a work in progress...
2014-05-05  Michael Jerrisadd quickie targets for fr sounds
2014-05-05  Michael JerrisFS-6484: guess at fixing seg from mod_managed, this...
2014-05-05  Anthony Minessalesofia is treating all notify sending as if they were...
2014-05-05  Travis CrossAvoid training :'s in paths
2014-05-05  Travis CrossWork around Mac's broken sed
2014-05-05  Steve UnderwoodFixed some ARM embedded assembly language typos
2014-05-04  Steve UnderwoodSome tweaks to spandsp project files
2014-05-04  Steve UnderwoodThe APIs for spandsp FAX have changes, removing one...
2014-05-02  Michael Jerrisdifferent distros have diff pkg names
2014-05-02  Michael MCGuinnessSIP-686 changed mod_say (en) to speak full dates when...
2014-05-02  Anthony MinessaleFS-6413 update presence_epoch to lock to midnite
2014-05-02  Travis CrossAdd a fallback test for ldns system library
2014-05-02  Michael JerrisFS-353: look for ldns pkg-config for homebrew, you...
2014-05-02  Brian WestFS-6500: use correct type in ftdm callback
2014-05-02  Brian WestFS-6500: handle conversion from switch to ftdm cause...
2014-05-02  Brian WestFS-6500: fix return value type for outgoing_channel...
2014-05-02  Steve UnderwoodVarious little cleanups, many of them from a clang...
2014-05-02  Natanael CopaFix building with musl libc
2014-05-02  Michael JerrisFS-6500: freebsd does not support the inline backtrace...
2014-05-02  Travis CrossRemove dead assignment in libscgi
2014-05-02  Travis CrossRemove some dead assignments in ESL
2014-05-02  Travis CrossAvoid leaking data_buf in mod_conference
2014-05-02  Moises Silvafreetdm: ftdm_gsm: Fix a few compilation warnings
2014-05-02  Moises SilvaFS-6500: freetdm: Add more enum compliance by defining...
2014-05-01  Michael Jerrisdon't null check what we know won't be null
2014-05-01  Michael Jerrisdon't need to double check for null
2014-05-01  Travis CrossProtect cross-compiling from polluted PKG_CONFIG_PATH
2014-05-01  Michael Jerrisfix typo
2014-05-01  Travis CrossUse system ldns library
2014-05-01  Travis CrossRemove old ldns patch from FS-3110
2014-05-01  Raymond ChandlerCID: 1210739
2014-05-01  Raymond ChandlerCID: 1210596
2014-05-01  Raymond ChandlerCID: 1210770
2014-05-01  Anthony MinessaleFS-6503 --resolve remove unused code
2014-05-01  Brian WestFS-6499 --resolve
2014-05-01  Brian WestFS-6498 --resolve
2014-05-01  Michael JerrisFS-6500: try to do the bounds checking properly using...
2014-05-01  Michael Jerrisfix log message on sending tport ping over ws to log...
2014-05-01  Michael Jerrisremove dead assignment
2014-05-01  Michael Jerrisremove dead assignment
2014-05-01  Michael Jerrisremove dead assignment
2014-05-01  Michael Jerrissilence clang unused function warnings and get rid...
2014-05-01  Michael Jerrisremove unused function
2014-05-01  Michael Jerrisfix 2 potential use after free errors
2014-04-30  Travis CrossRefactor if blocks
2014-04-30  Travis CrossRemove dead assignment
next