Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network
Commit message (Collapse)AuthorAgeFilesLines
* Revert node statisticsAleksey Lim2014-05-127-40/+539
|
* Rename resolve API command to more appropriate cloneAleksey Lim2014-05-091-2/+2
|
* Add utility to generate group iconsAleksey Lim2014-05-081-2/+2
|
* Return assets from the /assets API routeAleksey Lim2014-05-083-1/+11
|
* Start local node router for admin needsAleksey Lim2014-05-088-32/+62
|
* Support HTTP connection via UNIX domain socketsAleksey Lim2014-05-063-2/+39
|
* Simplify code and return author property as-isAleksey Lim2014-05-045-53/+21
|
* Return blob urls in solve API commandAleksey Lim2014-05-022-19/+26
|
* Do not fail the entore solve if one of dependent contexts is absentAleksey Lim2014-05-021-1/+5
|
* Pass info about installed packages to solve API commandAleksey Lim2014-05-022-25/+30
|
* Unique User-Agent HTTP header value for clientAleksey Lim2014-05-022-2/+11
|
* Tune API url if it permanently relocatesAleksey Lim2014-05-021-2/+12
|
* Node command to regerate package resolves/presolvesAleksey Lim2014-05-027-105/+109
|
* Return metadata for aggregated items in API getsAleksey Lim2014-05-014-18/+33
|
* Fix aslo-sync scriptAleksey Lim2014-04-298-63/+90
|
* While patching, place all props into Resource objectAleksey Lim2014-04-291-3/+6
|
* Fix file-less blobs streamingAleksey Lim2014-04-293-26/+28
|
* Keep ctime for aggregated itemsAleksey Lim2014-04-291-0/+1
|
* Fix file-less blobs behaviourAleksey Lim2014-04-293-34/+45
|
* Fix starting nodeAleksey Lim2014-04-287-19/+25
|
* Implementation polishingAleksey Lim2014-04-2730-922/+1227
| | | | | | | | * http.request does not load posting stream before sending; * one-sigment packets; * move node related code to node module; * Principal capabilities; * batch posting while pushing client offline updates.
* Pull node updates for checked-in resourcesAleksey Lim2014-04-2018-265/+502
|
* More implementation polishingAleksey Lim2014-04-1430-704/+715
| | | | | | | | | * suppress passing guids while creating objects; * access to request/response objects via "this"; * represent File objects as url strings; * sepparate auth code; * patch Logger.exception instead of using standalone function; * move releases seqno to node.Volume.
* Fix basic client routesAleksey Lim2014-03-2422-434/+481
|
* Keep all gevent monkey patches in one placeAleksey Lim2014-03-161-10/+20
|
* Switch client code to server side resolvesAleksey Lim2014-03-1613-1087/+593
|
* More cleanupsAleksey Lim2014-03-1220-78/+499
| | | | | | * iterate metadata props in the same order all time; * clear separation between original and posted props in db.Resource; * access to assetes directory from blobs iface.
* Revert multiple application commandsAleksey Lim2014-03-114-21/+42
| | | | | This time for the reason to run different commands in different environments like regular desktop, sugar shell.
*