vitess-gh/go
Anthony Yeh a96289c4a7 bson: Allow decoding int64 into int32.
PHP's bson encoder uses int64 by default for all ints.
2015-08-22 16:06:28 -07:00
..
acl
bson bson: Allow decoding int64 into int32. 2015-08-22 16:06:28 -07:00
bufio2
bytes2
cache
cacheservice add CacheService interface 2015-03-27 17:45:58 -07:00
cgzip Fix cgzip for new GC in Go 1.5. 2015-07-31 17:20:52 -07:00
cmd Add new bson-encoded proto3 rpc flavor for vtgate. 2015-08-22 16:01:45 -07:00
event typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:33:57 +00:00
executil
exit exit package: Clarified package description. 2015-06-24 12:08:59 +02:00
fileutil
flagutil
hack go 1.5 prep 2015-07-31 09:10:57 -07:00
history
ioutil2 Remove if rename fails. Improve test slightly. 2015-03-23 18:41:35 +00:00
memcache go 1.5 prep 2015-07-31 09:10:57 -07:00
mysql Stop using non-standard uint64 BSON encoding. 2015-08-22 16:01:45 -07:00
netutil netutil: Do not capitalize and use punctions in error messages as preferred by the common Go lang style guide. 2015-08-22 13:22:43 -07:00
pools Make sync2.AtomicDuration a struct instead of an int64. 2015-08-05 11:47:26 -07:00
proc proc: Fix listening on any port for Go 1.5. 2015-08-21 12:49:58 -07:00
ratelimiter ratelimiter: RateLimiter functionality. 2015-03-31 17:51:20 -07:00
rpcplus Dropping more support for vts / encrypted port. 2015-07-29 15:32:47 -07:00
rpcwrap Dropping more support for vts / encrypted port. 2015-07-29 15:32:47 -07:00
sqldb add sqldb.Conn interface for low level db connection 2015-03-24 15:31:11 -07:00
sqltypes make SplitQuery support VARBINARY column. 2015-08-17 11:08:26 -07:00
stats Initialize ExternalReparents timings to 0. 2015-06-15 16:42:11 -07:00
streamlog Fixing test flakiness. 2015-07-17 14:07:48 -07:00
sync2 Fix golint warnings for AtomicString. 2015-08-05 11:47:26 -07:00
tb
terminal
testfiles Updated locate.go to fail if glob search directory does not exist. 2015-05-05 11:50:23 -06:00
timer Fix race condition in RandTicker 2015-07-20 13:59:21 -07:00
trace Add trace.CopySpan to copy the span from one Context to another. 2015-01-05 23:22:08 -08:00
vt Add new bson-encoded proto3 rpc flavor for vtgate. 2015-08-22 16:01:45 -07:00
zk netutil: Support Go 1.5. Replace LookupCNAME with a double (reverse-)lookup of the machine name. 2015-08-21 18:41:37 -07:00
README.md

README.md

This directory contains all the Go code for Vitess.

Most of the packages at the top level are general-purpose and are suitable for use outside Vitess. Packages that are specific to Vitess are in the vt subdirectory.

Please see GoDoc for a listing of the packages and their purposes.