summaryrefslogtreecommitdiffstats
path: root/daemon/UploadTask.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-31Revert "Active transfer mode, not passive, for firewall configuration."1.0Jason A. Donenfeld1-1/+0
2010-05-31Active transfer mode, not passive, for firewall configuration.Jason A. Donenfeld1-0/+1
2010-05-30New FTP settings.Jason A. Donenfeld1-2/+2
2010-05-25Use a long long not an int.Jason A. Donenfeld1-1/+1
2010-05-24Delete ftp gracefully and install in debug mode for now.Jason A. Donenfeld1-3/+10
2010-05-24Another QFtp termination race condition.Jason A. Donenfeld1-15/+16
2010-05-24Check if file is already uploaded on FTP.Jason A. Donenfeld1-4/+22
2010-05-23Fix race condition segfault.Jason A. Donenfeld1-1/+5
2010-05-23Mulitply by 100 to get percent. (Duh...)Jason A. Donenfeld1-1/+1
2010-05-23Race condition and ftp file name issue and dont rely on git for remoteJason A. Donenfeld1-3/+5
2010-05-23Add target name to status of upload.Jason A. Donenfeld1-1/+2
2010-05-23Wrote uploader.Jason A. Donenfeld1-5/+51
2010-05-22Multiple encoding targets.Jason A. Donenfeld1-4/+4
2010-05-22Restructured directory layout.Jason A. Donenfeld1-0/+0
2010-05-22Listener progress...Jason A. Donenfeld1-0/+4
2010-05-22Pass pointer instead of ref.Jason A. Donenfeld1-3/+4
2010-05-22Added upload task stub.Jason A. Donenfeld1-0/+27