Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | add one bidi test | Yang Gao | 2015-03-13 | |
| * | | | | | | | | Allowing us to import google::protobuf::int64. | Nicolas "Pixel" Noble | 2015-03-13 | |
|/ / / / / / / / | ||||
| | | | | | | * | Creates cpu_iphone.c | Jorge Canizales | 2015-03-13 | |
* | | | | | | | | Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fix | Tim Emiola | 2015-03-13 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #1032 from nicolasnoble/protobuf-alternate | Yang Gao | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | wording change | Yang Gao | 2015-03-13 | |
| | * | | | | | | | | Node package version bump | murgatroid99 | 2015-03-13 | |
* | | | | | | | | | | Merge pull request #1012 from dklempner/nobarrier | Vijay Pai | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #1034 from sunxiaoguang/fix_duplicated_symbols | Michael Lumish | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1036 from Arkq/master | Nathaniel Manista | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | Moving ZeroCopyOutputStream to grpc++/config.h. | Nicolas "Pixel" Noble | 2015-03-13 | |
* | | | | | | | | | | | | | Merge pull request #1000 from nicolasnoble/python-plugin-no-std | Nathaniel Manista | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-id | Vijay Pai | 2015-03-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Update doc as requested in review | Tatsuhiro Tsujikawa | 2015-03-13 | |
| | | | | | | | | | | * | | | | Use "host" header field if ":authority" is not present | Tatsuhiro Tsujikawa | 2015-03-13 | |
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | Fix port selection for server | Arkadiusz Bokowy | 2015-03-13 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | Early return when duration is non-positive | Yang Gao | 2015-03-12 | |
| | | * | | | | | | | | | | Fix duplicated symbols | Xiaoguang Sun | 2015-03-13 | |
| | | | | | * | | | | | | | Switched protobufjs dependency to npm package instead of GitHub | murgatroid99 | 2015-03-12 | |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||
| | | | | * | | | | | | | Adding initial support for alternative protobuf libraries. | Nicolas Noble | 2015-03-13 | |
| | | | | | | * | | | | | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 | |
* | | | | | | | | | | | | Merge pull request #983 from jboeuf/refresh_token_parsing | Yang Gao | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | * | | | | | add missing GRPC_FINAL | Yang Gao | 2015-03-12 | |
* | | | | | | | | | | | | | Merge pull request #1005 from nathanielmanistaatgoogle/python-dockerfile-unit... | Tim Emiola | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1028 from murgatroid99/node_install_instructions_formatting | Tim Emiola | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1030 from jtattermusch/csharp_immutablecollections | Tim Emiola | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | Started using immutable collections and other code cleanup | Jan Tattermusch | 2015-03-12 | |
|/ / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | Merge pull request #1029 from jtattermusch/csharp_stylefixing | Tim Emiola | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | Setting up stylecop to ignore generated files and fixing style | Jan Tattermusch | 2015-03-12 | |
| | * | | | | | | | | | | | | | | Improved node install instructions and bumped version | murgatroid99 | 2015-03-12 | |
| |/ / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | Merge pull request #1027 from nicolasnoble/python-const-fix | Nathaniel Manista | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | * | Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into makes-cpu-posix-... | Jorge Canizales | 2015-03-12 | |
| | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Remove a const from a variable that should be mutable. | Nicolas "Pixel" Noble | 2015-03-12 | |
|/ / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | Merge pull request #1017 from jtattermusch/csharp_codestyle | Michael Lumish | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | | | Fix client sending invalid GOAWAY last-stream-id | Tatsuhiro Tsujikawa | 2015-03-12 | |
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | More sane ordering of methods | Vijay Pai | 2015-03-12 | |
| | | | | | | | | | * | | | | Change behavior to properly account for possibility of NULL | Vijay Pai | 2015-03-12 | |
* | | | | | | | | | | | | | | Merge pull request #1021 from Chilledheart/develop | Vijay Pai | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1009 from nicolasnoble/MacOS | Vijay Pai | 2015-03-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-12 | |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | resolve leak, now asan clean | Yang Gao | 2015-03-11 | |
| | | | | | | | | * | | | | | Rename anonymous to generic globally | Yang Gao | 2015-03-11 | |
| | * | | | | | | | | | | | | code style fixes based on StyleCop warnings | Jan Tattermusch | 2015-03-11 | |
| | * | | | | | | | | | | | | added stylecop settings file | Jan Tattermusch | 2015-03-11 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | Add support for deadline on CompletionQueue::Next | Vijay Pai | 2015-03-11 | |
| | | | | | * | | | | | | | Add a no_barrier_load atomic operation. | David Klempner | 2015-03-11 | |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||
| | | | | | * | | | | | | formatting | Yang Gao | 2015-03-11 | |
| | | | | | * | | | | | | add a jwt test case for interop test | Yang Gao | 2015-03-11 | |
| * | | | | | | | | | | | Trying to make the MacOS experience better by removing various spurious messa... | Nicolas "Pixel" Noble | 2015-03-11 | |
| | | | | | * | | | | | | The Jwt code was dropped somewhere in a merge. Put it back | Yang Gao | 2015-03-11 |