aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Allow a build config called CONFIG=latprof that defines the appropriateGravatar Vijay Pai2015-04-13
| | | | | variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing actually takes place.
* Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
| | | | statistics
* Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-04-13
|\
* \ Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timersGravatar Vijay Pai2015-04-13
|\ \
| * | Infrastructure for timer insertion, logging, and testing.Gravatar Vijay Pai2015-04-13
| | |
| | * Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_apiGravatar Jan Tattermusch2015-04-10
| | |\ | | | | | | | | Grpc ruby switch to new call api
| | * | Merge pull request #1257 from yang-g/codegennamespaceGravatar Nicolas Noble2015-04-10
| |/| | |/| | | | | | | When the proto file does not contain a package, do not generate namespac...
| | | * Fixed bad op referenceGravatar Tim Emiola2015-04-10
| | | |
| | | * Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| | | |
| | * | When the proto file does not contain a package, do not generate namespaceGravatar Yang Gao2015-04-10
| | | |
* | | | Merge pull request #1016 from dklempner/no_kick_selfGravatar Nicolas Noble2015-04-10
|\ \ \ \ | |_|/ / |/| | | Remove the current poller from the watch list to avoid immediately kicki...
| | | * Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
| | | |
| | | * Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| | | |
| | | * Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
| | | |
| | | * Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
| | | |
| | | * Update RPC server to use the new call APIGravatar Tim Emiola2015-04-10
| | | |
| | | * Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
| | | |
| | | * Rewrite client_server_spec to use the new call APIGravatar Tim Emiola2015-04-10
| | | |
| | | * Updates Server#request_call in line with the new APIGravatar Tim Emiola2015-04-10
| | | |
| | | * Adds Call#run_batchGravatar Tim Emiola2015-04-10
| | | | | | | | | | | | | | | | | | | | | | | | - named run_batch rather than start_batch - this is because the func starts the batch, but additionally waits for it to complete
| | | * Adds symbols to access the fields in Status structGravatar Tim Emiola2015-04-10
| | | |
| | | * Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
| | | | | | | | | | | | | | | | | | | | - allows it to be used from other files, e.g, in Call#run_batch - this keeps code related to releasing the GIL during #pluck in one place
| | | * Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methodsGravatar Tim Emiola2015-04-10
| | | |
| | | * Adds the call operation codesGravatar Tim Emiola2015-04-10
| | | |
| | | * Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
| |_|/ |/| |
* | | Merge pull request #1243 from jboeuf/cpp_creds_refactorGravatar Yang Gao2015-04-10
|\ \ \ | | | | | | | | Have the secure credentials in separate header files.
| * | | Addressing comments.Gravatar Julien Boeuf2015-04-10
| | | |
| * | | Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
| | | |
* | | | Merge pull request #1222 from ctiller/mac-fixesGravatar Nicolas Noble2015-04-09
|\ \ \ \ | |/ / / |/| | | Mac fixes
* | | | Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
|\ \ \ \ | | | | | | | | | | Splitting gRPC service class codegen into its own set of files.
* \ \ \ \ Merge pull request #1234 from soltanmm/auth-interopGravatar Tim Emiola2015-04-09
|\ \ \ \ \ | | | | | | | | | | | | Add auth interop for Python
| | * | | | Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| | | | | |
| * | | | | Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| |/ / / / | | | | | | | | | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.
* | | | | Merge pull request #1235 from murgatroid99/php_memory_leaksGravatar Tim Emiola2015-04-09
|\ \ \ \ \ | | | | | | | | | | | | Fixed memory leaks in PHP extension code
* \ \ \ \ \ Merge pull request #1233 from murgatroid99/php_generator_scriptGravatar Tim Emiola2015-04-09
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Added script to generate test .php files from .proto files
| | * | | | Fixed memory leaks in PHP extension codeGravatar murgatroid992015-04-08
| | | | | |
| * | | | | Simplified scriptGravatar murgatroid992015-04-08
| | | | | |
| * | | | | Added script to generate test .php files from .proto filesGravatar murgatroid992015-04-08
| |/ / / /
* | / / / Fixing msys2 compilation...Gravatar Nicolas "Pixel" Noble2015-04-08
| |/ / / |/| | |
* | | | Merge pull request #1226 from murgatroid99/objective_c_pluginGravatar Tim Emiola2015-04-08
|\ \ \ \ | | | | | | | | | | Objective C protoc plugin
* \ \ \ \ Merge pull request #1221 from jtattermusch/math_serverGravatar Tim Emiola2015-04-08
|\ \ \ \ \ | | | | | | | | | | | | Added example math server
| | | | * | clang-formatGravatar Craig Tiller2015-04-07
| | | | | |
| | | | * | Update Windows build for interface changesGravatar Craig Tiller2015-04-07
| | | | | |
| | | | * | Fix server shutdownGravatar Craig Tiller2015-04-07
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout
* | | | | Merge pull request #1202 from atombender/fix-python-build-on-macGravatar Masood Malekghassemi2015-04-07
|\ \ \ \ \ | | | | | | | | | | | | Python: OS X doesn't have librt, so don't link to it.
| | | * | | Made Objective C plugin build without errorGravatar murgatroid992015-04-07
| | | | | |
* | | | | | add calltype decl where missingGravatar Jan Tattermusch2015-04-07
| |_|_|/ / |/| | | |
| * | | | OS X doesn't have librt, so don't link to it.Gravatar Alexander Staubo2015-04-07
|/ / / /
| | * | Created Objective C stub code generatorsGravatar murgatroid992015-04-07
| | | |
* | | | Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0Gravatar Abhishek Kumar2015-04-07
|\ \ \ \ | | | | | | | | | | Bump ruby version to match the new release