Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | 2015-07-19 | |
|\ | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | 2015-07-19 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
* | | | Extend tracer to server shutdown | 2015-07-18 | |
|/ / | |||
* | | Merge pull request #2470 from ctiller/i-want-to-wait-free | 2015-07-17 | |
|\ \ | | | | | | | Lock free requested call fulfillment path | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-07-15 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak | ||
| * | | | Initial fixes for lock free request path | 2015-07-14 | |
| | | | | |||
| * | | | First pass of lockless delivery of new calls | 2015-07-13 | |
| | | | | |||
| * | | | Split request matching into a single datastructure | 2015-07-13 | |
| | |/ | |/| | |||
* | | | Updating wrapped languages to new time functions | 2015-07-13 | |
| | | | |||
* | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | 2015-07-13 | |
|\| | | |||
* | | | Introduce a clock type field onto gpr_timespec. | 2015-07-13 | |
| | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
| * | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time | 2015-07-10 | |
| |\ \ | |/ / |/| | | Introduce multiple clocks to GPR | ||
| * | | Merge github.com:grpc/grpc into simpler-cq | 2015-07-10 | |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | 2015-07-10 | |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #2328 from ctiller/be-less-verbose | 2015-07-09 | |
| |\ \ \ | | | | | | | | | | | Be less verbose during shutdown | ||
| | * \ \ | Merge github.com:grpc/grpc into be-less-verbose | 2015-07-09 | |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-07-09 | |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | * | | Merge branch 'hosts-need-names-too' into simpler-cq | 2015-07-09 | |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Fix host name matching not working | 2015-07-09 | |
|/ / / / | |||
| | * | | clang-format affected files | 2015-07-09 | |
| | | | | |||
| | * | | FIx memory leak | 2015-07-09 | |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into simpler-cq | 2015-07-09 | |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #2315 from ctiller/screw-you-guys-im-taking-my-own-lock | 2015-07-09 | |
|\ \ \ \ | | | | | | | | | | | Split mu_call into a server-wide and a per-call lock | ||
* \ \ \ \ | Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged | 2015-07-08 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add metadata refcount debug helpers | ||
| | | | * \ | Merge branch 'screw-you-guys-im-taking-my-own-lock' into simpler-cq | 2015-07-08 | |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | | * | | Fix uninitialized variable | 2015-07-08 | |
| | | | | | | |||
| | | | * | | Rewrite completion queue internals to use pre-allocation of events | 2015-07-08 | |
| |_|_|/ / |/| | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-07-08 | |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | * | | Reduce spam | 2015-07-08 | |
| |_|/ / |/| | | | |||
| | * | | Split mu_call into a server-wide and a per-call lock | 2015-07-07 | |
| |/ / |/| | | |||
| * | | Add metadata refcount debugging | 2015-07-06 | |
| | | | |||
* | | | Change transport contract to automatically disconnect after sending a goaway | 2015-07-05 | |
| | | | | | | | | | | | | iff there are no calls left - lets us remove this tracking from the server where it required a server-wide lock, and instead do the processing under the transport lock which parallelizes much more cleanly. | ||
* | | | Remove ALL_CALLS list | 2015-07-04 | |
|/ / | |||
| * | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-07-01 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak | ||
* | | | Spam cleanup | 2015-07-01 | |
| | | | |||
* | | | clang-format affected files | 2015-06-30 | |
| | | | |||
* | | | Better handling of cancellation, uri parse errors, and disconnection | 2015-06-29 | |
| | | | |||
* | | | Add connect retry, backoff | 2015-06-29 | |
| | | | |||
* | | | Debugging | 2015-06-29 | |
| | | | |||
* | | | Progress - need to add http filters | 2015-06-26 | |
| | | | |||
* | | | Small fixes | 2015-06-26 | |
| | | | |||
* | | | Moving chttp2 to new transport interface | 2015-06-25 | |
| | | | |||
* | | | Plumbing transport_op changes through | 2015-06-25 | |
| | | | |||
* | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-name | 2015-06-25 | |
|\ \ \ | | |/ | |/| | |||
* | | | s/grpc_transport_op/grpc_transport_stream_op/g | 2015-06-25 | |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | 2015-06-23 | |
| | |\ | |_|/ |/| | | |||
| | * | Added compression filter to server creation | 2015-06-23 | |
| | | | |||
| * | | Merge github.com:grpc/grpc into oops-i-split-it-again | 2015-06-19 | |
| |\ \ | |/ / |/| | | |||
* | | | Fix scope of a lock | 2015-06-18 | |
| | | | |||
* | | | Added comments to describe nesting of mutexes | 2015-06-17 | |
| | | |