aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | | | Remove dead codeGravatar Craig Tiller2015-03-16
| |/ / / / / / / |/| | | | | | |
| | * | | | | | Defaulting run_tests to just opt.Gravatar Nicolas "Pixel" Noble2015-03-16
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1043 from icodeplus/remove_else_codeGravatar Yang Gao2015-03-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remove 'else' code, release lock by destructor
| | | | | * | | Using cc and c++ instead of gcc and g++.Gravatar Nicolas "Pixel" Noble2015-03-16
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Not all systems are equal, and have gcc. However, cc and c++ are more common aliases for the system's compiler. FreeBSD is an example.
| * | | | | | remove 'else' code, release lock by destructorGravatar Ruyi Wang2015-03-14
|/ / / / / /
| * | | | | copy and paste does not workGravatar Yang Gao2015-03-13
| | | | | |
| * | | | | Add error logs when credentials are created with non-positive lifetimesGravatar Yang Gao2015-03-13
| | | | | |
* | | | | | Merge pull request #1039 from nicolasnoble/bytecountGravatar Yang Gao2015-03-13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Allowing us to import google::protobuf::int64.
| | | * | | add a commentGravatar Yang Gao2015-03-13
| | | | | |
| | | * | | sort the tags, this is not necessary, just make it look betterGravatar Yang Gao2015-03-13
| | | | | |
| | | * | | add one bidi testGravatar Yang Gao2015-03-13
| | | | | |
| * | | | | Allowing us to import google::protobuf::int64.Gravatar Nicolas "Pixel" Noble2015-03-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition.
* | | | | Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fixGravatar Tim Emiola2015-03-13
|\ \ \ \ \ | | | | | | | | | | | | Switched protobufjs dependency to npm package instead of GitHub
* \ \ \ \ \ Merge pull request #1032 from nicolasnoble/protobuf-alternateGravatar Yang Gao2015-03-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding support for alternative protobuf libraries.
| | | | * | | wording changeGravatar Yang Gao2015-03-13
| | | | | | |
| | * | | | | Node package version bumpGravatar murgatroid992015-03-13
| | | | | | |
* | | | | | | Merge pull request #1012 from dklempner/nobarrierGravatar Vijay Pai2015-03-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a no_barrier_load atomic operation.
* \ \ \ \ \ \ \ Merge pull request #1034 from sunxiaoguang/fix_duplicated_symbolsGravatar Michael Lumish2015-03-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix duplicated symbols
* \ \ \ \ \ \ \ \ Merge pull request #1036 from Arkq/masterGravatar Nathaniel Manista2015-03-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix port selection for Python server.
| | | | * | | | | | Moving ZeroCopyOutputStream to grpc++/config.h.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1000 from nicolasnoble/python-plugin-no-stdGravatar Nathaniel Manista2015-03-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Removing the "using std::string" in the python plugin code.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-idGravatar Vijay Pai2015-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix client sending invalid GOAWAY last-stream-id
| * | | | | | | | | | | Update doc as requested in reviewGravatar Tatsuhiro Tsujikawa2015-03-13
| | | | | | | | | | | |
| | | | | | | | | | | * Use "host" header field if ":authority" is not presentGravatar Tatsuhiro Tsujikawa2015-03-13
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ":authority" is not mandatory in HTTP/2 unless request method is "CONNECT". If ":authority" is not present, server should look for "host" header field. This patch does not check method value, it is a future TODO. This is a first step for GH-1022.
| | | * | | | | | | | Fix port selection for serverGravatar Arkadiusz Bokowy2015-03-13
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 31e65be introduces a bug which causes starting server on a randomly selected port.
| | | | | | | * | | Early return when duration is non-positiveGravatar Yang Gao2015-03-12
| | | | | | | | | |
| | | * | | | | | | Fix duplicated symbolsGravatar Xiaoguang Sun2015-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated symbols caused by having definition instead of declaration in header file.
| | | | | | * | | | Switched protobufjs dependency to npm package instead of GitHubGravatar murgatroid992015-03-12
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | * | | | Adding initial support for alternative protobuf libraries.Gravatar Nicolas Noble2015-03-13
| | | | | | | | |
| | | | | | | * | Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
| | | | | | | | |
* | | | | | | | | Merge pull request #983 from jboeuf/refresh_token_parsingGravatar Yang Gao2015-03-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adding refresh token credentials.
| | | | | | | | * | add missing GRPC_FINALGravatar Yang Gao2015-03-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1005 from ↵Gravatar Tim Emiola2015-03-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list
* \ \ \ \ \ \ \ \ \ \ Merge pull request #1028 from murgatroid99/node_install_instructions_formattingGravatar Tim Emiola2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved node install instructions and bumped version
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1030 from jtattermusch/csharp_immutablecollectionsGravatar Tim Emiola2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Started using immutable collections and other code cleanup
| * | | | | | | | | | | | Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1029 from jtattermusch/csharp_stylefixingGravatar Tim Emiola2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Setting up stylecop to ignore generated files and fixing style
| * | | | | | | | | | | | Setting up stylecop to ignore generated files and fixing styleGravatar Jan Tattermusch2015-03-12
| | | | | | | | | | | | |
| | * | | | | | | | | | | Improved node install instructions and bumped versionGravatar murgatroid992015-03-12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1027 from nicolasnoble/python-const-fixGravatar Nathaniel Manista2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Remove a const from a variable that should be mutable.
| * | | | | | | | | | | Remove a const from a variable that should be mutable.Gravatar Nicolas "Pixel" Noble2015-03-12
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deadline is passed by address to PyArg_ParseTuple to update its value. However, deadline is a const double, so attempting to change its value is undefined behavior. Remove the const to have well-defined behavior.
* | | | | | | | | | | Merge pull request #1017 from jtattermusch/csharp_codestyleGravatar Michael Lumish2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixing C# codestyle
| | | | * | | | | | | | Fix client sending invalid GOAWAY last-stream-idGravatar Tatsuhiro Tsujikawa2015-03-12
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously client sends its own initiated stream ID in last-stream-id field of GOAWAY, which misses the point in HTTP/2 specification. Unless server push is utilized heavily, client should not assign its transport's last_incoming_stream_id, since it is a response from server to client's initiated stream ID. This commit fixes it. See GH-1024
| | | | | | | | | | * More sane ordering of methodsGravatar Vijay Pai2015-03-12
| | | | | | | | | | |
| | | | | | | | | | * Change behavior to properly account for possibility of NULLGravatar Vijay Pai2015-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag. This can happen if the tag is actually an integer being typecast to void* To avoid breaking the API of existing Next calls, I've made a new AsyncNext method with a tri-state return that indicates whether there is a shutdown, an actual event, or a timeout. Still needs proper testing for the AsyncNext method specifically.
* | | | | | | | | | | Merge pull request #1021 from Chilledheart/developGravatar Vijay Pai2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add missing GRPC_OVERRIDE, NFC
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1009 from nicolasnoble/MacOSGravatar Vijay Pai2015-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | Improving MacOS.
| | * | | | | | | | | | Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-12
| |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | | | | * | resolve leak, now asan cleanGravatar Yang Gao2015-03-11
| | | | | | | | | | |
| | | | | | | | | * | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| | | | | | | | | | |