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
...
*
Filed bug #9
Siddharth Ravikumar
2015-10-16
1
-1
/
+1
*
combox/crypto.py: the split_and_encrypt function is timed now.
Siddharth Ravikumar
2015-10-15
1
-0
/
+9
*
added combox/log.py: module for combox to log stuff.
Siddharth Ravikumar
2015-10-15
1
-0
/
+28
*
updated .gitignore
Siddharth Ravikumar
2015-10-09
1
-1
/
+4
*
updated setup.py
v0.1.1
Siddharth Ravikumar
2015-10-02
1
-3
/
+1
*
combox/events.py: fixed tmp_file method.
Siddharth Ravikumar
2015-09-29
1
-2
/
+2
*
[bug fix] fix for :b#2:
Siddharth Ravikumar
2015-09-29
4
-3
/
+56
*
Added ChangeLog
v0.1.0
Siddharth Ravikumar
2015-09-17
1
-0
/
+5
*
updated README.md
Siddharth Ravikumar
2015-09-17
1
-32
/
+49
*
TODO.org: closed bug #8.
Siddharth Ravikumar
2015-09-12
1
-1
/
+4
*
fix for bug #8.
Siddharth Ravikumar
2015-09-12
1
-1
/
+3
*
TODO.org: filed bug #8
Siddharth Ravikumar
2015-09-12
1
-0
/
+1
*
TODO.org: marked bugs #6 and #7 as fixed.
Siddharth Ravikumar
2015-09-12
1
-2
/
+7
*
fix for bug #7.
Siddharth Ravikumar
2015-09-12
1
-1
/
+1
*
fix for bug #6
Siddharth Ravikumar
2015-09-12
1
-2
/
+11
*
TODO.org: filed bug #7.
Siddharth Ravikumar
2015-09-12
1
-0
/
+1
*
TODO.org: filed bug #6.
Siddharth Ravikumar
2015-09-12
1
-2
/
+8
*
TODO.org: fixed b#5
Siddharth Ravikumar
2015-09-12
1
-1
/
+4
*
fix for bug #5.
rsiddharth
2015-09-12
1
-8
/
+7
*
TODO.org: logged bug #5.
Siddharth Ravikumar
2015-09-12
1
-0
/
+4
*
tests/silo_test: updated test_csilo_noderem test.
Siddharth Ravikumar
2015-09-12
1
-1
/
+1
*
Introduced `node_store_moved_info' method in combox.silo.ComboxSilo class.
Siddharth Ravikumar
2015-09-12
2
-2
/
+27
*
combox.events: plaftorm specific changes.
Siddharth Ravikumar
2015-09-07
1
-7
/
+20
*
combox.events: fixed file path variable name in NodeDirMonitor's on_move method.
Siddharth Ravikumar
2015-09-07
1
-5
/
+5
*
combox.events: fixed deadlock issue.
Siddharth Ravikumar
2015-09-07
1
-8
/
+7
*
combox.events: fixes a dropbox specific issue.
Siddharth Ravikumar
2015-09-07
1
-5
/
+8
*
combox.events: updated/added print statemets for debugging.
Siddharth Ravikumar
2015-09-06
1
-1
/
+2
*
combox.events: added `print' statements; helpful for debugging.
Siddharth Ravikumar
2015-09-06
1
-1
/
+9
*
ests.events_test: updated TestEvents's teardown_class method.
Siddharth Ravikumar
2015-09-06
1
-2
/
+2
*
combox.config: now we're always returning config_info no matter what.
Siddharth Ravikumar
2015-09-06
1
-0
/
+1
*
combox.config module update.
Siddharth Ravikumar
2015-09-06
1
-1
/
+1
*
Wrote a fix for Google Drive client behavior for file modification.
Siddharth Ravikumar
2015-09-06
2
-14
/
+157
*
combox.events: added print statements in NodeDirMonitor.events for debugging.
Siddharth Ravikumar
2015-08-27
1
-0
/
+3
*
combox/events.py: fixed a logical error in NodeDirMonitor.on_moved
Siddharth Ravikumar
2015-08-27
1
-1
/
+2
*
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
[prev]
[next]