summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor to extract a method.Ilpo Ruotsalainen2018-11-301-13/+16
* Refactor some methods to static.Ilpo Ruotsalainen2018-11-301-6/+8
* Add missing mockito dependency.Ilpo Ruotsalainen2018-11-301-0/+6
* Build abi-checker-plugin as part of bootstrap.Ilpo Ruotsalainen2018-11-301-0/+1
* Add unit test for ClassFileTree.Ilpo Ruotsalainen2018-11-291-0/+41
* Refactor for easier testing.Ilpo Ruotsalainen2018-11-292-5/+4
* Add test for PublicSignatureCollector.Ilpo Ruotsalainen2018-11-291-0/+92
* Fix inverted access check logic.Ilpo Ruotsalainen2018-11-291-1/+1
* Add test for AnnotationCollector.Ilpo Ruotsalainen2018-11-291-0/+28
* Remove unwanted dependencies and use JUnit5.Ilpo Ruotsalainen2018-11-292-14/+28
* Add some initial unit tests.Ilpo Ruotsalainen2018-11-291-0/+46
* Simplify; we ship no resources.Ilpo Ruotsalainen2018-11-291-6/+0
* Reindent.Ilpo Ruotsalainen2018-11-291-62/+62
* Protected static members may be accessible.Ilpo Ruotsalainen2018-11-291-3/+2
* Fields, superclass and interfaces are part of ABI.Ilpo Ruotsalainen2018-11-284-15/+78
* Add some usage documentation.Ilpo Ruotsalainen2018-11-281-0/+56
* Simplify data model.Ilpo Ruotsalainen2018-11-284-75/+44
* Rename ClassFileTree.Class to ClassFile.Ilpo Ruotsalainen2018-11-282-12/+12
* Ignore ASM-generated "deprecated" flag.Ilpo Ruotsalainen2018-11-281-2/+4
* More semantic static constructor.Ilpo Ruotsalainen2018-11-281-1/+5
* Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-288-0/+592
* Merge pull request #7798 from vespa-engine/balder/swap-buffer-and-offset-bitsHenning Baldersheim2018-11-282-5/+9
|\
| * Filter higher bits if not all are given.Henning Baldersheim2018-11-281-1/+5
| * Bits are flipped.Henning Baldersheim2018-11-281-1/+1
| * Swap offset and bufferid for better and more compact hashing.Henning Baldersheim2018-11-281-4/+4
* | Merge pull request #7794 from vespa-engine/jvenstad/run-tester-on-same-versio...Jon Marius Venstad2018-11-282-4/+8
|\ \
| * | Run tester on same platform as deployment targetJon Marius Venstad2018-11-282-4/+8
* | | Merge pull request #7783 from vespa-engine/bjorncs/tls-certificate-validationBjørn Christian Seime2018-11-287-4/+216
|\ \ \
| * | | Always log warning when authorization failsBjørn Christian Seime2018-11-271-1/+1
| * | | Propagate authz result through ssl handshake session objectBjørn Christian Seime2018-11-271-8/+12
| * | | Enable PeerAuthorizer in dry-run mode in TlsCryptoSocketBjørn Christian Seime2018-11-271-0/+5
| * | | Use PeerAuthorizer in TLS unit tests of jrtBjørn Christian Seime2018-11-272-0/+29
| * | | Add a X509ExtendedTrustManager based on PeerAuthorizerBjørn Christian Seime2018-11-272-0/+151
| * | | Allow specifying trust manager factory in SslContextBuilderBjørn Christian Seime2018-11-271-4/+22
| * | | Add debug logging to PeerAuthorizerBjørn Christian Seime2018-11-271-0/+5
* | | | Merge pull request #7796 from vespa-engine/mpolden/fix-dual-stack-assignmentMartin Polden2018-11-284-55/+226
|\ \ \ \ | |_|_|/ |/| | |
| * | | Re-add failMartin Polden2018-11-281-1/+1
| * | | Fix dual-stack IP allocationMartin Polden2018-11-284-55/+226
* | | | Merge pull request #7795 from vespa-engine/balder/reduce-lock-time-by-using-t...Henning Baldersheim2018-11-2811-76/+56
|\ \ \ \
| * | | | Reduce locked section by using a hashmap to reduce cachemisses during repopul...Henning Baldersheim2018-11-2811-76/+56
| |/ / /
* | | | Merge pull request #7780 from vespa-engine/bratseth/test-what-we-useHenning Baldersheim2018-11-286-26/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Remove method only used by testsJon Bratseth2018-11-276-26/+27
| |/ /
* | | Merge pull request #7791 from vespa-engine/balder/make-entryref-constructor-e...Tor Egge2018-11-2877-547/+379
|\ \ \
| * | | Add hash method.Henning Baldersheim2018-11-281-0/+1
| * | | Avoid implicit conversion bug.Henning Baldersheim2018-11-281-1/+1
| * | | Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-2863-446/+329
| * | | =default while reading code.Henning Baldersheim2018-11-288-67/+32
| * | | =defaultHenning Baldersheim2018-11-282-15/+4
| * | | = deafult and NULL -> nullptrHenning Baldersheim2018-11-284-18/+12
* | | | Merge pull request #7793 from vespa-engine/toregge/improve-attribute-detectio...Geir Storli2018-11-282-18/+47
|\ \ \ \