Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .py files coding set to utf-8. | Siddharth Ravikumar | 2015-12-22 | 16 | -2/+34 |
| | |||||
* | README.rst: cosmetic fix. | Siddharth Ravikumar | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | bumped to version 0.2.0v0.2.0 | Siddharth Ravikumar | 2015-12-22 | 3 | -1/+14 |
| | |||||
* | Added Makefile | Siddharth Ravikumar | 2015-12-22 | 2 | -0/+52 |
| | |||||
* | Fixed try-catch block in combox.cbox.main. | Siddharth Ravikumar | 2015-12-22 | 3 | -3/+9 |
| | |||||
* | README.rst: fixed lint errors. | Siddharth Ravikumar | 2015-12-22 | 4 | -3/+7 |
| | |||||
* | bumped to version 0.2.0.rc1 | Siddharth Ravikumar | 2015-12-22 | 2 | -2/+6 |
| | |||||
* | updated MANIFEST.in: included docs/ | Siddharth Ravikumar | 2015-12-22 | 2 | -0/+3 |
| | |||||
* | Added docs/ (uses sphinx). | Siddharth Ravikumar | 2015-12-22 | 13 | -79/+958 |
| | | | | Most of what was in README.rst was moved to docs/ | ||||
* | unicoded the version strings. | Siddharth Ravikumar | 2015-12-21 | 1 | -2/+4 |
| | |||||
* | Added combox._version module. | Siddharth Ravikumar | 2015-12-21 | 4 | -3/+68 |
| | | | | This module is the canonical place for getting version information. | ||||
* | Added MANIFEST.in | Siddharth Ravikumar | 2015-12-21 | 2 | -0/+8 |
| | |||||
* | overhauled setup.py | Siddharth Ravikumar | 2015-12-21 | 2 | -12/+34 |
| | |||||
* | 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 |
| |