Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-19Fix nuget packageLluis Sanchez
Add SharpZipLib as a nuget dependency. Updated version number and libraries in the nuspec files.
2014-11-19Documentation fixesLluis Sanchez
2014-04-30Simplify proxy auth systemMichael Hutchinson
Delegate all authenticated proxy handling to the consumer, not just obtaining credentials.
2014-04-25Fix proxy NRE when internet unreachableMichael Hutchinson
2014-04-10Use .Create instead of .CreateHttp as the latter is PCL-only.Marius Ungureanu
2014-04-10Revert "Use .Create as .CreateHttp is PCL specific in .NET4"Marius Ungureanu
This reverts commit 3f2694099e0ed59963d655595cae6f8fc1832e4c.
2014-04-10Use .Create as .CreateHttp is PCL specific in .NET4Marius Ungureanu
2014-04-10Add support for authenticated proxiesMichael Hutchinson
2014-04-10Flush csproj noiseMichael Hutchinson
2014-02-06Fix repository update issueLluis Sanchez
Always update referenced repos if the cached file has been removed
2013-11-10Throw if --all is not the first parameter.Ungureanu Marius
2013-11-09Fix commandline argument for --allUngureanu Marius
2013-05-22Fix repository update issueLluis Sanchez
When updating repositories, properly purgue referenced repos that are not used anymore.
2012-10-18[build] Build against the 4.0 profilebuild_updatesAlan McGovern
This will allow the csproj files to be directly usable in the monodevelop build. I've also changed the gtk-sharp references to not require an exact version to aid building on multiple platforms.
2012-10-16Updated project version to VS 2010Lluis Sanchez
2012-07-19Build the solution using xbuildLluis Sanchez
2012-07-09Bump version to 1.0Lluis Sanchez
2011-06-29Improve support for non-interactive installationsLluis Sanchez
2011-06-29Added option for bypassing confirmation of operationsLluis Sanchez
2011-04-19Delay add-in uninstallation if there is any write lock hold on its filesmono-addins-0.6.10.6.1Lluis Sanchez Gual
2011-04-19Simplified write permission checkLluis Sanchez Gual
The old method for checking if a file is writtable will fail if the file has a write lock, yet a file can be deleted (on unix) even if it has a write lock. Now we only check that the file is not read only. There are cases in which some read only file is not writtable (for example when the user has no permissions). In that case, the installation will fail later on and will be rolled back.
2011-04-12Add support for delayed add-in uninstallation.Lluis Sanchez Gual
When trying to uninstall an add-in which has assemblies loaded in memory, register them for deletion in the next registry update.
2011-04-12Added support for uninstalling several add-ins at once.Lluis Sanchez Gual
2011-04-12Added support for uninstalling multiple add-ins at once.Lluis Sanchez Gual
Also Improved error reporting.
2011-04-12Made Mono.Addins internals visible to Mono.Addins.SetupLluis Sanchez Gual
2011-04-05Don't add slash to url if it already has one.Lluis Sanchez Gual
2011-04-05Added new overloads.Lluis Sanchez Gual
2011-04-04Allow getting the latest version of addins.Lluis Sanchez Gual
Added a flags parameter to GetAvailableAddins and GetAvailableUpdates which allow getting the latest versions of the add-ins.
2011-04-04Allow 'uninstalling' core add-insLluis Sanchez Gual
Core add-ins can't really be uninstalled, so they are disabled.
2011-02-22Fix mixed line endings.Lluis Sanchez Gual
2011-02-22Read core properties from the header section.Lluis Sanchez Gual
2011-02-22Added commands for enabling/disabling repos. Improved help formatting.Lluis Sanchez Gual
2011-02-17Relocatable pc filesMichael Hutchinson
2011-02-17Don't import the root.mrep file if it has not been created.Lluis Sanchez Gual
2011-02-15Add some missing docs.Lluis Sanchez Gual
2011-02-15Add missing documentation.Lluis Sanchez Gual
2011-02-15Allow setting the name of a repositoryLluis Sanchez Gual
2011-02-14Fix bug #4920 - AddinRepository.LastModified is always 01.01.1900 00:00:00Lluis Sanchez Gual
2011-02-14Fix logic for setting the last change timestamp.Lluis Sanchez Gual
2011-02-11Added support for enabling/disabling registered repositories.Lluis Sanchez Gual
2011-02-10Bump version to 0.6Lluis Sanchez Gual
2011-02-09Allow overwriting files when installing.Lluis Sanchez Gual
2011-02-08Minor fix.lluis
2011-02-08Updated target framework.lluis
2011-02-08Store the download size in the online add-in manifestlluis
2011-02-08Added an overload for setting properties without a localelluis
2011-02-04Added support for downloable support files, to be used for packageLluis Sanchez Gual
icons, screenshots, etc.
2011-02-04Add support for custom addins and cache dirsLluis Sanchez Gual
2011-02-03Don't crash if a repository can't be removed.Lluis Sanchez Gual
2011-01-31Improve manifest cleanup when packaging.Lluis Sanchez Gual