Commit graph

12 commits

Author SHA1 Message Date
472271af1f change based on @KamiQuasi #280 2015-07-13 18:13:57 -04:00
Alex Chan
19f268c6c1 A couple of small spelling fixes in the docs 2015-04-02 04:27:57 +01:00
l.albertalli
a7b1eb74b2 Updated the config file 2015-02-09 18:48:49 -08:00
3c64b52e39 Merge pull request #146 from buley/master
Misspellings in Gremlin and Config docs
2015-02-05 20:41:45 -05:00
kortschak
443a091b72 Rename triple entities were relevant 2014-08-27 21:27:01 +09:30
Taylor Buley
6530523e68 corrects misspellings in Gremlin and Config docs 2014-08-26 15:36:11 -07:00
d0fcdf4299 Documentation and tests 2014-08-23 18:05:04 -04:00
b4ef86145d Switch default to localhost. Fixes #107 2014-08-20 15:56:36 -04:00
kortschak
ffb52af00b Rename GremlinTimeout -> Timeout
Given that there may be other Turing complete query interfaces
(particularly a Go query API), the timeout config should not be
specifically tied to gremlin.
2014-08-02 23:28:24 +09:30
kortschak
0fedecd392 Use time.Duration according to the time docs
Having a time.Duration measuring seconds is likely to cause problems at
a later stage. This change retains configuration compatibility while
adding idiomatic duration use.
2014-08-02 23:16:17 +09:30
kortschak
9bf09a5db5 Add transparent input decompression
This supports gzip and bzip2 by magic number determination.

Trailing whitespace differences in documentation due to opinionated
editor.
2014-07-19 12:49:55 +09:30
bbb0a2f580 Initial Commit 2014-06-20 18:34:31 -04:00