-
Notifications
You must be signed in to change notification settings - Fork 134
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
* partial implementation of netty 4 client + refactoring on Reply inheritance tree #36
Open
gbrd
wants to merge
10
commits into
spullara:master
Choose a base branch
from
gbrd:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 23, 2014
-
* partial implementation of netty 4 client (some verbs are missing,
need just some more copy-paste) * refactoring on Reply inheritance tree * fix some issues (workarround for netty bug in fact) on message order over intense usage of message pipelining * some other minor modifications
Configuration menu - View commit details
-
Copy full SHA for 573bc9b - Browse repository at this point
Copy the full SHA 573bc9bView commit details
Commits on May 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 033a52d - Browse repository at this point
Copy the full SHA 033a52dView commit details -
- reformating (2 spaces for indentation)
- use redis embedded for tests - fix parent pom group-id (changed by error in previous commit) - manage submodules version in dependency management + simplify sub modules poms
Configuration menu - View commit details
-
Copy full SHA for 6e4e01f - Browse repository at this point
Copy the full SHA 6e4e01fView commit details
Commits on May 26, 2014
-
-fix a bug on multibulk reply decoding + corresponding unit test -minor: add some message in test
Configuration menu - View commit details
-
Copy full SHA for c06fa1e - Browse repository at this point
Copy the full SHA c06fa1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac1c84 - Browse repository at this point
Copy the full SHA bac1c84View commit details
Commits on Jun 23, 2014
-
- update to netty 4.0.20.Final
- fix memory leak : add releaseAll method in Reply, the client has to call it (at minimum) when receiving a BulkReply or a MutliBulkReply containing a BulkReply)
Configuration menu - View commit details
-
Copy full SHA for 767f36f - Browse repository at this point
Copy the full SHA 767f36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71379c4 - Browse repository at this point
Copy the full SHA 71379c4View commit details
Commits on Nov 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ea12072 - Browse repository at this point
Copy the full SHA ea12072View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd54086 - Browse repository at this point
Copy the full SHA cd54086View commit details
Commits on Dec 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 04f9e06 - Browse repository at this point
Copy the full SHA 04f9e06View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.