summaryrefslogtreecommitdiffstats
path: root/lib/Utils/abrt_curl.cpp
Commit message (Expand)AuthorAgeFilesLines
* added forgotten #include <config.h>Jiri Moskovcak2011-04-121-0/+3
* send "User-Agent: ABRT/n.n.n" header in RHTS http transactionsDenys Vlasenko2011-04-081-0/+5
* add "Accept: text/plain" header to our HTTP transactionsDenys Vlasenko2011-02-041-2/+10
* abrt_curl: fflush http body streamDenys Vlasenko2011-02-031-0/+5
* curl: emit "Uploaded: %llu of %llu kbytes" messagesDenys Vlasenko2011-01-121-3/+62
* fix HTTP redirect supportDenys Vlasenko2011-01-121-1/+7
* abrt_curl: discard headers from HTTP redirectionDenys Vlasenko2010-07-281-4/+24
* wire up SSLVerify in RHTSupport.conf to actually have the desired effectDenys Vlasenko2010-07-211-1/+7
* lower-case devel headersNikola Pajkovsky2010-07-091-1/+1
* abrt_curl: fix a problem with incorrect content-length on 32-bit archesDenys Vlasenko2010-06-151-2/+6
* take file upload POST code from gavin's lib. Adapt rhfastcheck to use changed...Denys Vlasenko2010-05-281-78/+170
* trivial: better HTTP/curl error reportingDenys Vlasenko2010-03-301-0/+4
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-251-3/+4
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-251-0/+193