Merge pull request #512 from galfert/node_binary_fix
[remotestorage.js] / src / sync.js
2013-11-28 Garret AlfertFix access to conflict action when resolution attribute...
2013-11-27 Garret AlfertFix most JSHint complaints
2013-11-23 ggrinremoving eventListeners for sync
2013-11-16 ClochixFix setSyncInterval refs #461 #462
2013-11-13 ClochixAllow to set sync interval, refs #461
2013-11-09 Sebastian KippeClean up syntax, comments, etc.
2013-10-28 ggrinsome docs, listing more classes
2013-10-24 Michiel de Jongtypo in getDifferentKeys
2013-10-24 Michiel de Jongattempt to store revision correctly
2013-10-24 Michiel de Jongattempt to store revisions
2013-10-24 Michiel de Jongresolve promise if not descending
2013-10-24 Michiel de Jongonly descend if revision or listed revision is different
2013-09-10 ggrinMerge branch 'master' into remotestorage0.9-develop
2013-09-10 ggrindropbox shares stuff frm the public dir via getItemURL
2013-09-09 ggrindropbox syncing bugfixes
2013-09-09 Niklas Cathortweaks for nodejs build
2013-08-12 Michiel de Jongcomment out console.log
2013-08-12 Michiel de JongpromiseDeleteLocal
2013-08-12 Michiel de Jongbubble deleteLocal errors
2013-08-12 Michiel de Jongfix uglify error
2013-08-12 Michiel de Jonguse [] and deal with failure
2013-08-12 Michiel de Jongfirst stab at #401
2013-08-09 Niklas Cathormake sure there are *never* multiple sync-cycle timers...
2013-08-09 Niklas Cathordon't try to reject promise multiple times when sync...
2013-08-09 Niklas Cathorset conflict on the correct path (refs #395)
2013-08-08 Michiel de Jongput syncing promise resolution in a closure for path var
2013-08-07 Michiel de Jongadd missing reject handler in sync timer looper, fixes...
2013-07-31 Niklas Cathorhandle string errors correctly in SyncError initializat...
2013-07-26 Niklas Cathorsync: workaround for faulty "changes" entries
2013-07-19 Niklas Cathorcleaned up logging:
2013-07-19 Niklas Cathormake sure there is never more than one sync timer running
2013-07-17 ggrinintroducing the unauthorized state
2013-07-17 Niklas Cathorthrow RemoteStorage.Unauthorized when seeing 401 or 403
2013-07-17 Niklas Cathormoved sync-busy/sync-done events to the right place
2013-07-17 Niklas Cathorfake 'sync-busy'/'sync-done' events when no caching...
2013-07-17 Niklas Cathorinherit errors correctly
2013-07-17 Niklas Cathorrefactored error events
2013-07-17 Niklas Cathordon't attempt to sync when remote is not connected
2013-07-17 Niklas Cathorstop sync on Sync._rs_cleanup
2013-07-17 ()don't log each sync cycle
2013-07-17 ()don't attempt to delete folders
2013-07-17 ()never fire sync events, but instead immediately fulfill...
2013-07-17 ()implemented 'sync-done', 'sync-busy', 'connecting'...
2013-07-17 ()sync: treat 412 and 403 equally in response to GET
2013-07-17 ()cleanup 'ready' vs 'connected' event confusion ('connec...
2013-07-17 ()sync every 10 seconds
2013-07-17 ()added 'error' event to remotestorage. emit it in case...
2013-07-17 ()lots of small bugs & tweaks. built version works in...
2013-07-17 ()outgoing sync seems to work as well.
2013-07-17 ()sync: incoming working correctly, outgoing still sloppy....
2013-07-17 ()activated initial sync
2013-07-17 ()implemented remoteStorage.connect('user@host')
2013-07-17 ()moved stuff around, clarified interface