| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved ThriftManager and ThriftHandler to master-sync-shared | Jonathan Bauer | 2015-03-04 | 2 | -0/+248 |
| | | |||||
| * | Add Dozmod Version file | Simon Rettberg | 2015-02-19 | 1 | -0/+13 |
| | | |||||
| * | Move dozmod/sat thrift RPC to this lib | Simon Rettberg | 2015-02-19 | 5 | -0/+60024 |
| | | |||||
| * | Refine proxy setup | Simon Rettberg | 2015-02-19 | 2 | -25/+55 |
| | | |||||
| * | Switch to TLSv1.2, move proxy config example file | Simon Rettberg | 2014-11-21 | 2 | -17/+3![]() |
| | | |||||
| * | Only handle proxy authentication requests in our authenticator | Simon Rettberg | 2014-11-18 | 1 | -0/+2 |
| | | |||||
| * | Reload proxy config file when ProxyConfiguration.configProxy() is called | Simon Rettberg | 2014-11-18 | 2 | -8/+15 |
| | | |||||
| * | Reset proxy settings furst when configuring proxy | Simon Rettberg | 2014-11-18 | 2 | -18/+38 |
| | | |||||
| * | Update proxy-vole dependency in pom.xml, run thrift compiler | Simon Rettberg | 2014-11-13 | 18 | -349/+2140 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Simon Rettberg | 2014-11-13 | 24 | -1186/+677![]() |
| |\ | |||||
| | * | Example file for proxy config file. Proxy config file MUST be stored as ↵ | Björn Hagemeister | 2014-11-12 | 1 | -0/+14 |
| | | | | | | | | | "/opt/openslx/proxy/config". | ||||
| | * | Moved whole proxy settings configuration to master-sync-shared. | Björn Hagemeister | 2014-11-12 | 2 | -60/+122 |
| | | | | | | | | | Plus adapted class to this changes. | ||||
| | * | Added class for reading proxy setting from proxy configuration file. | Björn Hagemeister | 2014-11-12 | 20 | -1186/+496![]() |
| | | | | | | | | | Added class utils for some necessary tools, used in ProxyConfiguration. | ||||
| | * | Parametrized Enumerator. | Björn Hagemeister | 2014-11-11 | 1 | -2/+2 |
| | | | |||||
| | * | Added null pointer check. | Björn Hagemeister | 2014-11-11 | 1 | -11/+15 |
| | | | |||||
| | * | Handles check for connection to own IP - address more generall. | Björn Hagemeister | 2014-11-11 | 1 | -8/+38 |
| | | | |||||
| | * | Added ProxySelector Class for connecting to masterserver via proxy if necessary. | Björn Hagemeister | 2014-11-11 | 2 | -0/+71 |
| | | | | | | | | | Added ProxyAuthenticator for possible used authentication of proxy connection. | ||||
| * | | Add DataReceived callback to Downloader | Simon Rettberg | 2014-11-13 | 2 | -24/+45 |
| |/ | |||||
| * | Add suffixlist to OrganizationData | Simon Rettberg | 2014-10-15 | 3 | -90/+1185 |
| | | |||||
| * | Move over AsymKeyHolder from satellite-daemon | Simon Rettberg | 2014-10-14 | 1 | -0/+123 |
| | | |||||
| * | Added ECP URL to OrganizationData, added registerOrganization() | Simon Rettberg | 2014-10-10 | 18 | -313/+2301 |
| | | |||||
| * | Adapted type of contentOperatingSystem to type in db. | Björn Hagemeister | 2014-10-09 | 18 | -1080/+340![]() |
| | | |||||
| * | CrcFile: Add delete() method | Simon Rettberg | 2014-10-02 | 1 | -10/+22 |
| | | |||||
| * | Rename and clean up some structs and member names | Simon Rettberg | 2014-10-02 | 6 | -1301/+5416 |
| | | |||||
| * | better exception handling. | Björn Hagemeister | 2014-10-01 | 1 | -7/+25 |
| | | |||||
| * | Change data type of auth challenge from string to byte array, add message ↵ | Simon Rettberg | 2014-09-29 | 3 | -23/+126 |
| | | | | | verifier that will use private/public keypair directly | ||||
| * | adapted to changes in CrcFile. | Björn Hagemeister | 2014-09-25 | 3 | -11/+11 |
| | | |||||
| * | Renamed *Infos -> *Data | Simon Rettberg | 2014-09-25 | 6 | -301/+940 |
| | | |||||
| * | Change Date to UnixTimestamp, add Exception codes to UploadError | Simon Rettberg | 2014-09-23 | 19 | -819/+747![]() |
| | | |||||
| * | Removed missingBlocks and allBlocksValid from uploadInfos. | Björn Hagemeister | 2014-09-23 | 2 | -266/+20![]() |
| | | |||||
| * | First adaptions to new filetransfer class. | Björn Hagemeister | 2014-09-22 | 19 | -1415/+311![]() |
| | | |||||
| * | Rework file transfer, try to use callbacks for everything | Simon Rettberg | 2014-09-19 | 6 | -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 transfer | Simon Rettberg | 2014-09-17 | 4 | -62/+57![]() |
| | | |||||
| * | Revert "Undo refactoring.. Classes are working again. Could not find the ↵ | Nils Schwabe | 2014-09-11 | 4 | -590/+65![]() |
| | | | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9. | ||||
| * | Revert "Change int to long again" | Nils Schwabe | 2014-09-11 | 2 | -13/+13 |
| | | | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333. | ||||
| * | Change int to long again | Nils Schwabe | 2014-08-28 | 2 | -13/+13 |
| | | |||||
| * | Undo refactoring.. Classes are working again. Could not find the mistake :/ | Nils Schwabe | 2014-08-28 | 4 | -65/+590 |
| | | |||||
| * | Undo test | Nils Schwabe | 2014-08-28 | 1 | -6/+6 |
| | | |||||
| * | Test | Michael Petretti | 2014-08-28 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Michael Petretti | 2014-08-28 | 2 | -8/+3![]() |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-08-28 | 1 | -0/+3 |
| | |\ | |||||
| | * | | Add cosmetic (Strg-Shift-F) changes | Nils Schwabe | 2014-08-28 | 2 | -8/+3![]() |
| | | | | |||||
| * | | | small change | Michael Petretti | 2014-08-28 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Added some debug messages and warnings bevore this.close() calls. | Michael Petretti | 2014-08-27 | 1 | -0/+3 |
| |/ | |||||
| * | Rename classes and methods to fit camelCase | Nils Schwabe | 2014-07-29 | 4 | -16/+22 |
| | | |||||
| * | Change type of range to long so that files larger than 2 GiB are supported | Nils Schwabe | 2014-07-25 | 4 | -15/+12![]() |
| | | |||||
| * | [Filetransfer] Add more sanity checks and error handling, remodel class ↵ | Simon Rettberg | 2014-07-25 | 5 | -595/+405![]() |
| | | | | | structure, introduce common base class for Uploader and Downloader | ||||
| * | [CRCFile] Add checks to prevent null pointer exception | Nils Schwabe | 2014-07-25 | 4 | -31/+43 |
| | | | | | [ClassTest] Made pretty | ||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-07-23 | 2 | -6/+6 |
| |\ | |||||
| | * | Used log.info() instead of System.out.println(). | Björn Hagemeister | 2014-07-21 | 2 | -6/+6 |
| | | | |||||

