Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos | Damien Cassou | 2019-11-26 | 1 | -2/+2 |
| | | | | Typos found with codespell. | ||||
* | Update copyrights | Sean Allred | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Some fixes for the bot and the backoff. | Artur Malabarba | 2015-07-02 | 1 | -4/+3 |
| | |||||
* | More messages during backoff. | Artur Malabarba | 2015-07-02 | 1 | -0/+1 |
| | |||||
* | sx-request respects the backoff parameter | Artur Malabarba | 2015-06-01 | 1 | -4/+22 |
| | |||||
* | Fix a few leftover vectors | Artur Malabarba | 2015-03-02 | 1 | -5/+5 |
| | |||||
* | Simpler response error | Artur Malabarba | 2015-03-02 | 1 | -3/+2 |
| | |||||
* | Set json-array-type to 'list and perform many simplifications | Artur Malabarba | 2015-03-02 | 1 | -0/+1 |
| | | | | due to usage of lists instead of vectors | ||||
* | Bind :json-false to nil | Artur Malabarba | 2015-02-27 | 1 | -4/+6 |
| | |||||
* | Merge branch 'images' into print-question-without-temp-buffer | Artur Malabarba | 2015-02-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'tag-buttons' into images | Artur Malabarba | 2015-02-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix the universe and make the world right again. | Artur Malabarba | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Amongst other things, this should put an end to whale hunting, malaria, and issues such as #238, #209 and #206. | ||||
* | | | Make sx-request-get-url support asynchronous fetching | Artur Malabarba | 2015-02-12 | 1 | -14/+33 |
|/ / | |||||
* | | sx-request-get-url error unless code 200 | Artur Malabarba | 2015-01-24 | 1 | -1/+2 |
| | | |||||
* | | Refactor part of request-get-data into request-get-url | Artur Malabarba | 2015-01-24 | 1 | -8/+12 |
|/ | |||||
* | Hotfix: Go back to https for data | Artur Malabarba | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Use http instead of https for our data requests | Artur Malabarba | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | Merge pull request #204 from vermiculus/issue-137-tag-completion | Sean Allred | 2015-01-07 | 1 | -0/+29 |
|\ | | | | | Issue 137 tag completion | ||||
| * | Implement sx-request-get-data for getting data from the data branch. | Artur Malabarba | 2015-01-05 | 1 | -0/+29 |
| | | |||||
* | | Hotfix kill response buffers after request | Sean Allred | 2015-01-06 | 1 | -0/+1 |
| | | |||||
* | | Add process-function arg to request-fallback. Fix #205 | Artur Malabarba | 2015-01-05 | 1 | -1/+3 |
|/ | |||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Use symbols for url-request-method | Sean Allred | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Fix indentation | Sean Allred | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Remove process-function from request-all-items | Sean Allred | 2015-01-02 | 1 | -2/+2 |
| | | | | It doesn't really make sense. | ||||
* | Use variable instead of default for request-delay | Sean Allred | 2015-01-02 | 1 | -5/+8 |
| | |||||
* | Declare indentation patterns for request functions | Sean Allred | 2015-01-02 | 1 | -0/+2 |
| | |||||
* | Introduce anti-throttling delay | Sean Allred | 2015-01-02 | 1 | -2/+5 |
| | |||||
* | Consolidate state changes | Sean Allred | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | Introduce `sx-request-all-items' | Sean Allred | 2015-01-02 | 1 | -0/+32 |
| | | | | | | | This function repeatedly makes API requests until a condition is satisfied (such as 'no more items'). First and foremost, this will allow us to retrieve all tags for a site. | ||||
* | Add process-function to sx-request-make | Sean Allred | 2015-01-02 | 1 | -4/+12 |
| | |||||
* | Fix typo | Sean Allred | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Handle utf-8 encoding the right way. | Artur Malabarba | 2014-12-20 | 1 | -7/+12 |
| | |||||
* | Prefer zlib-decompress-region when available. | Artur Malabarba | 2014-12-20 | 1 | -5/+10 |
| | | | | Fix #157 | ||||
* | Indentation was off by one | Artur Malabarba | 2014-12-20 | 1 | -34/+34 |
| | |||||
* | _ indicates a variable is ignored. | Artur Malabarba | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Improve some header comments. | Artur Malabarba | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into issue-130 | Sean Allred | 2014-12-03 | 1 | -11/+5 |
|\ | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial. | ||||
| * | Remove need-auth from sx-request--build-keyword-arguments | Artur Malabarba | 2014-11-29 | 1 | -11/+5 |
| | | |||||
* | | Hexify value in key-value pairs | Sean Allred | 2014-12-02 | 1 | -1/+1 |
| | | | | | | | | Fixes #130 | ||||
* | | Prune unused parameter | Sean Allred | 2014-12-02 | 1 | -1/+1 |
|/ | |||||
* | Fix #111 | Sean Allred | 2014-11-27 | 1 | -2/+2 |
| | |||||
* | Fix docstring/argument list ordering (mistake during merge). | Jonathan Leech-Pepin | 2014-11-21 | 1 | -3/+3 |
| | | | | | Fix `url-automatic-caching` to use `t` rather than `sx-request-cache-p` (used in tests only). | ||||
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 1 | -20/+70 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el | ||||
| * | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -8/+8 |
| | | |||||
| * | Use `user-error' when there's no question at point | Sean Allred | 2014-11-19 | 1 | -0/+1 |
| | | |||||
| * | Remove -cache-p | Sean Allred | 2014-11-19 | 1 | -6/+1 |
| | | |||||
| * | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 1 | -2/+2 |
| | | |||||
| * | Add `customize' data | Sean Allred | 2014-11-19 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 1 | -30/+57 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el |