Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/solver.py
Commit message (Expand)AuthorAgeFilesLines
* Polish designAleksey Lim2014-02-181-7/+26
* Rename Implementation resource to ReleaseAleksey Lim2014-01-301-7/+7
* Not only original authors can upload new implementationsAleksey Lim2013-11-021-1/+1
* Switch to RSA auth keys; keep private key per user, not per sugar profileAleksey Lim2013-10-211-3/+7
* Do not recycle running implementationsAleksey Lim2013-10-081-20/+25
* Get rid of keeping bundle prefix directory name in dbAleksey Lim2013-09-011-5/+1
* More internal polishingAleksey Lim2013-08-311-38/+32
* Process noarch packages correctlyAleksey Lim2013-08-111-10/+11
* Invalidate cached solutions after changing stability preferencesAleksey Lim2013-08-051-16/+19
* Keep stability preferences in config filesAleksey Lim2013-08-031-2/+3
* Reuse node clone API command for cloning implementation from client app; proc...Aleksey Lim2013-07-071-1/+2
* Move version parsing routimes to more appropriate spec.py; add testsAleksey Lim2013-06-271-6/+7
* Initial implementation for recycling cached implementationsAleksey Lim2013-06-111-0/+8
* While cleaning up host arch for solving, take into account noarchAleksey Lim2013-06-031-2/+7
* Fix typoAleksey Lim2013-06-021-1/+1
* Do not pass context title via 0install to avoid loosing unicode charsAleksey Lim2013-06-021-4/+6
* While solving, do not skip implementations due to not resolved packages depen...Aleksey Lim2013-06-011-31/+35
* On solving errors, share exception typeAleksey Lim2013-06-011-14/+18
* Workaround for non-ascii feed names in 0installAleksey Lim2013-05-301-1/+2
* Switch to 0install-2.2Aleksey Lim2013-05-211-2/+5
* Keep presolved package inforamtion in the same file for all archesAleksey Lim2013-05-181-4/+23
* Strip host sugar version while checking for compatibility rangesAleksey Lim2013-05-041-1/+2
* Support Sugar API compatibility ranges to run activities that don't have up-t...Aleksey Lim2013-04-271-4/+6
* Prefer cloned feeds even in onlineAleksey Lim2013-03-241-1/+1
* Reuse stale solutions in offlineAleksey Lim2013-03-231-16/+10
* Polish design, use cmd=feed instead of Context.versions propertyAleksey Lim2013-03-121-16/+8
* No sense to keep launch code out of sugar_network.client moduleAleksey Lim2013-03-121-0/+347