aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/slime
Commit message (Expand)AuthorAgeFilesLines
* SlimeUtils.isPresentjonmv2023-05-261-4/+8
* object density estimate take 2Håvard Pettersen2023-04-242-66/+96
* Revert "use value density to estimate needed decode index size"Henning Baldersheim2023-04-212-90/+60
* use value density to estimate needed decode index sizeHåvard Pettersen2023-04-212-60/+90
* Build with jdk20Jon Bratseth2023-04-171-1/+1
* Simplify Inspector::equalToValerij Fredriksen2023-03-311-72/+23
* BinaryView; inspect slime value in binary formatHåvard Pettersen2023-03-286-47/+363
* move Inspector equalTo implementation and testHåvard Pettersen2023-03-223-81/+79
* Merge pull request #26518 from vespa-engine/havardpe/decode-indexHenning Baldersheim2023-03-221-0/+51
|\
| * added DecodeIndex utility classHåvard Pettersen2023-03-211-0/+51
* | - Return nix on methods that should not be called.Henning Baldersheim2023-03-212-10/+10
* | Implement overloads of native typesHenning Baldersheim2023-03-212-16/+55
|/
* share a single EmptyImpl objectHåvard Pettersen2023-03-171-1/+2
* auto-detect arrays of long or doubleHåvard Pettersen2023-03-161-17/+90
* Exchange BCP info WIPJon Bratseth2023-02-152-0/+11
* Test cell rendering precisionJon Bratseth2023-01-121-1/+1
* Wg parameter store (#25225)gjoranv2022-12-131-1/+0
* Add JSON normalize method to test helperHåkon Hallingstad2022-10-271-4/+0
* Remove throws clauseHåkon Hallingstad2022-10-271-1/+1
* Add some String utils in SlimeUtilsHåkon Hallingstad2022-10-271-53/+39
* - Unify on the faster JsonRender. The default Value.toString has a very high ...Henning Baldersheim2022-10-181-3/+4
* Remove SlimeFormat::encode() on InputStream, 2. tryHåkon Hallingstad2022-06-082-18/+0
* 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
* Suppress deprecation warningsHåkon Hallingstad2022-03-102-1/+3
* Deprecate SlimeFormat decodeHåkon Hallingstad2022-03-101-1/+3
* Allow multiple test reportsJon Marius Venstad2022-03-021-1/+4
* Cleanup; No functional changesJon Bratseth2022-01-0717-50/+71
* Update vespajlib/src/main/java/com/yahoo/slime/Value.javaJon Bratseth2021-12-091-1/+1
* No functional changesJon Bratseth2021-12-0912-160/+227
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0734-34/+34
* Use the faster BufferOutput over ByteArrayOutputStream that is synchronized.Henning Baldersheim2021-09-282-24/+28
* No functional changesJon Bratseth2021-09-241-10/+10
* BufferedOutput is finalHenning Baldersheim2021-08-311-2/+2
* Revert "Revert "Avoid copying data just to compress them when it is not neces...Henning Baldersheim2021-08-305-33/+53
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-305-53/+33
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-305-33/+53
* lz4 compress blobs.Henning Baldersheim2021-08-301-3/+3
* Remove redundant handling of missing serialized fieldMartin Polden2021-08-181-0/+4
* Move helper methods to SlimeUtilsMartin Polden2021-06-211-9/+32
* Add ByteBuffer to the interface to prepare for less copying of data.Henning Baldersheim2021-05-071-1/+5
* Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-241-1/+5
* Quotas in the configuration server (#14088)Øyvind Grønnesby2020-08-261-0/+7
* Add method to convert Slime array to StreamValerij Fredriksen2020-05-131-0/+21
* Avoid new dependency on jacksonHåkon Hallingstad2020-04-154-5/+47
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-0/+110