Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network
Commit message (Expand)AuthorAgeFilesLines
* Reconnect after closing subscription socket, it might be triggered by server ...Aleksey Lim2012-09-273-6/+48
* Do not cache images, web browsers do it wellAleksey Lim2012-09-274-65/+33
* Process Last-Modified/If-Modified-Since HTTP headers from RouterAleksey Lim2012-09-272-62/+98
* Point local service to devel master by default to avoid corrupting meaningful...Aleksey Lim2012-09-271-1/+1
* Simplify access to feeds by using regular properties instead of blobs; popula...Aleksey Lim2012-09-258-104/+213
* Fix sending localeAleksey Lim2012-09-241-5/+3
* Simplify returning BLOB urls from GET commandsAleksey Lim2012-09-243-35/+15
* Do not request sugar authentication when it uselessAleksey Lim2012-09-233-8/+8
* Monkey patch SSL code to not fail on https:// requestsAleksey Lim2012-09-221-3/+4
* Provide /packages route to support packagekit-backend-presolveAleksey Lim2012-09-225-5/+142
* Support custom routes in RouterAleksey Lim2012-09-221-4/+31
* Merge sweets-recipe projectAleksey Lim2012-09-2210-14/+868
* While launching, install packaged dependncies via PackageKitAleksey Lim2012-09-2210-221/+755
* Minor polishing launching codeAleksey Lim2012-09-205-203/+131
* Avoid using --host, that is host to bind, while returing BLOBs' urlsAleksey Lim2012-09-201-3/+3
* Allow cross-site from the same serverAleksey Lim2012-09-201-4/+33
* Response tags should not be unicodeAleksey Lim2012-09-181-2/+2
* Switch to pre/post commands code; return local BLOB urls for IPC requestsAleksey Lim2012-09-187-132/+170
* Send HTTP status on "subcribe" command startAleksey Lim2012-09-171-0/+3
* Polish designAleksey Lim2012-09-1724-1450/+461
* Move "layer" property from library levelAleksey Lim2012-09-152-0/+28
* Support composite BLOBs in GET requestsAleksey Lim2012-09-153-20/+30
* Process OPTIONS and cross-site requests for localhost applicationsAleksey Lim2012-09-111-20/+49
* Provide default context iconsAleksey Lim2012-09-096-10/+116
* Return urls for blobs in GET requetsAleksey Lim2012-09-093-14/+59
* Set proper default mime_types for context imagesAleksey Lim2012-09-081-2/+2
* Update submodulesAleksey Lim2012-08-301-0/+0
* Support JS callbacks in routerAleksey Lim2012-08-211-0/+6
* Set proper activity name on launchingAleksey Lim2012-08-171-1/+5
* Reuse default_lang() from adAleksey Lim2012-08-161-6/+5
* Comment out processing deps; add requires command to get deps to install them...Aleksey Lim2012-08-162-2/+25
* Implement anonymous mode to not depend on sugar user existanceAleksey Lim2012-08-163-4/+11
* Finish context checkin before signalizing by setting keep_implAleksey Lim2012-08-151-10/+11
* Mount.mounted is an Event to simplify waiting for connection; handy volume_co...Aleksey Lim2012-08-153-13/+43
* Add "timestamp" property to Artifact to fully emulate DSAleksey Lim2012-08-153-6/+16
* Activity directories might be symlinksAleksey Lim2012-08-151-2/+6
* Cleanup MIME directory after activity checkoutAleksey Lim2012-08-151-2/+12
* Make activities monitor less curly; register mime types and icons on activity...Aleksey Lim2012-08-154-281/+296
* "keep" value might be int in DS api callAleksey Lim2012-08-141-1/+1
* Treat sorting properly in DS apiAleksey Lim2012-08-141-1/+3
* Workaround to invalidate current Journal's view on pupulatingAleksey Lim2012-08-141-0/+3
* DS client might create new entities without title setAleksey Lim2012-08-141-2/+4
* Supplement a2220a982e3e2ee17f7afefa07dfd81269b6dba3 commitAleksey Lim2012-08-133-17/+19
* Fix DBus DS api calls in python2.7 envAleksey Lim2012-08-131-6/+9
* Disable prefetching in http requestsAleksey Lim2012-08-121-1/+3
* Process stats in node syncAleksey Lim2012-08-098-29/+129
* Keep node sync code out of local/Aleksey Lim2012-08-087-279/+305
* Keep mounts monitor routines in separate moduleAleksey Lim2012-08-081-0/+99
* Move master sync code to separate file to avoid messing it with regular node ...Aleksey Lim2012-08-073-250/+291
* Process client configuration in more general manner than sharing client stats...Aleksey Lim2012-08-072-13/+7