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
*
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
*
Fix rebar_utils:sh on windows
Viacheslav V. Kovalev
2015-06-26
1
-5
/
+9
*
fix for plugin installation and code paths
Tristan Sloughter
2015-05-27
1
-0
/
+17
*
purge loaded code when it conflicts with project apps in tests
Tristan Sloughter
2015-05-18
1
-0
/
+18
*
fix failure on missing OTP_VERSION file #403
Tristan Sloughter
2015-05-09
1
-21
/
+24
*
fix rebar_git_resource
derwinlu
2015-05-07
1
-1
/
+7
*
Use resource handlers to deal with deps/semver
Fred Hebert
2015-05-05
1
-13
/
+38
*
track and cleanup code paths for different contexts
Tristan Sloughter
2015-04-21
1
-8
/
+0
*
support single atoms for pkg deps, fetch highest version available
Tristan Sloughter
2015-04-11
1
-1
/
+65
*
re-export functions only used within rebar_utils that are also needed by plugins
Tristan Sloughter
2015-04-02
1
-1
/
+4
*
treat _checkouts as deps that are always compiled
Tristan Sloughter
2015-03-21
1
-0
/
+1
*
flatten command to open_port so <17 Erlangs are happy
Tristan Sloughter
2015-03-16
1
-3
/
+3
*
don't traverse into subdirectories looking for beams
Tristan Sloughter
2015-03-07
1
-2
/
+1
*
use rebar_utils:sh for git and hg commands to have better errors and logs
Tristan Sloughter
2015-03-03
1
-0
/
+11
*
`as` delegates task handling to `do` provider
alisdair sullivan
2015-03-02
1
-2
/
+2
[next]