Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -11/+12 |
| | |||||
* | Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute" | W. Trevor King | 2010-02-07 | 1 | -14/+43 |
| | |||||
* | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing. | W. Trevor King | 2010-01-27 | 1 | -19/+158 |
| | |||||
* | Add .changed support to HTTP storage backend. | W. Trevor King | 2010-01-18 | 1 | -0/+9 |
| | | | | Also work around urlparse.parse_qs location in Python <= 2.5. | ||||
* | Add ancestors support to HTTP storage | W. Trevor King | 2010-01-18 | 1 | -0/+7 |
| | |||||
* | Fixed update_copyright.py's subproc import and updated copyrights | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed commit handling in commands.serve and storage.http | W. Trevor King | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Fixed some stupid typos in libbe/storage/http.py | W. Trevor King | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Added libbe.command.serve and libbe.storage.http for HTTP backend. | W. Trevor King | 2010-01-01 | 1 | -0/+262 |
Now the following works: some-BE-dir$ ./be serve $ ./be --repo http://localhost:8000 list I haven't come up with a clean idea for testing this yet, so other commands may be broken, but once we get the testing working, it shouldn't be too hard to get everything working over HTTP :). |