Edd Robinson
feb7a2842c
Use unbuffered error channels in tests
2017-01-17 10:53:15 -08:00
Edd Robinson
fb7388cdfc
Remove dead code from various pkgs
2017-01-17 09:47:34 -08:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
runner.mei
015adc949c
Make InfluxDB win32 friendly, fix unit test is failed on the windows
2015-06-10 07:29:08 +08:00
Ben Johnson
9b08fadaa9
Add tcp.Mux.
...
This commit adds tcp.Mux which multiplexes connections over TCP using
the first byte as the header byte. Users can listen to the muxer
using mux.Listen(hdr) and obtain a net.Listener.
2015-06-05 10:30:35 -06:00