Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Update README | Sean Allred | 2014-11-14 | 1 | -7/+36 | |
| |/ |/| | ||||||
* | | Merge pull request #41 from vermiculus/question-list-visit | Artur Malabarba | 2014-11-13 | 1 | -0/+9 | |
|\ \ | ||||||
| * | | Add `sx-question-list-visit' | Sean Allred | 2014-11-12 | 1 | -0/+9 | |
|/ / | ||||||
* | | Merge pull request #40 from vermiculus/new-assoc-let | Sean Allred | 2014-11-12 | 5 | -85/+61 | |
|\ \ | ||||||
| * | | Add tests for `sx-assoc-let' | Sean Allred | 2014-11-12 | 1 | -0/+16 | |
| * | | Move defmacro to head of file | Sean Allred | 2014-11-12 | 1 | -8/+8 | |
| * | | Remove spurious line | Sean Allred | 2014-11-12 | 1 | -1/+0 | |
| * | | Update code to new assoc-let | Artur Malabarba | 2014-11-12 | 4 | -14/+15 | |
| * | | New assoc-let implementation. | Artur Malabarba | 2014-11-12 | 1 | -64/+24 | |
|/ / | ||||||
* | | Merge pull request #38 from vermiculus/gzip-testing | Sean Allred | 2014-11-11 | 2 | -17/+41 | |
|\ \ | ||||||
| * | | Simplify logical structure | Sean Allred | 2014-11-11 | 1 | -1/+1 | |
| * | | Use correct function name | Sean Allred | 2014-11-11 | 1 | -1/+1 | |
| * | | Include encoding functions | Sean Allred | 2014-11-10 | 1 | -0/+1 | |
| * | | Proper GZIP testing | Sean Allred | 2014-11-10 | 2 | -17/+40 | |
|/ / | ||||||
* | | Merge pull request #35 from vermiculus/24.4-testing | Artur Malabarba | 2014-11-09 | 2 | -4/+19 | |
|\ \ | ||||||
| * | | Ensure dependencies for this version are in place | Sean Allred | 2014-11-09 | 1 | -0/+1 | |
| * | | Ensure Emacs uses hard tabs for this file | Sean Allred | 2014-11-09 | 1 | -0/+4 | |
| * | | Add rules to install evm; cask | Sean Allred | 2014-11-09 | 1 | -0/+6 | |
| * | | Ensure correct version is being tested | Sean Allred | 2014-11-09 | 1 | -0/+1 | |
| * | | Compress Makefile usage | Sean Allred | 2014-11-09 | 1 | -3/+3 | |
| * | | Avoid .DEFAULT rule in Makefile | Sean Allred | 2014-11-09 | 1 | -2/+4 | |
| * | | Add 24.4 support | Sean Allred | 2014-11-09 | 2 | -2/+3 | |
|/ / | ||||||
* | | Update comments | Sean Allred | 2014-11-08 | 1 | -3/+3 | |
* | | Merge pull request #34 from vermiculus/initialization | Sean Allred | 2014-11-08 | 11 | -219/+258 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into initialization | Sean Allred | 2014-11-08 | 7 | -8/+57 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Consolidate keywords, update emails | Sean Allred | 2014-11-08 | 5 | -8/+34 | |
* | | | Rename makefile | Sean Allred | 2014-11-08 | 1 | -0/+13 | |
* | | | Add makefile | Sean Allred | 2014-11-08 | 1 | -0/+11 | |
| |/ |/| | ||||||
| * | Use macro | Sean Allred | 2014-11-08 | 2 | -2/+3 | |
| * | Use macro | Sean Allred | 2014-11-08 | 2 | -12/+15 | |
| * | Abstract out method calls | Sean Allred | 2014-11-08 | 8 | -86/+99 | |
| * | Implement front-end with back-end | Sean Allred | 2014-11-08 | 1 | -64/+7 | |
| * | Use the key for every request; no exceptions | Sean Allred | 2014-11-08 | 1 | -1/+4 | |
| * | Add internal request function | Sean Allred | 2014-11-08 | 1 | -0/+52 | |
| * | Delineate and alphabetize API symbols | Sean Allred | 2014-11-08 | 1 | -5/+35 | |
| * | Re-work filtering and caching | Sean Allred | 2014-11-08 | 6 | -67/+36 | |
| * | Finish name changes | Sean Allred | 2014-11-08 | 4 | -19/+19 | |
| * | Introduce initialization logic and hooks | Sean Allred | 2014-11-07 | 2 | -5/+31 | |
|/ | ||||||
* | Merge pull request #33 from vermiculus/macro--sx-assoc-let | Sean Allred | 2014-11-07 | 2 | -28/+70 | |
|\ | ||||||
| * | Add missing symbols | Artur Malabarba | 2014-11-07 | 1 | -2/+2 | |
| * | Implement sx-assoc-let macro. | Artur Malabarba | 2014-11-07 | 2 | -28/+70 | |
|/ | ||||||
* | Merge pull request #31 from vermiculus/rename | Sean Allred | 2014-11-07 | 15 | -825/+936 | |
|\ | ||||||
| * | Fix missing request in sx-question | Artur Malabarba | 2014-11-07 | 1 | -0/+1 | |
| * | Update names in test | Sean Allred | 2014-11-07 | 2 | -33/+33 | |
| * | Refactor to use `sx-` prefix | Sean Allred | 2014-11-07 | 11 | -563/+683 | |
| * | Renamed all files. | Artur Malabarba | 2014-11-07 | 8 | -11/+1 | |
|/ | ||||||
* | Merge pull request #30 from vermiculus/question-list-live-data | Artur Malabarba | 2014-11-06 | 3 | -42/+140 | |
|\ | ||||||
| * | Use stack-question-get-questions | Artur Malabarba | 2014-11-06 | 1 | -1/+5 | |
| * | Comment out "*stack-question*" buffer test | Artur Malabarba | 2014-11-06 | 1 | -2/+3 | |
| * | Fix test regexp | Artur Malabarba | 2014-11-06 | 1 | -3/+3 |