summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/db
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to changes in filetransfer class.Björn Hagemeister2014-09-291-1/+1
|
* Removed some out-commented code and merged getUploadInfos(ImageData, ↵Björn Hagemeister2014-09-231-1/+2
| | | | filename) and getUploadInfos(ImageData) into one method.
* Added comments for better documentation.Michael Petretti2014-08-271-0/+19
|
* changed static to nonstatic un db classMichael Petretti2014-08-251-4/+4
|
* Fix new thriftconnection thingsNils Schwabe2014-08-251-1/+1
|
* Add accidentally removed apostrophes back to DbImageNils Schwabe2014-08-251-4/+4
|
* Add methods to update image in databaseNils Schwabe2014-08-201-11/+27
|
* More debugging plus FtpDownloadWorker added.Michael Petretti2014-06-191-0/+11
|
* Narrowed the problem down to ThriftConnection class line 127 throwing a ↵Michael Petretti2014-06-111-1/+3
| | | | TTransportException.
* Added log messages.Michael Petretti2014-06-041-2/+2
|
* More ToDos solved.Michael Petretti2014-06-031-3/+3
|
* Added some notesSimon Rettberg2014-05-221-3/+7
|
* Implement getAllMarkedForUpload in DbImage classSimon Rettberg2014-05-081-3/+19
|
* small changeMichael Petretti2014-05-071-1/+1
|
* Add DB classes + dummy DbImage classSimon Rettberg2014-05-072-0/+144