Jakob Borg
2a8e5e2c14
Merge pull request #1304 from AudriusButkevicius/pprof
...
Add STBLOCKPROFILE
2015-02-09 15:18:42 +01:00
Jakob Borg
5d9a41f712
Merge pull request #1319 from AudriusButkevicius/renames
...
Fix issues with renames
2015-02-09 15:14:47 +01:00
Jakob Borg
ebcf4b60f6
Merge pull request #1320 from AudriusButkevicius/cache
...
Remove fd cache (ref #1308 )
2015-02-09 15:10:42 +01:00
Jakob Borg
f976b78917
Merge pull request #1322 from AudriusButkevicius/browser
...
Opening a browser happens in it's own routine (fixes #1273 )
2015-02-09 15:06:56 +01:00
Jakob Borg
fd507e3e41
Merge pull request #1290 from krozycki/master
...
Ensuring path separator at the end of the folder path. (fixes #1262 )
2015-01-22 15:36:32 -08:00
Jakob Borg
9c1a67cf47
Add krozycki
2015-01-22 15:35:58 -08:00
Jakob Borg
69e3824840
Add test for #1262
2015-01-22 15:34:22 -08:00
Jakob Borg
969bb5a742
Fix protocol dependency hash
2015-01-22 13:29:54 -08:00
Jakob Borg
4bccc611c3
Update dependencies
2015-01-22 12:53:10 -08:00
Jakob Borg
d18c4ece0c
Merge pull request #1282 from syncthing/integ
...
Improvements to integration tests
2015-01-22 08:22:46 -08:00
Jakob Borg
2c8b627008
Integer type policy
...
Integers are for numbers, enabling arithmetic like subtractions and for
loops without getting shot in the foot. Unsigneds are for bitfields.
- "int" for numbers that will always be laughably smaller than four
billion, and where we don't care about the serialization format.
- "int32" for numbers that will always be laughably smaller than four
billion, and will be serialized to four bytes.
- "int64" for numbers that may approach four billion or will be
serialized to eight bytes.
- "uint32" and "uint64" for bitfields, depending on required number of
bits and serialization format. Likewise "uint8" and "uint16", although
rare in this project since they don't exist in XDR.
- "int8", "int16" and plain "uint" are almost never useful.
2015-01-19 10:34:36 -08:00
Jakob Borg
221e3eddd5
Remove leveldb panic workaround
...
Haven't seen this triggered for a long time...
2015-01-19 10:23:00 -08:00
Jakob Borg
74c39c677b
Actually remove test file after test run
2015-01-19 10:23:00 -08:00
Jakob Borg
e6558832bf
check-contrib
2015-01-19 10:18:28 -08:00
Jakob Borg
9c50625c55
Merge pull request #1267 from rumpelsepp/doc
...
Fix documentation link
2015-01-19 10:16:43 -08:00
Jakob Borg
d372435e92
Merge pull request #1264 from AudriusButkevicius/tempclean
...
Put temporary files in the OS temp directory (fixes #1239 )
2015-01-19 10:12:32 -08:00
Jakob Borg
53cd289b90
Verify folder<->device permission in Request
...
Requests from valid devices for valid folders should be rejected if the
folder is not shared with that device.
2015-01-16 12:50:51 +01:00
Jakob Borg
8dc13bcf1a
go1.4.1
2015-01-16 10:18:54 +01:00
Jakob Borg
f47a5a309d
Add File Versioning to folder info ( fixes #963 )
...
Could potentially use shorter value strings ("Simple" vs "Simple File
Versioning"), but this avoid introducing unnecessary strings to
translate - can always be changed in the future.
2015-01-15 15:50:49 +01:00
Jakob Borg
a40f2b9fa0
Merge pull request #1237 from syncthing/renamer
...
Efficient renames (fixes #1217 )
2015-01-14 00:28:58 +01:00
Jakob Borg
cfcd3892f7
More concise changelog
2015-01-14 00:27:29 +01:00
Jakob Borg
703987f61c
Changelog should read in chronological order from the top
2015-01-13 23:11:46 +01:00
Jakob Borg
a5d1383fe8
Translation update
2015-01-13 17:27:47 +01:00
Jakob Borg
bf2bcf515c
Merge pull request #1247 from Rewt0r/master
...
Change Bottom Bar links to a new tab/window
2015-01-13 17:26:48 +01:00
Jakob Borg
4c5e94c64b
Add Rewt0r
2015-01-13 17:25:51 +01:00
Jakob Borg
b4043216b6
Use bytes.Reader instead of bytes.Buffer for compiled in assets
2015-01-13 16:05:03 +01:00
Jakob Borg
fbb3222d29
Update dependencies
2015-01-13 13:55:35 +01:00
Jakob Borg
eef1aebe8c
Refactor out protocol and luhn (protocol dependency) packages
2015-01-13 13:22:56 +01:00
Jakob Borg
9a45f0b31c
Also filter out some other obviously invalid filenames (ref #1243 )
2015-01-13 12:28:35 +01:00
Jakob Borg
e4837f14b1
Remove nil filenames from database and indexes ( fixes #1243 )
2015-01-13 09:20:14 +01:00
Jakob Borg
e6c9baf6ef
Rename db.Set to db.FileSet
2015-01-12 20:57:39 +01:00
Jakob Borg
8d6db7be31
Rename package internal/files to internal/db
2015-01-12 20:57:22 +01:00
Jakob Borg
e4658bb99d
Don't start a new refresh() loop on each UIOnline ( fixes #1143 )
...
Separate out the stuff that should run on each UIOnline from the stuff
that should only run on init.
2015-01-12 12:15:58 +01:00
Jakob Borg
bf2e4a561a
Changelog prints output on two lines per commit
2015-01-11 21:58:19 +01:00
Jakob Borg
1816320124
One more translation update
2015-01-11 21:19:42 +01:00
Jakob Borg
f09bfe293d
Translation update
2015-01-11 20:31:30 +01:00
Jakob Borg
7b4e8fda4b
Modal dialog titles must be manually translated
2015-01-11 14:48:40 +01:00
Jakob Borg
b622ec7a28
Reject Index and Request messages with unexpected flags
2015-01-11 13:29:01 +01:00
Jakob Borg
d8fbe7b77f
Refactor readerLoop to switch on message type directly
2015-01-11 13:24:56 +01:00
Jakob Borg
dbcac37d91
Can run integration tests between different versions
2015-01-11 09:55:44 +01:00
Jakob Borg
d4d391b34f
Change integration test "log" field to "instance"
2015-01-11 09:55:17 +01:00
Jakob Borg
571cf7d490
Merge pull request #1182 from AudriusButkevicius/autoauto
...
Connecting to a newer node triggers autoupgrade check (fixes #1177 )
2015-01-11 09:16:12 +01:00
Jakob Borg
e18b19ca5a
Translation base & assets update
2015-01-10 18:15:08 +01:00
Jakob Borg
48651bf482
Merge pull request #1234 from uok/master
...
Small improvements for footer navbar (ref #1154 )
2015-01-10 18:14:47 +01:00
Jakob Borg
219ef996f5
Merge pull request #1226 from syncthing/deregister-fix
...
All roads lead to Finisher (fixes #1201 )
2015-01-10 17:53:01 +01:00
Jakob Borg
00af1db275
Translation base & assets update
2015-01-10 17:51:18 +01:00
Jakob Borg
5935ea896f
Merge pull request #1232 from facastagnini/master
...
"Quick guide to supported patterns" link updated
2015-01-10 17:50:23 +01:00
Jakob Borg
459983c05e
Add facastagnini
2015-01-10 17:47:41 +01:00
Jakob Borg
ebf4f029ac
Merge pull request #1229 from AudriusButkevicius/cfg-hasher
...
Make parallel hasher configurable, remove finisher setting (fixes #1199 )
2015-01-10 17:45:15 +01:00
Jakob Borg
0eec945df1
Merge pull request #1230 from AudriusButkevicius/separator
...
Expose and use path separator (fixes #1163 )
2015-01-10 17:43:41 +01:00
Jakob Borg
8824b9d68f
Merge pull request #1231 from AudriusButkevicius/text
...
Rename "Last File Synced" to "Last File Received" (fixes #1145 )
2015-01-10 17:43:06 +01:00
Jakob Borg
d2862814c5
Merge pull request #1233 from AudriusButkevicius/disco-log
...
Make discovery logging a bit better (fixes #1188 )
2015-01-10 17:42:13 +01:00
Jakob Borg
5d173168cc
Merge pull request #1214 from bigbear2nd/master
...
Added colored status indicator for narrow screens. (Fixes #1084 )
2015-01-09 16:23:24 +01:00
Jakob Borg
961a87b743
Only build ARMv5 ( fixes #1218 )
...
With this change, the build system only builds one ARM variant - ARMv5.
We call the build architecture simply "arm", as this is what
runtime.GOARCH says.
2015-01-09 10:45:15 +01:00
Jakob Borg
e03d59e381
The protocol specs moved again
2015-01-09 08:54:19 +01:00
Jakob Borg
d46ce5003c
Implement GetGlobalTruncated
2015-01-09 08:41:02 +01:00
Jakob Borg
4c4143d9be
Move FileInfoTruncated to files package
...
This is where it's used, and it clarifies that it's never used over the
wire.
2015-01-09 08:28:24 +01:00
Jakob Borg
8bc7d259f4
Move FileIntf to files package, expose Iterator type
...
This is where FileIntf is used, so it should be defined here (it's not
a protocol thing, really).
2015-01-09 08:18:42 +01:00
Jakob Borg
2d047fa428
Remove unused types
2015-01-09 08:14:02 +01:00
Jakob Borg
bc9fc1aece
Actually close connection based on unknown protocol version
2015-01-08 22:11:26 +01:00
Jakob Borg
b88e3c99c1
Add fields for future extensibility
...
This adds a number of fields to the end of existing messages. This is a
backwards compatible change.
2015-01-08 22:11:26 +01:00
Jakob Borg
ce3e6e084c
Ensure backwards compatibility before modifying protocol
...
This change makes sure that things work smoothly when "we" are a newer
version than our peer and have more fields in our messages than they do.
Missing fields will be left at zero/nil.
(The other side will ignore our extra fields, for the same effect.)
2015-01-08 14:25:11 +01:00
Jakob Borg
2a58ca7697
Merge pull request #1212 from cqcallaw/upnp
...
Properly handle absolute URLs when parsing UPnP service control URLs
2015-01-08 08:50:30 +01:00
Jakob Borg
7d39d1a925
Make it possible to include extra external files into binary packages
2015-01-07 16:15:50 +01:00
Jakob Borg
1b6c700e18
Merge remote-tracking branch 'origin/pr/1198'
...
* origin/pr/1198:
Fix rendering issue on firefox when zoomed (fixes #1197 )
2015-01-07 14:24:49 +01:00
Jakob Borg
4ad4417740
Add timabell
2015-01-07 08:36:54 +01:00
Jakob Borg
6a4c259a73
Merge pull request #1196 from AudriusButkevicius/finddevice
...
Add device finder utility
2015-01-07 08:31:54 +01:00
Jakob Borg
d68ce2d68c
Translation update
2015-01-06 23:12:40 +01:00
Jakob Borg
8e02c040eb
Update key ID for signed releases in README ( fixes #1180 )
2015-01-06 23:06:16 +01:00
Jakob Borg
a7a317c284
The predictableRandom test can only run once successfully ( fixes #1184 )
2015-01-06 23:03:35 +01:00
Jakob Borg
14014408fb
Merge pull request #1181 from kozec/stnoupgrade-disable-button
...
Return HTTP/500 from /rest/upgrade if STNOUPGRADE is defined
2015-01-06 22:54:08 +01:00
Jakob Borg
7aff59bcce
Add brendanlong
2015-01-06 22:48:01 +01:00
Jakob Borg
8e2760cb3d
Merge pull request #1183 from brendanlong/fix-tests-on-go-1.3
...
Don't use Go 1.4 range syntax in queue_test.go
2015-01-06 22:47:23 +01:00
Jakob Borg
75d0dc251e
Use comma-ok idiom to signal files missing in database ( fixes #1186 )
...
Prevents us from doing stupid things to the folder root (empty file
path) when nodes disconnect...
2015-01-06 22:40:20 +01:00
Jakob Borg
9a50c4d93f
Don't unnecessarily chmod directories when renaming
2015-01-06 22:10:44 +01:00
Jakob Borg
cf1594829a
Handle HTTP errors on non-event requests ( fixes #1120 , fixes #807 )
2015-01-05 16:03:00 +01:00
Jakob Borg
854d720ce0
Merge pr/988
...
* commit 'b9817ac':
add README
on-failure instead of always as we cannot otherwise kill the service
systemd units for system/user
2015-01-05 15:14:33 +01:00
Jakob Borg
2f43c74ece
Add peterhoeg
2015-01-05 15:14:22 +01:00
Jakob Borg
d3f6cb860f
Translation update
2015-01-04 20:18:14 +01:00
Jakob Borg
3a8ee4ce2e
Merge pull request #1169 from syncthing/pullhash
...
Hash blocks after receipt, try multiple peers (fixes #1166 )
2015-01-04 00:24:07 +01:00
Jakob Borg
46343f2f9e
Merge pull request #1174 from AudriusButkevicius/intro
...
New device, folder prompts (fixes #120 , fixes #330 )
2015-01-04 00:16:10 +01:00
Jakob Borg
9a946eed80
Discourse -> Wiki for docs
2015-01-03 16:44:13 +01:00
Jakob Borg
54c3caad53
Add a random perturbation to the scan interval ( fixes #1150 )
2015-01-02 16:16:16 +01:00
Jakob Borg
9b5e8aaf83
Repair buggy BringToFront
2015-01-02 15:54:04 +01:00
Jakob Borg
5143c09bcf
Refactor / cleanup
2015-01-02 15:54:04 +01:00
Jakob Borg
2496185629
Only buffer file names, not full &FileInfo
2015-01-02 15:33:39 +01:00
Jakob Borg
34deb82aea
Use slice instead of list, no map
...
benchmark old ns/op new ns/op delta
BenchmarkJobQueueBump 345 154498 +44682.03%
BenchmarkJobQueuePushPopDone10k 9437373 3258204 -65.48%
benchmark old allocs new allocs delta
BenchmarkJobQueueBump 0 0 +0.00%
BenchmarkJobQueuePushPopDone10k 10565 22 -99.79%
benchmark old bytes new bytes delta
BenchmarkJobQueueBump 0 0 +0.00%
BenchmarkJobQueuePushPopDone10k 1452498 385869 -73.43%
2015-01-02 15:33:39 +01:00
Jakob Borg
8f72ae9da2
Add some benchmarks
2015-01-02 15:33:39 +01:00
Jakob Borg
ce4b897d0e
Handle read only temp files after crash/restart
2014-12-31 13:06:28 +01:00
Jakob Borg
a7694029e2
Make sure to stop processes when exiting integration test
2014-12-31 13:04:06 +01:00
Jakob Borg
1e9110b763
Add debugging utility for manual directory comparison
2014-12-31 13:04:06 +01:00
Jakob Borg
6f3fbbbe49
Improve error checking in integration tests
2014-12-31 13:04:04 +01:00
Jakob Borg
d346ec7bfe
Merge pull request #1160 from AudriusButkevicius/upnp
...
Use unique names for UPnP mappings (fixes #1100 , fixes #1128 )
2014-12-31 12:56:47 +01:00
Jakob Borg
26a3613397
Merge pull request #1162 from AudriusButkevicius/silence
...
Silence versioner warnings for unmatched files (fixes #1117 )
2014-12-31 12:54:23 +01:00
Jakob Borg
e6318bddf3
Merge pull request #1161 from AudriusButkevicius/upnp2
...
Use ListenMulticastUDP for multicast sockets (potentially fixes #1113 )
2014-12-31 12:53:56 +01:00
Jakob Borg
cb1678ebec
Clean up folders after -reset test
2014-12-30 11:02:49 +01:00
Jakob Borg
0c1ac568b5
Fix tests with newer goleveldb
2014-12-29 14:50:24 +01:00
Jakob Borg
f762a12d18
Also check file size when determining if file is unchanged ( fixes #1058 )
2014-12-29 14:24:12 +01:00
Jakob Borg
20d30a80be
Generate a random API key on initial setup ( fixes #1118 )
...
Also makes the javascript implementation use the same algorithm for
generating random strings.
2014-12-29 13:48:26 +01:00
Jakob Borg
4b668aaca8
Make auto upgrade careful about breaking changes ( fixes #1047 )
2014-12-29 12:35:06 +01:00