Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed README.rst | Siddharth Ravikumar | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | README.md -> README.rst | Siddharth Ravikumar | 2015-12-21 | 2 | -113/+130 |
| | |||||
* | Now use `os.renames` instead `os.rename` function. | Siddharth Ravikumar | 2015-12-21 | 3 | -3/+12 |
| | |||||
* | updated ChangeLog. | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+10 |
| | |||||
* | Accounted for watchdog's weirdess. | Siddharth Ravikumar | 2015-12-21 | 1 | -2/+22 |
| | | | | This fixes two tests that were failing on OS X. | ||||
* | Removed buffering in combox.file.write_file func. | Siddharth Ravikumar | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Re-did the error messages in at combox.file | Siddharth Ravikumar | 2015-12-17 | 1 | -5/+5 |
| | |||||
* | combox defaults to using gui for config. | Siddharth Ravikumar | 2015-12-13 | 2 | -1/+15 |
| | |||||
* | `combox.gui.ComboxConfigDialog` accepts config_dir | Siddharth Ravikumar | 2015-12-13 | 2 | -2/+16 |
| | |||||
* | combox/gui.py (ComboxConfigDialog.apply) | Siddharth Ravikumar | 2015-12-10 | 2 | -4/+18 |
| | | | | | | Glued the graphical interface with the combox configuration function; now the ComboxConfigDialog.apply method writes the configuration information to the default combox configuration directory. | ||||
* | combox/gui.py: fixed spacing. | Siddharth Ravikumar | 2015-12-03 | 1 | -2/+1 |
| | |||||
* | combox/gui.py: input validation kinda done + added status bar. | Siddharth Ravikumar | 2015-12-03 | 2 | -3/+105 |
| | |||||
* | updated ChangeLog (commit 952906378f80). | Siddharth Ravikumar | 2015-12-03 | 1 | -0/+7 |
| | |||||
* | gui.py: added "re-enter passphrase" field + validation for it. | Siddharth Ravikumar | 2015-12-03 | 1 | -3/+21 |
| | |||||
* | Rough non-functioning version of combox's graphical interface for ↵ | Siddharth Ravikumar | 2015-11-30 | 2 | -0/+288 |
| | | | | | | | configuration done. new file: combox/gui.py modified: ChangeLog | ||||
* | TODO.org: marked bug #11 as fixed. | Siddharth Ravikumar | 2015-11-19 | 1 | -1/+2 |
| | |||||
* | Now ComboxDirMonitor uses Lock. Addresses bug#11. | Siddharth Ravikumar | 2015-11-19 | 4 | -65/+83 |
| | |||||
* | TODO.org: field bug #11. | Siddharth Ravikumar | 2015-11-19 | 1 | -0/+3 |
| | |||||
* | bumped to v0.1.3v0.1.3 | Siddharth Ravikumar | 2015-11-13 | 2 | -1/+5 |
| | |||||
* | README.md: moved the "canonical repo" section to the beginning. | Siddharth Ravikumar | 2015-11-13 | 1 | -3/+6 |
| | |||||
* | updated README.md | Siddharth Ravikumar | 2015-11-13 | 1 | -0/+12 |
| | |||||
* | TODO.org: marked bug#10 to done. | Siddharth Ravikumar | 2015-11-13 | 1 | -1/+2 |
| | |||||
* | Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ↵ | rsiddharth | 2015-11-08 | 3 | -22/+95 |
| | | | | | | ChangeLog. Changes related to bug#10. | ||||
* | updated ChangeLog | Siddharth Ravikumar | 2015-11-03 | 1 | -0/+9 |
| | |||||
* | combox/file.py: modded write_file. | Siddharth Ravikumar | 2015-11-02 | 1 | -1/+1 |
| | | | | File writes are now buffered. Addresses bug#10. | ||||
* | TODO.org: marked "change combox.cbox to initialize a node monitor for each ↵ | Siddharth Ravikumar | 2015-11-02 | 1 | -1/+5 |
| | | | | node directory" to DONE. | ||||
* | TODO.org: file bug #10 - large files not getting written properly in combox ↵ | Siddharth Ravikumar | 2015-11-02 | 1 | -0/+3 |
| | | | | directory. | ||||
* | bumped to v0.1.2v0.1.2 | Siddharth Ravikumar | 2015-10-20 | 2 | -1/+5 |
| | | | | | modified: ChangeLog modified: setup.py | ||||
* | setup.py: updated `url' and `download_url`. | Siddharth Ravikumar | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | README.md: updated git url in `setup combox` section. | Siddharth Ravikumar | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | README.md: changed canonical repo url. | Siddharth Ravikumar | 2015-10-18 | 1 | -1/+1 |
| | | | | Canonical repo is now at git://ricketyspace.net/combox.git | ||||
* | combox now uses python's logging module instead of `print` to stdout ↵ | Siddharth Ravikumar | 2015-10-17 | 5 | -47/+76 |
| | | | | | | | | | | information/errors. modified: ChangeLog modified: combox/cbox.py modified: combox/events.py modified: combox/file.py modified: combox/log.py | ||||
* | refactored read_file function combox.file module. | Siddharth Ravikumar | 2015-10-16 | 1 | -7/+4 |
| | | | | Thanks https://stackoverflow.com/questions/8009882/how-to-read-large-file-line-by-line-in-python | ||||
* | Fxed bug #9. | Siddharth Ravikumar | 2015-10-16 | 2 | -2/+9 |
| | | | | | | | | Now the read_file and write_file functions in combox.file module close the file objects before returning. modified: TODO.org modified: combox/file.py | ||||
* | 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.pyv0.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 |
| | | | | | | | | | Now combox ignores tmp files created by editors. modified: TODO.org modified: combox/events.py modified: tests/events_test.py modified: tests/utils.py | ||||
* | Added ChangeLogv0.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 |
| | | | | | Now, we check if the directory contains files, if it does, then we delay the deletion of the directory. | ||||
* | TODO.org: filed bug #7. | Siddharth Ravikumar | 2015-09-12 | 1 | -0/+1 |
| |