3 months ago |
Sjoerd Mullender |
Spell check.
|
3 months ago |
Martin van Dinther |
Update Copyright year.
|
10 months ago |
Joeri van Ruth |
Implement ClientInfo API
|
10 months ago |
Joeri van Ruth |
Try to use reasonable defaults for ClientInfo
|
10 months ago |
Joeri van Ruth |
Send ClientInfo on startup
|
14 months ago |
Martin van Dinther |
Resolve some javadoc errors and warnings
|
15 months ago |
Joeri van Ruth |
Merge 'default' into 'monetdbs'
monetdbs
|
15 months ago |
Joeri van Ruth |
Ensure sock is closed on errors
monetdbs
|
15 months ago |
Joeri van Ruth |
comments
monetdbs
|
15 months ago |
Joeri van Ruth |
formatting
monetdbs
|
15 months ago |
Joeri van Ruth |
convert space indents to tabs
monetdbs
|
15 months ago |
Joeri van Ruth |
Merge 'default' into 'monetdbs'
monetdbs
|
15 months ago |
Joeri van Ruth |
comment
monetdbs
|
16 months ago |
Joeri van Ruth |
Improve error messages
monetdbs
|
16 months ago |
Joeri van Ruth |
fix comments
monetdbs
|
16 months ago |
Joeri van Ruth |
Debug and clarify pasword hashing code
monetdbs
|
16 months ago |
Joeri van Ruth |
Heed followRedirect
monetdbs
|
16 months ago |
Joeri van Ruth |
Suppress warning about unchecked conversion
monetdbs
|
16 months ago |
Joeri van Ruth |
Comments and formatting
monetdbs
|
15 months ago |
Sjoerd Mullender |
Update copyright for the new year, move to MonetDB Foundation, add SPDX.
|
16 months ago |
Joeri van Ruth |
InputStream.read must return the byte UNSIGNED!
|
16 months ago |
Joeri van Ruth |
Add MapiSocket.connect(url, properties) method
monetdbs
|
16 months ago |
Joeri van Ruth |
Send NUL bytes on non-TLS connect
monetdbs
|
16 months ago |
Joeri van Ruth |
TLS seems to work
monetdbs
|
16 months ago |
Joeri van Ruth |
TLS support in its most basic form
monetdbs
|
16 months ago |
Joeri van Ruth |
Prepare for implementing TLS
monetdbs
|
16 months ago |
Joeri van Ruth |
Use the new url parser
monetdbs
|
21 months ago |
Martin van Dinther |
Removed deprecated nl.cwi.monetdb.*.* classes and package.
|
23 months ago |
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
|