Skip to content
Success

Changes

Summary

  1. added "--auto" download shortcut. (commit: e5c0aff) (details)
  2. downloadables table now use bigint for timestamp (commit: bc97bdc) (details)
  3. store seconds to in timestamp instead of milliseconds (commit: 0c2aa62) (details)
Commit e5c0affe4ab294e41971870e832cc48370f83963 by BerndiVader
added "--auto" download shortcut.
added method to get or create download dir
(commit: e5c0aff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/Helper.java (diff)
Commit bc97bdce105f8d04bf7ca76dda2ef5e5cda61ec9 by BerndiVader
downloadables table now use bigint for timestamp
(commit: bc97bdc)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/mysql/DatabaseConnection.java (diff)
Commit 0c2aa624040f29417c06c7148a9710a37b3dc84c by BerndiVader
store seconds to in timestamp instead of milliseconds
(commit: 0c2aa62)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/mysql/MakeDownloadable.java (diff)