Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix spelling errors | Jose Riha | 2020-02-20 | -3/+3 |
| | ||||
* | Case insensivity in WWW-Authenticate header | Jan Schlüter | 2019-04-08 | -1/+1 |
| | ||||
* | Fix spelling mistakes | Peter Colberg | 2016-10-28 | -1/+1 |
| | ||||
* | Replace (old) FSF postal address with URL in header files | Frédéric Brière | 2016-10-02 | -300/+150 |
| | | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71 | |||
* | DTMF event type cleanup | Michal Kubecek | 2016-05-20 | -1/+1 |
| | | | | | | | 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. | |||
* | Fix couple of warnings | Palo Kisa | 2016-03-21 | -1/+1 |
| | ||||
* | Case insensivity in digest authentication scheme | Grzegorz Wozniak | 2016-01-21 | -3/+3 |
| | ||||
* | fix build with ucommon 7.0 | Michal Kubecek | 2016-01-07 | -12/+12 |
| | | | | | | | | | | | 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. | |||
* | Fix spelling | Peter Colberg | 2015-12-30 | -7/+7 |
| | ||||
* | Fix issue #23 | Lubos Dolezel | 2015-08-25 | -0/+0 |
| | ||||
* | Bison generates parser.hxx instead of parser.h -> update the include | Lubos Dolezel | 2015-06-05 | -1/+1 |
| | ||||
* | drop flex/bison generated files from git | Michal Kubecek | 2015-06-05 | -8843/+0 |
| | | | | | There are few more files generated by flex or bison left. Drop them from git and add .gitignore entries. | |||
* | Removed old build system | Lubos Dolezel | 2015-06-02 | -195/+0 |
| | | | | twinkle.desktop is now installed | |||
* | Console CMake build now complete | Lubos Dolezel | 2015-06-01 | -71/+77 |
| | ||||
* | Many submodules building (no gui yet), with link-time errors | Lubos Dolezel | 2015-06-01 | -0/+84 |
| | ||||
* | replace common C++ by GNU uCommon/commoncpp | Michal Kubecek | 2015-04-13 | -58/+49 |
| | | | | Also requires version 2 of libccrtp and libzrtpcpp. | |||
* | add missing return statements | Michal Kubecek | 2015-04-13 | -0/+1 |
| | | | | Fix occurences of "no return in non-void function". | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+22819 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |