aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | * | | | | 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
| | | | | | |
| * | | | | | 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.
| | | | | * Creates cpu_iphone.cGravatar Jorge Canizales2015-03-13
| | | | | | | | | | | | | | | | | | | | | | | | So that cpu_posix.c can be left untouched for the other platforms.
| * | | | | 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.
| * \ \ \ \ \ \ \ \ \ Merge pull request #1028 from murgatroid99/node_install_instructions_formattingGravatar Tim Emiola2015-03-12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved node install instructions and bumped version
| * | | | | | | | | | | 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 commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into ↵Gravatar Jorge Canizales2015-03-12
| | | | | | | | | | | |\ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | makes-cpu-posix-portable
| * / | | | | | | | | | 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
| | | | | | | | | * | 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.
| * | | | | | | | | | 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
| | | | | | | | | |
| | * | | | | | | | code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
| | | | | | | | | |
| | * | | | | | | | added stylecop settings fileGravatar Jan Tattermusch2015-03-11
| |/ / / / / / / /
| | | | | | | * | Add support for deadline on CompletionQueue::NextGravatar Vijay Pai2015-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the deadline elapses, return true but have a null tag.
| | | | | * | | | Add a no_barrier_load atomic operation.Gravatar David Klempner2015-03-11
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use this to relax the acq_loads in some fd_posix assertions. The primary goal here is to avoid masking potential iomgr races from tsan.
| | | | | * | | The Jwt code was dropped somewhere in a merge. Put it backGravatar Yang Gao2015-03-11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-11
|\| | | | | |
| * | | | | | Merge pull request #990 from jtattermusch/csharp_tls_serverGravatar Tim Emiola2015-03-11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | C# server-side TLS support
| | | | * | | Removing the `using std::string` in the python plugin code.Gravatar Nicolas "Pixel" Noble2015-03-11
| | | | | | |
| * | | | | | Merge pull request #998 from yang-g/nameoverrideGravatar Vijay Pai2015-03-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use ssl name override if it's in the channel argument
* | | | | | | | Expose server cq for polling incoming anonymous rpcsGravatar Yang Gao2015-03-11
| | | | | | | |
* | | | | | | | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-10
|\| | | | | | |
| * | | | | | | Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Avoid unnecessary copies during protobuf serialization and deserialization
| * | | | | | | Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanupGravatar Masood Malekghassemi2015-03-10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Eliminate the Python "assembly" package
| | | | * | | | | Use ssl name override if it's in the channel argumentGravatar Yang Gao2015-03-10
| | |_|/ / / / / | |/| | | | | |