summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+1
|/
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-182-10/+51
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-182-51/+10
|
* More leniencyJon Bratseth2022-05-181-7/+11
|
* Unify constant syntax across models and rank profilesJon Bratseth2022-05-182-3/+40
|
* Output input default values in rank propertiesJon Bratseth2022-05-096-44/+80
|
* Parse nested arraysJon Bratseth2022-05-082-3/+6
|
* Parse input default valuesJon Bratseth2022-05-063-2/+23
|
* GC void comment.Henning Baldersheim2022-04-291-5/+0
|
* slightly more robust initialization.Arne H Juul2022-04-291-1/+2
|
* Replace Jersey in orchestrator with apache, remove jaxrx_client_utilsjonmv2022-04-281-3/+7
|
* Add some basic class comments.Henning Baldersheim2022-04-275-0/+25
|
* Report metrics for the size of the native heap.Henning Baldersheim2022-04-273-4/+58
|
* Avoid access out of boundsHenning Baldersheim2022-04-261-2/+2
|
* Consider glibc version when testingHenning Baldersheim2022-04-263-2/+16
|
* Public with FieldOrderHenning Baldersheim2022-04-262-4/+6
|
* Add MallInfoHenning Baldersheim2022-04-267-8/+70
|
* Add mallinfo2 implementation.Henning Baldersheim2022-04-267-12/+90
|
* Separate C library interface in separate package private class.Henning Baldersheim2022-04-252-12/+28
|
* Let JobType.allIn use provided zonesjonmv2022-04-191-0/+4
|
* Update expected test resultsjonmv2022-04-111-15/+15
|
* 2 space indent by defaultjonmv2022-04-111-1/+1
|
* Improve formatting of controller-server JSON response filesjonmv2022-04-111-3/+8
|
* Make indent specifiable in JsonFormatjonmv2022-04-112-20/+32
|
* Domain names may end with ., but hostnames may notjonmv2022-04-092-5/+5
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-095-60/+14
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-085-14/+60
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Add files that INtelliJ removedjonmv2022-04-081-0/+42
|
* Move ID part to HostName in config-provisioningjonmv2022-04-083-87/+2
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-084-11/+8
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-084-8/+11
|
* Update ABI specjonmv2022-04-081-1/+1
|
* Use DomainName for routing names, and fix invalid unit test namesjonmv2022-04-083-10/+7
|
* Unwrap recursionJon Marius Venstad2022-04-081-9/+11
|
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-082-31/+72
|
* Return "this" when no removal occursJon Marius Venstad2022-04-081-2/+4
|
* More efficient Query.set(Map), and bulk Query.remove(Collection)Jon Marius Venstad2022-04-083-12/+19
|
* Add some more unit testing of HttpURL.queryJon Marius Venstad2022-04-072-0/+16
|
* Fix another unit testJon Marius Venstad2022-04-072-7/+7
|
* Some more unit test coverage of query manipulationJon Marius Venstad2022-04-071-1/+14
|
* Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-072-73/+153
|
* Replicate host name pattern instead of making publicJon Marius Venstad2022-04-072-4/+8
|
* Non-functional changesJon Marius Venstad2022-04-072-2/+14
|
* Resolve conflictsJon Marius Venstad2022-04-077-19/+670
|
* Merge pull request #22015 from ↵Henning Baldersheim2022-04-071-51/+52
|\ | | | | | | | | vespa-engine/balder/handle-access-denied-gracefully Handle java.lang.reflect.InaccessibleObjectException as a soft error.
| * Handle java.lang.reflect.InaccessibleObjectException as a soft error.Henning Baldersheim2022-04-071-51/+52
| |
* | Merge pull request #22013 from vespa-engine/balder/simplify-long-ifHenning Baldersheim2022-04-071-32/+3
|\ \ | |/ |/| Add simplification of long if based on tip from @jonmv.
| * Also allow 0xFFFE and 0xFFFFHenning Baldersheim2022-04-071-0/+1
| |
| * Add simplification of long if based on tip from @jonmv.Henning Baldersheim2022-04-061-32/+2
| |
* | Merge branch 'master' into jonmv/more-http-urlJon Marius Venstad2022-04-062-32/+36
|\|