aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/slime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* YQL parsing/serialization improvementsJon Bratseth2019-11-071-5/+6
* Add author and simple javadoc to SlimeStreamØyvind Grønnesby2019-10-101-0/+5
* Utility to create stream from Slime arrayØyvind Grønnesby2019-10-101-0/+21
* Validate moreJon Bratseth2019-06-041-1/+3
* AllocatedHost serialization completenessJon Bratseth2019-05-101-5/+7
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-072-15/+28
* Add nix equality test and moreHåkon Hallingstad2019-01-305-16/+6
* Remove default constructors from insertersHåkon Hallingstad2019-01-306-11/+12
* Review round 1 fixesHåkon Hallingstad2019-01-3010-102/+104
* Publicize insertersHåkon Hallingstad2019-01-303-3/+3
* Port Slime injection to JavaHåkon Hallingstad2019-01-294-9/+227
* add unit test and fix decoding of unicode escapesArne Juul2018-07-041-0/+1
* stop using DoubleFormatterArne Juul2018-06-251-4/+3