aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | * | FixesGravatar Craig Tiller2015-02-05
| | | | | |
| | | | * | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Polishing C# math service implementation and added an in-process mathclient ↵Gravatar Jan Tattermusch2015-02-05
| |/ / / / |/| | | | | | | | | | | | | | mathserver test
* | | | | Merge pull request #411 from jtattermusch/csharp_serverGravatar Michael Lumish2015-02-05
|\ \ \ \ \ | | | | | | | | | | | | Improved C# grpc server implementation to be able to register call handlers
| * | | | | removed outdated commentGravatar Jan Tattermusch2015-02-05
| | | | | |
| * | | | | added commentGravatar Jan Tattermusch2015-02-05
| | | | | |
| | | | * | Fix in-flight cancellationsGravatar Craig Tiller2015-02-05
| | | | | |
| | * | | | prefix struct & functions in census_tracing.h per ctiller's suggestion.Gravatar Hongyu Chen2015-02-05
| | | | | |
| | | | * | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Converted some cancellation testsGravatar Craig Tiller2015-02-05
| | | | | |
| | * | | | More update on dup_annotation_list following review comments.Gravatar Hongyu Chen2015-02-05
| | | | | |
* | | | | | Move pollset_kick wfd creation/destruction out of freelist lockGravatar David Klempner2015-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-newGravatar Craig Tiller2015-02-05
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding support for loading the SSL roots from an environment variable.
| * | | | | | Addressing comments.Gravatar Julien Boeuf2015-02-05
| | | | | | |
* | | | | | | Added usage info to csharp/README.mdGravatar Jan Tattermusch2015-02-05
| | | | | | |
| | | | | * | Fix memory usageGravatar Craig Tiller2015-02-05
| | | | | | |
| | | * | | | Merge branch 'census_active_ops' of https://github.com/maxwell-demon/grpc ↵Gravatar Hongyu Chen2015-02-05
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into census_active_ops
| | | * | | | | Update following a-vietch's commentsGravatar Hongyu Chen2015-02-05
| | | | | | | |
| | | | | | * | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | * | | | Update census_tracing.hGravatar Alistair Veitch2015-02-05
| | | |/ / / /
| | * / / / / Improved the server implementation to be able to register call handlers, ↵Gravatar Jan Tattermusch2015-02-05
| |/ / / / / |/| | | | | | | | | | | | | | | | | also some refactoring
* | | | | | Fix memory leak on server channelsGravatar Craig Tiller2015-02-05
| | | | | |
| | | | | * Adding Windows tcp server code.Gravatar Nicolas "Pixel" Noble2015-02-05
| | | | | |
* | | | | | Fix lame clientGravatar Craig Tiller2015-02-05
| | | | | |
* | | | | | Force a round trip on disconnect before closing a channelGravatar Craig Tiller2015-02-05
| | | | | | | | | | | | | | | | | | | | | | | | Prevents a use-after-free
* | | | | | Don't double deleteGravatar Craig Tiller2015-02-05
| | | | | |
* | | | | | Fix another leakGravatar Craig Tiller2015-02-05
| | | | | |
* | | | | | Merge github.com:google/grpc into lesanGravatar Craig Tiller2015-02-05
|\ \ \ \ \ \
| | | | * \ \ Merge github.com:google/grpc into bufferGravatar Craig Tiller2015-02-05
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | Merge branch 'buffer' of github.com:ctiller/grpc into bufferGravatar Craig Tiller2015-02-05
| | | | |\ \ \
| | | | * | | | Remove ternary operators hereGravatar Craig Tiller2015-02-05
| | | | | | | |
| * | | | | | | Merge pull request #378 from jtattermusch/csharp_prototypeGravatar Tim Emiola2015-02-05
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Prototype of gRPC C# library (Core and API examples)
| * \ \ \ \ \ \ \ Merge pull request #402 from murgatroid99/node_readmeGravatar Tim Emiola2015-02-05
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added a lot more information to Node README
| * \ \ \ \ \ \ \ \ Merge pull request #383 from ctiller/http3Gravatar Vijay Pai2015-02-05
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Eliminate condvar in chttp2 transport
* | | | | | | | | | | Better fix for segfaultGravatar Craig Tiller2015-02-05
| | | | | | | | | | |
* | | | | | | | | | | Fix segfaultGravatar Craig Tiller2015-02-05
| | | | | | | | | | |
* | | | | | | | | | | Fix memory leaksGravatar Craig Tiller2015-02-05
| | | | | | | | | | |
* | | | | | | | | | | Fix memory leakGravatar Craig Tiller2015-02-05
| | | | | | | | | | |
| * | | | | | | | | | Go one further.Gravatar Craig Tiller2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need for this branch at all.
| * | | | | | | | | | Respecify our way out of some very high contentionGravatar Craig Tiller2015-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.Gravatar Julien Boeuf2015-02-04
| | | | | | | | | |
| * | | | | | | | | Merge github.com:google/grpc into http3Gravatar Craig Tiller2015-02-04
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| | | | | | | * | | Merge github.com:google/grpc into bufferGravatar Craig Tiller2015-02-04
| | | | | | |/| | | | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c
* | | | | | | | | Merge pull request #396 from dklempner/source_cleanupGravatar Craig Tiller2015-02-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix up feature test macros
* \ \ \ \ \ \ \ \ \ Merge pull request #398 from nicolasnoble/http2-read-firstGravatar Craig Tiller2015-02-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Let the http2 transport issue a read request before pumping bytes into it.
| | | | | | * | | | | Adding linux specific env implementation.Gravatar Julien Boeuf2015-02-04
| | | | | | | | | | |
* | | | | | | | | | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * Fixing bad copy/paste.Gravatar Nicolas "Pixel" Noble2015-02-05
| | | | | | | | | | | |
| | | | | * | | | | | | Added a lot more information to READMEGravatar murgatroid992015-02-04
| | | | | | | | | | | |