aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
|\ | | | | Fix some ubsan issues
* \ Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-pleaseGravatar Jan Tattermusch2016-05-22
|\ \ | | | | | | "taking a this" -> "taking this" typo correction
* \ \ Merge pull request #6436 from jboeuf/credentials_refactoringGravatar Jan Tattermusch2016-05-22
|\ \ \ | | | | | | | | Refactoring the core security code.
* \ \ \ Merge pull request #6643 from jtattermusch/csharp_profiling2Gravatar Jan Tattermusch2016-05-19
|\ \ \ \ | | | | | | | | | | Simplify profiling in C# qps clients.
* \ \ \ \ Merge pull request #6640 from jtattermusch/csharp_assorted_cleanupGravatar Jan Tattermusch2016-05-19
|\ \ \ \ \ | | | | | | | | | | | | C# assorted cleanup
| | | | * | "taking a this" -> "taking this" typo correctionGravatar Nathaniel Manista2016-05-19
| |_|_|/ / |/| | | |
| | * | | support adding profilers to C# qps clientsGravatar Jan Tattermusch2016-05-18
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | | |\ \
| | * | | | return number of cores from serverGravatar Jan Tattermusch2016-05-18
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-05-18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | * | | | rename some ill-named enums and move them to the right filesGravatar Jan Tattermusch2016-05-18
| | | | | |
| | * | | | dont call into C core to get Timespec.InfPast and Timespec.InfFutureGravatar Jan Tattermusch2016-05-18
| | | | | |
| | * | | | move ServerRpcNew and ClientSideStatus to their own fileGravatar Jan Tattermusch2016-05-18
| | | | | |
| | * | | | tiny optimization in MetadataArraySafeHandleGravatar Jan Tattermusch2016-05-18
| |/ / / / |/| | | |
| | * | | make Profilers visible to Grpc.IntegrationTestingGravatar Jan Tattermusch2016-05-18
| |/ / / |/| | |
* | | | Merge pull request #6611 from murgatroid99/ruby_signal_handling_improvementGravatar Jan Tattermusch2016-05-18
|\ \ \ \ | | | | | | | | | | Handle signals properly when dropping GVL
| | | | * clang-formatGravatar Craig Tiller2016-05-18
| | | | |
| | | | * Merge github.com:grpc/grpc into signal_handlerGravatar Craig Tiller2016-05-18
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Finished removing ruby-level signal handlers againGravatar murgatroid992016-05-18
| | | | |
| * | | | Fixed a couple of issues, removed ruby-level signal handling againGravatar murgatroid992016-05-18
| | | | |
* | | | | Merge pull request #6588 from soltanmm/you're-my-compressionGravatar Jan Tattermusch2016-05-18
|\ \ \ \ \ | | | | | | | | | | | | Add compression support to lower Python/Cython layers
* \ \ \ \ \ Merge pull request #6463 from dgquintas/fix_compression_interopGravatar Jan Tattermusch2016-05-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed compression interop and re-enable for C++.
* \ \ \ \ \ \ Merge pull request #6499 from dgquintas/compression_accept_encodingGravatar Jan Tattermusch2016-05-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | grpc-accept-encoding checks
* \ \ \ \ \ \ \ Merge pull request #6607 from michaelbausor/masterGravatar Jan Tattermusch2016-05-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated functions with TSRM macros for ZTS support
| | | | | * | | | Re-added signal handlers to cancel calls and shut down serversGravatar murgatroid992016-05-17
| | | | | | | | |
| | | | * | | | | Add compression support to Cython layersGravatar Masood Malekghassemi2016-05-17
| | | | | | | | |
| | | | | | * | | Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-17
| | | | | | | | |
* | | | | | | | | Merge pull request #6542 from ctiller/ectermGravatar Jan Tattermusch2016-05-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Let execution contexts signal that they are done
| | | | | | | * | | regenerate buildfilesGravatar Jan Tattermusch2016-05-17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelismGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Break PARALLELISM test constant in two
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6439 from kpayson64/python_health_checkGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reworked python health checking and added tests
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6603 from ctiller/better_wakeupsGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix accelerated wakeups
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-laterGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sooner" -> "server" typo correction
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6556 from goldenbull/masterGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | use LANG_ENGLISH for windows api FormatMessage
| | | | | | | | | | | * | | rename names of generated enum values to match protobuf3beta3Gravatar Jan Tattermusch2016-05-16
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | regenerate C# protobuf messagesGravatar Jan Tattermusch2016-05-16
| | | | | | | | | | | | | |
| | | | | | | | | | | * | | Update Grpc.sln to Google.Protobuf.3.0.0-beta3Gravatar Jan Tattermusch2016-05-16
| | | | | | | | | | | | | |
| | | | | | | | | | * | | | Made signal handling properly handle non-killing signalsGravatar murgatroid992016-05-16
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | "sooner" -> "server" typo correctionGravatar Nathaniel Manista2016-05-16
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "... will not have the effect of stopping the sooner later", heh. :-P
| | | | | | | | | * | | | Removed remaining references to old server handling codeGravatar murgatroid992016-05-16
| | | | | | | | | | | | |
| | | | | | | | | * | | | Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | | | | * | | | | | Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Fix accelerated wakeupsGravatar Craig Tiller2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can end up in situations where a pollset needs to kick itself. This is supposed to be an accelerated codepath, however a bug crept in whereby we missed the opportunity to do so, resulting in needing to round trip these wakeups redundantly through the OS and wake other threads unnecessarily.
| | | | * | | | | | | Split and rename test_constants.PARALLELISMGravatar Nathaniel Manista2016-05-16
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Going forward we'd like to be able to test much larger numbers of RPCs than the number of threads available to a test.
* | | | | | | | | | Merge pull request #6578 from jtattermusch/add_bat_copyrightsGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add copyrights to .bat files (and update the checker to report missing ones)
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6414 from y-zeng/reflection_protoGravatar Yuchen Zeng2016-05-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Add reflection.proto
* | | | | | | | | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Splitting out a pure poll() based event engine
| | | * | | | | | | | | add missing copyrights to .bat filesGravatar Jan Tattermusch2016-05-13
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Renamed some definesGravatar David Garcia Quintas2016-05-12
| | | | | | | | | | |
| | * | | | | | | | | Added comment about repeated responsesGravatar Yuchen Zeng2016-05-12
| | | | | | | | | | |