aboutsummaryrefslogtreecommitdiff
path: root/stack-core.el
Commit message (Expand)AuthorAgeFilesLines
* Descriptive comments to stack-core--decode-entitiesArtur Malabarba2014-11-041-0/+2
* Move " ago" out of stack--time-sinceArtur Malabarba2014-11-041-2/+1
* Trim unnecessary argArtur Malabarba2014-11-041-1/+1
* Make entities plist into a variable.Artur Malabarba2014-11-041-36/+42
* Make stack-core--seconds-to-string more descriptive.Artur Malabarba2014-11-041-6/+8
* Use our own seconds-to-string variable.Artur Malabarba2014-11-031-9/+20
* require time-dateArtur Malabarba2014-11-031-0/+1
* Define -decode-entities to decode html entities.Artur Malabarba2014-11-031-0/+55
* Implement and use `stack-cache-get' and `-set'Sean Allred2014-11-021-7/+23
* Fix return when file already existsSean Allred2014-11-021-2/+1
* Convenience function for retrieving cache filesSean Allred2014-11-021-1/+5
* Add function to retrieve cache filesSean Allred2014-11-021-0/+9
* Add cache directory as a customizable variableSean Allred2014-11-021-0/+4
* Use a simpler construct to test filter inclusionSean Allred2014-11-021-16/+7
* Kill test cruftSean Allred2014-11-011-1/+0
* Remove test cruftSean Allred2014-11-011-2/+0
* Introduce `stack-core-silent-requests' as defaultSean Allred2014-11-011-0/+5
* Return the correct type from filterSean Allred2014-11-011-11/+31
* Fix syntax issueSean Allred2014-11-011-2/+5
* More work on data filter; add testsSean Allred2014-11-011-6/+13
* Add function to filter data structureSean Allred2014-11-011-0/+9
* Support older versions than 24.3Sean Allred2014-11-011-2/+1
* Use `url-retrieve-synchronously' dependendentlySean Allred2014-11-011-2/+6
* Strip properties from string sent to json-readSean Allred2014-10-311-1/+3
* Handle case where API response is compressedSean Allred2014-10-311-41/+56
* Housekeeping and performance enhancementsSean Allred2014-10-311-8/+9
* Make sure api-response is defined before parsingSean Allred2014-10-311-1/+1
* Give more informative message after json errorSean Allred2014-10-311-21/+28
* Throw an error when we receive one from the APISean Allred2014-10-311-0/+6
* Change *-make-request to return the content onlySean Allred2014-10-311-5/+1
* Simplify explanation of arguments structureSean Allred2014-10-311-7/+14
* *Vastly* simplify default arguments functionSean Allred2014-10-311-10/+2
* Implement question list retrievalSean Allred2014-10-301-3/+5
* Fix circular initialization dependencySean Allred2014-10-301-2/+4
* Initial commitSean Allred2014-10-301-0/+180