summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/io
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0914-13/+14
* jdk21: set methods final in vespajlibgjoranv2023-07-172-3/+11
* Non-functional changes onlyJon Bratseth2023-06-132-2/+2
* GC unused GrowableBufferOutputStreamHenning Baldersheim2023-01-251-184/+0
* Revert "Merge pull request #24781 from vespa-engine/revert-24777-jonmv/reappl...jonmv2022-11-071-0/+53
* Revert "Jonmv/reapply app streams"Jon Marius Venstad2022-11-071-53/+0
* Revert "Merge pull request #24763 from vespa-engine/jonmv/revert-streams"jonmv2022-11-071-0/+53
* Revert "Merge pull request #24725 from vespa-engine/jonmv/application-package...jonmv2022-11-041-53/+0
* Use ApplicationPackgeStream for deploymentsjonmv2022-11-031-0/+53
* Add some String utils in SlimeUtilsHåkon Hallingstad2022-10-271-1/+1
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-2/+2
* slightly more robust initialization.Arne H Juul2022-04-291-1/+2
* Add mallinfo2 implementation.Henning Baldersheim2022-04-262-29/+5
* Separate C library interface in separate package private class.Henning Baldersheim2022-04-252-12/+28
* Handle java.lang.reflect.InaccessibleObjectException as a soft error.Henning Baldersheim2022-04-071-51/+52
* Cleanup; No functional changesJon Bratseth2022-01-077-10/+13
* Explicitly verify that source existsHarald Musum2022-01-031-1/+3
* GC deprecated junit assertThat.Henning Baldersheim2021-12-211-100/+0
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* Use try-closeMartin Polden2021-11-021-7/+7
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
* Diable NativeIO if environment variable DISABLE_NATIVE_IO has been defined.Henning Baldersheim2021-10-191-3/+12
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0713-13/+13
* lz4 compress blobs.Henning Baldersheim2021-08-301-10/+21
* Workaround for max_txn_txn limit exceeded in QuestDbJon Bratseth2021-06-021-3/+3
* properly round up to closest power of 2 above required size.Henning Baldersheim2021-05-071-1/+1
* Add ByteBuffer to the interface to prepare for less copying of data.Henning Baldersheim2021-05-072-1/+48
* Merge pull request #17346 from vespa-engine/jonmv/apache-hc5-clientJon Marius Venstad2021-04-094-3/+5
|\
| * Fix @authorJon Marius Venstad2021-04-094-3/+5
* | Remove unused nio codeJon Marius Venstad2021-04-099-1017/+0
|/
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-171-1/+1
* Accept non-URL-encoded doc ids as last part of doc/v1 URL щ(ಥДಥщ)Jon Marius Venstad2020-10-201-1/+1
* Revert "Remove unused Utf8 methods"Harald Musum2020-10-052-12/+15
* Use StandardCharsetsMartin Polden2020-10-052-15/+12
* Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-241-1/+1
* Drop file continously from cache as we read it.Henning Baldersheim2019-06-241-7/+16
* Fill out UserApiHandlerJon Marius Venstad2019-04-081-1/+1
* Implement new (static) method in Reader.gjoranv2019-01-211-0/+1
* Uncomment Reader.transferTo.gjoranv2019-01-211-4/+2
* No reason to make warning on an optional operation.Henning Baldersheim2018-10-101-1/+1
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Just accept that the file being dropped does not exist. Also sync the file be...Henning Baldersheim2018-09-261-1/+7
* Make legger static and add some interface commentsHenning Baldersheim2018-09-261-1/+12
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-0/+87
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-87/+0
* Fix comments from pull request review.Henning Baldersheim2018-09-261-4/+4
* Do not expose error.Henning Baldersheim2018-09-261-6/+10
* USE jna to provide access to native fadvise system callHenning Baldersheim2018-09-261-0/+83
* Java 10: Override new method Reader.transferTogjoranv2018-06-291-9/+15