| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
The server may send multiple WWW-Authenticate/Proxy-Authenticate
headers, with different digest algorithms, in decreasing order of
preference. We must therefore avoid overwriting any supported challenge
once we've got a hold of one.
Closes #162
|
| |
|
| |
|
|
|
|
|
|
| |
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
|
|
|
|
|
|
|
| |
DTMF event constants handling is a bit messy as three different types
are used in different source files, triggering various compiler
warnings. Introduce t_dtmf_ev type and use it everywhere, also replace
helper macros by inline functions.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
New version of ucommon adds some restriction to Digest class which
break the way twinkle is using it:
- proper initialization using constructor is needed
- c_str() method is gone; fortunately, str() result can be used to
initialize std::string instead
Neither of these changes breaks build with ucommon 6.x.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There are few more files generated by flex or bison left. Drop them from
git and add .gitignore entries.
|
|
|
|
| |
twinkle.desktop is now installed
|
| |
|
| |
|
|
|
|
| |
Also requires version 2 of libccrtp and libzrtpcpp.
|
|
|
|
| |
Fix occurences of "no return in non-void function".
|
|
Check in contents of upstream 1.4.2 tarball, exclude generated files.
|