aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
Commit message (Collapse)AuthorAge
* Restrict deployment targets to the protobuf requirement.Gravatar Jorge Canizales2015-09-08
|
* Bump version of gRPC.podspec to 0.11Gravatar Jorge Canizales2015-09-08
| | | | Technically unnecessary, but for consistency with the other beta releases.
* change aggregation_ops to internal typeGravatar Alistair Veitch2015-08-31
|
* mergeGravatar Alistair Veitch2015-08-31
|\
| * Merge branch 'master' into tracing_apiGravatar Alistair Veitch2015-08-28
| |\
* | \ merge to headGravatar Alistair Veitch2015-08-28
|\ \ \ | | |/ | |/|
* | | view and aggregation APIGravatar Alistair Veitch2015-08-27
| | |
| * | More merge conflict fixGravatar Hongyu Chen2015-08-25
| | |
| | * merge to headGravatar Alistair Veitch2015-08-25
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| |\ \ | |/ / |/| |
* | | add missing headers from 2495Gravatar yang-g2015-08-25
| | |
| * | Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
| | | | | | | | | | | | have a gpr public function which returns cycle clock.
* | | rename census_filter.{c,h} to grpc_filter.{c,h}Gravatar Hongyu Chen2015-08-21
| | |
* | | Merge remote-tracking branch 'upstream/master'Gravatar Hongyu Chen2015-08-20
|\| |
* | | Move census_filters from .../channel to .../censusGravatar Hongyu Chen2015-08-19
| | |
| * | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| |\ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| |\| |
| | | * Merge branch 'master' into tracing_apiGravatar Alistair Veitch2015-08-13
| | | |\ | | | |/ | | |/|
| | | * add all new contentGravatar Alistair Veitch2015-08-13
| | | |
* | | | Build file changesGravatar Hongyu Chen2015-08-11
| |/ / |/| |
| * | Regenerated project filesGravatar Robbie Shade2015-08-06
| |\ \
* | \ \ Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\ \ \ \ | | |/ / | |/| |
| | | * merge with upstream/masterGravatar Alistair Veitch2015-08-04
| | | |\
* | | | | Testing port serverGravatar Craig Tiller2015-08-04
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
| * | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: Makefile
* | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
| | * \ \ Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' into issue_2709Gravatar Alistair Veitch2015-07-30
| |\ \ \ \
| * | | | | Move grpc_census_call_*_context calls into public headerGravatar Alistair Veitch2015-07-30
| | | | | |
* | | | | | Add a subchannel factory decorator libraryGravatar Craig Tiller2015-07-29
| |/ / / / |/| | | |
| | * | | Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
| | | * version 1Gravatar Alistair Veitch2015-07-26
| | |/ | |/|
* | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
| |\ \ | | | | | | | | Census record stats API
| | * | fix buildGravatar Alistair Veitch2015-07-20
| | | |
| * | | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | | |
* | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | Merge pull request #2497 from jcanizales/update-head-v-to-0.7Gravatar Michael Lumish2015-07-20
| |\ \ \ | | | | | | | | | | Move head podspec to v0.7.
| | * | | Move head podspec to v0.7.Gravatar Jorge Canizales2015-07-17
| | | | | | | | | | | | | | | | | | | | Readd the commented-out config to suppress warnings, to have it handy for submissions.
| | | * | rebuild makefileGravatar Alistair Veitch2015-07-17
| | | | |
* | | | | Client connectivity APIGravatar Craig Tiller2015-07-15
| |/ / / |/| | | | | | | | | | | | | | | Initial plumbing work; needs tests and more client_channel implementation.
| * | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
* | | | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
|\ \ \ \ | | |/ / | |/| |
* | | | Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | | | | | | | | | Tests not yet included.
| | | * Updated build.json, regenerated project files.Gravatar Robbie Shade2015-07-10
| |_|/ |/| |
| * | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
|/ /
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| |\ | |/ |/|
* | Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | |\ | | |/ | |/|