summaryrefslogtreecommitdiffstats
path: root/src/parser/request.cpp
Commit message (Collapse)AuthorAgeLines
* Fix spelling errorsJose Riha2020-02-20-3/+3
|
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* 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.
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-57/+48
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* initial checkinMichal Kubecek2015-04-13-0/+769
Check in contents of upstream 1.4.2 tarball, exclude generated files.