summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Only handle proxy authentication requests in our authenticatorSimon Rettberg2014-11-181-0/+2
|
* Reload proxy config file when ProxyConfiguration.configProxy() is calledSimon Rettberg2014-11-182-8/+15
|
* Reset proxy settings furst when configuring proxySimon Rettberg2014-11-182-18/+38
|
* Pimped thrift compilation script to warn if not using 0.9.1Simon Rettberg2014-11-131-6/+17
|
* Update proxy-vole dependency in pom.xml, run thrift compilerSimon Rettberg2014-11-1319-370/+2170
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedSimon Rettberg2014-11-1325-1186/+683Star
|\
| * Example file for proxy config file. Proxy config file MUST be stored as ↵Björn Hagemeister2014-11-121-0/+14
| | | | | | | | "/opt/openslx/proxy/config".
| * Moved whole proxy settings configuration to master-sync-shared.Björn Hagemeister2014-11-123-60/+128
| | | | | | | | Plus adapted class to this changes.
| * Added class for reading proxy setting from proxy configuration file.Björn Hagemeister2014-11-1220-1186/+496Star
| | | | | | | | Added class utils for some necessary tools, used in ProxyConfiguration.
| * Parametrized Enumerator.Björn Hagemeister2014-11-111-2/+2
| |
| * Added null pointer check.Björn Hagemeister2014-11-111-11/+15
| |
| * Handles check for connection to own IP - address more generall.Björn Hagemeister2014-11-111-8/+38
| |
| * Added ProxySelector Class for connecting to masterserver via proxy if necessary.Björn Hagemeister2014-11-112-0/+71
| | | | | | | | Added ProxyAuthenticator for possible used authentication of proxy connection.
* | Add DataReceived callback to DownloaderSimon Rettberg2014-11-133-24/+50
|/
* Add suffixlist to OrganizationDataSimon Rettberg2014-10-154-90/+1188
|
* Move over AsymKeyHolder from satellite-daemonSimon Rettberg2014-10-141-0/+123
|
* version ranges cause they are coolJonathan Bauer2014-10-101-3/+3
|
* Added ECP URL to OrganizationData, added registerOrganization()Simon Rettberg2014-10-1020-313/+2305
|
* Adapted type of contentOperatingSystem to type in db.Björn Hagemeister2014-10-0919-1081/+341Star
|
* CrcFile: Add delete() methodSimon Rettberg2014-10-021-10/+22
|
* Rename and clean up some structs and member namesSimon Rettberg2014-10-027-1329/+5454
|
* better exception handling.Björn Hagemeister2014-10-011-7/+25
|
* Change data type of auth challenge from string to byte array, add message ↵Simon Rettberg2014-09-294-24/+128
| | | | verifier that will use private/public keypair directly
* adapted to changes in CrcFile.Björn Hagemeister2014-09-253-11/+11
|
* Renamed *Infos -> *DataSimon Rettberg2014-09-257-307/+953
|
* Change Date to UnixTimestamp, add Exception codes to UploadErrorSimon Rettberg2014-09-2320-831/+755Star
|
* Removed missingBlocks and allBlocksValid from uploadInfos.Björn Hagemeister2014-09-233-268/+20Star
|
* First adaptions to new filetransfer class.Björn Hagemeister2014-09-2220-1416/+312Star
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-196-327/+470
| | | | | No more juggling with sendRange() and sendData(), which was easy to use wrong, and cause lots of weird errors.
* Add debugging to file transferSimon Rettberg2014-09-174-62/+57Star
|
* Add deploy sectionSimon Rettberg2014-09-121-0/+13
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-114-590/+65Star
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Revert "Change int to long again"Nils Schwabe2014-09-112-13/+13
| | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333.
* Change int to long againNils Schwabe2014-08-282-13/+13
|
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-284-65/+590
|
* Undo testNils Schwabe2014-08-281-6/+6
|
* TestMichael Petretti2014-08-281-6/+6
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedMichael Petretti2014-08-282-8/+3Star
|\
| * Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-08-281-0/+3
| |\
| * | Add cosmetic (Strg-Shift-F) changesNils Schwabe2014-08-282-8/+3Star
| | |
* | | small changeMichael Petretti2014-08-281-0/+1
| |/ |/|
* | Added some debug messages and warnings bevore this.close() calls.Michael Petretti2014-08-271-0/+3
|/
* Rename classes and methods to fit camelCaseNils Schwabe2014-07-294-16/+22
|
* Change type of range to long so that files larger than 2 GiB are supportedNils Schwabe2014-07-254-15/+12Star
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-255-595/+405Star
| | | | structure, introduce common base class for Uploader and Downloader
* [CRCFile] Add checks to prevent null pointer exceptionNils Schwabe2014-07-254-31/+43
| | | | [ClassTest] Made pretty
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-07-232-6/+6
|\
| * Used log.info() instead of System.out.println().Björn Hagemeister2014-07-212-6/+6
| |
* | Add class testNils Schwabe2014-07-231-0/+40
| |
* | [CRCFile] Fix that crc file is always recalculating if it is validNils Schwabe2014-07-231-6/+10
| |