Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reflect on ad changesclient.mergedAleksey Lim2012-06-123-8/+9
* Do not remove not staled cacheAleksey Lim2012-06-112-9/+42
* Set connected status only after fetching server statAleksey Lim2012-06-083-11/+12
* Avoid reusing the same sockets while intensive publishingAleksey Lim2012-06-051-2/+4
* Fix fetching properties while maing remote context localAleksey Lim2012-06-054-33/+33
* Take into account i18n while populating local contextsAleksey Lim2012-06-052-3/+5
* Handle localized propsAleksey Lim2012-06-053-8/+136
* Replace "/" mountpoint by stub in server modeAleksey Lim2012-06-051-1/+25
* Do not fail while monitoring if there is a time gap between creating activity...Aleksey Lim2012-06-056-20/+102
* If cache is for different volume, do not send its seqnoAleksey Lim2012-06-041-2/+3
* Let update cursor fileters without fully resettingAleksey Lim2012-06-041-2/+15
* Stale BLOBs cahce using volume's GUIDAleksey Lim2012-06-041-1/+5
* Move local Context props to sugar_network_server; move webui related props to...Aleksey Lim2012-06-0410-72/+29
* Do not fail if there is no way to create monitored directoryAleksey Lim2012-06-032-6/+17
* Fix getting BLOB as file for absent valuesAleksey Lim2012-06-032-1/+3
* Rename "author" property to "user"; add Context class for local contextsAleksey Lim2012-06-0314-123/+170
* Stale outdated BLOBs cacheAleksey Lim2012-06-014-17/+54
* Treat absent BLOBs properlyAleksey Lim2012-05-313-6/+38
* Keep all cached blob meta in one fileAleksey Lim2012-05-315-151/+104
* Improve wordingAleksey Lim2012-05-313-4/+7
* Avoid reusing the same keep/keep_impl values for all requested objectsAleksey Lim2012-05-312-38/+63
* Support running index command from root userAleksey Lim2012-05-302-13/+7
* Make index command more useful in foreign environmentAleksey Lim2012-05-282-7/+22
* Add command to index local contentAleksey Lim2012-05-283-22/+95
* Start webui; support delayed start to run sugar shell as fast as possibleAleksey Lim2012-05-287-55/+94
* Start webui; avoid using IPC for webuiAleksey Lim2012-05-2614-167/+285
* Switch to new active_toolkit module; avoid needless imports in sugar_network ...Aleksey Lim2012-05-2428-135/+153
* Fix issue with not starting services if pid file was reused from previous bootAleksey Lim2012-05-232-2/+9
* Track standard activity pathsAleksey Lim2012-05-201-1/+6
* Remove lambda side effectsAleksey Lim2012-05-201-6/+8
* Try to discover SN server if configure url is emptyAleksey Lim2012-05-193-11/+156
* Download multipart data on IPC client sideAleksey Lim2012-05-192-20/+28
* Download activity directories in server modeAleksey Lim2012-05-195-12/+57
* Start restful serverAleksey Lim2012-05-1912-73/+194
* Switch to active_document's sockets.pyAleksey Lim2012-05-188-211/+29
* Generate "feed" dynamically for local contextsAleksey Lim2012-05-188-98/+182
* Start implementing server_modeAleksey Lim2012-05-186-14/+97
* Handle BLOBs in IPC as a directory path, file path, and valueAleksey Lim2012-05-182-16/+61
* Fetch blobs on making context offlineAleksey Lim2012-05-171-0/+4
* Set icons on populating unknow activitiesAleksey Lim2012-05-171-0/+24
* Avoid passing "None"s in find requestAleksey Lim2012-05-171-2/+3
* Publish alert events; alert on checkin failsAleksey Lim2012-05-174-23/+46
* Handle breaking event reading loopAleksey Lim2012-05-171-10/+20
* Wrap event callback calling to avoid breaking logic on callback exceptionsAleksey Lim2012-05-161-1/+4
* Handle all exceptions that prevent connecting to remote serverAleksey Lim2012-05-161-3/+1
* Disrectory size is zero on fc14 on XO-1 even if it is not emptyAleksey Lim2012-05-162-2/+2
* Do not pass implementation guid if they are loca fs pathsAleksey Lim2012-05-161-2/+3
* More detailed failure eventAleksey Lim2012-05-162-3/+16
* Publish implementation guid on launch failsAleksey Lim2012-05-162-19/+179
* Upload BLOBs using file pathsAleksey Lim2012-05-163-10/+79