aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | * | | | | Added cancel to surface callsGravatar murgatroid992015-01-26
| | | | | | | |
| | | | * | | | Cleans up some compiler warningsGravatar Tim Emiola2015-01-26
| | | | | | | |
| | | | * | | | Updates rb_server.c to return the created port when it's non-zeroGravatar Tim Emiola2015-01-26
| | | | | | | |
| * | | | | | | Merge pull request #211 from murgatroid99/node_fix_test_hangGravatar Tim Emiola2015-01-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Node fix test hang
| | | * | | | | | Fixes markdown sytax errorsGravatar Tim Emiola2015-01-26
| | | | |/ / / / | | | |/| | | |
| | | | * | | | Merge branch 'node_run_tests_py' into node_surface_cancellationGravatar murgatroid992015-01-26
| | |_|/| | | | | |/| |/ / / / | | |/| | | |
| * | | | | | Merge pull request #188 from ctiller/bprintfGravatar Nicolas Noble2015-01-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove more complicated sprintf usage from the libraries
| | | * | | | | Added missing server shutdown to interop test runnerGravatar murgatroid992015-01-26
| | |/ / / / / | |/| | | | |
| * | | | | | Removed all instances of == in js filesGravatar murgatroid992015-01-26
| | | | | | |
| * | | | | | Merge branch 'node_simplify_streams' into node_remove_implicit_type_coersionGravatar murgatroid992015-01-26
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Shortened a functionGravatar murgatroid992015-01-26
| | | | | | |
| | | | * | | run clang-formatGravatar Yang Gao2015-01-26
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #197 from nicolasnoble/win32-socketsGravatar Craig Tiller2015-01-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixing some win32 sockets misuses
| * | | | | | Fixing an extremely suspicious-looking paradigm in murmur_hash.cGravatar Nicolas "Pixel" Noble2015-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code is using the same variable name twice, k1, in two different scopes. A cursory inspection of the code looks like one is trying to sneak a vulnerability by masking off the reset of the k1 variable out of the loop; which is, in fact, what the official algorithm does explicitely. I guess this is a result of the C89-ization of the official algorithm, with the second k1 variable usually defined AFTER the loop. This change brings more sanity to the algorithm, making it much better-looking by removing all ambiguity in what we're doing. The end result is exactly the same, but at least we're explicit about it.
| | * | | | | Fixing a few winsocket misuses.Gravatar Nicolas "Pixel" Noble2015-01-24
| |/ / / / /
| | | * | | Use a simpler growth algorithmGravatar Craig Tiller2015-01-23
| | | | | |
| * | | | | Merge pull request #193 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Bring the rest of Python RPC Framework into GRPC.
| | * | | | | Add the _framework.face package.Gravatar Nathaniel Manista2015-01-24
| | | | | | |
| | * | | | | Add the _framework.base package.Gravatar Nathaniel Manista2015-01-24
| | | | | | |
| | | * | | | Moved some code around for clarityGravatar murgatroid992015-01-23
| | | | | | |
| | | * | | | Removed unnecessary bidi stream wrappersGravatar murgatroid992015-01-23
| | | | | | |
| | | | * | | Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | | | |\ \ \
| | | | * \ \ \ Merge github.com:google/grpc into bprintfGravatar Craig Tiller2015-01-23
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | | * | | Merge branch 'kill-more-printf' of github.com:ctiller/grpc into kill-more-printfGravatar Craig Tiller2015-01-23
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Add missing freeGravatar Craig Tiller2015-01-23
| | | | | | | |
| * | | | | | | Merge github.com:google/grpc into kill-more-printfGravatar Craig Tiller2015-01-23
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | * | | | Removed some duplicate stream codeGravatar murgatroid992015-01-23
| | | | | | | |
| | | | | * | | Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Use symbolic constantGravatar Craig Tiller2015-01-23
| | | | | | | |
| | | | | * | | Added commentsGravatar Craig Tiller2015-01-23
| | | | | | | |
| | * | | | | | Merge pull request #179 from ctiller/kill-printfGravatar jboeuf2015-01-23
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | Remove uses of sprintf
| | | | | * | | Remove use of vsprintfGravatar Craig Tiller2015-01-23
| | | | | | | |
| | | | | * | | Add out-param to signal length of bufferGravatar Craig Tiller2015-01-23
| | | | | | | |
| | | | | * | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | | |
| | | | | * | | Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'kill-printf' into kill-more-printfGravatar Craig Tiller2015-01-23
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Add constant for min bufsize for timeout encodingGravatar Craig Tiller2015-01-23
| | | | | | | |
| | * | | | | | FormattingGravatar Craig Tiller2015-01-23
| | | | | | | |
| | * | | | | | srcGravatar Craig Tiller2015-01-23
| | | | | | | |
| | | * | | | | Merge pull request #178 from murgatroid99/merge_new_invoke_apiGravatar Craig Tiller2015-01-23
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge new invoke api
| | | | | * | | | Add the _framework.common package.Gravatar Nathaniel Manista2015-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's rather unimpressive at the moment with just one module.
| | | | | | * | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | | | |
| | | | | * | | | Fill out the foundation package.Gravatar Nathaniel Manista2015-01-23
| | | | |/ / / / | | | |/| | | |
| | | | | * | | Utilities for concatenating many stringsGravatar Craig Tiller2015-01-23
| | |_|_|/ / / | |/| | | | |
| | | | * | | Fixed node interop serverGravatar murgatroid992015-01-23
| | | | | | |
| * | | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| * | | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| * | | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| * | | | | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| | | | | | |
| * | | | | | Merge branch 'kill-printf' into kill-more-printfGravatar Craig Tiller2015-01-23
| |\| | | | |