index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rebar_utils.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
OTP-21 readiness, Full Unicode support
Fred Hebert
2017-11-16
1
-7
/
+6
*
Prevent hard crash on duplicate plugin paths
Fred Hebert
2017-10-20
1
-1
/
+1
*
Unicode support in all the places
Fred Hebert
2017-08-06
1
-29
/
+40
*
rebar_utils:escape_chars handles quotes
Vlad Dumitrescu
2017-03-04
1
-1
/
+1
*
Merge pull request #1391 from ferd/doc-and-types
Fred Hebert
2016-12-23
1
-5
/
+18
|
\
|
*
Type specifications and edocs improvements
Fred Hebert
2016-11-27
1
-5
/
+18
*
|
1394: refined export list and tests
Artem Pervin
2016-12-01
1
-2
/
+2
*
|
1394: added fix for rebar_utils, moved setting of http_options into init_conf...
Artem Pervin
2016-11-30
1
-3
/
+21
|
/
*
Some post-review changes:
Alexander Sedov
2016-10-11
1
-0
/
+2
*
Rereading system configuration sets up persistent options if possible.
Alexander Sedov
2016-10-11
1
-1
/
+7
*
add support for passing a sys_config to common test
Tristan Sloughter
2016-06-11
1
-1
/
+13
*
Support ENV config for proxy values
Fred Hebert
2016-06-11
1
-1
/
+5
*
add user-agent to http request headers
Tristan Sloughter
2016-02-01
1
-1
/
+6
*
check at runtime instead of compile time for presence of `file:list_dir_all/1`
alisdair sullivan
2016-01-13
1
-5
/
+8
*
support temporary cdn change with HEX_CDN os var
Tristan Sloughter
2015-12-19
1
-0
/
+10
*
Actually fix tuple merging.
Fred Hebert
2015-12-06
1
-30
/
+53
*
Fix tuple umerging
Fred Hebert
2015-12-06
1
-7
/
+18
*
add an option to soft purge rather than purge old code
alisdair sullivan
2015-11-01
1
-8
/
+10
*
prevent rebar3 from reloading it's own path and terminating itself
alisdair sullivan
2015-10-31
1
-1
/
+7
*
refactor `rebar_erlc_compiler`
alisdair sullivan
2015-10-26
1
-1
/
+8
*
update erlware_commons
Tristan Sloughter
2015-09-19
1
-0
/
+2
*
Merge pull request #772 from tsloughter/eunit_fix
Fred Hebert
2015-09-05
1
-1
/
+6
|
\
|
*
delete and prepend code path instead of replacing, fixes #770
Tristan Sloughter
2015-09-02
1
-1
/
+6
*
|
move opts functions to new module rebar_opts
Tristan Sloughter
2015-09-01
1
-150
/
+2
*
|
more cleanup
Tristan Sloughter
2015-08-31
1
-14
/
+20
*
|
update use of hooks and plugins with state in app_info
Tristan Sloughter
2015-08-31
1
-1
/
+92
*
|
build on already created AppInfo instead of having to do copy
Tristan Sloughter
2015-08-31
1
-8
/
+8
*
|
wip: move state into app_info
Tristan Sloughter
2015-08-31
1
-5
/
+23
|
/
*
fix no_return warnings
Tristan Sloughter
2015-08-08
1
-0
/
+1
*
fix dialyzer warnings, except 'no local return' warnings
Tristan Sloughter
2015-08-08
1
-1
/
+1
*
add tree option to deps command that prints pkg deps tree
Tristan Sloughter
2015-08-03
1
-0
/
+26
*
upgrade depends on the lock provider and lock prv sets state
Tristan Sloughter
2015-08-02
1
-1
/
+8
*
Merge pull request #652 from tsloughter/escape_and
Fred Hebert
2015-07-29
1
-3
/
+3
|
\
|
*
add ; to escaped chars in path
Tristan Sloughter
2015-07-28
1
-3
/
+3
|
*
escape & in paths
Tristan Sloughter
2015-07-26
1
-3
/
+3
*
|
Merge pull request #650 from tsloughter/upgrades_git_pkg_fix
Fred Hebert
2015-07-26
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
fix upgrade of newly added pkg dep from scm locked dep
Tristan Sloughter
2015-07-25
1
-0
/
+15
*
|
Merge pull request #642 from tsloughter/validate-otp-version
Fred Hebert
2015-07-26
1
-1
/
+51
|
\
\
|
|
/
|
/
|
|
*
add support for old format otp versions
Tristan Sloughter
2015-07-25
1
-15
/
+16
|
*
parse old format of OTP versions
Tristan Sloughter
2015-07-24
1
-7
/
+12
|
*
Add functions to validate OTP release in use
Derek Brown
2015-07-24
1
-1
/
+45
*
|
support atom for branch names like rebar2
Tristan Sloughter
2015-07-21
1
-0
/
+2
|
/
*
Escape paths and args in shell commands
Fred Hebert
2015-07-18
1
-1
/
+16
*
always close port when done with it. fixes #589
Tristan Sloughter
2015-07-06
1
-10
/
+16
*
Use rebar own method to read global config file.
CarlosEDP
2015-07-03
1
-12
/
+4
*
Renamed functions.
CarlosEDP
2015-07-03
1
-2
/
+2
*
Added rebar profile to httpc initialization and calls.
CarlosEDP
2015-07-03
1
-1
/
+1
*
Fix for cases with no proxy configured.
CarlosEDP
2015-07-03
1
-1
/
+1
*
Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_p...
CarlosEDP
2015-07-03
1
-48
/
+21
*
Added support for proxy on rebar3 based on environment variables.
CarlosEDP
2015-07-03
1
-1
/
+53
[next]