aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Collapse)AuthorAgeFilesLines
* Reduce inlining of large destructors.Henning Baldersheim2016-11-244-18/+11
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-3/+3
|
* We only need one vtagHenning Baldersheim2016-10-219-138/+31
|
* Nonfunctional changesJon Bratseth2016-10-171-0/+1
|
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-4/+5
|
* Revert rename of public HostName.getLocalhostHåkon Hallingstad2016-10-141-1/+1
|
* Revert "Revert "Use HostName for message bus, but fix HostName to work with ↵hakonhall2016-10-141-10/+1
| | | | dev machines""
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+10
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Fall back to picking another resolvable and reachable address if the systemHåkon Hallingstad2016-10-131-10/+1
| | | | hostname isn't.
* Checkpoint 1Henning Baldersheim2016-10-031-4/+4
|
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-296-97/+135
|\ | | | | Bratseth/support document api in applications
| * CleanupJon Bratseth2016-09-293-30/+66
| |
| * Support document-api in applicationJon Bratseth2016-09-284-67/+69
| |
* | Yahoo sets up mac wireless networks such that the local hostname points to anJon Bratseth2016-09-293-24/+28
|/ | | | | | ip which does not resolve. This works around that problem by finding a resolvable address (while still falling back to localhost if we only get ipv6 addresses, as that causes other problems in docker containers).
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-1429-60/+83
|
* Revert "Revert "Aressem/move messagebus test tests to separate module""Arnstein Ressem2016-09-1476-1738/+1
|
* Revert "Aressem/move messagebus test tests to separate module"Henning Baldersheim2016-09-1476-1/+1738
|
* Fixing more tests.Arnstein Ressem2016-09-131-0/+1
|
* In progress moving messagebus/test -> messagebus_testArnstein Ressem2016-09-1275-1738/+0
|
* Replaced InetAddress.getCanonicalHostName() with HostName.getLocalHost() for ↵valerijf2016-08-291-16/+3
| | | | docker IPv6 compatibility
* Merge pull request #459 from yahoo/bratseth/yql-doublequotesgjoranv2016-08-254-4/+6
|\ | | | | Bratseth/yql doublequotes
| * Whitespace changes onlyJon Bratseth2016-08-234-4/+6
| |
* | Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
| |
* | Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-3/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-286-12/+6
| | | | | | | | | | | | * not a script that can use "set -e" * run tests in correct order * fix usage of progctl.sh * should not use "set -e" in progdefs.sh * simpler programming to check for failures explicitly
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-2811-6/+20
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* use cstdlibArne Juul2016-06-272-1/+1
| | | | | * avoid using #include <math.h> * use #include <cstdlib> for std::abs() with integral types
* simplify slobrok dependencies (#214)Arne H Juul2016-06-241-1/+0
| | | | | * the slobrokserver library needs classes from the slobrok client / utility library. Modules that just want the server shouldn't need to worry about that explicitly.
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* LinuxInetAddress.getLocalHost() no longer throwsArne Juul2016-06-191-6/+1
|
* Merge branch 'master' into dybis/update-authorHaakon Dybdahl2016-06-177-11/+13
|\
| * Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-175-9/+10
| |\ | | | | | | Use github name in @author
| | * Use github name in @authorJon Bratseth2016-06-165-9/+10
| | |
| * | balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
| | |
| * | mailto:balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
| | |
* | | update author field.Haakon Dybdahl2016-06-171-1/+1
| | |
* | | Fix owner files.Haakon Dybdahl2016-06-171-1/+1
|/ /
* | Remove what I do not understandHenning Baldersheim2016-06-171-1/+0
| |
* | Do not do the job of messagebus_testHenning Baldersheim2016-06-171-1/+0
| |
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-1645-45/+45
|/
* PublishJon Bratseth2016-06-15617-0/+45569