Commit Graph

46 Commits

Author SHA1 Message Date
Jakob Borg 8356b58b1d Implement IgnorePerms 2014-05-23 14:31:16 +02:00
Jakob Borg 303ce02271 Internal support for ignoring permissions 2014-05-23 13:10:26 +02:00
Jakob Borg bcdc3ecdae There should be only One 2014-05-23 12:55:24 +02:00
Jakob Borg b60d648e22 Convenience functions for flag testing 2014-05-23 12:53:26 +02:00
Jakob Borg da3177dbe0 Removing a nonexistent file is success 2014-05-20 20:27:21 +02:00
Jakob Borg 3ca8dce98b Don't load files from index into suppressed state 2014-05-20 20:26:44 +02:00
Jakob Borg 95f5e5fa9a Don't deadlock while sending and receiving large indexes 2014-05-20 18:41:01 +02:00
Jakob Borg e359b146aa Properly handle read-write/read-only windows<->posix (fixes #236) 2014-05-19 23:42:08 +02:00
Jakob Borg dba40eefb1 Fix handling of changed/deleted directories (fixes #231) 2014-05-19 22:31:28 +02:00
Jakob Borg 12a6682eaf Account for 'size' of directories and deleted files when calculating in sync percentages 2014-05-18 12:58:36 +02:00
Jakob Borg 958c39ef5f Don't spam console with debug 2014-05-16 14:24:31 +02:00
Jakob Borg e22ddae3a8 Repair test suite 2014-05-15 09:09:21 -03:00
Jakob Borg ba58e95f6b Package level comments 2014-05-15 00:40:17 -03:00
Jakob Borg 3e34fc66e6 Refactor model into separate package 2014-05-15 00:33:40 -03:00
Jakob Borg 91d5c4a1ae Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
Jakob Borg a26ce61d92 (Re)Fix locking around deleteFile (fixes #64) 2014-02-11 16:04:55 +01:00
Jakob Borg b6814241cc Fix locking around deleteFile (fixes #64) 2014-02-09 23:24:55 +01:00
Jakob Borg fc6eabea28 Enforce identical member configuration among nodes (fixes #63) 2014-02-09 23:13:06 +01:00
Jakob Borg 14b3791b2b Don't panic for legitimate file errors (fixes #55) 2014-02-09 22:41:30 +01:00
Jakob Borg 618c376e18 Synchronize zero sized files (fixes #44) 2014-01-29 21:52:27 +01:00
Jakob Borg 6d3f8a2c06 Parallell -> parallel (ref #13) 2014-01-26 16:48:20 +01:00
Jakob Borg ea5ef28c5a Performance: improve need computation 2014-01-23 22:20:15 +01:00
Jakob Borg fc2ebc6cad Performance: make filequeue not suck 2014-01-23 16:39:12 +01:00
Jakob Borg 2ea3558283 Add Options message to protocol 2014-01-23 13:12:45 +01:00
Jakob Borg 1dde9ec2d8 New file change suppression algorithm (fixes #30) 2014-01-22 12:52:27 +01:00
Jakob Borg d9ffd359e2 Tweak locking and integration test. 2014-01-20 22:22:27 +01:00
Jakob Borg 4ac204b604 Fine grained locking 2014-01-20 07:38:48 +01:00
Jakob Borg fff50b5472 Delete deadlock 2014-01-14 17:47:27 -07:00
Jakob Borg 8d5aed410f Clear availability for disconnected node 2014-01-13 11:22:57 -07:00
Jakob Borg ba0e4ded65 Deadlock fix and cleanups 2014-01-13 10:29:23 -07:00
Jakob Borg af399ae9f3 Cleanup ignore tests 2014-01-12 11:10:15 -07:00
Jakob Borg 45fcf4bc84 Implement new puller routine (fixes #33) 2014-01-12 11:02:16 -07:00
Jakob Borg 55f61ccb5e Simple send rate limit 2014-01-12 10:19:22 -07:00
Jakob Borg cb33f27f23 Woops: reignore .stignore 2014-01-09 23:00:42 +01:00
Jakob Borg b9af45bc6b Prepopulate ignore patterns (fixes #21) 2014-01-09 22:46:01 +01:00
Jakob Borg 2935aebe53 Benchmarking 2014-01-09 14:11:55 +01:00
Jakob Borg 71f78f0d62 Future proofing: handle file records with unknown flags 2014-01-09 11:04:42 +01:00
Jakob Borg 1ef86379fb Actually send index updates for version bumps 2014-01-08 14:21:47 +01:00
Jakob Borg 2cfb24892f Add version and invalid bit to protocol 2014-01-07 22:44:21 +01:00
Jakob Borg 91c102e4fe Syncronize file mode (fixes #20) 2014-01-07 16:38:07 +01:00
Jakob Borg 340c9095dd Suppress frequent changes to files (fixes #12) 2014-01-07 16:10:38 +01:00
Jakob Borg 4b11e66914 Verify requests against model (fixes #15) 2014-01-06 21:31:36 +01:00
Jakob Borg 28d3936a3c Add .stignore to testdata 2014-01-06 21:31:20 +01:00
Jakob Borg 986b15573a Ignore files matching patterns in .stignore (fixes #7) 2014-01-06 21:17:18 +01:00
Jakob Borg 17d5f2bbfc Fix model test 2014-01-06 15:49:51 +01:00
Jakob Borg c9cce9613e Refactor out the model into a subpackage 2014-01-06 11:11:18 +01:00