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
...
*
new variable at NodeDirMonitor -- `num_nodes'
Siddharth Ravikumar
2015-04-01
2
-0
/
+11
*
renamed dict names in combox.silo.ComboxSilo from shard_* -> file_*
Siddharth Ravikumar
2015-04-01
2
-55
/
+55
*
updated TODO.org
Siddharth Ravikumar
2015-04-01
1
-1
/
+4
*
Now combox.silo.ComboxSilo reloads db from disk before reading/writing.
Siddharth Ravikumar
2015-04-01
2
-30
/
+13
*
updated TODO.org
Siddharth Ravikumar
2015-04-01
1
-0
/
+1
*
updated TODO.org
Siddharth Ravikumar
2015-04-01
1
-2
/
+4
*
refactored the way locks work in combox.siloComboxSilo.
Siddharth Ravikumar
2015-04-01
5
-51
/
+64
*
updated TODO.org -- changed the TODO for this week.
Siddharth Ravikumar
2015-03-31
1
-1
/
+1
*
new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.
Siddharth Ravikumar
2015-03-31
2
-0
/
+149
*
ComboxSilo is now going to have dictionaries that track information about the...
Siddharth Ravikumar
2015-03-31
2
-2
/
+18
*
updated TODO.org
Siddharth Ravikumar
2015-03-31
1
-0
/
+2
*
updated TODO.org
Siddharth Ravikumar
2015-03-26
1
-2
/
+8
*
combox.events.NodDirMonitor: corrected typo in docstring.
Siddharth Ravikumar
2015-03-26
1
-1
/
+1
*
fleshed out combox.events.NodDirMonitor.housekeep method.
Siddharth Ravikumar
2015-03-26
2
-3
/
+120
*
updated TODO.org
Siddharth Ravikumar
2015-03-26
1
-1
/
+1
*
new function combox.file.node_paths: returns the abs. path of shards/director...
Siddharth Ravikumar
2015-03-19
2
-0
/
+57
*
combox/file.py: edited docstring of the node_path method.
Siddharth Ravikumar
2015-03-19
1
-2
/
+3
*
In tests, the code that purges the files/directories in `purge_list' is now a...
Siddharth Ravikumar
2015-03-19
3
-15
/
+18
*
updated TODO.org
Siddharth Ravikumar
2015-03-19
1
-0
/
+2
*
combox/silo.py: All access to DB are now inside a critcal section.
Siddharth Ravikumar
2015-03-19
1
-11
/
+17
*
updated TODO.org: wrote on_moved method (NodeDirMonitor)
Siddharth Ravikumar
2015-03-18
1
-2
/
+4
*
fleshed out the on_move method in combox.events.NodeDirMonitor
Siddharth Ravikumar
2015-03-18
2
-2
/
+76
*
tests/events_test.py: paths in `purge_list' is purged after executing each te...
Siddharth Ravikumar
2015-03-18
1
-7
/
+8
*
combox/silo.py: modded remove method in ComboxSilo
Siddharth Ravikumar
2015-03-18
1
-1
/
+5
*
updated TODO.org
Siddharth Ravikumar
2015-03-18
1
-2
/
+2
*
updated on_created, on_modified, on_deleted methods in NodeDirMonitor.
Siddharth Ravikumar
2015-03-13
1
-0
/
+15
*
Added `shardp' method to combox.events.NodeDirMonitor + test for it.
Siddharth Ravikumar
2015-03-13
2
-0
/
+21
*
updated on_delete method in combox.events.NodeDirMonitor
Siddharth Ravikumar
2015-03-06
1
-1
/
+1
*
updated TODO.org
Siddharth Ravikumar
2015-03-06
1
-1
/
+1
*
updated the on_delete method in the combox.events.ComboxDirMonitor class.
Siddharth Ravikumar
2015-03-06
1
-2
/
+5
*
modded combox.file.node_path function.
Siddharth Ravikumar
2015-03-06
3
-5
/
+9
*
updated TODO.org - flesh out on_delete method (NodeDirMonitor)
Siddharth Ravikumar
2015-03-04
1
-2
/
+4
*
all the sleep calls are 1 sec long in tests.events_test
Siddharth Ravikumar
2015-03-04
1
-5
/
+5
*
fleshed out the on_delete method in combox.events.NodeDirMonitor
Siddharth Ravikumar
2015-03-04
2
-4
/
+28
*
fixed combox.file.cb_path
Siddharth Ravikumar
2015-03-04
1
-1
/
+1
*
renamed combox.file.rm_dir -> combox.file.rm_path
Siddharth Ravikumar
2015-03-04
2
-7
/
+21
*
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
[prev]
[next]