summaryrefslogtreecommitdiffstats
path: root/src/poll.cc
AgeCommit message (Expand)Author
2018-01-08poll: optionally do full refresh; also triggerbale by --refresh 0Gaute Hope
2017-05-30poll: avoid using threadsGaute Hope
2017-05-24poll: dont wait for all childs to finishGaute Hope
2017-05-23poll: read remaining output when process is doneGaute Hope
2017-05-21poll: keep sigc::connection in poll thread, don't connect unused stdinGaute Hope
2017-05-19poll: cm-> pollGaute Hope
2017-04-04poll, cm: close fds after command is completedGaute Hope
2017-04-04poll, astroid: close poll thread on exitGaute Hope
2017-04-04poll: catch Glib::Error exceptionsGaute Hope
2017-04-03poll: open db in main threadGaute Hope
2017-04-01poll: clean up poll process in std::thread rather than waiting for pid to com...Gaute Hope
2017-03-25notmuch: remove _st versions of functions and remove get_revision fallbackGaute Hope
2017-03-22poll: do not set up watches on process unless a valid pid was returnedGaute Hope
2017-03-17poll: close db when revision is retrievedGaute Hope
2017-03-15poll: run do_poll on main thread, script is spawned async alreadyGaute Hope
2017-03-10poll: check if we need to refresh even when poll script failsGaute Hope
2017-03-10astroid, poll: add --refresh option to refresh threads since lastmodGaute Hope
2017-03-09poll, astroid: add --start-polling and --stop-polling to indicate external po...Gaute Hope
2016-11-02poll: close communication pipes propely after running poll scriptjoernchen
2016-08-22log: remove log and use Boost::LogGaute Hope
2016-05-22#145: check for _count_threads_stGaute Hope
2016-05-22fix #145: use old version of *_threads_st and *_messages_st for olderGaute Hope
2016-03-09actions: asynchronously do actions in separate threadGaute Hope
2016-02-07replace deprecated notmuch functions, comment out unused parametersGaute Hope
2016-01-29Refactor config access:Franz Fellner
2015-10-26poll: C-p: toggle auto pollGaute Hope
2015-07-02thread: use glibmm threadsGaute Hope
2015-06-29poll: dispatch signal on main threadGaute Hope
2015-06-26mw, poll: catch initial pollGaute Hope
2015-06-26mw, poll: show spinner in main window when pollingGaute Hope
2015-05-24poll: commentGaute Hope
2015-05-23poll: last_good = revnow after updateGaute Hope
2015-05-22poll: only emit if revnow is olderGaute Hope
2015-05-22poll: only update changed threads if notmuch_get_rev is availableGaute Hope
2015-05-22poll: refresh only on successful pollGaute Hope
2015-02-12poll: check for newline in outputGaute Hope
2015-02-12poll: mark poll script outputGaute Hope
2015-02-12poll: HUP channels when they breakGaute Hope
2015-02-12poll: use relative time for starting periodic pollGaute Hope
2015-02-12poll: log poll script output incrementallyGaute Hope
2015-01-18poll: allow automatic polling to be disabled with --no-auto-pollGaute Hope
2014-10-12astroid, tests: teardownGaute Hope
2014-09-20poll: periodic pollingGaute Hope
2014-09-14poll: use steady clock to measure poll timeGaute Hope
2014-09-10poll: attempts at fixing clockGaute Hope
2014-09-09poll: todoGaute Hope
2014-09-09log: thread-safeishGaute Hope
2014-09-09poll: run poll script poll.shGaute Hope