summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/Listener.java
Commit message (Collapse)AuthorAgeFilesLines
* Silence fileserver connection drop spamSimon Rettberg2024-01-161-1/+2
|
* [filetransfer] Don't print stack trace if handshake times outSimon Rettberg2023-09-211-0/+2
|
* BFTP: Shorten thread nameSimon Rettberg2023-05-261-1/+1
| | | | | | | Linux thread names can only be 11 characters, so in order to not truncate thread names in tools such as htop, shorten the thread name a bit so the running ID that gets appended at the end will always fit.
* BFTP: Minor cleanup, comments, refactorSimon Rettberg2023-05-241-15/+17
|
* [thrift] Ignore certain SSL and connection errorsSimon Rettberg2022-11-081-1/+5
| | | | | | | Bogus data from port scans/probes results in stack trace spam since the data obviously cannot properly be parsed as an SSL handshake. Ignore the most typical of those exceptions, while keeping more specific ones, e.g. about mismatch regarding ciphers/TLS version in place.
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-161-1/+3
|
* More imgsync stuffSimon Rettberg2016-04-201-29/+57
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-201-15/+32
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-52/+106
|
* Add cosmetic (Strg-Shift-F) changesNils Schwabe2014-08-281-5/+1Star
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-251-6/+14
| | | | structure, introduce common base class for Uploader and Downloader
* Fixed bug in readMetaData which returned true, while not reading anything.Björn Hagemeister2014-07-111-1/+1
|
* Removed unnessecary TODOs and comments.Björn Hagemeister2014-07-101-6/+1Star
|
* Fixed handling with constant byte[] - length while reading and writing ↵Björn Hagemeister2014-07-101-8/+1Star
| | | | | | from/to socket. Plus startet implementing correct Exception handling.
* Serveral changes, made hex code for recongnizing what to do as member.Björn Hagemeister2014-07-071-35/+35
| | | | Plus some TODOs for fixing problems which occured during testing.
* Used logger instead of system.out.println for system status.Björn Hagemeister2014-07-071-7/+20
|
* Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-071-53/+52Star
| | | | Adapted code to format scheme.
* Added TODOsSimon Rettberg2014-07-021-3/+7
|
* Add getter for port in ListenerNils Schwabe2014-07-021-0/+5
|
* Change Listener to extend ThreadNils Schwabe2014-07-021-7/+2Star
|
* Change Listener class to implement RunnableNils Schwabe2014-07-021-2/+12
|
* Possible to set port in listener constructor.Björn Hagemeister2014-07-021-7/+4Star
|
* Adding getter and setter for outputFilename in Downloader.Björn Hagemeister2014-07-021-2/+1Star
| | | | Plus, some security checks.
* Added filetransfer classes. Downloader.java, Uploader.java, Listener.java ↵Björn Hagemeister2014-06-301-0/+86
and IncomingEvent.java