Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation -- part one | Sean Allred | 2014-11-17 | 1 | -13/+18 |
| | | | | Pushing this change to continue work elsewhere. | ||||
* | Convenience argument for `cache-get' | Sean Allred | 2014-11-11 | 1 | -5/+8 |
| | | | | Allows for setting the cache if it does not exist. | ||||
* | Merge branch 'master' into initialization | Sean Allred | 2014-11-08 | 1 | -2/+1 |
|\ | | | | | | | | | Conflicts: sx-request.el | ||||
| * | Consolidate keywords, update emails | Sean Allred | 2014-11-08 | 1 | -2/+1 |
| | | |||||
* | | Re-work filtering and caching | Sean Allred | 2014-11-08 | 1 | -1/+8 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests | ||||
* | Refactor to use `sx-` prefix | Sean Allred | 2014-11-07 | 1 | -0/+66 |
A file stackexchange.el should be added for user-facing functions. |