]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2013-05-27  Jeff LenkFS-5479 --resolve
2013-05-27  Jeff Lenkfix unused parameter warning on windows
2013-05-27  Travis CrossFix variable type in mod_nibblebill
2013-05-27  Travis CrossWork around error in pocketsphinx-0.7
2013-05-27  Travis CrossRemove self-assignment without any effect
2013-05-26  Travis CrossRemove extraneous parentheses in mod_say_pl
2013-05-26  Travis CrossAdd missing newline at end of mod_say_fa.c
2013-05-26  Travis CrossRemove extraneous parentheses
2013-05-26  Travis CrossAdd commit note about shell escaping
2013-05-26  Travis CrossFix typo
2013-05-26  Travis CrossRemove unused variable in mod_rtmp
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 Crossdebian: wheezy is the new stable
2013-05-25  Travis CrossHandle a failure of strerror_r
2013-05-25  Travis CrossAdd missing text editor local variable blocks
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 Minessalebump
2013-05-24  Anthony Minessalebump v1.5.1
2013-05-24  Anthony MinessaleFS-5470 --resolve
2013-05-24  Anthony MinessaleFS-5466 --resolve
2013-05-24  Anthony MinessaleFS-5453 --resolve
2013-05-24  Mariusz CzuładaFS-5042 changed event body creation
2013-05-24  Raymond ChandlerFS-4871: reduce logging a bit
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-23  Nathan NeulingerFS-5431: --resolve fix socket creation loop for mod_ski...
2013-05-23  Michael S CollinsMore phrases
2013-05-23  Stefan Knoblichesl: Don't abort the esl_listen() loop(s) if accept...
2013-05-23  Stefan Knoblichivrd: fflush() stdout before entering esl_listen()
2013-05-22  Michael S CollinsAdd new to-be-recorded phrases highlighting weekly...
2013-05-22  William KingFS-5440: don't assert on bad input rtmp data
2013-05-22  Anthony MinessaleFS-5402 --resolve the problem is ent originate has...
2013-05-22  Anthony MinessaleFS-5360 change defaults
2013-05-22  Chris RienzoMerge branch 'master' of ssh://git.freeswitch.org:222...
2013-05-22  Chris Rienzomod_http_cache: fix example config
2013-05-22  Anthony MinessaleFS-5455 try this
2013-05-22  Jeff Lenkwindows fix trivial compiler warning
2013-05-22  Nathan NeulingerFS-5429: --resolve add minimal idivert support for...
2013-05-22  Nathan NeulingerFS-5379: --resolve fix skinny phone codec agreement...
2013-05-22  Nathan NeulingerFS-5225: --resolve add ability to dial by pressing...
2013-05-22  Nathan NeulingerFS-5267: --resolve avoid null deref if sessions missing
2013-05-22  Chris Rienzomod_http_cache: a couple more unit test cases
2013-05-22  Chris Rienzomod_http_cache: remove unnecessary memset() now that...
2013-05-22  Chris Rienzomod_http_cache: fix unit test now that switch_b64_encod...
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-21  Stefan Knoblichftmod_libpri: Fix possible NULL-ptr dereference crash...
2013-05-21  Chris Rienzomod_http_cache: forgot to add write to http_cache:...
2013-05-21  Travis CrossAdd mod_say_pl to debian build
2013-05-21  Travis CrossSpelling fix
2013-05-20  Anthony MinessaleFS-5360
2013-05-20  Anthony Minessalegetting read_impl too soon here
2013-05-20  Anthony MinessaleFS-5444 --resolve
2013-05-20  Chris Rienzomod_http_cache: added write file format
2013-05-20  Chris Rienzomod_http_cache: added native Amazon S3 support
2013-05-20  Steve UnderwoodFixed a weakness in error UDPTL lost packet recovery...
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 KingWas causing a very small leak on naptr lookups. Upon...
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...
next