index
:
bwlp/master-sync-shared.git
de-generic-virtualizer
feature/docker-data-container
master
Gemeinsam genutzte Funktionen und Klassen vom Masterserver und Satelliten-Daemon
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
org
/
openslx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 "/opt...
Björn Hagemeister
2014-11-12
1
-0
/
+14
|
*
Moved whole proxy settings configuration to master-sync-shared.
Björn Hagemeister
2014-11-12
2
-60
/
+122
|
*
Added class for reading proxy setting from proxy configuration file.
Björn Hagemeister
2014-11-12
20
-1186
/
+496
|
*
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
*
|
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 ver...
Simon Rettberg
2014-09-29
3
-23
/
+126
*
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
*
Add debugging to file transfer
Simon Rettberg
2014-09-17
4
-62
/
+57
*
Revert "Undo refactoring.. Classes are working again. Could not find the mist...
Nils Schwabe
2014-09-11
4
-590
/
+65
*
Revert "Change int to long again"
Nils Schwabe
2014-09-11
2
-13
/
+13
*
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 struc...
Simon Rettberg
2014-07-25
5
-595
/
+405
*
[CRCFile] Add checks to prevent null pointer exception
Nils Schwabe
2014-07-25
4
-31
/
+43
*
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
*
|
Add class test
Nils Schwabe
2014-07-23
1
-0
/
+40
*
|
[CRCFile] Fix that crc file is always recalculating if it is valid
Nils Schwabe
2014-07-23
1
-6
/
+10
*
|
[CRCFile] Fix bug where sums are checked
Nils Schwabe
2014-07-23
1
-12
/
+9
|
/
*
[thrift] Add flag to UploadInfos to tell satellite if all blocks are valid
Nils Schwabe
2014-07-21
1
-4
/
+103
*
[thrift] Add new error code for invalid blocks
Nils Schwabe
2014-07-21
16
-26
/
+23
*
[CRCFile] Add method to get the master sum
Nils Schwabe
2014-07-16
1
-3
/
+25
*
Change behaviour of CRCFile and CRCChecker
Nils Schwabe
2014-07-14
2
-25
/
+27
*
Fix typo in ImageData "conentOperatingSystem" => "contentOperatingSystem"
Nils Schwabe
2014-07-14
14
-69
/
+69
*
Fix some todos (new errors, ...)
Nils Schwabe
2014-07-11
18
-151
/
+186
[next]