aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Expand)AuthorAgeFilesLines
* 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 vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-095-60/+14
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-085-14/+60
* 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 vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-084-11/+8
* 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 vespa-engine/balder/handle-access-denied-grace...Henning Baldersheim2022-04-071-51/+52
|\
| * 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
|\ \ | |/ |/|
| * 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
|\|
| * Better naming and skip empty else.Henning Baldersheim2022-04-061-5/+4
| * Skip unnecessary surrogate check if ! isBmpCodePoint, and move high surrogate...Henning Baldersheim2022-04-061-9/+4
| * Avoid extra check for isValidCodePoint.Henning Baldersheim2022-04-061-4/+1
| * Refactor to optimize for hot path.Henning Baldersheim2022-04-062-26/+40
* | Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-063-0/+7
|/
* Merge pull request #21952 from vespa-engine/jonmv/http-urlJon Marius Venstad2022-04-051-8/+8
|\
| * Simplify signature of require(...)Jon Marius Venstad2022-04-031-8/+8
* | Merge pull request #21981 from vespa-engine/balder/use-primitives-to-get-more...Henning Baldersheim2022-04-053-1/+67
|\ \
| * | Update abi and split in hot/cold path.Henning Baldersheim2022-04-053-1/+50
| * | Use a primitive to see if that makes the JIT compiler more predictable.Henning Baldersheim2022-04-051-0/+17
* | | Merge pull request #21963 from vespa-engine/mpolden/zip-improvementsJon Marius Venstad2022-04-053-0/+352
|\ \ \ | |/ / |/| |