| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Thrift api | Simon Rettberg | 2015-07-08 | 3 | -47/+118 |
| | | |||||
| * | Make master server address configurable; dynamic retrying, controlled by ↵ | Simon Rettberg | 2015-07-06 | 2 | -80/+87 |
| | | | | | callback | ||||
| * | Use framed transport for satellite connections. | Stephan Schwaer | 2015-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | [Thrift] Include UserData in response for login request (local accounts) | Simon Rettberg | 2015-07-06 | 1 | -4/+109 |
| | | |||||
| * | API UPSDTE | Simon Rettberg | 2015-07-03 | 6 | -1601/+1392![]() |
| | | |||||
| * | API... | Simon Rettberg | 2015-06-24 | 2 | -119/+113![]() |
| | | |||||
| * | More minor interface changes | Simon Rettberg | 2015-06-23 | 2 | -1071/+5354 |
| | | |||||
| * | Update api | Simon Rettberg | 2015-06-22 | 3 | -36/+155 |
| | | |||||
| * | Add more Thrift calls | Simon Rettberg | 2015-06-19 | 3 | -3/+1228 |
| | | |||||
| * | Updated Thrift API | Simon Rettberg | 2015-06-19 | 6 | -529/+3673 |
| | | |||||
| * | Add missing TInternalServerError exception | Simon Rettberg | 2015-06-17 | 1 | -0/+280 |
| | | |||||
| * | More thrift interface changes | Simon Rettberg | 2015-06-16 | 2 | -192/+292 |
| | | |||||
| * | Move TBinaryProtocolSafe from sat-server/master-server to shared lib | Simon Rettberg | 2015-06-11 | 1 | -0/+123 |
| | | |||||
| * | API changes | Simon Rettberg | 2015-06-10 | 1 | -184/+284 |
| | | |||||
| * | Unified thrift definitions for master and satellite | Simon Rettberg | 2015-06-09 | 34 | -15/+66543 |
| | | |||||
| * | Changes for Dozmod v1.1 | Simon Rettberg | 2015-06-05 | 33 | -83765/+284![]() |
| | | |||||
| * | Cleanup thrift shandling stuff | Simon Rettberg | 2015-03-05 | 2 | -119/+173 |
| | | |||||
| * | 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![]() |
| | | |||||

