Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

New CLI linux style command list #416

Merged
merged 71 commits into from
Feb 14, 2018
Merged
Show file tree
Hide file tree
Changes from 69 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
c0cf331
Modified the "storj list-buckets" command to include optional bucket …
aligeti Dec 19, 2017
dea86f4
Added internal command "get-bucket-id", similar to list-buckets [buck…
aligeti Dec 20, 2017
6cbd196
list-files <bucket_name> with debug checkin
aligeti Dec 20, 2017
67d2181
Checking to support "storj list-files [bucket_name]"
aligeti Dec 20, 2017
1765a2a
Indentation changes and Code clean up
aligeti Dec 20, 2017
22dd1b1
Added the ./stroj upload-file <bucket-name> <path-to-file-name>
aligeti Dec 22, 2017
055323a
Indentation Changes & Implemented list-files, upload-file and downloa…
aligeti Dec 26, 2017
802b30f
Initial implementation of upload-file alias cp using ./storj cp <file…
aligeti Dec 27, 2017
d53fa41
SUPPORT -->./storj -d cp <path-to-local-filename> storj://<bucketname…
aligeti Dec 28, 2017
4e1c7f5
Incremental checking
aligeti Dec 28, 2017
76244d2
Modified printdir() to printout all the files with absolutely recursi…
aligeti Dec 28, 2017
0d0c286
Cleaned the code. Removed the commented code out
aligeti Dec 28, 2017
8991b86
Incremental checkin
aligeti Dec 29, 2017
f8ecced
Incremental Checking
aligeti Dec 29, 2017
6c2cdfd
Reading from a file the list of files to be uploaded is coded. Only …
aligeti Dec 30, 2017
e2cde59
fixed the broken list-files command
aligeti Jan 1, 2018
25fa8b4
uploading a list of files partially working
aligeti Jan 1, 2018
f2487a4
Recursive uploading functionality
aligeti Jan 1, 2018
0c8d134
development tested recursive cp (upload) functionality
aligeti Jan 1, 2018
84919af
SUPPORT OF RECURSIVE UPLOADING CLI COMMAND
aligeti Jan 2, 2018
ffe7ab1
Refactored the upload-file code and added the support for download-fi…
aligeti Jan 2, 2018
25baaa0
new dowload-file command supported
aligeti Jan 3, 2018
48589da
support of downloading files using cp with debug info
aligeti Jan 3, 2018
31fba52
support of single file and all files download and list-files command …
aligeti Jan 3, 2018
a4b63d6
Cleaned up the 'get-bucket-id' command
aligeti Jan 9, 2018
cda97c6
Release Notes 01/09/2018
aligeti Jan 9, 2018
da4c0b8
Revert "Added unity"
aligeti Jan 12, 2018
8a22b65
added storjapi callback function calls
aligeti Jan 17, 2018
0f90173
added storjapi callback function calls
aligeti Jan 17, 2018
1b54961
added list-files, remove-buket storj api calls
aligeti Jan 17, 2018
0d08d56
added remove bucket, remove file commands
aligeti Jan 17, 2018
5f43f89
added list-mirrors api command
aligeti Jan 17, 2018
4797f77
cleanup the queue_next_cmd_req() statemachine function
aligeti Jan 17, 2018
e07cac2
upload-file storj api command
aligeti Jan 18, 2018
b13c1c4
code clean up and download-file storj api command added
aligeti Jan 18, 2018
c6aecc9
Indentation changes and Code clean up
aligeti Jan 21, 2018
50e0b33
Merged the changes from MASTER libstorj to my local master branch off…
aligeti Jan 22, 2018
7241f8d
Recursive upload-file with hardcoding of paths
aligeti Jan 23, 2018
df05565
Clean up of upload-files <bucket-name> <directory-path in quotes>
aligeti Jan 23, 2018
977e8cf
Added upload file metrics to upload-files command
aligeti Jan 23, 2018
3709761
Recursive download-files storj api command added
aligeti Jan 24, 2018
f8081cd
To list buckets, the following commands are supported
aligeti Jan 24, 2018
dbb03bc
adding the linux style 'cp' type upload file command
aligeti Jan 25, 2018
c747064
adding the linux style 'cp' type upload file command
aligeti Jan 25, 2018
42d642f
storj ls
aligeti Jan 26, 2018
07ea11a
Supported
aligeti Jan 26, 2018
92770fb
Added recursive and non recursive ie cp -r[R] option of upload files …
aligeti Jan 28, 2018
d84721a
Handles different cp valid and invalid options
aligeti Jan 28, 2018
c225994
added support for recursive and non-recursive 'cp' style download fil…
aligeti Jan 29, 2018
4f54898
** cp style upload-files with and without recursive [-rR] support **
aligeti Jan 30, 2018
fd35bd7
*** cp style supports download and upload of files ***
aligeti Jan 30, 2018
0cb92cc
Added the upload file limit to 256 as a configuration parameter
aligeti Jan 30, 2018
5864e65
added 'mkbkt' command to add bucket
aligeti Jan 30, 2018
1102cf4
*** Removed the development printf debug info ***. Use the previous t…
aligeti Jan 30, 2018
5136196
Unnecessary code commented
aligeti Jan 31, 2018
b58f835
Removed the commented code (code cleaned)
aligeti Jan 31, 2018
b01528e
**NEW CLI COMMANDS DEVELOPED**
aligeti Jan 31, 2018
226a1b3
***READY TO BE STRESS TESTED AND MERGED TO MAIN***
aligeti Jan 31, 2018
94515db
Updated the help section
aligeti Jan 31, 2018
d5de679
Has pulled in changes from the main libstorj and a fixes a dangling p…
aligeti Feb 4, 2018
51b3b63
fixes warnings and clean up of unused code in cli.c
aligeti Feb 5, 2018
173b5da
Change merges from main libstorj
aligeti Feb 6, 2018
833cb41
fixes the single file upload without the -r option causes it to uploa…
aligeti Feb 6, 2018
b8d7df1
Resolved merge conflict
aligeti Feb 7, 2018
ff0bfd2
Has changes to support the original cli commands based of bucket-id a…
aligeti Feb 8, 2018
d511a38
renamed the file from storjapi_callback.c/h to cli_callback.c/h
aligeti Feb 8, 2018
cc9c1de
Has changes per the review comments
aligeti Feb 8, 2018
d5eefde
`Merge remote-tracking branch 'upstream/master'
aligeti Feb 9, 2018
7654a8f
1. moved the cli api files to callback.c; 2. Used the get bucket id s…
aligeti Feb 12, 2018
37e5478
modified the state machine to used get bucket id and get file id stor…
aligeti Feb 12, 2018
42336cb
updated with review comments: removed cli_api ref, fixed the braces, …
aligeti Feb 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib_LTLIBRARIES = libstorj.la
libstorj_la_SOURCES = storj.c utils.c utils.h http.c http.h uploader.c uploader.h downloader.c downloader.h bip39.c bip39.h bip39_english.h crypto.c crypto.h rs.c rs.h
libstorj_la_SOURCES = storj.c utils.c utils.h http.c http.h uploader.c uploader.h downloader.c downloader.h bip39.c bip39.h bip39_english.h crypto.c crypto.h rs.c rs.h cli_callback.c cli_callback.h
libstorj_la_LIBADD = -lcurl -lnettle -ljson-c -luv -lm
# The rules of thumb, when dealing with these values are:
# - Always increase the revision value.
Expand Down
Loading