]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2013-06-05  Anthony Minessaledon't need this change revert
2013-06-05  Anthony Minessaleadd some device-state mechinism to FS to allow tracking...
2013-06-04  Brian WestUp this buffer to prevent boxes from locking up if...
2013-06-04  Seven Dufix typo again
2013-06-04  Seven Duclose websocket before unload
2013-06-04  Seven Duadd show complete
2013-06-04  Seven Duadd show aliases, management, interface_types
2013-06-04  Seven Duadd missing ShowInterfacesRoute
2013-06-04  Seven Dufix copy&paste typo
2013-06-04  Seven Dushow tasks
2013-06-04  Seven Dushow say, chat, interfaces, limits
2013-06-04  Seven Duupdate to mp4v2-2.0.0
2013-06-04  Seven Dufix hardcoded host and port
2013-06-03  Jeff LenkOPENZAP-214 --resolve
2013-06-03  Travis CrossSet mod_voicemail to depend on mail-transport-agent
2013-06-03  Travis CrossAvoid crashing FS after delivering a VM
2013-06-03  Travis CrossHave modules depend on a particular version of libfrees...
2013-06-02  Travis CrossFix spelling in log message
2013-06-02  Stefan KnoblichFreeTDM: handle_core_command() clean up
2013-06-02  Stefan KnoblichFreeTDM: Move I/O interface lookup code into common...
2013-06-01  Stefan KnoblichFreeTDM: Fix "ftdm core flags/spanflags" with flag...
2013-06-01  Stefan KnoblichFreeTDM: Rewrite "ftdm core" print_* functions (to...
2013-06-01  Stefan Knoblichftmod_libpri: Fix channel iterator memory leak
2013-06-01  Stefan KnoblichFreeTDM: Add span iterator
2013-05-31  Anthony MinessaleFS-5488 --resolve
2013-05-31  Nathan NeulingerFS-5449: apply correct quoting, got older version of...
2013-05-31  Nathan NeulingerFS-5449: --resolve add a mod_commands function to use...
2013-05-31  Anthony MinessaleFS-5488 --resolve
2013-05-31  Michael S CollinsMore to-be-recorded phrases.
2013-05-31  Stefan KnoblichFreeTDM: Remove unused local 'interfaces' variable
2013-05-31  Steve UnderwoodMinor tweaks from cleaning up spandsp
2013-05-31  Brian West add kirk wireless servers to safe as they do not do...
2013-05-31  Brian WestSwap this
2013-05-30  Nathan NeulingerChange to correct prompt on outgoing call, eliminate...
2013-05-30  Nathan NeulingerAllow skinny speed dials to work when already off-hook
2013-05-29  Jeff LenkFS-5483 --resolve
2013-05-29  Steve UnderwoodSomething stupid that way went
2013-05-29  Steve UnderwoodMerge branch 'master' of git.freeswitch.org:freeswitch
2013-05-29  Steve UnderwoodMore movement towards colour FAXing
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  Steve UnderwoodMore tweaks towards colour FAXing
2013-05-29  Steve UnderwoodMore tweaks towards colour FAXing
2013-05-29  Steve UnderwoodMoves towards colour FAX
2013-05-28  Travis CrossRemove redundant orig file purifying step
2013-05-28  Travis CrossAdd generic mechanism for building non-DFSG packages
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-28  Travis Crossdebian: Update -meta-all to grab all packages
2013-05-28  Travis CrossAvoid using memory after we free it
2013-05-28  Travis CrossAvoid dereferencing potential null value
2013-05-28  Travis CrossRemove assignment without effect
2013-05-28  Travis CrossAvoid dereferencing potential null value
2013-05-28  Travis CrossHandle potential malloc failure better
2013-05-28  Travis CrossFix unlikely memory leak in ESL
2013-05-27  Travis CrossRemove assignment without effect in fs_cli
2013-05-27  Travis CrossAvoid dangling reference at end of fs_cli
2013-05-27  Travis CrossAdd common include paths for jni.h and jni_md.h
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
next