Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/slave.py
Commit message (Expand)AuthorAgeFilesLines
* Start local node router for admin needsAleksey Lim2014-05-081-2/+2
* Fix aslo-sync scriptAleksey Lim2014-04-291-2/+2
* Fix starting nodeAleksey Lim2014-04-281-4/+5
* Implementation polishingAleksey Lim2014-04-271-10/+9
* More implementation polishingAleksey Lim2014-04-141-3/+11
* Fix basic client routesAleksey Lim2014-03-241-9/+14
* Fix node synchronization; remove usage stats, it should be standalone project...Aleksey Lim2014-03-091-129/+74
* Polish designAleksey Lim2014-02-181-6/+7
* Switch to RSA auth keys; keep private key per user, not per sugar profileAleksey Lim2013-10-211-16/+12
* Get rid of redundant "public" lauerAleksey Lim2013-08-011-4/+3
* More polishing; rename client.*Client to more appropriate client.*ConnectionAleksey Lim2013-07-271-2/+2
* Polish implementationAleksey Lim2013-07-271-18/+16
* Keep author property all time empty for local dbAleksey Lim2013-06-021-53/+1
* Switch to requests-1.2.1Aleksey Lim2013-05-211-2/+1
* Keep sneakernet sync files in a directory to simplify copyingAleksey Lim2013-03-261-2/+3
* Fix aslo-sync scriptAleksey Lim2013-03-261-6/+8
* More cross-module imports cleanup; move toolkit.sugar to clientAleksey Lim2013-03-201-7/+17
* Polish cross-modules importsAleksey Lim2013-03-191-4/+4
* Create regular keys for slave nodesAleksey Lim2013-03-151-1/+7
* Polish design, move master related stuff from Context to node.masterAleksey Lim2013-03-151-1/+1
* Revert original behaviour when personal node shares SN data from mounted devi...Aleksey Lim2013-03-101-15/+9
* Fix personal node sync; clean up old subscriptions related code for clientAleksey Lim2013-03-041-9/+64
* Add cli commands to sync nodeAleksey Lim2013-03-031-0/+3
* Download blobs before offline syncingAleksey Lim2013-03-031-1/+1
* Set layers for slaves to decrease sync flowsAleksey Lim2013-03-031-5/+11
* Fix integration test for offline syncAleksey Lim2013-03-011-7/+12
* Fix sync on master sideAleksey Lim2013-03-011-4/+5
* Start fixing offline syncAleksey Lim2013-02-271-182/+86
* Integration test for online syncAleksey Lim2013-02-221-4/+6
* Send files on online syncAleksey Lim2013-02-221-11/+11
* Do not mix sources for node and user statsAleksey Lim2013-02-211-4/+4
* Do not depend on packets order in sync stream; online sync users statsAleksey Lim2013-02-211-15/+22
* Online sync of SN dataAleksey Lim2013-02-191-0/+245