summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Consider glibc version when testingHenning Baldersheim2022-04-261-0/+7
* Public with FieldOrderHenning Baldersheim2022-04-262-4/+6
* Add MallInfoHenning Baldersheim2022-04-265-6/+49
* Add mallinfo2 implementation.Henning Baldersheim2022-04-265-12/+54
* Separate C library interface in separate package private class.Henning Baldersheim2022-04-252-12/+28
* 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-091-4/+4
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-093-33/+12
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-083-12/+33
* Add files that INtelliJ removedjonmv2022-04-081-0/+42
* Move ID part to HostName in config-provisioningjonmv2022-04-081-60/+0
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-083-10/+7
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-083-7/+10
* 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-081-30/+70
* 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-082-10/+17
* Add some more unit testing of HttpURL.queryJon Marius Venstad2022-04-071-0/+1
* Fix another unit testJon Marius Venstad2022-04-071-1/+1
* Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-071-62/+139
* 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-074-3/+467
* 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-061-13/+15
|\|
| * 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-061-7/+19
* | Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-062-0/+6
|/
* 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-051-1/+22
|\ \
| * | Update abi and split in hot/cold path.Henning Baldersheim2022-04-051-1/+5
| * | 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-051-0/+216
|\ \ \ | |/ / |/| |
| * | Missing wordMartin Polden2022-04-051-1/+1
| * | Limit number of ZIP entries read by controllerMartin Polden2022-04-051-10/+19
| * | Make max application package size configurableMartin Polden2022-04-051-10/+10
| * | Allow single-dot segments in configserverMartin Polden2022-04-041-4/+11
| * | Explain limits of symlink detectionMartin Polden2022-04-041-1/+6
| * | Ignore directoriesMartin Polden2022-04-041-1/+2
| * | Implement ArchiveStreamReaderMartin Polden2022-04-041-0/+194
| |/