| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make source-dist: Replace version in rabbit.app.src as well | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+4 |
| | | |||||
| * | make source-dist: Use $(PROJECT) instead of hardcoding `rabbit` | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+2 |
| | | |||||
| * | packaging/standalone: Test if `generate_release` succeeded | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Sort files in final archive | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+4 |
| | | | | | | While here, switch from gzip to xz as the compression format. This saves around 16% of file size. | ||||
| * | packaging/standalone: Remove patch(1) backup if any | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Use $(abspath) instead of `pwd` | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+2 |
| | | |||||
| * | packaging/standalone: Remove existing build directories | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Do not pass $(DEPS_DIR) to sub-make | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+2 |
| | | |||||
| * | packaging/standalone: Fix path to default $(SOURCE_DIST_FILE) | Jean-Sébastien Pédron | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | packaging/standalone: Ensure plugin deps are listed once in the rel script | Jean-Sébastien Pédron | 2015-10-28 | 1 | -1/+3 |
| | | | | | | | | | Otherwise, systools complains with eg: Duplicated register names: ssl_sup registered in ssl and ssl ssl_manager registered in ssl and ssl ... | ||||
| * | make source-dist: "find -s" is not portable, use sort(1) | Jean-Sébastien Pédron | 2015-10-28 | 1 | -4/+4 |
| | | | | | | | | | | sort(1) supports the option -z to work with NUL-terminated strings, so we can keep "find -print0" and "xargs -0" and support filenames with whitespaces. As a reminder, LC_COLLATE=C is used to ensure the order is the same for everybody (ie. independent of the user's locale). | ||||
| * | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-28 | 1 | -5/+125 |
| | | |||||
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-28 | 1 | -3/+1 |
| | | |||||
| * | make source-dist: Sort files in the source archive | Jean-Sébastien Pédron | 2015-10-27 | 1 | -4/+11 |
| | | | | | This is one step toward reproducable builds. | ||||
| * | Makefile: USE_PROPER_QC is now a simply expanded variable | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+2 |
| | | | | | | | | | This shaves off 50% of the build time because the shell command is evaluated only once. Do the same for ERTS_VER, though it doesn't bring a significant speed improvement. | ||||
| * | Makefile: Move .DEFAULT_GOAL to the same place as other Makefiles | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+1 |
| | | |||||
| * | cosmetics | Alvaro Videla | 2015-10-27 | 2 | -21/+21 |
| | | |||||
| * | Merge pull request #390 from rabbitmq/rabbitmq-server-369 | Alvaro Videla | 2015-10-27 | 2 | -7/+7 |
| |\ | | | | | Rename policy parameters, references #369 | ||||
| | * | Rename policy parameters, references #369 | Michael Klishin | 2015-10-26 | 2 | -7/+7 |
| | | | |||||
| * | | make source-dist: Only force plugins' version when it's empty | Jean-Sébastien Pédron | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | make source-dist: Fix licenses handling to match previous behavior | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+5 |
| | | | |||||
| * | | make source-dist: Do not distribute some subdirectories | Jean-Sébastien Pédron | 2015-10-27 | 1 | -0/+4 |
| | | | | | | | | | | | For now, skip cowboy's documentation and examples, and rabbitmq-mqtt test client (which is downloaded during the test). | ||||
| * | | make source-dist: Do not distribute rabbitmq-metronome and -toke | Jean-Sébastien Pédron | 2015-10-27 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| |\ \ | |||||
| | * \ | Merge pull request #394 from aboroska/rabbitmq-server-117-fix-function-name | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | Fix spelling of function name | ||||
| | | * | | Fix spelling of function name | Andras Boroska | 2015-10-26 | 1 | -4/+4 |
| | |/ / | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #391 from rabbitmq/rabbitmq-server-117 | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| | |\ \ | | | | | | | | | Check port using ipv6 | ||||
| | | * | | Check port using ipv6 | Diana Corbacho | 2015-10-26 | 1 | -4/+14 |
| | |/ / | |||||
| * | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'rabbitmq-server-386' | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Disable FHC read cache by default | Michael Klishin | 2015-10-23 | 1 | -1/+1 |
| | | |/ | |/| | | | | Fixes #386. | ||||
| * | | | make source-dist: Do not distribute plugins/ directories | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | Those are artefacts of unrelated builds. | ||||
| * | | | make source-dist: Properly list distributed components | Jean-Sébastien Pédron | 2015-10-26 | 1 | -11/+22 |
| | | | | | | | | | | | | | I was waiting for the erlang.mk branch to be merged. | ||||
| * | | | make source-dist: Filter out `rabbit` from the dependencies list | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-26 | 1 | -0/+3 |
| | | | | |||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #385 from rabbitmq/erlang.mk | Michael Klishin | 2015-10-23 | 98 | -21528/+7484 |
| |\ \ | | | | | | | Switch to Erlang.mk | ||||
| | * | | Move compare_version to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-23 | 1 | -18/+0 |
| | | | | |||||
| | * | | Update erlang.mk's build.config | Jean-Sébastien Pédron | 2015-10-23 | 2 | -0/+51 |
| | | | | |||||
| | * | | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-23 | 1 | -6/+6 |
| | | | | |||||
| | * | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-23 | 1 | -1/+9 |
| | | | | |||||
| | * | | Merge branch 'master' into erlang.mk | Jean-Sébastien Pédron | 2015-10-23 | 8 | -25/+67 |
| | |\ \ | |||||
| | * | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-22 | 1 | -44/+82 |
| | | | | | |||||
| | * | | | rabbitmqctl-env: Fix how we locate rabbit_common | Jean-Sébastien Pédron | 2015-10-20 | 1 | -11/+19 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -20/+75 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -10/+18 |
| | | | | | |||||
