log src/main/java/org/monetdb/mcl/net/MapiSocket.java @ 768:a80c21fe7bb2

age author description
22 months ago Martin van Dinther Removed deprecated nl.cwi.monetdb.*.* classes and package.
2023-05-04 Martin van Dinther Resolve warning: [lossy-conversions] implicit cast from long to int in compound assignment is possibly lossy
2023-03-23 Martin van Dinther UTF-8 is a standard character set, which is always available in Java Runtime. Use it and avoid looking it up every time.
2023-02-22 Joeri van Ruth Reset connection state before restarting the authentication sequence
2023-01-19 Martin van Dinther Remove finalize() method as it is deprecated and marked for removal in a future JDK. See also: https://openjdk.org/jeps/421
2023-01-05 Martin van Dinther Updated Copyright year.
2022-12-15 Martin van Dinther Resolve javac and javadoc warnings when compiled with JDK19.
2022-12-08 Joeri van Ruth Refactor BufferedMCLReader
2022-11-24 Martin van Dinther Use indexOf(char) instead of indexOf(String) where possible.
2022-11-07 Joeri van Ruth Fix Xlint warnings
2022-11-03 Martin van Dinther Simplify.
2022-10-28 Joeri van Ruth Refactor Handshake options
2022-09-09 Joeri van Ruth Refactor HandshakeOptions
2022-01-20 Martin van Dinther Resolve javadoc error and warnings :
2022-01-19 Joeri van Ruth Implement line ending conversion for downloads
2022-01-18 Joeri van Ruth write to out, not to super when implementing FilterOutputStream
2022-01-05 Martin van Dinther Updated Copyright year.
2021-10-06 Martin van Dinther Updated comments. Improved code. Added final keywords onclient
2021-10-06 Joeri van Ruth Also announce FILETRANS capability to older servers onclient
2021-09-16 Joeri van Ruth Add a cancellation callback to UploadHandler onclient
2021-09-16 Joeri van Ruth Misc. changes suggested by analysis tool onclient
2021-09-16 Joeri van Ruth Use StandardCharsets.UTF_8 where possible onclient
2021-09-16 Joeri van Ruth Doc comment fixes onclient
2021-09-14 Joeri van Ruth Doc comment improvements onclient
2021-09-14 Joeri van Ruth Make sure the download stream isn't closed twice onclient
2021-09-02 Joeri van Ruth Make the MonetUploadHandler and MonetDownloadHandler interfaces part of MonetConnection onclient
2021-09-02 Joeri van Ruth Fix mistake in comment onclient
2021-08-27 Joeri van Ruth Javadoc and some minor changes onclient
2021-08-27 Joeri van Ruth Keep better track of whether the server has cancelled the upload onclient
2021-08-26 Joeri van Ruth Allow MonetUploadHandler to configure the chunk size onclient
2021-08-23 Joeri van Ruth Fix silly mistake onclient
2021-08-23 Joeri van Ruth rename insertFakeFlushes to insertFakePrompts onclient
2021-08-19 Joeri van Ruth Add MapiSocket.DownloadStream onclient
2021-08-19 Joeri van Ruth Add MapiSocket.BlockInputStream.Raw onclient
2021-08-19 Joeri van Ruth If we don't want a fake prompt we probably also don't want a fake newline onclient
2021-08-17 Joeri van Ruth Upload fake data when an upload request is received onclient
2021-08-17 Joeri van Ruth Make the fake prompts at block ends optional onclient
2021-08-13 Joeri van Ruth Use the prompt characters from mapi_prompt.h onclient
2021-08-13 Joeri van Ruth Refactor LineType to be an enum onclient
2021-08-12 Joeri van Ruth Announce FILETRANS capability onclient
2021-02-02 Joeri van Ruth Send reply size and time zone during initial handshake
2021-01-06 Martin van Dinther Update Copyright year.
2020-11-12 Martin van Dinther Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* base src/main/java/nl/cwi/monetdb/mcl/net/MapiSocket.java@e1167460c95a