Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added cancel to client APIs and cancelled event to server APIs | murgatroid99 | 2015-01-26 |
| | |||
* | Added cancel to surface calls | murgatroid99 | 2015-01-26 |
| | |||
* | Merge branch 'node_run_tests_py' into node_surface_cancellation | murgatroid99 | 2015-01-26 |
|\ | |||
* \ | Merge pull request #188 from ctiller/bprintf | Nicolas Noble | 2015-01-26 |
|\ \ | | | | | | | Remove more complicated sprintf usage from the libraries | ||
| | * | Added missing server shutdown to interop test runner | murgatroid99 | 2015-01-26 |
| |/ |/| | |||
* | | Removed all instances of == in js files | murgatroid99 | 2015-01-26 |
| | | |||
* | | Merge branch 'node_simplify_streams' into node_remove_implicit_type_coersion | murgatroid99 | 2015-01-26 |
|\ \ | |||
| * | | Shortened a function | murgatroid99 | 2015-01-26 |
| | | | |||
* | | | Merge pull request #197 from nicolasnoble/win32-sockets | Craig Tiller | 2015-01-25 |
|\ \ \ | | | | | | | | | Fixing some win32 sockets misuses | ||
* | | | | Fixing an extremely suspicious-looking paradigm in murmur_hash.c | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-01-24 |
|/ / / | |||
| | * | Use a simpler growth algorithm | Craig Tiller | 2015-01-23 |
| | | | |||
* | | | Merge pull request #193 from nathanielmanistaatgoogle/python-introduction | Nicolas Noble | 2015-01-23 |
|\ \ \ | | | | | | | | | Bring the rest of Python RPC Framework into GRPC. | ||
| * | | | Add the _framework.face package. | Nathaniel Manista | 2015-01-24 |
| | | | | |||
| * | | | Add the _framework.base package. | Nathaniel Manista | 2015-01-24 |
| | | | | |||
| | * | | Moved some code around for clarity | murgatroid99 | 2015-01-23 |
| | | | | |||
| | * | | Removed unnecessary bidi stream wrappers | murgatroid99 | 2015-01-23 |
| | | | | |||
| | | * | Merge branch 'kill-more-printf' into bprintf | Craig Tiller | 2015-01-23 |
| | | |\ | |||
| | | * \ | Merge github.com:google/grpc into bprintf | Craig Tiller | 2015-01-23 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | | * | Merge branch 'kill-more-printf' of github.com:ctiller/grpc into kill-more-printf | Craig Tiller | 2015-01-23 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | | * | Add missing free | Craig Tiller | 2015-01-23 |
| | | | | | |||
* | | | | | Merge github.com:google/grpc into kill-more-printf | Craig Tiller | 2015-01-23 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||
| | | * | | Removed some duplicate stream code | murgatroid99 | 2015-01-23 |
| | | | | | |||
| | | | * | Merge branch 'kill-more-printf' into bprintf | Craig Tiller | 2015-01-23 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Use symbolic constant | Craig Tiller | 2015-01-23 |
| | | | | | |||
| | | | * | Added comments | Craig Tiller | 2015-01-23 |
| | | | | | |||
| * | | | | Merge pull request #179 from ctiller/kill-printf | jboeuf | 2015-01-23 |
| |\ \ \ \ | | |_|/ / | |/| | | | Remove uses of sprintf | ||
| | | | * | Remove use of vsprintf | Craig Tiller | 2015-01-23 |
| | | | | | |||
| | | | * | Add out-param to signal length of buffer | Craig Tiller | 2015-01-23 |
| | | | | | |||
| | | | * | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | | |||
| | | | * | Merge branch 'kill-more-printf' into bprintf | Craig Tiller | 2015-01-23 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge branch 'kill-printf' into kill-more-printf | Craig Tiller | 2015-01-23 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Add constant for min bufsize for timeout encoding | Craig Tiller | 2015-01-23 |
| | | | | | |||
| * | | | | Formatting | Craig Tiller | 2015-01-23 |
| | | | | | |||
| * | | | | src | Craig Tiller | 2015-01-23 |
| | | | | | |||
| | * | | | Merge pull request #178 from murgatroid99/merge_new_invoke_api | Craig Tiller | 2015-01-23 |
| | |\ \ \ | | | | | | | | | | | | | Merge new invoke api | ||
| | | | * | | Add the _framework.common package. | Nathaniel Manista | 2015-01-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's rather unimpressive at the moment with just one module. | ||
| | | | | * | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | | | |||
| | | | * | | Fill out the foundation package. | Nathaniel Manista | 2015-01-23 |
| | | |/ / | | |/| | | |||
| | | | * | Utilities for concatenating many strings | Craig Tiller | 2015-01-23 |
| |_|_|/ |/| | | | |||
| | | * | Fixed node interop server | murgatroid99 | 2015-01-23 |
| | | | | |||
* | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Remove uses of sprintf | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Merge branch 'kill-printf' into kill-more-printf | Craig Tiller | 2015-01-23 |
|\| | | | |||
| | * | | Correct an out-of-date path in a comment. | Nathaniel Manista | 2015-01-23 |
| | | | | |||
| * | | | Move string.h to internal code | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Remove use of sprintf | Craig Tiller | 2015-01-23 |
| | | | | |||
* | | | | Remove use of sprintf | Craig Tiller | 2015-01-23 |
| | | | |