index
:
libbpkg
build2-control
dist-values
master
test
build2 package manager library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
repository-location
/
driver.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2019-01-16
Update copyright year
Karen Arutyunov
1
-1
/
+1
2018-11-16
Add support for repository typed URLs (git+https://..., etc)
Karen Arutyunov
1
-12
/
+50
2018-11-08
Add support for ssh:// git protocol
Karen Arutyunov
1
-0
/
+8
2018-10-09
Adapt to basic_url API change
Karen Arutyunov
1
-0
/
+8
2018-07-09
Make repository_url(string) to throw invalid_argument for empty string
Karen Arutyunov
1
-1
/
+1
2018-05-19
Update copyright year
Karen Arutyunov
1
-1
/
+1
2018-05-01
Add support for default and excluding git ref filters
Karen Arutyunov
1
-8
/
+18
2018-04-19
Add support for comma-separated list of git reference filter
Karen Arutyunov
1
-8
/
+22
2018-04-19
Implement git repository handling transition (phase 0)
Boris Kolpackov
1
-16
/
+26
2018-03-08
Add support for dir repository
Karen Arutyunov
1
-0
/
+14
2018-03-05
Rename bpkg repository type to pkg
Karen Arutyunov
1
-63
/
+63
2018-02-22
Add repository URL fragment to canonical name
Karen Arutyunov
1
-15
/
+15
2018-02-15
Add support for git manifests
Karen Arutyunov
1
-5
/
+39
2018-02-15
Assume git repo URL fragment of 40 hex digits is a commit id
Karen Arutyunov
1
-8
/
+8
2018-02-12
Add git_reference class
Karen Arutyunov
1
-24
/
+49
2018-02-08
Fix repository_url ctor to normalize path
Karen Arutyunov
1
-0
/
+44
2018-02-08
Add support for git location type to repository manifest
Karen Arutyunov
1
-0
/
+5
2018-01-15
Add type prefix for repository canonical name
Karen Arutyunov
1
-61
/
+62
2017-12-28
Add support for git repository locations
Karen Arutyunov
1
-530
/
+626
2017-10-03
Adapt to modularization of libbutl
Karen Arutyunov
1
-3
/
+3
2017-07-22
Fix ambiguity between std::optional and butl::optional (take 2)
Karen Arutyunov
1
-565
/
+583
2017-07-21
Fix ambiguity between std::optional and butl::optional
Karen Arutyunov
1
-0
/
+2
2017-05-01
Adapt to adding hxx extension for headers and lib prefix for library dir in ↵
Karen Arutyunov
1
-3
/
+3
libbutl
2017-05-01
Add hxx extension for headers and lib prefix for library dirs
Karen Arutyunov
1
-1
/
+1
2017-01-07
Make use of operator<<(ostream, exception)
Karen Arutyunov
1
-1
/
+2
2017-01-05
Update copyright year
Boris Kolpackov
1
-1
/
+1
2016-12-03
Adapt to semantics change of path::normalize()
Karen Arutyunov
1
-1
/
+28
2016-09-29
Move manifest_parser and manifest_serializer to libbutl
Karen Arutyunov
1
-1
/
+1
2016-09-01
Do not strip absolute location canonical name prefix if the result is empty
Karen Arutyunov
1
-0
/
+10
2016-05-31
Port to MinGW
Karen Arutyunov
1
-7
/
+92
2016-01-14
Support repository web interface relative locations
Boris Kolpackov
1
-10
/
+156
2016-01-11
Support new revision of repository name specification, /pkg/ stripping
Boris Kolpackov
1
-15
/
+68
2016-01-09
Support https protocol for repository_location
Boris Kolpackov
1
-0
/
+49
2016-01-09
Update copyright year
Boris Kolpackov
1
-1
/
+1
2015-10-13
Make remote repository location path relative
Boris Kolpackov
1
-1
/
+6
2015-09-21
Adopt repository location test to reflect expanded empty location
Boris Kolpackov
1
-2
/
+9
2015-08-06
Implement the completion of relative repository location to remote/absolute
Boris Kolpackov
1
-4
/
+97
2015-07-21
Implement repository_location class
Boris Kolpackov
1
-0
/
+153