summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1987 from yahoo/hmusum/increase-timeoutArnstein Ressem2017-03-131-1/+1
|\
| * Increase timeoutHarald Musum2017-03-131-1/+1
* | Merge pull request #1961 from yahoo/musum/stop-supporting-ipAddress-when-crea...Martin Polden2017-03-132-21/+5
|\ \
| * | Stop supporting creation of node with ipAddressHarald Musum2017-03-082-21/+5
* | | Merge pull request #1986 from yahoo/freva/do-not-follow-sym-links-for-last-mo...Harald Musum2017-03-132-2/+16
|\ \ \ | |_|/ |/| |
| * | Do not follow symbolic links when getting last modified timevalerijf2017-03-132-2/+16
|/ /
* | Merge pull request #1982 from yahoo/hmusum/make-sure-to-subscribe-before-star...Valerij Fredriksen2017-03-105-23/+25
|\ \
| * | Make sure to subscribe before starting subscriber thread in testsHarald Musum2017-03-105-23/+25
* | | Merge pull request #1981 from yahoo/balder/inline-getrawvalues-in-fastpathHÃ¥vard Pettersen2017-03-106-50/+40
|\ \ \ | |/ / |/| |
| * | Enable inlinining of the most frequent and optimized code path.Henning Baldersheim2017-03-092-12/+17
| * | override and final.Henning Baldersheim2017-03-095-38/+23
|/ /
* | Merge pull request #1979 from yahoo/geirst/use-unique-ptr-instead-of-linked-ptrTor Egge2017-03-091-9/+9
|\ \
| * | Use unique ptr instead of linked ptr.Geir Storli2017-03-091-9/+9
* | | Merge pull request #1975 from yahoo/geirst/improve-imported-attribute-unit-testGeir Storli2017-03-092-12/+11
|\ \ \
| * | | Use std::async instead of explicit std::thread.Geir Storli2017-03-092-10/+4
| * | | Improve testing of acquireEnumGuard() by checking that guard is taken on unde...Geir Storli2017-03-091-7/+12
| |/ /
* | | Merge pull request #1978 from yahoo/toregge/add-explicit-destructor-to-search...Geir Storli2017-03-091-0/+3
|\ \ \
| * | | Add explicit destructor to searchcore proton documentdb configurer test.Tor Egge2017-03-091-0/+3
* | | | Merge pull request #1977 from yahoo/havardpe/less-linked-ptrTor Egge2017-03-093-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | use std::unique_ptr instead of vespalib::LinkedPtrHaavard2017-03-093-4/+4
* | | | Merge pull request #1976 from yahoo/dybdahl/fix-tostringHaakon Dybdahl2017-03-091-0/+10
|\ \ \ \
| * | | | Fix tostring.Haakon Dybdahl2017-03-091-0/+10
* | | | | Merge pull request #1959 from yahoo/freva/node-maintainer-rest-apiValerij Fredriksen2017-03-0912-479/+364
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed unneeded dependenciesvalerijf2017-03-091-15/+0
| * | | | Throw exception if call to node-maintainer failsvalerijf2017-03-091-2/+1
| * | | | Removed node-maintainer REST APIvalerijf2017-03-095-329/+140
| * | | | Renamed DeleteOldAppData to FileHelpervalerijf2017-03-084-30/+30
| * | | | Created REST API for node-maintainervalerijf2017-03-084-132/+196
| * | | | Rewritted DeleteOldAppData to use java.niovalerijf2017-03-083-127/+153
* | | | | Merge pull request #1973 from yahoo/balder/deinline-destructors-2Henning Baldersheim2017-03-09365-2981/+4421
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-0963-1221/+1396
| * | | | deiniline destructorsHenning Baldersheim2017-03-098-27/+74
| * | | | deiniline destructorsHenning Baldersheim2017-03-0913-46/+93
| * | | | deiniline destructorsHenning Baldersheim2017-03-0921-201/+313
| * | | | Hmm, this was needed to avoid getting unresolved symbol in prod_feature_test ...Henning Baldersheim2017-03-082-0/+3
| * | | | Deinline destructors/constructorsHenning Baldersheim2017-03-086-13/+42
| * | | | Deinline destructors/constructorsHenning Baldersheim2017-03-0830-454/+604
| * | | | Align members.Henning Baldersheim2017-03-081-1/+1
| * | | | gc includesHenning Baldersheim2017-03-081-7/+6
| * | | | deinline large destructorsHenning Baldersheim2017-03-0832-240/+337
| * | | | Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-08163-829/+1493
| * | | | Specify destructors explicit to control inlining.Henning Baldersheim2017-03-0838-107/+224
* | | | | Merge pull request #1974 from yahoo/toregge/rename-proton-configurer-to-proto...Geir Storli2017-03-097-39/+39
|\ \ \ \ \
| * | | | | Rename ProtonConfigurer to ProtonConfigFetcher.Tor Egge2017-03-097-39/+39
* | | | | | Merge pull request #1972 from yahoo/geirst/fix-attribute-manager-reconfig-wit...Tor Egge2017-03-092-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix such that attribute manager change when imported fields has changed.Geir Storli2017-03-092-1/+9
* | | | | | Merge pull request #1971 from yahoo/toregge/use-standard-cxx14-lockingGeir Storli2017-03-094-64/+50
|\ \ \ \ \ \
| * | | | | | Remove unneeded method.Tor Egge2017-03-092-26/+16
| * | | | | | Use standard c++14 locking instead of homegrown rwlock.Tor Egge2017-03-094-33/+29
| * | | | | | Use standard c++14 locking instead of homegrown rwlock.Tor Egge2017-03-092-24/+24