Commit graph

6 commits

Author SHA1 Message Date
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