Commit Graph

43 Commits

Author SHA1 Message Date
Jan Tattermusch 2ca1df10aa restrict number of iterations for UnaryCallPerformance test 2015-10-15 19:44:59 -07:00
Jan Tattermusch 2b3579541b get rid of explicit GrpcEnvironment.Shutdown() 2015-08-20 18:36:28 -07:00
Jan Tattermusch f22abfbf1a rename async extension methods for clarity 2015-08-10 21:05:16 -07:00
Jan Tattermusch 410c473c2b make intializer for metadata even nicer 2015-08-08 00:02:07 -07:00
Jan Tattermusch c75c57c5af added ResponseHeadersTest, fixed stylecop issues 2015-08-07 22:07:40 -07:00
Jan Tattermusch 2615f39b20 fixing tests 2015-08-07 20:41:26 -07:00
Jan Tattermusch 0abb84746c big facelift of test code 2015-08-07 20:28:44 -07:00
Jan Tattermusch 3cd76d6ef2 fix tests 2015-08-05 15:14:35 -07:00
Jan Tattermusch 5c371f8376 renamed CallContext to CallOptions 2015-08-05 14:55:17 -07:00
Jan Tattermusch 5cb5ceda2c refactoring client side calls 2015-08-05 14:32:11 -07:00
Jan Tattermusch a9ddd02dae add servicename field to method 2015-08-05 14:32:10 -07:00
Jan Tattermusch 5e10f18376 introduce CallContext 2015-08-05 14:32:10 -07:00
Jan Tattermusch 31ba063224 changed the way ports are added to the server 2015-08-04 22:02:55 -07:00
Jan Tattermusch 021df8a7f2 changed way service definitions are added to the server 2015-08-04 20:31:11 -07:00
Jan Tattermusch d8bbdeae42 Added channel state API 2015-08-04 11:30:00 -07:00
Jan Tattermusch 5f8d9dccf4 only use lowercase metadata keys in headers 2015-07-27 16:34:35 -07:00
Jan Tattermusch 9b048e529e introducing async tests 2015-07-24 23:24:05 -07:00
Jan Tattermusch a96ac058f4 make insecure channel and server explicit 2015-07-24 15:35:24 -07:00
Jan Tattermusch 062c329cf8 expose peer info in serverside call handlers 2015-07-24 14:51:59 -07:00
Jan Tattermusch ae017092ad fix stylecop warnings 2015-07-22 11:59:13 -07:00
Jan Tattermusch 766d72b1c0 set primary user agent by C# channel 2015-07-22 11:32:36 -07:00
Jan Tattermusch e7e1c82d5e improving test readability 2015-07-21 12:38:07 -07:00
Jan Tattermusch a236ff205b rename Result to ResponseAsync 2015-07-21 12:33:31 -07:00
Jan Tattermusch 7d219cfe4a fix echo metadata test 2015-07-21 12:23:31 -07:00
Jan Tattermusch 25bb2ef8b8 regenerated code and fixed inconsistencies 2015-07-21 12:15:53 -07:00
Jan Tattermusch 1cf8d429e3 added some tests 2015-07-21 10:37:55 -07:00
Jan Tattermusch 998eb9bcaf populate server context 2015-07-20 22:12:53 -07:00
Jan Tattermusch 04eb89ca26 no need to call GrpcEnvironment.Initialize() explicitly 2015-07-10 22:18:16 -07:00
Jan Tattermusch 797b875ef2 undo hotfix from #1731 2015-06-17 10:53:59 -07:00
Jan Tattermusch c0e3a6682f temporary hotfix before #1577 is in 2015-06-17 10:39:16 -07:00
Jan Tattermusch da71a4d391 add host and port overload for new channel 2015-06-08 15:36:53 -07:00
Jan Tattermusch 03e82e2cdf Split address passed to AddListeningPort into host and port 2015-05-07 09:14:13 -07:00
Jan Tattermusch 8ab1f7ed3d added concept of ServerCallContext, that is passed to all server-side handlers 2015-05-07 09:14:13 -07:00
Jan Tattermusch 32d95b9744 remove duplicate initialize 2015-05-04 17:56:32 -07:00
Jan Tattermusch 8c2dd9d864 Fixes for C# cancellation support 2015-05-04 14:56:51 -07:00
Jan Tattermusch 618647dc74 fixed some stylecop warnings 2015-05-04 09:21:37 -07:00
Jan Tattermusch e5c446004f Added basic support for cancellation 2015-05-04 09:21:37 -07:00
Jan Tattermusch a5272b6adc A new version C# API based on async/await 2015-05-04 09:21:37 -07:00
Nicolas Noble cfd6073a66 Various Windows fixes.
-) using dupenv_s instead of getenv_s and calling strdup ourselves.
-) few impossible-to-obtain if checks.
-) various signed/unsigned casting.
-) using time_t instead of time32_t
-) checking output of FormatMessage for failures.
-) don't redefine _WIN32_WINNT without undefining it first.
-) fixed msvc's interlocked casting.
-) renamed AddPort to AddListeningPort.
-) added protobuf's third_party includes to search path.
-) added a missing definition for inet_ntop in mingw32.
-) removed useless declarations.
2015-03-19 04:21:22 +01:00
Jan Tattermusch c0b3721d61 added support for metadata 2015-03-16 13:20:22 -07:00
Jan Tattermusch 075dde42fe code style fixes based on StyleCop warnings 2015-03-11 18:23:53 -07:00
Jan Tattermusch 50faa8f78b Added support for true synchronous unary call and added some performance tests. 2015-02-23 11:35:49 -08:00
Jan Tattermusch 8b86b15e67 renaming of VS projects and other minor structural fixes 2015-02-20 09:49:25 -08:00