-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream merge #3
base: master
Are you sure you want to change the base?
Commits on Oct 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e59e565 - Browse repository at this point
Copy the full SHA e59e565View commit details
Commits on Nov 19, 2014
-
Fixes samuel#40 Don't Fatal on failure to reset watches.
- Add a test for slow servers
Configuration menu - View commit details
-
Copy full SHA for 8499ec2 - Browse repository at this point
Copy the full SHA 8499ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad552be - Browse repository at this point
Copy the full SHA ad552beView commit details
Commits on Dec 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4a222ca - Browse repository at this point
Copy the full SHA 4a222caView commit details
Commits on Dec 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7a44a0a - Browse repository at this point
Copy the full SHA 7a44a0aView commit details
Commits on Dec 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1fff4bb - Browse repository at this point
Copy the full SHA 1fff4bbView commit details
Commits on Dec 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6b99eab - Browse repository at this point
Copy the full SHA 6b99eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6387533 - Browse repository at this point
Copy the full SHA 6387533View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb79e7c - Browse repository at this point
Copy the full SHA bb79e7cView commit details
Commits on Jan 15, 2015
-
Add timeouts around IO calls during authenticate
Mac Browning committedJan 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 4f64bfc - Browse repository at this point
Copy the full SHA 4f64bfcView commit details
Commits on Jan 19, 2015
-
Merge pull request samuel#48 from macb/add_authenticate_timeouts
Add timeouts around IO calls during authenticate
Configuration menu - View commit details
-
Copy full SHA for fa6674a - Browse repository at this point
Copy the full SHA fa6674aView commit details
Commits on Mar 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1bc9c36 - Browse repository at this point
Copy the full SHA 1bc9c36View commit details
Commits on Mar 25, 2015
-
add support for some of the FourLetter words
I have a need for polling the Zookeeper instance with some of the four-letter words. In this PR te following words are implemneted with tests: * srvr * cons * ruok `srvr` get some stats about the server (connections, latencies, leader/follower mode, etc.) `cons` gets detailed information about the individual connections and their sessions `ruok` is actually mostly useless, but specifies whether the server has returned `imok` when prompted with `ruok` I'm not sold on the name of the public API functions, `FLWCons()`, and would happily change them to something better.
Configuration menu - View commit details
-
Copy full SHA for c5438a7 - Browse repository at this point
Copy the full SHA c5438a7View commit details
Commits on Mar 28, 2015
-
[Fix] Conn.Close stops all goroutines if we haven't conencted yet.
Without that patch Conn.Close cannot interrupt Conn.connect. So it's impossible to dispose two goroutines related to a connection, if the connection hasn't been established yet. Signed-off-by: Anton Tiurin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c760c43 - Browse repository at this point
Copy the full SHA c760c43View commit details -
Merge pull request samuel#55 from noxiouz/fix_proper_conn_close
[Fix] Conn.Close stops all goroutines if we haven't connencted yet
Configuration menu - View commit details
-
Copy full SHA for f7d698c - Browse repository at this point
Copy the full SHA f7d698cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0ba8d - Browse repository at this point
Copy the full SHA ee0ba8dView commit details
Commits on Apr 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a7d37a3 - Browse repository at this point
Copy the full SHA a7d37a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dc101 - Browse repository at this point
Copy the full SHA 87dc101View commit details
Commits on Apr 5, 2015
-
Merge pull request samuel#54 from theckman/server_stats
add support for some of the FourLetter words
Configuration menu - View commit details
-
Copy full SHA for 20c8c1d - Browse repository at this point
Copy the full SHA 20c8c1dView commit details
Commits on Apr 16, 2015
-
Merge remote-tracking branch 'upstream/master' into upstream-merge
Dominic Wong committedApr 16, 2015 Configuration menu - View commit details
-
Copy full SHA for e439022 - Browse repository at this point
Copy the full SHA e439022View commit details
Commits on Apr 29, 2015
-
Clean up session/recv/ping timeout
Dominic Wong committedApr 29, 2015 Configuration menu - View commit details
-
Copy full SHA for abad148 - Browse repository at this point
Copy the full SHA abad148View commit details