]> git.ipfire.org Git - thirdparty/freeswitch.git/shortlog
thirdparty/freeswitch.git
2014-04-30  Travis CrossDrop dead assignments
2014-04-30  Raymond ChandlerCID: 1210646
2014-04-30  Travis CrossDrop dead assignment
2014-04-30  Travis CrossDrop dead assignments
2014-04-30  Raymond Chandlerunused
2014-04-30  Travis CrossRemove dead assignment, but why...
2014-04-30  Travis CrossDrop dead assignment
2014-04-30  Travis CrossAvoid dead assignment of return value of execv
2014-04-30  William KingFix a use after free in a 'theoretical' case in switch_...
2014-04-30  Michael Jerrischeck return value for es_say_general_count
2014-04-30  Michael Jerrismake sure old_pid_buffer is null terminated
2014-04-30  Michael Jerrisfix leaked body in error case
2014-04-30  Michael Jerrisdon't leak file handle if fd = 0
2014-04-30  Michael Jerrisdon't leak if first realloc fails but second one succeeds
2014-04-30  Michael Jerrissplit this into 2 functions so its clear if this functi...
2014-04-30  Steve UnderwoodMore fixes from Coverity scans
2014-04-30  Michael Jerrismake sure receive buffer is always null terminated
2014-04-30  Michael Jerrisdon't leak xml string in dl_logger
2014-04-30  Michael Jerrisadd better bounds checking in dtmf_accepting array...
2014-04-30  Michael Jerrisfix read beyond buffer length error
2014-04-30  Steve UnderwoodA couple more Coverity issues fixed
2014-04-30  Travis CrossBisect with make -j
2014-04-30  Travis CrossDon't unset CCACHE_DIR when bisecting
2014-04-30  Michael JerrisFS-6497: --resolve fix for loop initial declaration...
2014-04-30  Steve UnderwoodAnother couple of Coverity related cleanups
2014-04-30  Michael Jerrisremove generated file from tree
2014-04-30  Steve UnderwoodMore elimination of warnings with clang
2014-04-30  Steve UnderwoodEliminate some clang warnings
2014-04-30  Chris Rienzomod_http_cache: CID 1025858: Thread deadlock (ORDER_R...
2014-04-30  Michael Jerrisgracefully handle allocation failure
2014-04-30  Michael Jerriswe always have the session in the dialplan function
2014-04-30  Michael Jerriswe always have the caller profile at this point, if...
2014-04-30  Michael Jerriswe always have the seesion in the app function
2014-04-30  Michael Jerrisremove useless checks of array == 0
2014-04-30  Michael Jerrisdo set compiler flag that compiler doesn't support
2014-04-30  Steve UnderwoodEliminated another Coverity issue
2014-04-30  Steve UnderwoodSome more coverity issues cleaned up
2014-04-30  Steve UnderwoodCleared some simple Coverity issues
2014-04-29  Anthony MinessaleFS-6476 regression where sock would sometimes drop...
2014-04-29  William KingCorrection to commit 0ba59aa6c2d252886eb4889c5d37fe114e...
2014-04-29  Michael Jerrissilence incorrect warnings about null pointer derferenc...
2014-04-28  Anthony Minessaleadd heartbeat_use_scheduler variable to force the heart...
2014-04-28  Travis CrossAdd helper for running git bisect
2014-04-28  Michael Jerristhis should never happen, but just in case, this will...
2014-04-28  Michael Jerrishandle null 'status' passed to 'switch_channel_perform_...
2014-04-28  Michael Jerrisonly enable passthru_ptime_mismatch when set to a true...
2014-04-28  Michael Jerrisonly enable passthru_ptime_mismatch when set to a true...
2014-04-28  Michael Jerrisremove unused var ocp
2014-04-28  Michael Jerrisif we can't open /dev/null, you have much bigger issues...
2014-04-28  Michael Jerrisimprove null checks
2014-04-28  Michael Jerrisremove useless variable
2014-04-28  Michael Jerrisremove useless statement
2014-04-28  Michael Jerrisimprove error checking for null path
2014-04-28  Michael Jerrisfix bitwise flag unsetting
2014-04-28  Michael Jerrisremove unused variable
2014-04-28  Michael Jerrisdon't set variable we don't use, and fix off by 1 buffe...
2014-04-28  Michael Jerrisremove unnecessary null check, we would have crashed...
2014-04-28  Brian Westdon't use memory after free when using naptr with mod_e...
2014-04-28  Michael Jerrisblock of code in here twice was writing over expanded...
2014-04-28  Michael Jerrisadd bounds check to keep rtcp packets with > 5 report...
2014-04-28  Anthony MinessaleFS-4779 FS-6467 the behaviour from 4479 is now masked...
2014-04-28  Michael Jerrisfix deref before null check
2014-04-28  Michael Jerrisremove unused variable
2014-04-28  Anthony MinessaleFS-6491 --resolve
2014-04-28  William Kingfixing commit a7108411233058511c59227617e446f28384dbd0...
2014-04-28  Michael Jerrischeck return value of switch_vasprintf
2014-04-28  Michael Jerrisfix assigned but never used issue and code cleanup...
2014-04-26  Michael Jerriswe only call this with values, and it would crash if...
2014-04-26  Michael Jerriscontact->m_url is an array, don't check array for zero...
2014-04-26  Michael JerrisFix buffer overrun that could have been exploited with...
2014-04-26  Georgiewskiy... fix memory leaks, tanks to Sharath from packetizer...
2014-04-25  Brian WestFS-3332 --resolve
2014-04-25  William KingExpanding on 052638186b2784c4142089008adf4289d40c80bc...
2014-04-25  William KingBNPH-6470 follow up to commit 68d863a179c90d2524f8e761d...
2014-04-25  Brian WestFS-6470
2014-04-24  Brian WestFS-6482 --resolve
2014-04-24  Anthony Minessalefix issues with heartbeat in bypass media mode
2014-04-24  William KingFixing memory leak that would occur when reloading...
2014-04-24  Anthony Minessalerevert
2014-04-22  Anthony MinessaleFS-6477 --resolve
2014-04-22  Anthony MinessaleFS-6476 --resolve
2014-04-22  Chris Rienzomod_rayo: preserve old caller ID behavior if display...
2014-04-22  Chris Rienzomod_rayo: relax recent caller ID restrictions a bit
2014-04-21  Michael JerrisESL-91: --resolve bigger buffer for args
2014-04-19  Travis CrossRemove extraneous abort(3) when sending chat
2014-04-19  Anthony Minessaleadd enable-chat sofia profile param which defaults...
2014-04-19  Travis CrossDrop pinned memcached file download from debian
2014-04-19  Travis CrossCorrect display of last write timestamp
2014-04-18  Brian WestOPENZAP-222 --resolve
2014-04-18  Brian WestFS-6082 --resolve
2014-04-18  Brian WestDispatch will call you on register, and call you back...
2014-04-18  Brian Westfix bug in dispatch
2014-04-18  Brian WestFS-6452 mod_spy doesn't react on events without variabl...
2014-04-17  Anthony Minessaledon't send heartbeat until the first timeout has elapse...
2014-04-17  Seven Dufix compiler warning
2014-04-16  Anthony Minessaleupdate
2014-04-16  Anthony MinessaleFS-6462 --resolve
2014-04-16  Anthony MinessaleFS-5997 regression from commit 70accd9f272472ac2081283f...
2014-04-16  William KingGet rid of a small memory leak when the configs are...
2014-04-16  Anthony Minessaleadd generic keepalive system and implement it in sofia...
next