summaryrefslogtreecommitdiffstats
path: root/src/parser
Commit message (Collapse)AuthorAgeLines
* Case insensivity in WWW-Authenticate headerJan Schlüter2019-04-08-1/+1
|
* Fix spelling mistakesPeter Colberg2016-10-28-1/+1
|
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-300/+150
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* DTMF event type cleanupMichal Kubecek2016-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 warningsPalo Kisa2016-03-21-1/+1
|
* Case insensivity in digest authentication schemeGrzegorz Wozniak2016-01-21-3/+3
|
* fix build with ucommon 7.0Michal Kubecek2016-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 spellingPeter Colberg2015-12-30-7/+7
|
* Fix issue #23Lubos Dolezel2015-08-25-0/+0
|
* Bison generates parser.hxx instead of parser.h -> update the includeLubos Dolezel2015-06-05-1/+1
|
* drop flex/bison generated files from gitMichal Kubecek2015-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 systemLubos Dolezel2015-06-02-195/+0
| | | | twinkle.desktop is now installed
* Console CMake build now completeLubos Dolezel2015-06-01-71/+77
|
* Many submodules building (no gui yet), with link-time errorsLubos Dolezel2015-06-01-0/+84
|
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-58/+49
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* add missing return statementsMichal Kubecek2015-04-13-0/+1
| | | | Fix occurences of "no return in non-void function".
* initial checkinMichal Kubecek2015-04-13-0/+22819
Check in contents of upstream 1.4.2 tarball, exclude generated files.