Jan Tattermusch 840590e4d8 simplify .NET framework loading logic 5 лет назад
..
AsyncCall.cs 06b420d314 consider cancelRequested flag too 6 лет назад
AsyncCallBase.cs ec351c1ac2 reorder UnsafeSerialize 6 лет назад
AsyncCallServer.cs 9ae5c5df24 address a TODO 6 лет назад
AtomicCounter.cs 7a3bd5b7d6 more correct atomic counter 8 лет назад
AuthContextSafeHandle.cs 9210293d9e dont use generic version of Marshal.SizeOf 8 лет назад
BatchContextSafeHandle.cs 4c303a387e Revert "Revert "C# expose C-core's debug error string in Status struct"" 5 лет назад
CStringSafeHandle.cs 7897ae9308 auto-fix most of licenses 8 лет назад
CallCredentialsSafeHandle.cs 7897ae9308 auto-fix most of licenses 8 лет назад
CallError.cs 9d51ce6076 make C# CallError enum up to date with C core 5 лет назад
CallOptionsExtensions.cs 5a97383283 move CallInvoker and its prerequisites to Grpc.Core.Api 6 лет назад
CallSafeHandle.cs 64cdea5a07 fix some spelling mistakes in document 6 лет назад
ChannelArgsSafeHandle.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ChannelCredentialsSafeHandle.cs c835fedd4d Modify verifyPeerCallback logic to use NativeCallbackDispatcher 7 лет назад
ChannelSafeHandle.cs 0f41e496d2 simple version of batchcontext pooling 8 лет назад
ClientRequestStream.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ClientResponseStream.cs 39775cf30f remove delegate allocation and boxing from cancellation registrations 6 лет назад
ClientSideStatus.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ClockType.cs 7897ae9308 auto-fix most of licenses 8 лет назад
CompletionQueueEvent.cs 7897ae9308 auto-fix most of licenses 8 лет назад
CompletionQueueSafeHandle.cs bc1283c43b forbid BeginOp and EndOp for sync completion queue altogether 6 лет назад
CompletionRegistry.cs e8b331305c basic pooling of requestcallcontext 8 лет назад
ContextPropagationFlags.cs d748d9c01d Refactor ContextPropagationToken 7 лет назад
ContextPropagationTokenImpl.cs 50854e9521 remove unsubstantiated TODO 7 лет назад
CoreErrorDetailException.cs 4c303a387e Revert "Revert "C# expose C-core's debug error string in Status struct"" 5 лет назад
DebugStats.cs 7897ae9308 auto-fix most of licenses 8 лет назад
DefaultCallCredentialsConfigurator.cs a1a878b593 make CallCredentials implementation agnostic 7 лет назад
DefaultChannelCredentialsConfigurator.cs 11bf6dbad6 simplify CachedNativeCredentials 6 лет назад
DefaultDeserializationContext.cs 05772b699f a bit of cleanup 6 лет назад
DefaultObjectPool.cs 64cdea5a07 fix some spelling mistakes in document 6 лет назад
DefaultSerializationContext.cs f4480fa8b2 Change to use SetPayloadLength 6 лет назад
DefaultServerCallContext.cs b1914bd46c remove lazy<T> usage 6 лет назад
DefaultSslRootsOverride.cs 7897ae9308 auto-fix most of licenses 8 лет назад
GrpcThreadPool.cs fba18d8551 Fix a number of spelling errors. 7 лет назад
INativeCall.cs 31eff3e679 stuff builds but tests crash 6 лет назад
IObjectPool.cs 0f41e496d2 simple version of batchcontext pooling 8 лет назад
IPooledObject.cs c14997be8e fix leak caused by csharp context pooling 8 лет назад
IServerResponseStream.cs 9c51ff9b33 Make C# ServerCallContext implementation agnostic 7 лет назад
MarshalUtils.cs b6e104f22f make use of Encoding.GetString(byte*, int) when available; poly-fill when not available (NET45); move related logic to extension class 6 лет назад
MetadataArraySafeHandle.cs 0628990feb UTF8 decode: remove "unsafe" from a bunch of places that don't need it any more 6 лет назад
MonoPInvokeCallbackAttribute.cs f422acdb7e move MonoPInvokeCallbackAttribute to a separate file 7 лет назад
NativeCallbackDispatcher.cs f1199912e8 fix typo in log message 7 лет назад
NativeExtension.cs 840590e4d8 simplify .NET framework loading logic 5 лет назад
NativeLogRedirector.cs f422acdb7e move MonoPInvokeCallbackAttribute to a separate file 7 лет назад
NativeMetadataCredentialsPlugin.cs d37fbe1f77 add extra comments that explain that #19196 is not an issue 5 лет назад
NativeMethods.Generated.cs 7324c5cae7 Load native extension on .NET core via differentiated DllImports 5 лет назад
NativeMethods.cs fdd24f10f3 enable loading grpc_csharp_ext as a unity native plugin 8 лет назад
PlatformApis.cs cf8792c7de improve check for Unity runtime 5 лет назад
RequestCallContextSafeHandle.cs fba18d8551 Fix a number of spelling errors. 7 лет назад
ReusableSliceBuffer.cs 891dc61d8e move slice memory manager 6 лет назад
SafeHandleZeroIsInvalid.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ServerCallHandler.cs 8a33ae4c52 simplify IServerCallHandler 7 лет назад
ServerCalls.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ServerCredentialsSafeHandle.cs db0e21a5cb Expose certificate request type in SslServerCredentials. 7 лет назад
ServerRequestStream.cs 39775cf30f remove delegate allocation and boxing from cancellation registrations 6 лет назад
ServerResponseStream.cs 9c51ff9b33 Make C# ServerCallContext implementation agnostic 7 лет назад
ServerRpcNew.cs 7897ae9308 auto-fix most of licenses 8 лет назад
ServerSafeHandle.cs e8b331305c basic pooling of requestcallcontext 8 лет назад
ServerServiceDefinitionExtensions.cs 73b846492a change namespace to internal 7 лет назад
Slice.cs fbd5a47181 use System.Memory and Span<> on all TFMs 6 лет назад
SliceBufferSafeHandle.cs bdac6a5dd4 Revert csharp workaround for empty payload gzip compression crash 6 лет назад
SliceMemoryManager.cs 532bdf7cd2 fixup SliceMemoryManager 6 лет назад
Timespec.cs 746287111d (left a base-call in that I'd used to get the intellisense comment) 6 лет назад
UnimplementedCallInvoker.cs 7897ae9308 auto-fix most of licenses 8 лет назад
UnmanagedLibrary.cs be80a7047b Use version agnostic symbol for NETSTANDARD 5 лет назад
WellKnownStrings.cs 2ebbf220ab fix C# sanity and other nits 6 лет назад