History for dub_jkp / source / dub / packagesupplier.d
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
2012-10-31
@Sönke Ludwig
Initial commit (more or less the same code as used for vibe.d's vpm).
Sönke Ludwig committed on 31 Oct 2012