1662 Commits (b82bfa4e95f0bc90c45c3eff8f86c701b4769f74)

Author SHA1 Message Date
Mark D. Roth 6600645135 Refactor hash table code into its own module and use it for method_config as well as method_config_table. 9 years ago
Mark D. Roth 4c3a4688bb Move method config table code to its own module. 9 years ago
Craig Tiller 7af69f34df Add buffer pools to build 9 years ago
Mark D. Roth 9a51cad472 Expose GRPC_ARG_MAX_SEND_MESSAGE_LENGTH channel arg in python. 9 years ago
Ken Payson 63d8af2b00 Add parameter for server options 9 years ago
murgatroid99 9030c81f20 Add a libuv endpoint to the C core, for use in the Node library 9 years ago
Ken Payson 31caabdead Add shim to support condition variable wakeup fds where pipe/eventfd is not available 9 years ago
Mark D. Roth 2137cd8e9b Rename client_config directory to client_channel. 9 years ago
Siddharth Shukla b24b5a39f8 Update argument documentation for channel methods 9 years ago
Craig Tiller 57726ca5a9 Revert "Revert "Grand unified closures"" 9 years ago
Craig Tiller 537f7c2a13 Revert "Grand unified closures" 9 years ago
Ken Payson 0651759392 Load roots.pem relative to current file 9 years ago
Ken Payson 7722245ce8 Make .pxi imports relative 9 years ago
Vizerai 12d1fc61d8 initial commit of tracing context files 9 years ago
Craig Tiller d8a3c048e2 Tie workqueue implementation to event engine 9 years ago
Mark D. Roth 4c0fe49f76 Move subchannel_call_holder code into client_channel module. 9 years ago
Mark D. Roth 7331a7aa62 Change wrapped languages to use the new channel arg macro name. 9 years ago
Alistair Veitch a0c69f9099 add trace context proto 9 years ago
Nathaniel Manista 79cf53c992 Lower-case example "Authorization" header name 9 years ago
Mark D. Roth 14c072ccc0 Initial code to move deadline timer into a filter. Timer cancellation 9 years ago
Mark D. Roth af00d8bfb2 Add channel arg for max send message size and add message size filter. 9 years ago
thinkerou 4ae1083044 remove unused import in grpcio_health_checking 9 years ago
siddharthshukla 82c01e5a95 remove skipIf from TypeSmokeTest (issue 7672) 9 years ago
Mark D. Roth ff4df06a66 Rename grpc_client_config to grpc_resolver_result. 9 years ago
Masood Malekghassemi f24a405551 Remove unused imports in grpcio-tests 9 years ago
Nathaniel Manista 7a6e30e61c Python grpc.secure_channel doc string correction 9 years ago
Yuchen Zeng dcd78be8c3 Remove improper ifdef 9 years ago
Yuchen Zeng ea88fc197b Remove dependency on node c-ares 9 years ago
Yuchen Zeng e986b658b7 Add back native resolver 9 years ago
Nicolas "Pixel" Noble 35b8c51485 Bumping version to 1.0.1-pre1. 9 years ago
Ken Payson 8348973de9 Use templates for python version dependencies 9 years ago
Craig Tiller 17ed6b17c7 Percent encoding routines 9 years ago
Nicolas "Pixel" Noble 0f9337b6a0 Removing pre2 flag. 9 years ago
Ken Payson 5998cd760c Add Python3.5 artifact targets 9 years ago
Yuchen Zeng d790dd6a5c Fix python build 9 years ago
Nathaniel Manista 5450f05e0c Migrate distrib, interop, and stress to GA API 9 years ago
murgatroid99 7c205906d5 Removed GPR_POSIX_FILE, and changed the files that used it 9 years ago
siddharthshukla f0f58e6873 skip test run if running with pypy 9 years ago
Yuchen Zeng 85750b08f2 Separate event driver from ares wrapper 9 years ago
murgatroid99 79b322751f refactor inet_ntop into a portability header 9 years ago
siddharthshukla 9eedb4ffd7 Switch init/shutdown: lib-wide -> per-object 9 years ago
Yuchen Zeng d4bbfc7dcf Implement c-ares based dns resolver 9 years ago
siddharthshukla de84d566b8 Fix the ThreadPoolExecutor: max_workers can't be 0 9 years ago
Ken Payson e5fd01a389 Bump python protobuf dependency to 3.0.0 9 years ago
Nicolas "Pixel" Noble 3260a1731a Bumping to 1.0.0-pre2. 9 years ago
Yuchen Zeng 9b5aa6360d Add c-ares in Makefile.template 9 years ago
murgatroid99 1533e6aab9 Rerun generate_projects.sh 9 years ago
Masood Malekghassemi fd9cc106f3 Be more intelligent about Cython in grpcio 9 years ago
Mark D. Roth 1102a9eef7 Update build files. 9 years ago
Ken Payson 8d3e9ec9c2 Fix cygrpc test 9 years ago