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/events.py: fixed a logical mistake in the last commit.
Siddharth Ravikumar
2015-08-27
1
-1
/
+1
*
fixed dropbox specific issue in NodeDirMonitor.housekeep method.
Siddharth Ravikumar
2015-08-27
1
-1
/
+2
*
Fix for Dropbox weirdness.
Siddharth Ravikumar
2015-08-26
1
-15
/
+47
*
combox/events.py: bugfix (Dropbox specific code).
Siddharth Ravikumar
2015-08-26
1
-2
/
+4
*
combox/events.py: fixed a Dropox specific issue :|
Siddharth Ravikumar
2015-08-26
1
-5
/
+22
*
combox/events.py: fixed Dropbox specific issue.
Siddharth Ravikumar
2015-08-26
1
-4
/
+13
*
fixed a Dropbox specific issue in NodeDirMonitor.
Siddharth Ravikumar
2015-08-26
2
-3
/
+23
*
bug fix (b#4).
Siddharth Ravikumar
2015-08-25
2
-2
/
+17
*
added new function file.no_of_shards + tests.
Siddharth Ravikumar
2015-08-25
2
-0
/
+46
*
setup.py: added new dependency `simplejson'.
Siddharth Ravikumar
2015-08-24
2
-1
/
+2
*
combox.config: silo directory is expanded to its abs. path when no silo direc...
Siddharth Ravikumar
2015-08-24
2
-2
/
+2
*
updated combox.cbox.run_cb.
Siddharth Ravikumar
2015-08-24
1
-0
/
+3
*
combox/events.py: fixed typo in comment.
Siddharth Ravikumar
2015-08-24
1
-1
/
+1
*
Intergrated node monitor into the combox.cbox module.
Siddharth Ravikumar
2015-05-08
1
-9
/
+34
*
updated TODO.org
Siddharth Ravikumar
2015-05-01
1
-1
/
+14
*
Updated combox.events.NodeDirMonitor.housekeep's 're-construct file' function...
Siddharth Ravikumar
2015-05-01
2
-24
/
+63
*
added comments in combox.events.NodDirMonitor.housekeep method.
Siddharth Ravikumar
2015-05-01
1
-0
/
+3
*
Updated combox.events.NodeDirMonitor.housekeep's delete functionality.
Siddharth Ravikumar
2015-04-30
2
-12
/
+45
*
combox.silo.ComboxSilo.node_set: added an optional parameter called `num'.
Siddharth Ravikumar
2015-04-29
2
-1
/
+20
*
TODO.org: rewrote combox.events.NodeDirMonitor.on_moved method
Siddharth Ravikumar
2015-04-22
1
-2
/
+4
*
rewrote combox.events.NodeDirMonitor.on_moved method.
Siddharth Ravikumar
2015-04-22
2
-15
/
+42
*
TODO.org: added deadline for rewriting "combox.events.NodeDirMonitor.on_moved...
Siddharth Ravikumar
2015-04-22
1
-0
/
+1
*
TODO.org: rewrote combox.events.NodeDirMonitor.on_deleted method
Siddharth Ravikumar
2015-04-15
1
-2
/
+4
*
rewrote combox.events.NodeDirMonitor.on_deleted method.
Siddharth Ravikumar
2015-04-15
2
-6
/
+75
*
combox/silo.py: added comment in ComboxSilo.node_set()
Siddharth Ravikumar
2015-04-15
1
-1
/
+4
*
TODO.org: added deadline for TODO rewrite combox.events.NodeDirMonitor.on_del...
Siddharth Ravikumar
2015-04-15
1
-0
/
+1
*
TODO.org: bug #1 is done.
Siddharth Ravikumar
2015-04-09
1
-1
/
+4
*
fixed bug #1 (platform-specific)
Siddharth Ravikumar
2015-04-09
2
-5
/
+8
*
updated TODO.org: added tags to bugs section.
Siddharth Ravikumar
2015-04-09
1
-3
/
+3
*
TODO.org: added 'bugs' section.
Siddharth Ravikumar
2015-04-09
1
-76
/
+86
*
README.md: added new section `canonical repo'.
Siddharth Ravikumar
2015-04-09
1
-0
/
+4
*
updated README.md
Siddharth Ravikumar
2015-04-09
1
-1
/
+1
*
updated README.md -- criticism is good.
Siddharth Ravikumar
2015-04-08
1
-0
/
+2
*
TODO.org: rewrote combox.events.NodeDirMonitor.on_modified method
Siddharth Ravikumar
2015-04-08
1
-2
/
+6
*
rewrote combox.events.NodeDirMonitor.on_modified method.
Siddharth Ravikumar
2015-04-08
2
-3
/
+66
*
After a file which was created a in a remote computer is reconstructed in thi...
Siddharth Ravikumar
2015-04-08
2
-1
/
+8
*
new method combox.silo.ComboxSilo.node_rem
Siddharth Ravikumar
2015-04-08
2
-0
/
+33
*
added test file to purge list in tests.events_test.TestEvents.test_NDM_oncreated
Siddharth Ravikumar
2015-04-08
1
-0
/
+3
*
Added test for directory creation in tests.events_test.TestEvents.test_NDM_on...
Siddharth Ravikumar
2015-04-08
1
-15
/
+15
*
renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.Te...
Siddharth Ravikumar
2015-04-08
1
-2
/
+2
*
TODO.org: set deadline for the week.
Siddharth Ravikumar
2015-04-06
1
-0
/
+1
*
modded teardown method in tests.events_test.TestEvents.
Siddharth Ravikumar
2015-04-03
1
-6
/
+2
*
updated TODO.org
Siddharth Ravikumar
2015-04-03
1
-0
/
+2
*
updated TODO.org: Done rewriting combox.events.NodeDirMonitor.on_created method
Siddharth Ravikumar
2015-04-01
1
-1
/
+4
*
[golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.
Siddharth Ravikumar
2015-04-01
2
-13
/
+76
*
updated TODO.org
Siddharth Ravikumar
2015-04-01
1
-0
/
+4
*
updated combox.file.relative_path.
Siddharth Ravikumar
2015-04-01
2
-3
/
+18
*
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
[prev]
[next]