Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | | Fixes | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
| | | | * | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
| | * | | | | Polishing C# math service implementation and added an in-process mathclient ↵ | Jan Tattermusch | 2015-02-05 | |
| |/ / / / |/| | | | | | | | | | | | | | | mathserver test | |||
* | | | | | Merge pull request #411 from jtattermusch/csharp_server | Michael Lumish | 2015-02-05 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improved C# grpc server implementation to be able to register call handlers | |||
| * | | | | | removed outdated comment | Jan Tattermusch | 2015-02-05 | |
| | | | | | | ||||
| * | | | | | added comment | Jan Tattermusch | 2015-02-05 | |
| | | | | | | ||||
| | | | * | | Fix in-flight cancellations | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
| | * | | | | prefix struct & functions in census_tracing.h per ctiller's suggestion. | Hongyu Chen | 2015-02-05 | |
| | | | | | | ||||
| | | | * | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
| | | | * | | Converted some cancellation tests | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
| | * | | | | More update on dup_annotation_list following review comments. | Hongyu Chen | 2015-02-05 | |
| | | | | | | ||||
* | | | | | | Move pollset_kick wfd creation/destruction out of freelist lock | David Klempner | 2015-02-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was an observed source of contention at higher thread counts where we could overrun the freelist cap. | |||
| | | | * | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
* | | | | | | Merge pull request #359 from jboeuf/ssl_default_creds_integration | Yang Gao | 2015-02-05 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding support for loading the SSL roots from an environment variable. | |||
| * | | | | | | Addressing comments. | Julien Boeuf | 2015-02-05 | |
| | | | | | | | ||||
* | | | | | | | Added usage info to csharp/README.md | Jan Tattermusch | 2015-02-05 | |
| | | | | | | | ||||
| | | | | * | | Fix memory usage | Craig Tiller | 2015-02-05 | |
| | | | | | | | ||||
| | | * | | | | Merge branch 'census_active_ops' of https://github.com/maxwell-demon/grpc ↵ | Hongyu Chen | 2015-02-05 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into census_active_ops | |||
| | | * | | | | | Update following a-vietch's comments | Hongyu Chen | 2015-02-05 | |
| | | | | | | | | ||||
| | | | | | * | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||
| | | | * | | | | Update census_tracing.h | Alistair Veitch | 2015-02-05 | |
| | | |/ / / / | ||||
| | * / / / / | Improved the server implementation to be able to register call handlers, ↵ | Jan Tattermusch | 2015-02-05 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | also some refactoring | |||
* | | | | | | Fix memory leak on server channels | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
| | | | | * | Adding Windows tcp server code. | Nicolas "Pixel" Noble | 2015-02-05 | |
| | | | | | | ||||
* | | | | | | Fix lame client | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
* | | | | | | Force a round trip on disconnect before closing a channel | Craig Tiller | 2015-02-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Prevents a use-after-free | |||
* | | | | | | Don't double delete | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
* | | | | | | Fix another leak | Craig Tiller | 2015-02-05 | |
| | | | | | | ||||
* | | | | | | Merge github.com:google/grpc into lesan | Craig Tiller | 2015-02-05 | |
|\ \ \ \ \ \ | ||||
| | | | * \ \ | Merge github.com:google/grpc into buffer | Craig Tiller | 2015-02-05 | |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| | | | * | | | Merge branch 'buffer' of github.com:ctiller/grpc into buffer | Craig Tiller | 2015-02-05 | |
| | | | |\ \ \ | ||||
| | | | * | | | | Remove ternary operators here | Craig Tiller | 2015-02-05 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #378 from jtattermusch/csharp_prototype | Tim Emiola | 2015-02-05 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Prototype of gRPC C# library (Core and API examples) | |||
| * \ \ \ \ \ \ \ | Merge pull request #402 from murgatroid99/node_readme | Tim Emiola | 2015-02-05 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added a lot more information to Node README | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #383 from ctiller/http3 | Vijay Pai | 2015-02-05 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Eliminate condvar in chttp2 transport | |||
* | | | | | | | | | | | Better fix for segfault | Craig Tiller | 2015-02-05 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Fix segfault | Craig Tiller | 2015-02-05 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Fix memory leaks | Craig Tiller | 2015-02-05 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Fix memory leak | Craig Tiller | 2015-02-05 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Go one further. | Craig Tiller | 2015-02-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need for this branch at all. | |||
| * | | | | | | | | | | Respecify our way out of some very high contention | Craig Tiller | 2015-02-04 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Theres no need for every thread to exit polling early if an alarm might finish, so there's no need to contend here. | |||
| | | | * | | | | | | Oooops. Forgot a the new file. | Julien Boeuf | 2015-02-04 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Merge github.com:google/grpc into http3 | Craig Tiller | 2015-02-04 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| | | | | | | * | | | Merge github.com:google/grpc into buffer | Craig Tiller | 2015-02-04 | |
| | | | | | |/| | | | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c | |||
* | | | | | | | | | Merge pull request #396 from dklempner/source_cleanup | Craig Tiller | 2015-02-04 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix up feature test macros | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #398 from nicolasnoble/http2-read-first | Craig Tiller | 2015-02-04 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Let the http2 transport issue a read request before pumping bytes into it. | |||
| | | | | | * | | | | | Adding linux specific env implementation. | Julien Boeuf | 2015-02-04 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-04 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | * | Fixing bad copy/paste. | Nicolas "Pixel" Noble | 2015-02-05 | |
| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | Added a lot more information to README | murgatroid99 | 2015-02-04 | |
| | | | | | | | | | | | |