summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pingback.cc
AgeCommit message (Expand)Author
2020-03-29Set thread-names (GUI)Robin Gareus
2020-03-25remove a few cerr outputs and change a couple to use cout, since they are not...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-06-02no error logging for CURL HTTP requests; future callers can request it if nec...Paul Davis
2017-04-21squelch "curl failed: No Error"Robin Gareus
2016-07-18fix PingbackRobin Gareus
2016-07-18Update pingback to use ArdourCurlRobin Gareus
2016-07-18pingback:: use curl_free() for pointers returned by curl_easy_escape()Colin Fletcher
2016-07-17fix cURL/SSLRobin Gareus
2016-06-21use running_from_source_tree()Paul Davis
2016-06-14no debug output, eitherPaul Davis
2016-06-14no pingbacks if running a development versionPaul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-08portable c-code for reading pingback/announcement messageRobin Gareus
2015-09-08Use glib to open our 'announcements' file, rather than opening directly with ...John Emmas
2015-07-12almost `uname -m` :)Robin Gareus
2015-07-12consolidate windows pingbackRobin Gareus
2015-07-12add ProductName to windows pingbackRobin Gareus
2015-07-11another windows pingback fixRobin Gareus
2015-07-11tweak windows pingbackRobin Gareus
2015-07-11add missing includeRobin Gareus
2015-07-11cont'd work on windows pingbackRobin Gareus
2015-07-11prepare windows pingbackRobin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-07-13disable pingback on win32, until we have a replacement for utsname stuff (sys...Paul Davis
2013-04-08remove message about checking for announcementsPaul Davis
2013-03-14change http_status to a long, as per Curl API, which stops mysterious crashes...Paul Davis
2013-03-10do not use https for pingbacks3.0Paul Davis
2013-03-09add code to display announcements, and parameterize several URL's used in the...Paul Davis
2013-03-08remove pingback url info msgPaul Davis
2013-03-08no certificate checkPaul Davis
2013-03-08typo fixPaul Davis
2013-03-08get some info on why curl failsPaul Davis
2013-03-08check HTTP status after ping, and use https by defaultPaul Davis
2013-03-08add missing filesPaul Davis