summaryrefslogtreecommitdiffstats
path: root/protocol
AgeCommit message (Expand)Author
2014-07-04Luhn error checkingJakob Borg
2014-07-04Correct Luhn alphabet namesJakob Borg
2014-07-04Merge branch 'v0.8'Jakob Borg
2014-07-04Don't leak writer and index goroutines on closeJakob Borg
2014-07-03Clean up protocol locking and closingv0.8.18Jakob Borg
2014-07-02Always send initial index, even if empty (ref #344)Jakob Borg
2014-07-02Simplify locking in protocol.IndexJakob Borg
2014-07-02Protocol state machine on receiving sideJakob Borg
2014-06-30Improve XDR performanceJakob Borg
2014-06-30Fix linux/freebsd/windows compilationJakob Borg
2014-06-30Refactor node ID handling, use check digits (fixes #269)Jakob Borg
2014-06-23Include MaxVersion in Cluster Config messageJakob Borg
2014-06-22Don't deadlock on connect close while sending Index (fixes #386)Jakob Borg
2014-06-19Further clarify message ordering requirements (ref #377)Jakob Borg
2014-06-19Clarify requirements on config messages (ref #377)Jakob Borg
2014-06-19Simplify memory handlingJakob Borg
2014-06-16Only keep track of version (not modified) for sent indexJakob Borg
2014-06-14Reduce ping time & timeout (ref #358)Jakob Borg
2014-06-12Prevent possible reordering of Index/IndexUpdate on send (ref #344)Jakob Borg
2014-06-11Fix header in protocol spec (fixes #360)Jakob Borg
2014-06-10Serialize incoming indexes (fixes #344)Jakob Borg
2014-06-04Handle invalid file names (Windows) (fixes #238)Jakob Borg
2014-06-01Add license headerJakob Borg
2014-06-01Total wire data should always be uint64 (fixes #315)Jakob Borg
2014-05-31case change in documentationChris Tonkinson
2014-05-28Catch escaped debug printJakob Borg
2014-05-28Add forgotten fileJakob Borg
2014-05-28Don't ping timeout during long transfers (fixes #280)Jakob Borg
2014-05-28Revert "More memory efficient index sending"Jakob Borg
2014-05-28More memory efficient index sendingJakob Borg
2014-05-24Show counters for total data transferred (fixes #265)Jakob Borg
2014-05-24Default permission bits are 0666Jakob Borg
2014-05-23Convenience functions for flag testingJakob Borg
2014-05-23Add bit 17, No Permission BitsJakob Borg
2014-05-13Increase file limit from 100.000 to 1.000.000Jakob Borg
2014-05-13Update PROTOCOL.mdjpjp
2014-05-13PROTOCOL.md: Fixed typojaseg
2014-05-11Don't deadlock on closing while sending index (fixes #189)Jakob Borg
2014-05-11Restructure protocol code with less lockingJakob Borg
2014-05-11Increase ping timeoutJakob Borg
2014-05-04Streamline error handling and locking, with fix for close() raceJakob Borg
2014-05-04Revert "Fix protocol close test"v0.8.4Jakob Borg
2014-05-04Revert "Streamline error handling and locking" (fixes #172)Jakob Borg
2014-04-27Fix protocol close testJakob Borg
2014-04-27Streamline error handling and lockingJakob Borg
2014-04-21Report rates over the wire, not uncompressedJakob Borg
2014-04-13New Cluster Configuration message replaces Options (fixes #63)Jakob Borg
2014-04-02Synchronize directory existence & metadata (fixes #11)Jakob Borg
2014-03-30Basic support for synchronizing multiple repositories (fixes #35)Jakob Borg
2014-03-29Format list of cipher suitesJakob Borg