summaryrefslogtreecommitdiffstats
path: root/combox
Commit message (Expand)AuthorAgeFilesLines
* bumped to version 0.2.0v0.2.0Siddharth Ravikumar2015-12-221-1/+1
* Fixed try-catch block in combox.cbox.main.Siddharth Ravikumar2015-12-222-3/+4
* README.rst: fixed lint errors.Siddharth Ravikumar2015-12-221-1/+1
* bumped to version 0.2.0.rc1Siddharth Ravikumar2015-12-221-2/+2
* unicoded the version strings.Siddharth Ravikumar2015-12-211-2/+4
* Added combox._version module.Siddharth Ravikumar2015-12-211-0/+27
* Now use `os.renames` instead `os.rename` function.Siddharth Ravikumar2015-12-212-3/+3
* Accounted for watchdog's weirdess.Siddharth Ravikumar2015-12-211-2/+22
* Removed buffering in combox.file.write_file func.Siddharth Ravikumar2015-12-171-1/+1
* Re-did the error messages in at combox.fileSiddharth Ravikumar2015-12-171-5/+5
* combox defaults to using gui for config.Siddharth Ravikumar2015-12-131-1/+9
* `combox.gui.ComboxConfigDialog` accepts config_dirSiddharth Ravikumar2015-12-131-2/+9
* combox/gui.py (ComboxConfigDialog.apply)Siddharth Ravikumar2015-12-101-4/+12
* combox/gui.py: fixed spacing.Siddharth Ravikumar2015-12-031-2/+1
* combox/gui.py: input validation kinda done + added status bar.Siddharth Ravikumar2015-12-031-3/+101
* gui.py: added "re-enter passphrase" field + validation for it.Siddharth Ravikumar2015-12-031-3/+21
* Rough non-functioning version of combox's graphical interface for configurati...Siddharth Ravikumar2015-11-301-0/+283
* Now ComboxDirMonitor uses Lock. Addresses bug#11.Siddharth Ravikumar2015-11-192-47/+56
* Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ...rsiddharth2015-11-081-2/+58
* combox/file.py: modded write_file.Siddharth Ravikumar2015-11-021-1/+1
* combox now uses python's logging module instead of `print` to stdout informat...Siddharth Ravikumar2015-10-174-47/+68
* refactored read_file function combox.file module.Siddharth Ravikumar2015-10-161-7/+4
* Fxed bug #9.Siddharth Ravikumar2015-10-161-1/+5
* combox/crypto.py: the split_and_encrypt function is timed now.Siddharth Ravikumar2015-10-151-0/+9
* added combox/log.py: module for combox to log stuff.Siddharth Ravikumar2015-10-151-0/+28
* combox/events.py: fixed tmp_file method.Siddharth Ravikumar2015-09-291-2/+2
* [bug fix] fix for :b#2:Siddharth Ravikumar2015-09-291-1/+26
* fix for bug #8.Siddharth Ravikumar2015-09-121-1/+3
* fix for bug #7.Siddharth Ravikumar2015-09-121-1/+1
* fix for bug #6Siddharth Ravikumar2015-09-121-2/+11
* fix for bug #5.rsiddharth2015-09-121-8/+7
* Introduced `node_store_moved_info' method in combox.silo.ComboxSilo class.Siddharth Ravikumar2015-09-121-1/+14
* combox.events: plaftorm specific changes.Siddharth Ravikumar2015-09-071-7/+20
* combox.events: fixed file path variable name in NodeDirMonitor's on_move method.Siddharth Ravikumar2015-09-071-5/+5
* combox.events: fixed deadlock issue.Siddharth Ravikumar2015-09-071-8/+7
* combox.events: fixes a dropbox specific issue.Siddharth Ravikumar2015-09-071-5/+8
* combox.events: updated/added print statemets for debugging.Siddharth Ravikumar2015-09-061-1/+2
* combox.events: added `print' statements; helpful for debugging.Siddharth Ravikumar2015-09-061-1/+9
* combox.config: now we're always returning config_info no matter what.Siddharth Ravikumar2015-09-061-0/+1
* combox.config module update.Siddharth Ravikumar2015-09-061-1/+1
* Wrote a fix for Google Drive client behavior for file modification.Siddharth Ravikumar2015-09-061-8/+59
* combox.events: added print statements in NodeDirMonitor.events for debugging.Siddharth Ravikumar2015-08-271-0/+3
* combox/events.py: fixed a logical error in NodeDirMonitor.on_movedSiddharth Ravikumar2015-08-271-1/+2
* combox/events.py: fixed a logical mistake in the last commit.Siddharth Ravikumar2015-08-271-1/+1
* fixed dropbox specific issue in NodeDirMonitor.housekeep method.Siddharth Ravikumar2015-08-271-1/+2
* Fix for Dropbox weirdness.Siddharth Ravikumar2015-08-261-15/+47
* combox/events.py: bugfix (Dropbox specific code).Siddharth Ravikumar2015-08-261-2/+4
* combox/events.py: fixed a Dropox specific issue :|Siddharth Ravikumar2015-08-261-5/+22
* combox/events.py: fixed Dropbox specific issue.Siddharth Ravikumar2015-08-261-4/+13
* fixed a Dropbox specific issue in NodeDirMonitor.Siddharth Ravikumar2015-08-261-3/+21