summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bumped to version 0.2.0v0.2.0Siddharth Ravikumar2015-12-223-1/+14
|
* Added MakefileSiddharth Ravikumar2015-12-222-0/+52
|
* Fixed try-catch block in combox.cbox.main.Siddharth Ravikumar2015-12-223-3/+9
|
* README.rst: fixed lint errors.Siddharth Ravikumar2015-12-224-3/+7
|
* bumped to version 0.2.0.rc1Siddharth Ravikumar2015-12-222-2/+6
|
* updated MANIFEST.in: included docs/Siddharth Ravikumar2015-12-222-0/+3
|
* Added docs/ (uses sphinx).Siddharth Ravikumar2015-12-2213-79/+958
| | | | Most of what was in README.rst was moved to docs/
* unicoded the version strings.Siddharth Ravikumar2015-12-211-2/+4
|
* Added combox._version module.Siddharth Ravikumar2015-12-214-3/+68
| | | | This module is the canonical place for getting version information.
* Added MANIFEST.inSiddharth Ravikumar2015-12-212-0/+8
|
* overhauled setup.pySiddharth Ravikumar2015-12-212-12/+34
|
* fixed README.rstSiddharth Ravikumar2015-12-211-2/+2
|
* README.md -> README.rstSiddharth Ravikumar2015-12-212-113/+130
|
* Now use `os.renames` instead `os.rename` function.Siddharth Ravikumar2015-12-213-3/+12
|
* updated ChangeLog.Siddharth Ravikumar2015-12-211-0/+10
|
* Accounted for watchdog's weirdess.Siddharth Ravikumar2015-12-211-2/+22
| | | | This fixes two tests that were failing on OS X.
* 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-132-1/+15
|
* `combox.gui.ComboxConfigDialog` accepts config_dirSiddharth Ravikumar2015-12-132-2/+16
|
* combox/gui.py (ComboxConfigDialog.apply)Siddharth Ravikumar2015-12-102-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 Ravikumar2015-12-031-2/+1
|
* combox/gui.py: input validation kinda done + added status bar.Siddharth Ravikumar2015-12-032-3/+105
|
* updated ChangeLog (commit 952906378f80).Siddharth Ravikumar2015-12-031-0/+7
|
* 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 ↵Siddharth Ravikumar2015-11-302-0/+288
| | | | | | | configuration done. new file: combox/gui.py modified: ChangeLog
* TODO.org: marked bug #11 as fixed.Siddharth Ravikumar2015-11-191-1/+2
|
* Now ComboxDirMonitor uses Lock. Addresses bug#11.Siddharth Ravikumar2015-11-194-65/+83
|
* TODO.org: field bug #11.Siddharth Ravikumar2015-11-191-0/+3
|
* bumped to v0.1.3v0.1.3Siddharth Ravikumar2015-11-132-1/+5
|
* README.md: moved the "canonical repo" section to the beginning.Siddharth Ravikumar2015-11-131-3/+6
|
* updated README.mdSiddharth Ravikumar2015-11-131-0/+12
|
* TODO.org: marked bug#10 to done.Siddharth Ravikumar2015-11-131-1/+2
|
* Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ↵rsiddharth2015-11-083-22/+95
| | | | | | ChangeLog. Changes related to bug#10.
* updated ChangeLogSiddharth Ravikumar2015-11-031-0/+9
|
* combox/file.py: modded write_file.Siddharth Ravikumar2015-11-021-1/+1
| | | | File writes are now buffered. Addresses bug#10.
* TODO.org: marked "change combox.cbox to initialize a node monitor for each ↵Siddharth Ravikumar2015-11-021-1/+5
| | | | node directory" to DONE.
* TODO.org: file bug #10 - large files not getting written properly in combox ↵Siddharth Ravikumar2015-11-021-0/+3
| | | | directory.
* bumped to v0.1.2v0.1.2Siddharth Ravikumar2015-10-202-1/+5
| | | | | modified: ChangeLog modified: setup.py
* setup.py: updated `url' and `download_url`.Siddharth Ravikumar2015-10-181-2/+2
|
* README.md: updated git url in `setup combox` section.Siddharth Ravikumar2015-10-181-1/+1
|
* README.md: changed canonical repo url.Siddharth Ravikumar2015-10-181-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 Ravikumar2015-10-175-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 Ravikumar2015-10-161-7/+4
| | | | Thanks https://stackoverflow.com/questions/8009882/how-to-read-large-file-line-by-line-in-python
* Fxed bug #9.Siddharth Ravikumar2015-10-162-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 #9Siddharth Ravikumar2015-10-161-1/+1
|
* 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
|
* updated .gitignoreSiddharth Ravikumar2015-10-091-1/+4
|
* updated setup.pyv0.1.1Siddharth Ravikumar2015-10-021-3/+1
|