summaryrefslogtreecommitdiffstats
path: root/protocol.cc
AgeCommit message (Expand)Author
2015-06-04use std::chrono instead of clock_gettimeDavid Mazieres
2015-04-17record new docids alwaysDavid Mazieres
2015-04-17add missing stepDavid Mazieres
2015-04-17first attempt to deal with resurrected files properlyDavid Mazieres
2014-04-13note bugDavid Mazieres
2014-03-30better signal handlingDavid Mazieres
2014-03-30commit changes every 10 seconds to avoid losing too much work.David Mazieres
2014-03-30print nice little summary block at endDavid Mazieres
2014-03-30print statsDavid Mazieres
2014-03-28set tags in database, tooDavid Mazieres
2014-03-28fold cmd_iofds into muchsync.cc to kill spawn.ccDavid Mazieres
2014-03-28more re-organizationDavid Mazieres
2014-03-28more reorganizationDavid Mazieres
2014-03-28create sql_dbDavid Mazieres
2014-03-28update tags properly in sqldbDavid Mazieres
2014-03-27tags not syncing properlyDavid Mazieres
2014-03-27kind of seems to work with new notmuch_db stuffDavid Mazieres
2014-03-26syncDavid Mazieres
2014-02-25create files with correct tagsDavid Mazieres
2014-02-25use 1 as lowest version number instead of 0.David Mazieres
2014-02-24print what happens on serverDavid Mazieres
2014-02-24sort of workingDavid Mazieres
2014-02-23notmuch's abstraction is super frustratingDavid Mazieres
2014-02-23try to update protocol.ccDavid Mazieres
2014-02-23delete maildir.ccDavid Mazieres
2014-02-09uploadingDavid Mazieres
2014-02-08better usage messageDavid Mazieres
2014-02-08tweak verbose settingsDavid Mazieres
2014-02-08reconcile .../new and .../cur in a more intelligent wayDavid Mazieres
2014-02-07starting to have plausible initializationDavid Mazieres
2014-02-06rearrange a bitDavid Mazieres
2014-02-06added confDavid Mazieres
2014-02-05subtract the right quantity pleaseDavid Mazieres
2014-02-04don't close file descriptor that's in useDavid Mazieres
2014-02-04some nice memory corruptionDavid Mazieres
2014-01-30use exclusive locking mode so we can flush transactions periodicallyDavid Mazieres
2014-01-30deal with peculiarities of renaming a file onto itselfDavid Mazieres
2014-01-30precedence of & is way to high.David Mazieres
2014-01-30hash_id_ was uninitializedDavid Mazieres
2014-01-30get rid of extra printfsDavid Mazieres
2014-01-30syncing tags might sort of workDavid Mazieres
2014-01-30sync tags?David Mazieres
2014-01-29syncDavid Mazieres
2014-01-29crapDavid Mazieres
2014-01-29make tables in database for pending transactionsDavid Mazieres
2014-01-29syncDavid Mazieres
2014-01-28tag_sync methodDavid Mazieres
2014-01-28supply vector to vect commandDavid Mazieres
2014-01-28separate receive_message functionDavid Mazieres
2014-01-28don't drop peer_vector, as this causes SQLITE_LOCKED problem.David Mazieres