]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2013-05-31  Nathan NeulingerChange to correct prompt on outgoing call, eliminate...
2013-05-31  Nathan NeulingerAllow skinny speed dials to work when already off-hook
2013-05-31  Nathan NeulingerFS-5431: --resolve fix socket creation loop for mod_ski...
2013-05-31  Nathan NeulingerFS-5429: --resolve add minimal idivert support for...
2013-05-31  Nathan NeulingerFS-5379: --resolve fix skinny phone codec agreement...
2013-05-31  Nathan NeulingerFS-5225: --resolve add ability to dial by pressing...
2013-05-31  Nathan NeulingerFS-5267: --resolve avoid null deref if sessions missing
2013-05-31  Mathieu ParentAdd IPs to mod_skinny recv/send event messages
2013-05-31  Mathieu ParentDon't pretend we support skinny-wait timeout (See ...
2013-05-31  Mathieu ParentDon't create a new session when pressing speeddial
2013-05-31  Brian West add kirk wireless servers to safe as they do not do...
2013-05-31  Steve UnderwoodFixed a weakness in error UDPTL lost packet recovery...
2013-05-31  Brian WestSwap this
2013-05-29  Travis CrossUnsigned values are never less than zero
2013-05-29  Travis CrossAvoid using psession uninitialized in mod_fsk
2013-05-29  Travis CrossAvoid using memory after we free it
2013-05-29  Travis CrossAvoid dereferencing potential null value
2013-05-29  Travis CrossRemove assignment without effect
2013-05-29  Travis CrossAvoid dereferencing potential null value
2013-05-29  Travis CrossHandle potential malloc failure better
2013-05-29  Travis CrossAdd missing text editor local variable blocks
2013-05-29  Travis CrossFix unlikely memory leak in ESL
2013-05-29  Travis CrossRemove assignment without effect in fs_cli
2013-05-29  Travis CrossAvoid dangling reference at end of fs_cli
2013-05-29  Travis CrossAdd common include paths for jni.h and jni_md.h
2013-05-29  Jeff LenkFS-5479 --resolve
2013-05-29  Jeff Lenkfix unused parameter warning on windows
2013-05-29  Travis CrossFix variable type in mod_nibblebill
2013-05-29  Travis CrossWork around error in pocketsphinx-0.7
2013-05-29  Travis CrossRemove self-assignment without any effect
2013-05-29  Travis CrossAdd missing newline at end of mod_say_fa.c
2013-05-28  Mariusz CzuładaFS-5157 patch accepted
2013-05-28  Brian Westlog auto adjust ip and port separate so it doesn't...
2013-05-28  Anthony MinessaleFS-5480 --resolve
2013-05-26  Travis CrossRemove unused variable in mod_rtmp
2013-05-26  Travis CrossAdd commit note about shell escaping
2013-05-26  Travis CrossQuote arguments to shell when sending email
2013-05-26  Travis CrossFix memory leaks in mod_tts_commandline
2013-05-25  Travis CrossLeave room for switch_escape_string to add a terminatin...
2013-05-25  Travis CrossFix comment spelling
2013-05-25  Travis CrossFix memory corruption in mod_erlang_event
2013-05-25  Travis CrossDon't setup ZRTP without a session and channel
2013-05-25  Travis CrossHandle a failure of strerror_r
2013-05-25  William KingFix a possible deadlock scenario in the impossible...
2013-05-25  William KingRedundant code. The if/else block makes more sense...
2013-05-25  William KingBetter to not pass tmp_socket to setsockopt if there...
2013-05-25  William KingIt's been missing a break there for ~4 years and instea...
2013-05-25  William KingCleaning up logically dead code.
2013-05-25  William KingThis condition should NEVER be hit, but in case the...
2013-05-25  William KingSmall off by one error. If the array is of size 144...
2013-05-25  William KingLet's bit a bit safer when dereferencing pointers.
2013-05-25  William KingRemoving logically dead code
2013-05-25  William KingIf there is a problem reading the dictionary file,...
2013-05-25  William KingRemoving unused code
2013-05-25  William KingMore explicit and defensive code so if the init fails...
2013-05-25  William KingAnother location where mod_rtmp would leak memory.
2013-05-25  William KingFix improper handling of a double linked list that...
2013-05-25  William KingAppears to have been a copy paste error because this...
2013-05-25  William KingFixing a memory leak. name needs to be freed since...
2013-05-24  Anthony MinessaleFS-5470 --resolve
2013-05-24  Anthony MinessaleFS-5466 --resolve
2013-05-24  Mariusz CzuładaFS-5042 changed event body creation
2013-05-24  Raymond ChandlerFS-4871: reduce logging a bit
2013-05-24  Jeff LenkFS-5389
2013-05-24  Jeff LenkFS-5389 --resolve
2013-05-24  Raymond ChandlerFS-4871 --resolve
2013-05-24  Anthony MinessaleFS-5453 --resolve
2013-05-23  Anthony MinessaleFS-5453 --resolve this is a different issue, we just...
2013-05-23  Anthony Minessaleswig
2013-05-23  Anthony MinessaleFS-5042 --resolve
2013-05-23  Anthony MinessaleFS-5453 --resolve
2013-05-22  Anthony MinessaleFS-5402 --resolve the problem is ent originate has...
2013-05-22  Anthony MinessaleFS-5360 change defaults
2013-05-22  Anthony MinessaleFS-5436 --resolve
2013-05-21  Anthony MinessaleFS-5402 revert wait till tomorrow
2013-05-21  Anthony MinessaleFS-5402
2013-05-21  Anthony MinessaleFS-5453 --resolve
2013-05-21  Anthony MinessaleFS-5457
2013-05-21  Anthony MinessaleFS-5376 --resolve
2013-05-21  Anthony MinessaleFS-5242
2013-05-21  Anthony MinessaleFS-5211 --resolve
2013-05-20  Anthony MinessaleFS-5360
2013-05-20  Anthony Minessalegetting read_impl too soon here
2013-05-20  Ken Rice1.2.10 Release v1.2.10
2013-05-19  William KingAdd mod_xml_radius to the modules list, though disabled...
2013-05-19  William KingTheoretical memory leak where if attr_init failed,...
2013-05-19  William KingMinor code cleanup. calling va_start without calling...
2013-05-19  William Kingfull_contact must be freed by sofia. There isn't a...
2013-05-19  William KingMy bad. some how a make didn't catch this issue after...
2013-05-19  William KingCoverity reported an Uninitialized pointer read. Upon...
2013-05-19  William KingEdge case for when you are subscribing to presence...
2013-05-19  William KingPossible leak if someone were to try and add extra...
2013-05-18  William KingAlice meet rabit hole. There is a leak here on every...
2013-05-18  William KingIf the mod_sofia global presense hash is null, then...
2013-05-18  William KingFS-5443: --resolve leaked because the JS api's copy...
2013-05-18  William KingWhen message events were added, the debug field name...
2013-05-18  William KingMinor typo. User is being passed into this fuction...
2013-05-18  William Kingread() does not NULL terminate statbuf, but strstr...
2013-05-18  William KingThis was writing a null one space to the right, outside...
2013-05-18  Jeff LenkFS-5434 --resolve
next