aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Got core to compile (without the tests)Gravatar Julien Boeuf2015-10-09
|
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-09
|\
| * Merge pull request #3751 from jboeuf/fix_3680Gravatar Yang Gao2015-10-09
| |\ | | | | | | Fixing #3680
* | | First pass at the headers.Gravatar Julien Boeuf2015-10-09
| | |
| * | Merge pull request #3701 from yang-g/unreachableGravatar Craig Tiller2015-10-09
|/| | | | | | | | mark unreachable code with a macro
* | | Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
|\ \ \ | | | | | | | | Fixed unprotected access to call field
* \ \ \ Merge pull request #3691 from sreecha/fix_compressionGravatar David G. Quintas2015-10-09
|\ \ \ \ | | | | | | | | | | Fix incorrect assert
| | | * | add another return in case the macro is not defined and the compiler ↵Gravatar yang-g2015-10-08
| | | | | | | | | | | | | | | | | | | | complains about no return statement
| | * | | Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| | | | |
| | | * | merge and resolve conflictsGravatar yang-g2015-10-08
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Fixing #3680Gravatar Julien Boeuf2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server auth filter needs a reference on the server credentials so that the processor that belongs to the creds is not destroyed when the server auth filter is still using it. The server auth filter also does not need the security connector but just the auth context.
* | | | | fix compilation with VS2010Gravatar Jan Tattermusch2015-10-08
| |_|_|/ |/| | |
| | | * mark unreachable code with a macroGravatar yang-g2015-10-07
| | | |
* | | | Merge pull request #3647 from ctiller/smash-itGravatar Nicolas Noble2015-10-07
|\ \ \ \ | | | | | | | | | | Fix connectivity tests under Windows
* | | | | Fix broken udp_server_test, by adding exec_ctx to read_cbGravatar Robbie Shade2015-10-07
| | | | |
| | | * | Fixed unprotected access to call fieldGravatar David Garcia Quintas2015-10-06
| | | | |
| | * | | Fix incorrect assertGravatar Sree Kuchibhotla2015-10-06
| |/ / / |/| | |
* | | | Merge pull request #3679 from yang-g/flake3Gravatar Vijay Pai2015-10-06
|\ \ \ \ | | | | | | | | | | unref slice before cancel
| * | | | unref slice before cancelGravatar yang-g2015-10-06
| | |_|/ | |/| |
* | | | Merge pull request #3615 from dgquintas/gcc_520Gravatar Vijay Pai2015-10-06
|\ \ \ \ | |/ / / |/| | | Type conversion fixes to make GCC 5.2.0 happy
* | | | Merge pull request #3610 from ctiller/stressyGravatar Vijay Pai2015-10-06
|\ \ \ \ | |_|_|/ |/| | | Fix thread stuck problem on Mac
| * | | Add commentaryGravatar Craig Tiller2015-10-06
| | | |
| * | | Add commentaryGravatar Craig Tiller2015-10-06
| | | |
| * | | clang-formatGravatar Craig Tiller2015-10-06
| | | |
| * | | ex --> extGravatar Craig Tiller2015-10-06
| | | |
| | * | Simplified commentsGravatar David Garcia Quintas2015-10-06
| | | |
| | | * Fix memory leaksGravatar Craig Tiller2015-10-06
| | | |
| | | * Close incoming connections if we are post shutdownGravatar Craig Tiller2015-10-06
| | | |
| | | * Discard unnecessary subchannels when they're no longer requiredGravatar Craig Tiller2015-10-06
| | | |
| | | * Add a simpler (but slower) path for closures for where it makes senseGravatar Craig Tiller2015-10-06
| | | |
| | | * Tag struct to ease casting in debuggerGravatar Craig Tiller2015-10-06
| |_|/ |/| |
| | * Merge branch 'master' of github.com:grpc/grpc into gcc_520Gravatar David Garcia Quintas2015-10-05
| | |\ | |_|/ |/| |
* | | Merge pull request #3635 from ctiller/be-usefulGravatar Yang Gao2015-10-05
|\ \ \ | | | | | | | | Add a more useful log message when failing to connect
| | | * Added commentsGravatar David Garcia Quintas2015-10-05
| | | |
| * | | Add a more useful log message when failing to connectGravatar Craig Tiller2015-10-05
| | | |
* | | | Fix use-after-freeGravatar Craig Tiller2015-10-05
|/ / /
* | | Merge pull request #3627 from yang-g/flake2Gravatar Craig Tiller2015-10-05
|\ \ \ | | | | | | | | Deflake end2end_test
| | * \ Merge branch 'my-sanity-is-failing' into stressyGravatar Craig Tiller2015-10-05
| | |\ \ | |_|/ / |/| | |
* | | | Restore sanityGravatar Craig Tiller2015-10-05
| | | |
| | * | Merge github.com:grpc/grpc into stressyGravatar Craig Tiller2015-10-05
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #3006 from soltanmm/sketchbookGravatar Craig Tiller2015-10-05
|\ \ \ \ | | | | | | | | | | Add API tracing, coalesce surface+batch tracing
* \ \ \ \ Merge pull request #3611 from nicolasnoble/stop-fightingGravatar Michael Lumish2015-10-05
|\ \ \ \ \ | | | | | | | | | | | | Making template agree with clang-format.
| | | | | * Type conversion fixes to make GCC 5.2.0 happyGravatar David Garcia Quintas2015-10-03
| |_|_|_|/ |/| | | |
| * | | | Making template agree with clang-format.Gravatar Nicolas "Pixel" Noble2015-10-03
| | | | |
* | | | | Merge pull request #3586 from dgquintas/conn_state_watcher_pluckingGravatar Craig Tiller2015-10-02
|\ \ \ \ \ | | | | | | | | | | | | Added subchannel ability to unsubscribe to connectivity state changes.
* \ \ \ \ \ Merge pull request #3584 from dgquintas/subchannel_cleanupGravatar Craig Tiller2015-10-02
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Subchannel cleanup on iomgr shutdown
* | | | | | Merge pull request #3606 from dklempner/sanityGravatar Nicolas Noble2015-10-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Restore sanity by reformatting grpc_version_string
| | | | * | | Coalesce GRPC_TRACE=surface with API tracingGravatar Masood Malekghassemi2015-10-02
| | | | | | |
| | | | * | | Add API tracing to gRPC coreGravatar Masood Malekghassemi2015-10-02
| | | | | | |
| | | | * | | Coalesce GRPC_TRACE=surface,batch into GRPC_TRACE=surfaceGravatar Masood Malekghassemi2015-10-02
| |_|_|/ / / |/| | | | |