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.mk_nodedir uses mk_dir to create a directory.
Siddharth Ravikumar
2015-03-04
1
-4
/
+1
*
combox.file.rm_nodedir uses the rm_dir function to remove directories.
Siddharth Ravikumar
2015-03-04
1
-4
/
+1
*
new function combox.file.mk_dir
Siddharth Ravikumar
2015-03-04
2
-0
/
+30
*
new function combox.file.rm_dir
Siddharth Ravikumar
2015-03-04
2
-0
/
+18
*
updated TODO.org
Siddharth Ravikumar
2015-03-04
1
-2
/
+4
*
combox/events.py: fixed the silo bug.
Siddharth Ravikumar
2015-03-04
1
-3
/
+16
*
updated TODO.org
Siddharth Ravikumar
2015-02-26
1
-0
/
+6
*
added TODO.org - moved combox TODO here.
Siddharth Ravikumar
2015-02-26
1
-0
/
+39
*
fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.
Siddharth Ravikumar
2015-02-26
2
-2
/
+64
*
updated tests.utils.shardedp - nows additionally checks if shard exists.
Siddharth Ravikumar
2015-02-26
1
-1
/
+1
*
modded combox.file.hash_file function -- added new arg `file_content'
Siddharth Ravikumar
2015-02-26
2
-4
/
+9
*
updated combox.silo.ComboxSilo.stale method - added new arg fhash
Siddharth Ravikumar
2015-02-26
2
-4
/
+7
*
updated tests.crypto_test.TestCrypto.test_convenience_crypto
Siddharth Ravikumar
2015-02-26
1
-1
/
+5
*
modded combox.crypto.decrypt_and_glue - added new arg called `write'
Siddharth Ravikumar
2015-02-26
1
-4
/
+7
*
updated combox.events.ComboxDirMonitor.on_create method
Siddharth Ravikumar
2015-02-25
1
-3
/
+6
*
tests/file_test.py: corrected typo in the docstring of test_cbpath method.
Siddharth Ravikumar
2015-02-25
1
-1
/
+1
*
new function combox.file.node_path.
Siddharth Ravikumar
2015-02-25
2
-0
/
+41
*
New combox.events.NodeDirMonitor class defined.
Siddharth Ravikumar
2015-02-20
2
-8
/
+134
*
modded tests/events_test.TestEvents.teardown method
Siddharth Ravikumar
2015-02-20
1
-1
/
+3
*
Refactored combox.crypto.split_and_encrypt function.
Siddharth Ravikumar
2015-02-20
1
-5
/
+12
*
Refactored combox.file.cb_path to accept a file or a directory under a node d...
Siddharth Ravikumar
2015-02-20
2
-6
/
+23
*
combox/events.py: now the silo.db is purged after every test method in Events...
Siddharth Ravikumar
2015-02-19
1
-7
/
+2
*
tests/events_test.py: defined teardown method in TestEvents class.
Siddharth Ravikumar
2015-02-19
1
-1
/
+7
*
tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs'
Siddharth Ravikumar
2015-02-19
1
-2
/
+10
*
combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.
Siddharth Ravikumar
2015-02-19
1
-1
/
+1
*
Defined new function in combox.file.cb_path
Siddharth Ravikumar
2015-02-19
2
-0
/
+20
*
tests/file_test.py: in test_relativepath method path.join is used to construc...
Siddharth Ravikumar
2015-02-19
1
-3
/
+2
*
modded combox.file.relative_path function.
Siddharth Ravikumar
2015-02-19
2
-7
/
+34
*
updated .gitignore
Siddharth Ravikumar
2015-02-18
1
-5
/
+1
*
All the test classes now call rm_configdir() in their teardown method.
Siddharth Ravikumar
2015-02-18
5
-5
/
+11
*
tests/utils.py: added rm_configdir function
Siddharth Ravikumar
2015-02-18
1
-0
/
+10
*
All the tests now remove the node directories (tests/shard-dir-0 & tests/shar...
Siddharth Ravikumar
2015-02-13
7
-5
/
+12
*
tests/utils.py: added new function rm_nodedirs.
Siddharth Ravikumar
2015-02-13
1
-1
/
+12
*
tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings.
Siddharth Ravikumar
2015-02-13
2
-2
/
+2
*
tests/config_test.py: config.yaml file is purged after all the tests.
Siddharth Ravikumar
2015-02-13
1
-5
/
+3
*
removed tests/test-config/config.yaml - no longer needed.
Siddharth Ravikumar
2015-02-13
1
-13
/
+0
*
tests/silo_test.py: re-wrote it.
Siddharth Ravikumar
2015-02-13
1
-45
/
+58
*
tests/events_test.py: now teardown purges the shards of TEST_FILE
Siddharth Ravikumar
2015-02-13
1
-0
/
+2
*
tests/events_test.py: corrected typo in docstring.
Siddharth Ravikumar
2015-02-13
1
-1
/
+1
*
tests/events_test.py: re-wrote it
Siddharth Ravikumar
2015-02-12
1
-237
/
+187
*
tests/utils.py: copied the utility functions in tests/events_test.py to this ...
Siddharth Ravikumar
2015-02-12
1
-2
/
+81
*
tests/crypto_test.py: re-wrote it.
Siddharth Ravikumar
2015-02-12
1
-56
/
+68
*
tests/file_test.py: re-wrote it.
Siddharth Ravikumar
2015-02-11
1
-48
/
+54
*
tests/utils.py: removed extraneous import thingies.
Siddharth Ravikumar
2015-02-09
1
-1
/
+1
*
tests/config_test.py: re-wrote it.
Siddharth Ravikumar
2015-02-09
1
-24
/
+27
*
tests/utils.py: contains utility functions, etc that will be used in test mod...
Siddharth Ravikumar
2015-02-09
1
-0
/
+57
*
combox/config.py: added a new arg `write' (boolean) to cb_config function.
Siddharth Ravikumar
2015-02-09
1
-5
/
+8
*
[bugfix]: combox/config.py - when empty string is given for 'silo_dir'; it se...
Siddharth Ravikumar
2015-02-08
1
-2
/
+4
*
setup.py: added 'console_scripts' under 'entry_points'
Siddharth Ravikumar
2015-02-05
1
-0
/
+3
*
combox/events.py: Under ComboxDIrMonitor, set logging's level to INFO.
Siddharth Ravikumar
2015-02-05
1
-0
/
+4
[prev]
[next]