- 13 Jan, 2017 1 commit
-
-
Ghislain MARY authored
Separate body handlers begin transfer callbacks for receiving and sending files (the file body handler needs to open the file in different modes in these 2 cases).
-
- 12 Jan, 2017 1 commit
-
-
jehan authored
-
- 11 Jan, 2017 1 commit
-
-
jehan authored
In some re-connection case, specially over udp, transaction may be found, but without associated channel. Fix it
-
- 10 Jan, 2017 1 commit
-
-
Ghislain MARY authored
-
- 03 Jan, 2017 1 commit
-
-
Benjamin REIS authored
-
- 02 Jan, 2017 1 commit
-
-
Benjamin REIS authored
-
- 26 Dec, 2016 1 commit
-
-
Simon Morlat authored
-
- 19 Dec, 2016 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 15 Dec, 2016 1 commit
-
-
Ghislain MARY authored
-
- 12 Dec, 2016 1 commit
-
-
Ghislain MARY authored
-
- 10 Dec, 2016 1 commit
-
-
Simon Morlat authored
-
- 06 Dec, 2016 1 commit
-
-
Ghislain MARY authored
-
- 05 Dec, 2016 1 commit
-
-
Ghislain MARY authored
-
- 04 Dec, 2016 1 commit
-
-
Simon Morlat authored
-
- 02 Dec, 2016 1 commit
-
-
jehan authored
-
- 01 Dec, 2016 2 commits
-
-
Simon Morlat authored
-
Sylvain Berfini authored
-
- 29 Nov, 2016 1 commit
-
-
Simon Morlat authored
-
- 19 Nov, 2016 1 commit
-
-
Simon Morlat authored
Fix link error for windows
-
- 18 Nov, 2016 1 commit
-
-
Simon Morlat authored
fix crash when a channel encouters an error and is immediately cleaned by listening point AND the transaction is still ref'd somewhere else.
-
- 17 Nov, 2016 2 commits
-
-
Erwan Croze authored
-
Simon Morlat authored
don't reuse ssl context and config when the channel retries with another address. Destroy it and recreate a new one. The reason for this change is because mbedtls keeps client certificates forever in the ssl config, there is no way to remove them. Furthermore it doesn't make a copy of the certificate, it is the belle_sip_channel_t that has to keep the memory safe for all the duration of the ssl config. Unfortunately this is too complex, because the tls client certificate is requested to the app on demand, and it will be requested each time a new ssl handshake is happening.
-
- 15 Nov, 2016 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Added possibility to add a user body handler inside a file body handler to dynamically edit the content of the file in both directions
-
- 14 Nov, 2016 3 commits
-
-
Sylvain Berfini authored
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 09 Nov, 2016 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 08 Nov, 2016 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 04 Nov, 2016 1 commit
-
-
Simon Morlat authored
-
- 31 Oct, 2016 1 commit
-
-
Erwan Croze authored
-
- 24 Oct, 2016 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 21 Oct, 2016 2 commits
-
-
Simon Morlat authored
fix bug in new timers: changing the timer interval while the timer is already scheduled had no effect.
-
Ghislain MARY authored
-