index
:
combox
dev
master
split and encrypted files between online file storage providers
siddharth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
combox/file.py: new functions defined.
Siddharth Ravikumar
2015-01-14
1
-6
/
+53
*
combox/config.py: all directories that are written to YAML now have absolute ...
Siddharth Ravikumar
2015-01-14
1
-5
/
+5
*
updated tests/test-config/config.yaml
Siddharth Ravikumar
2015-01-14
1
-3
/
+3
*
updated README.md
Siddharth Ravikumar
2015-01-14
1
-0
/
+3
*
renamed: README -> README.md
Siddharth Ravikumar
2015-01-14
1
-0
/
+0
*
updated README: added back the 'mode' thingy.
Siddharth Ravikumar
2015-01-14
1
-0
/
+2
*
updated README
Siddharth Ravikumar
2015-01-14
1
-2
/
+0
*
combox/crypto.py: removed a `.' that somehow crept into the file at the botto...
Siddharth Ravikumar
2015-01-13
1
-1
/
+0
*
tests/crypto_test.py: added new test function to test split_and_encrypt and d...
Siddharth Ravikumar
2015-01-13
1
-0
/
+21
*
updated .gitignore
Siddharth Ravikumar
2015-01-13
1
-1
/
+2
*
tests/crypto_test.py: uses new test file.
Siddharth Ravikumar
2015-01-13
3
-2
/
+1
*
tests/crypto_test.py: uses get_nodedirs function to fetch list of node direc...
Siddharth Ravikumar
2015-01-13
1
-3
/
+5
*
tests/file_test.py: uses get_nodedirs function to fetch list of node director...
Siddharth Ravikumar
2015-01-13
1
-1
/
+2
*
tests/config_test.py: modified test config info.
Siddharth Ravikumar
2015-01-13
1
-8
/
+8
*
combox/file.py: added mk_nodedir function.
Siddharth Ravikumar
2015-01-13
1
-0
/
+13
*
combox/crypto.py: wrote split_and_encrypt & decrypt_and_glue functions
Siddharth Ravikumar
2015-01-13
1
-0
/
+61
*
combox/config.py: added get_nodedirs function.
Siddharth Ravikumar
2015-01-13
1
-0
/
+16
*
combox/config.py: the config functions does its job irrespective of whether c...
Siddharth Ravikumar
2015-01-13
1
-21
/
+19
*
updated tests/test-config/config.yaml
Siddharth Ravikumar
2015-01-13
1
-4
/
+4
*
updated tests/crypto_test.py: password read from config file.
Siddharth Ravikumar
2015-01-13
1
-9
/
+6
*
updated README
Siddharth Ravikumar
2015-01-13
1
-10
/
+17
*
rewrote the read_shards() and write_shards() function in combox/file.py.
Siddharth Ravikumar
2015-01-13
3
-34
/
+60
*
updated.gitignore
Siddharth Ravikumar
2015-01-13
1
-0
/
+1
*
added new directories and test combox config under tests/
Siddharth Ravikumar
2015-01-13
3
-0
/
+11
*
updated .gitignore
Siddharth Ravikumar
2015-01-12
1
-0
/
+3
*
updated setup.py: add platform and license info.
Siddharth Ravikumar
2015-01-12
1
-0
/
+2
*
Added `nose' for combox/config.py, combox/crypto.py, combox/file.py
Siddharth Ravikumar
2015-01-12
3
-0
/
+209
*
deleted old test files in tests/
Siddharth Ravikumar
2015-01-12
4
-151
/
+0
*
modified: combox/config.py - input is read through a function instead of usin...
Siddharth Ravikumar
2015-01-12
1
-9
/
+22
*
Added back ol' test files.
Siddharth Ravikumar
2015-01-12
4
-0
/
+121
*
deleted: combox/combox.py
Siddharth Ravikumar
2015-01-12
1
-243
/
+0
*
added back combox/config.py and combox/crypto.py
Siddharth Ravikumar
2015-01-12
2
-0
/
+166
*
added back combox/file.py
Siddharth Ravikumar
2015-01-12
1
-0
/
+127
*
updated setup.py: added `pycrypto' as a required python package.
Siddharth Ravikumar
2015-01-12
1
-1
/
+1
*
updated setup.py
Siddharth Ravikumar
2015-01-12
1
-3
/
+3
*
consolidated everything into combox/combox.py.
Siddharth Ravikumar
2015-01-12
7
-268
/
+127
*
added setup.py
Siddharth Ravikumar
2015-01-12
1
-0
/
+38
*
updated .gitignore
Siddharth Ravikumar
2015-01-12
1
-1
/
+2
*
combox/config.py: added comment
Siddharth Ravikumar
2015-01-12
1
-1
/
+2
*
updated .gitignore
Siddharth Ravikumar
2015-01-12
1
-1
/
+6
*
moved combox/tests -> tests/
Siddharth Ravikumar
2015-01-12
5
-0
/
+0
*
new file: etc/storage.yaml -- contains the file storage format.
Siddharth Ravikumar
2014-11-21
1
-0
/
+13
*
tests/test_config.py: test file for config.py
Siddharth Ravikumar
2014-11-21
1
-0
/
+22
*
modified: config.py -- configuration thingy is now a function + the passhrase...
Siddharth Ravikumar
2014-11-21
1
-24
/
+29
*
combox/config.py: initial version of combox configuration done.
Siddharth Ravikumar
2014-11-13
1
-0
/
+76
*
Updated README: edited program description.
Siddharth Ravikumar
2014-11-06
1
-2
/
+3
*
updated README: added etymology section and fixed typos.
Siddharth Ravikumar
2014-11-06
1
-3
/
+8
*
added README
Siddharth Ravikumar
2014-11-06
1
-0
/
+48
*
Added crypto.py: Contains function that encrypt data and decrypt ciphers usin...
Siddharth Ravikumar
2014-11-05
2
-0
/
+136
*
file.py: wrote two new functions -- write_shards(), read_shards()
Siddharth Ravikumar
2014-11-05
2
-1
/
+51
[prev]
[next]