vitess-gh/go
Anthony Yeh 7f444655db Implement vio_socket_shutdown for MySQL 5.6. 2015-04-22 14:21:40 -07:00
..
acl query service: policy checks for URLs 2014-05-20 19:43:32 -07:00
bson Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
bufio2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
bytes2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
cache Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
cacheservice add CacheService interface 2015-03-27 17:45:58 -07:00
cgzip Avoid divide-by-zero and fix units in cgzip_test. 2014-12-23 01:48:36 -08:00
cmd Fixing a whole bunch of golint warnings. 2015-04-20 08:50:36 -07:00
db Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
event typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:33:57 +00:00
executil Add search for processes by session id. 2014-10-05 22:47:43 -07:00
exit Refactor log flushing. 2014-07-08 17:13:46 -07:00
fileutil Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
flagutil Refactor log flushing. 2014-07-08 17:13:46 -07:00
hack Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
history Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
ioutil2 Remove if rename fails. Improve test slightly. 2015-03-23 18:41:35 +00:00
jscfg Another batch of golint fixes 2015-04-20 08:59:32 -07:00
memcache add CacheService interface 2015-03-27 17:45:58 -07:00
mysql Implement vio_socket_shutdown for MySQL 5.6. 2015-04-22 14:21:40 -07:00
netutil Fix accepted port range for SplitHostPort. 2015-01-05 15:31:13 -08:00
pools tabletserver: contexts contexts contexts 2015-03-04 22:12:08 -08:00
proc proc: fix flakyness in counting_listener_test 2015-03-14 16:00:59 -07:00
ratelimiter ratelimiter: RateLimiter functionality. 2015-03-31 17:51:20 -07:00
rpcplus rpc: fix lint issues under rpcplus 2015-01-02 20:22:11 -08:00
rpcwrap rpc: fix go lint issues without breaking the API 2015-01-02 20:23:46 -08:00
sqldb add sqldb.Conn interface for low level db connection 2015-03-24 15:31:11 -07:00
sqltypes Stop publishing BinlogPlayerGTIDMap in stats. 2014-08-20 23:38:35 -07:00
stats Reset worker debug variables at the beginning of each worker run 2015-03-26 12:10:00 -07:00
streamlog Don't internally drop messages in the streamlogger. 2014-12-02 18:45:09 -08:00
sync2 Enable fail-fast test and other fixes. 2015-02-18 11:47:18 -08:00
tb Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
terminal Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
testfiles Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
timer Fix flaky rand ticker test. 2015-04-21 21:23:30 -07:00
trace Add trace.CopySpan to copy the span from one Context to another. 2015-01-05 23:22:08 -08:00
vt move some test util funcs from sqlquery_test.go to testutils_test.go 2015-04-22 10:29:21 -07:00
zk Now using ShardReferences fields in a few places instead of 2015-03-16 08:42:25 -07:00
README.md Rename .markdown to .md and move Contributing.md 2014-10-17 15:40:55 -07:00

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.