2013-05-31 |
Nathan Neulinger | Change to correct prompt on outgoing call, eliminate... |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | Allow skinny speed dials to work when already off-hook |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | FS-5431: --resolve fix socket creation loop for mod_ski... |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | FS-5429: --resolve add minimal idivert support for... |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | FS-5379: --resolve fix skinny phone codec agreement... |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | FS-5225: --resolve add ability to dial by pressing... |
commit | commitdiff | tree |
2013-05-31 |
Nathan Neulinger | FS-5267: --resolve avoid null deref if sessions missing |
commit | commitdiff | tree |
2013-05-31 |
Mathieu Parent | Add IPs to mod_skinny recv/send event messages |
commit | commitdiff | tree |
2013-05-31 |
Mathieu Parent | Don't pretend we support skinny-wait timeout (See ... |
commit | commitdiff | tree |
2013-05-31 |
Mathieu Parent | Don't create a new session when pressing speeddial |
commit | commitdiff | tree |
2013-05-31 |
Brian West | add kirk wireless servers to safe as they do not do... |
commit | commitdiff | tree |
2013-05-31 |
Steve Underwood | Fixed a weakness in error UDPTL lost packet recovery... |
commit | commitdiff | tree |
2013-05-31 |
Brian West | Swap this |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Unsigned values are never less than zero |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Avoid using psession uninitialized in mod_fsk |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Avoid using memory after we free it |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Avoid dereferencing potential null value |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Remove assignment without effect |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Avoid dereferencing potential null value |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Handle potential malloc failure better |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Add missing text editor local variable blocks |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Fix unlikely memory leak in ESL |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Remove assignment without effect in fs_cli |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Avoid dangling reference at end of fs_cli |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Add common include paths for jni.h and jni_md.h |
commit | commitdiff | tree |
2013-05-29 |
Jeff Lenk | FS-5479 --resolve |
commit | commitdiff | tree |
2013-05-29 |
Jeff Lenk | fix unused parameter warning on windows |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Fix variable type in mod_nibblebill |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Work around error in pocketsphinx-0.7 |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Remove self-assignment without any effect |
commit | commitdiff | tree |
2013-05-29 |
Travis Cross | Add missing newline at end of mod_say_fa.c |
commit | commitdiff | tree |
2013-05-28 |
Mariusz Czułada | FS-5157 patch accepted |
commit | commitdiff | tree |
2013-05-28 |
Brian West | log auto adjust ip and port separate so it doesn't... |
commit | commitdiff | tree |
2013-05-28 |
Anthony Minessale | FS-5480 --resolve |
commit | commitdiff | tree |
2013-05-26 |
Travis Cross | Remove unused variable in mod_rtmp |
commit | commitdiff | tree |
2013-05-26 |
Travis Cross | Add commit note about shell escaping |
commit | commitdiff | tree |
2013-05-26 |
Travis Cross | Quote arguments to shell when sending email |
commit | commitdiff | tree |
2013-05-26 |
Travis Cross | Fix memory leaks in mod_tts_commandline |
commit | commitdiff | tree |
2013-05-25 |
Travis Cross | Leave room for switch_escape_string to add a terminatin... |
commit | commitdiff | tree |
2013-05-25 |
Travis Cross | Fix comment spelling |
commit | commitdiff | tree |
2013-05-25 |
Travis Cross | Fix memory corruption in mod_erlang_event |
commit | commitdiff | tree |
2013-05-25 |
Travis Cross | Don't setup ZRTP without a session and channel |
commit | commitdiff | tree |
2013-05-25 |
Travis Cross | Handle a failure of strerror_r |
commit | commitdiff | tree |
2013-05-25 |
William King | Fix a possible deadlock scenario in the impossible... |
commit | commitdiff | tree |
2013-05-25 |
William King | Redundant code. The if/else block makes more sense... |
commit | commitdiff | tree |
2013-05-25 |
William King | Better to not pass tmp_socket to setsockopt if there... |
commit | commitdiff | tree |
2013-05-25 |
William King | It's been missing a break there for ~4 years and instea... |
commit | commitdiff | tree |
2013-05-25 |
William King | Cleaning up logically dead code. |
commit | commitdiff | tree |
2013-05-25 |
William King | This condition should NEVER be hit, but in case the... |
commit | commitdiff | tree |
2013-05-25 |
William King | Small off by one error. If the array is of size 144... |
commit | commitdiff | tree |
2013-05-25 |
William King | Let's bit a bit safer when dereferencing pointers. |
commit | commitdiff | tree |
2013-05-25 |
William King | Removing logically dead code |
commit | commitdiff | tree |
2013-05-25 |
William King | If there is a problem reading the dictionary file,... |
commit | commitdiff | tree |
2013-05-25 |
William King | Removing unused code |
commit | commitdiff | tree |
2013-05-25 |
William King | More explicit and defensive code so if the init fails... |
commit | commitdiff | tree |
2013-05-25 |
William King | Another location where mod_rtmp would leak memory. |
commit | commitdiff | tree |
2013-05-25 |
William King | Fix improper handling of a double linked list that... |
commit | commitdiff | tree |
2013-05-25 |
William King | Appears to have been a copy paste error because this... |
commit | commitdiff | tree |
2013-05-25 |
William King | Fixing a memory leak. name needs to be freed since... |
commit | commitdiff | tree |
2013-05-24 |
Anthony Minessale | FS-5470 --resolve |
commit | commitdiff | tree |
2013-05-24 |
Anthony Minessale | FS-5466 --resolve |
commit | commitdiff | tree |
2013-05-24 |
Mariusz Czułada | FS-5042 changed event body creation |
commit | commitdiff | tree |
2013-05-24 |
Raymond Chandler | FS-4871: reduce logging a bit |
commit | commitdiff | tree |
2013-05-24 |
Jeff Lenk | FS-5389 |
commit | commitdiff | tree |
2013-05-24 |
Jeff Lenk | FS-5389 --resolve |
commit | commitdiff | tree |
2013-05-24 |
Raymond Chandler | FS-4871 --resolve |
commit | commitdiff | tree |
2013-05-24 |
Anthony Minessale | FS-5453 --resolve |
commit | commitdiff | tree |
2013-05-23 |
Anthony Minessale | FS-5453 --resolve this is a different issue, we just... |
commit | commitdiff | tree |
2013-05-23 |
Anthony Minessale | swig |
commit | commitdiff | tree |
2013-05-23 |
Anthony Minessale | FS-5042 --resolve |
commit | commitdiff | tree |
2013-05-23 |
Anthony Minessale | FS-5453 --resolve |
commit | commitdiff | tree |
2013-05-22 |
Anthony Minessale | FS-5402 --resolve the problem is ent originate has... |
commit | commitdiff | tree |
2013-05-22 |
Anthony Minessale | FS-5360 change defaults |
commit | commitdiff | tree |
2013-05-22 |
Anthony Minessale | FS-5436 --resolve |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5402 revert wait till tomorrow |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5402 |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5453 --resolve |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5457 |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5376 --resolve |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5242 |
commit | commitdiff | tree |
2013-05-21 |
Anthony Minessale | FS-5211 --resolve |
commit | commitdiff | tree |
2013-05-20 |
Anthony Minessale | FS-5360 |
commit | commitdiff | tree |
2013-05-20 |
Anthony Minessale | getting read_impl too soon here |
commit | commitdiff | tree |
2013-05-20 |
Ken Rice | 1.2.10 Release v1.2.10 |
commit | commitdiff | tree |
2013-05-19 |
William King | Add mod_xml_radius to the modules list, though disabled... |
commit | commitdiff | tree |
2013-05-19 |
William King | Theoretical memory leak where if attr_init failed,... |
commit | commitdiff | tree |
2013-05-19 |
William King | Minor code cleanup. calling va_start without calling... |
commit | commitdiff | tree |
2013-05-19 |
William King | full_contact must be freed by sofia. There isn't a... |
commit | commitdiff | tree |
2013-05-19 |
William King | My bad. some how a make didn't catch this issue after... |
commit | commitdiff | tree |
2013-05-19 |
William King | Coverity reported an Uninitialized pointer read. Upon... |
commit | commitdiff | tree |
2013-05-19 |
William King | Edge case for when you are subscribing to presence... |
commit | commitdiff | tree |
2013-05-19 |
William King | Possible leak if someone were to try and add extra... |
commit | commitdiff | tree |
2013-05-18 |
William King | Alice meet rabit hole. There is a leak here on every... |
commit | commitdiff | tree |
2013-05-18 |
William King | If the mod_sofia global presense hash is null, then... |
commit | commitdiff | tree |
2013-05-18 |
William King | FS-5443: --resolve leaked because the JS api's copy... |
commit | commitdiff | tree |
2013-05-18 |
William King | When message events were added, the debug field name... |
commit | commitdiff | tree |
2013-05-18 |
William King | Minor typo. User is being passed into this fuction... |
commit | commitdiff | tree |
2013-05-18 |
William King | read() does not NULL terminate statbuf, but strstr... |
commit | commitdiff | tree |
2013-05-18 |
William King | This was writing a null one space to the right, outside... |
commit | commitdiff | tree |
2013-05-18 |
Jeff Lenk | FS-5434 --resolve |
commit | commitdiff | tree |
next |