aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Move pollset_kick wfd creation/destruction out of freelist lockGravatar David Klempner2015-02-05
* Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
|\
| * Addressing comments.Gravatar Julien Boeuf2015-02-05
* | Fix memory leak on server channelsGravatar Craig Tiller2015-02-05
* | Fix lame clientGravatar Craig Tiller2015-02-05
* | Force a round trip on disconnect before closing a channelGravatar Craig Tiller2015-02-05
* | 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 pull request #383 from ctiller/http3Gravatar Vijay Pai2015-02-05
| |\ \
* | | | 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
| * | | Respecify our way out of some very high contentionGravatar Craig Tiller2015-02-04
|/ / /
| | * Oooops. Forgot a the new file.Gravatar Julien Boeuf2015-02-04
| * | Merge github.com:google/grpc into http3Gravatar Craig Tiller2015-02-04
| |\ \ | |/ / |/| |
* | | Merge pull request #396 from dklempner/source_cleanupGravatar Craig Tiller2015-02-04
|\ \ \
* \ \ \ Merge pull request #398 from nicolasnoble/http2-read-firstGravatar Craig Tiller2015-02-04
|\ \ \ \
| | | | * Adding linux specific env implementation.Gravatar Julien Boeuf2015-02-04
* | | | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
|\ \ \ \ \
| | * | | | Let the http2 transport issue a read request before pumping bytes into it.Gravatar Nicolas Noble2015-02-04
| |/ / / /
| * | | | Add a missing mdstr_unrefGravatar David Klempner2015-02-04
| | * | | Merge branch 'master' into source_cleanupGravatar David Klempner2015-02-04
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' into timespecGravatar David Klempner2015-02-04
| |\ \ \ \
| | * \ \ \ Merge pull request #392 from dklempner/timevalGravatar Craig Tiller2015-02-04
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'async-api' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-04
|\ \ \ \ \ \ \
* | | | | | | | Fix check for whether we should write to prevent infinite loopGravatar Craig Tiller2015-02-04
| | | | * | | | Remove timeval functionsGravatar David Klempner2015-02-04
| | | | | * | | Fix up feature test macrosGravatar David Klempner2015-02-04
| | | | |/ / /
| | | * | | | Merge pull request #369 from jboeuf/tsan_opensslGravatar Nicolas Noble2015-02-04
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | * / | | | Make gpr_timespec no longer be a typedef for struct timespec in posixGravatar David Klempner2015-02-04
| | |/ / / /
| | | | * / Eliminate condvar in chttp2 transportGravatar Craig Tiller2015-02-04
| | |_|/ / | |/| | |
| | | | * Addressing comments.Gravatar Julien Boeuf2015-02-03
| * | | | Cleanup documentationGravatar Craig Tiller2015-02-03
| * | | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-03
| |\| | |
| * | | | Use unsigned for shiftsGravatar Craig Tiller2015-02-03
| | * | | Merge pull request #380 from dklempner/cpu_linux_buildGravatar Craig Tiller2015-02-03
| | |\ \ \
| | | * | | undef and endif aren't the same thingGravatar David Klempner2015-02-03
| | | * | | We should ifdef check the define of _GNU_SOURCEGravatar David Klempner2015-02-03
| | | * | | Have cpu_linux.c define _GNU_SOURCE at the beginning of the fileGravatar David Klempner2015-02-03
| | * | | | Adding another condition variable to fix the iomgr shutdown issue.Gravatar Nicolas "Pixel" Noble2015-02-04
| * | | | | Add some documentation to call.cGravatar Craig Tiller2015-02-03
|/ / / / /
| | | * | Addressing nicolasnoble@ comments.Gravatar Julien Boeuf2015-02-03
| * | | | Fixing potential hitch in iomgr shutdown.Gravatar Nicolas "Pixel" Noble2015-02-04
| |/ / /
| | * / Fixing tsan errors in OpenSSL (#319)Gravatar Julien Boeuf2015-02-03
| |/ /
* | | Simplify call.cGravatar Craig Tiller2015-02-03
* | | Fix alloc of zero requestGravatar Craig Tiller2015-02-03
* | | Fix potential deadlockGravatar Craig Tiller2015-02-03