summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/rhticket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: upload real tarball, not a bogus fileDenys Vlasenko2010-05-281-24/+109
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: actually do create ticket, using Gavin's lib codeDenys Vlasenko2010-05-281-37/+47
| | | | | | Still uploads bogus file, but at lease it's closer to what we need Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* take file upload POST code from gavin's lib. Adapt rhfastcheck to use ↵Denys Vlasenko2010-05-281-7/+7
| | | | | | changed API Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-251-1/+1
| | | | | | Plugin quickly checks RH support DB for known solutions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-251-136/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: new reporter pluginDenys Vlasenko2010-03-191-0/+267
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>