Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Support older versions than 24.3 | Sean Allred | 2014-11-01 | 1 | -2/+1 | |
| | | ||||||
| * | Use `url-retrieve-synchronously' dependendently | Sean Allred | 2014-11-01 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | Emacs 24.3 supposedly does not have a second argument to `url-retrieve-synchronously'. Introduce a switch dependent on `emacs-minor-version'. This hopefully fixes the url- issue. | |||||
| * | Strip properties from string sent to json-read | Sean Allred | 2014-10-31 | 1 | -1/+3 | |
| | | ||||||
| * | Handle case where API response is compressed | Sean Allred | 2014-10-31 | 2 | -41/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | The StackExchange API explicitly states that responses to requests are gzipped. For some reason, they are not zipped when called locally on my machine, but they are zipped when run from Travis CI. I do not know if `url-retrieve-synchronously' is performing any magic. When I curl the request, I receive a gzipped response (as expected). A proper fix for this would be to somehow advise `url-*' to request as curl does. | |||||
| * | Housekeeping and performance enhancements | Sean Allred | 2014-10-31 | 1 | -8/+9 | |
| | | ||||||
| * | Update .travis.yml | Sean Allred | 2014-10-31 | 1 | -0/+8 | |
| | | | | | | Add gitter integration | |||||
| * | Add Gitter badge | Sean Allred | 2014-10-31 | 1 | -0/+1 | |
| | | ||||||
* | | Question-list mode | Artur Malabarba | 2014-11-03 | 3 | -1/+139 | |
| | | ||||||
* | | Implement an example with the html renderer | Artur Malabarba | 2014-11-01 | 1 | -2/+10 | |
| | | ||||||
* | | Major-mode for navigating question list. | Artur Malabarba | 2014-11-01 | 1 | -0/+52 | |
| | | ||||||
* | | Add comments and html renderer | Artur Malabarba | 2014-11-01 | 1 | -9/+48 | |
| | | ||||||
* | | Add comments to stack-lto | Artur Malabarba | 2014-11-01 | 1 | -11/+12 | |
| | | ||||||
* | | Add sample files for a typical query data. | Artur Malabarba | 2014-10-31 | 3 | -39/+32 | |
| | | ||||||
* | | Initial lisp-to-org converter | Artur Malabarba | 2014-10-31 | 1 | -0/+85 | |
| | | ||||||
* | | Add example json and el files | Artur Malabarba | 2014-10-31 | 2 | -0/+46 | |
|/ | ||||||
* | Add debug-on-error to tests | Artur Malabarba | 2014-10-31 | 1 | -0/+1 | |
| | ||||||
* | Remove unsupport platform from EVM config | Sean Allred | 2014-10-31 | 1 | -1/+0 | |
| | ||||||
* | Update Travis CI | Sean Allred | 2014-10-31 | 1 | -13/+15 | |
| | ||||||
* | Make sure api-response is defined before parsing | Sean Allred | 2014-10-31 | 1 | -1/+1 | |
| | | | | Whoops. | |||||
* | Give more informative message after json error | Sean Allred | 2014-10-31 | 2 | -23/+30 | |
| | ||||||
* | Install emacs before Cask | Sean Allred | 2014-10-31 | 1 | -8/+6 | |
| | ||||||
* | Add evm as instructed by Cask | Sean Allred | 2014-10-31 | 1 | -0/+1 | |
| | ||||||
* | Use Cask to manage dependencies | Sean Allred | 2014-10-31 | 3 | -1/+22 | |
| | | | | https://github.com/cask/cask | |||||
* | Hopefully fix Travis build | Sean Allred | 2014-10-31 | 2 | -3/+3 | |
| | | | | | `emacs` isn't an available command, but hopefully $EMACS is. Again, copying from yasnippet. | |||||
* | Add Travis CI button | Sean Allred | 2014-10-31 | 1 | -0/+2 | |
| | ||||||
* | Implement proper unit tests | Sean Allred | 2014-10-31 | 3 | -15/+27 | |
| | ||||||
* | Throw an error when we receive one from the API | Sean Allred | 2014-10-31 | 1 | -0/+6 | |
| | ||||||
* | Formatting changes | Sean Allred | 2014-10-31 | 1 | -3/+6 | |
| | ||||||
* | Add stack-network | Sean Allred | 2014-10-31 | 1 | -0/+33 | |
| | ||||||
* | Change *-make-request to return the content only | Sean Allred | 2014-10-31 | 2 | -11/+6 | |
| | ||||||
* | Simplify explanation of arguments structure | Sean Allred | 2014-10-31 | 1 | -7/+14 | |
| | | | | | The consing that was happening actually formed a much easier-to-understand list of lists. | |||||
* | *Vastly* simplify default arguments function | Sean Allred | 2014-10-31 | 1 | -10/+2 | |
| | ||||||
* | Add to wishlist | Sean Allred | 2014-10-30 | 1 | -0/+2 | |
| | ||||||
* | Implement question list retrieval | Sean Allred | 2014-10-30 | 4 | -26/+32 | |
| | ||||||
* | Fix circular initialization dependency | Sean Allred | 2014-10-30 | 2 | -2/+14 | |
| | | | | | | | | stack-filter needs stack-core to compile the filter, but stack-core uses the default filter to make a request. Note that setting `stack-core-filter' to `nil' still gives proper behaviour; no `filter' argument is passed through the method call. | |||||
* | Initial commit | Sean Allred | 2014-10-30 | 8 | -0/+875 | |
Well, not really. If you would like the old version history, please get in touch with me at code@seanallred.com. It's a wreck though and contains inconsistent information. |