aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ \ | |/ / |/| |
| * | Missing wordMartin Polden2022-04-051-1/+1
| * | Limit number of ZIP entries read by controllerMartin Polden2022-04-052-10/+28
| * | Make max application package size configurableMartin Polden2022-04-052-14/+14
| * | 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-042-5/+8
| * | Move relevant tests to ArchiveStreamReaderTestMartin Polden2022-04-041-4/+62
| * | Implement ArchiveStreamReaderMartin Polden2022-04-043-0/+261
* | | Rename classHarald Musum2022-04-052-6/+6
* | | Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-042-2/+5
* | | Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-042-5/+2
* | | Add package-infoJon Marius Venstad2022-04-041-0/+5
* | | Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-041-2/+0
* | | Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-041-0/+2
* | | Merge pull request #21918 from vespa-engine/jonmv/misc-6Jon Marius Venstad2022-04-041-2/+0
|\ \ \ | |_|/ |/| |
| * | Cleanup, should not change anythingJon Marius Venstad2022-03-311-2/+0
* | | Require HTTP(S) protocolJon Marius Venstad2022-04-021-4/+0
* | | Use more PathJon Marius Venstad2022-04-021-0/+3
* | | Revert "Move verification down"HÃ¥kon Hallingstad2022-04-021-3/+0
* | | Merge pull request #21924 from vespa-engine/jonmv/misc-7Jon Bratseth2022-04-011-0/+3
|\ \ \ | |_|/ |/| |
| * | More Path, and ensure the right tmp dir is wiped (path with ./././ is scary)Jon Marius Venstad2022-03-311-0/+3
| |/
* / Suppress "removal" warnings for java.lang.SecurityManagergjoranv2022-04-012-1/+5
|/
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-319-94/+91
* Allow 64 characters in Name, and use PatternedStringWrapper for more classesJon Marius Venstad2022-03-313-12/+13
* Actually add the PatternedStringWrapperJon Marius Venstad2022-03-311-0/+19
* Add a PatternedStringWrapper for the common case with a regexJon Marius Venstad2022-03-312-15/+11
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-317-9/+15
* Split in DomainName and HostnameJon Marius Venstad2022-03-305-14/+135
* Fix unit testJon Marius Venstad2022-03-301-0/+2
* Fix javadocJon Marius Venstad2022-03-301-11/+10
* Less grammar, less indirectionJon Marius Venstad2022-03-304-62/+36
* draftJon Marius Venstad2022-03-305-0/+271
* Merge pull request #21880 from vespa-engine/mpolden/disallow-relative-pathMartin Polden2022-03-301-13/+3
|\
| * Less GuavaMartin Polden2022-03-291-13/+3
* | Validate query feature tensor typesJon Bratseth2022-03-299-60/+166
|/
* No functional changesJon Bratseth2022-03-251-1/+1
* Improve error messageJon Marius Venstad2022-03-252-0/+15
* Update abi-spec, and some more non-functional changesJon Marius Venstad2022-03-181-2/+2
* Avoid unnecessary copy when wrapped map has a single ownerJon Marius Venstad2022-03-182-11/+17
* Handle incocmpatible versions for dev/perf deploymentsJon Marius Venstad2022-03-152-0/+74