- 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 3 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
-
Simon Morlat authored
-
- 20 Oct, 2016 1 commit
-
-
Simon Morlat authored
-
- 19 Oct, 2016 3 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 18 Oct, 2016 3 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 14 Oct, 2016 2 commits
-
-
Simon Morlat authored
It is now possible to specify -2 (BELLE_SIP_LISTENING_POINT_DONT_BIND) to request no server socket to be created. This removes the need for the build-time ENABLE_SERVER_SOCKET option.
-
Simon Morlat authored
fix double unref of channel resolver, clean code that set an object name to the resolver since it is now done internally.
-