| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean a few more lints. | Barry Warsaw | 2009-07-10 | 1 | -63/+0 |
| | | | | | | | | | | | | | | | Add get_mailing_lists() which is used just for the web interface. Because of a bug in lazr.restful, this cannot be a generator. Similar change in IDomainSet. Instrument IListManager to be vended through the api. The REST server must be run in a separate process since SQLite does not like objects created in one thread to be used in another thread. Note that this breaks the domain.txt test, but domains really need to be in the database anyway. | ||||
| * | Set testing threads as daemon so they won't hang. | Barry Warsaw | 2009-06-29 | 1 | -0/+1 |
| | | | | | Fix system absolute url. | ||||
| * | A little bit of cleanup. | Barry Warsaw | 2009-05-11 | 1 | -2/+1 |
| | | |||||
| * | /sys -> /system | Barry Warsaw | 2009-05-04 | 1 | -1/+1 |
| | | |||||
| * | A working test of the REST server. http://localhost:8001/3.0/sys returns | Barry Warsaw | 2009-05-04 | 1 | -0/+63 |
| useful information. It's GET only atm. | |||||
