Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #150 from fbriere/issue/88-mutex-lock-failed | Luboš Doležel | 2020-02-23 | -2/+6 |
|\ | | | | | Prevent recursive locking of phone_users_mtx in add_phone_user() | |||
| * | Prevent recursive locking of phone_users_mtx in add_phone_user() | Frédéric Brière | 2019-07-03 | -2/+6 |
| | | | | | | | | | | | | | | | | When encountering two users with the same contact name, attempting to differentiate them using USER_HOST(), a.k.a. get_ip_sip(), would result in EDEADLK since phone_users_mtx was already locked by add_phone_user(). Closes #88 | |||
* | | Merge pull request #166 from fbriere/issue/165-deadlocks-simple | Luboš Doležel | 2020-02-23 | -2/+0 |
|\ \ | | | | | | | Simple fixes for two deadlocks | |||
| * | | Remove duplicate mutex lock in `t_phone::end_call()` | Frédéric Brière | 2019-10-02 | -2/+0 |
| |/ | | | | | | | | | A write lock on `lines_mtx` has already been acquired at the beginning of `end_call()`. | |||
* / | Fix spelling errors | Jose Riha | 2020-02-20 | -1/+1 |
|/ | ||||
* | Replace (old) FSF postal address with URL in header files | Frédéric Brière | 2016-10-02 | -2/+1 |
| | | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71 | |||
* | Fix a crash when using File -> Change User... (fixes #34) | Lubos Dolezel | 2016-01-03 | -1/+0 |
| | ||||
* | Crash fixes | Lubos Dolezel | 2015-07-28 | -1/+0 |
| | ||||
* | Introduce a separate 3-way call mutex (#17) | Lubos Dolezel | 2015-07-07 | -23/+7 |
| | ||||
* | Partial lock rework in t_phone (#17). If the app starts crashing or ↵ | Lubos Dolezel | 2015-07-07 | -159/+167 |
| | | | | freezing, this commit is probably to blame. | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+3562 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |