History for dub_jkp / source / dub / packagesupplier.d
2015-09-22
@Martin Nowak
implement search command ...
Martin Nowak committed on 22 Sep 2015
2015-04-02
@Sönke Ludwig
Gracefully handle failure to load package cache files.
Sönke Ludwig committed on 2 Apr 2015
2014-10-07
@Sönke Ludwig
Merge pull request #433 from MartinNowak/cleanCaches ...
Sönke Ludwig committed on 7 Oct 2014
@Sönke Ludwig
Improve JSON parser error format. Fixes #317. ...
Sönke Ludwig committed on 7 Oct 2014
2014-10-05
@Martin Nowak
add clean-caches command ...
Martin Nowak committed on 5 Oct 2014
2014-09-22
@Sönke Ludwig
Merge branch '0.9.22' ...
Sönke Ludwig committed on 22 Sep 2014
2014-08-27
@Sönke Ludwig
Avoid double escaping of "+" in download URLs. Fixes #411.
Sönke Ludwig committed on 27 Aug 2014
2014-08-02
@Martin Nowak
store metadata cache on disk ...
Martin Nowak committed on 2 Aug 2014
2014-05-22
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
@James Clarke
Use "dub.json" instead of "package.json" when reading from zip archives
James Clarke committed on 22 May 2014
2014-05-14
@Sönke Ludwig
Enable line number display for JSON errors and improve error messages. See #317 and #325.
Sönke Ludwig committed on 14 May 2014
2014-04-01
@Sönke Ludwig
Expire cache entries in RegistryPackageSupplier after one day.
Sönke Ludwig committed on 1 Apr 2014
@Sönke Ludwig
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig committed on 1 Apr 2014
2014-03-18
@Sönke Ludwig
Implement a new dependency resolution algorithm with support for selections. ...
Sönke Ludwig committed on 18 Mar 2014
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 Mar 2014
2014-01-21
@Sönke Ludwig
Use "%2B" to replace "+" in URLs when downloading packages. ...
Sönke Ludwig committed on 21 Jan 2014
2013-12-11
@Sönke Ludwig
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig committed on 11 Dec 2013
2013-11-22
@Sönke Ludwig
Remove log output.
Sönke Ludwig committed on 22 Nov 2013
2013-11-21
@Sönke Ludwig
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig committed on 21 Nov 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
2013-07-20
@Sönke Ludwig
Refactor code. ...
Sönke Ludwig committed on 20 Jul 2013
@Sönke Ludwig
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22. ...
Sönke Ludwig committed on 20 Jul 2013
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-04-29
@Sönke Ludwig
Move download() to dub.utils and remove dub.internal.vibecompat.inet.urltransfer.
Sönke Ludwig committed on 29 Apr 2013
2013-04-11
@Sönke Ludwig
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig committed on 11 Apr 2013
2013-03-08
@Sönke Ludwig
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands. ...
Sönke Ludwig committed on 8 Mar 2013
2013-02-22
@Sönke Ludwig
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig committed on 22 Feb 2013
2013-02-20
@Sönke Ludwig
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig committed on 20 Feb 2013
2012-11-27
@Matthias Dondorff
Incomplete generation of VisualD project files. Missing: project dependencies being compilable libraries and precompiled libraries as well as system installed precompiled libraries.
Matthias Dondorff committed on 27 Nov 2012