aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_unsecure
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
|\
* | 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 pull request #2731 from nicolasnoble/regen-and-vs-tweaksGravatar Jan Tattermusch2015-07-30
| |\ \ | | | | | | | | Regenerating project files and massaging VS project files.
| | * | Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-30
| | | |
| | | * Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | |\ | | |_|/ | |/| |
| | | * Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵Gravatar Craig Tiller2015-07-30
| | | |\ | | | | | | | | | | | | | | | tepid-tarantula
| | | | * Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-31
| | | |/ | | |/|
| * | | merge with master, fix build issueGravatar Alistair Veitch2015-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).
| | | * Regenerate project files.Gravatar Nicolas "Pixel" Noble2015-07-29
| |_|/ |/| |
| | * regenerate projectsGravatar yang-g2015-07-28
| |/ |/|
* | 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
| | * 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
* | 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-08
| |\ | |/ |/|
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak
* | | Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | |
* | | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | |
* | | Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | |
* | | Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | |
* | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | |
* | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ | | |/ | |/|
* | | Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| | |
* | | Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | | | | | | | | | | | - uri parsing - dns resolution
* | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-24
|\ \ \ | | | | | | | | | | | | Introduce resolver_factory
* | | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-23
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
* | | | Flesh out things and make them compileGravatar Craig Tiller2015-06-23
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
| | | |\ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| | |\ \ | | |/ / | |/| |
| * | | Add pollset_set.h to build.jsonGravatar Jorge Canizales2015-06-20
|/ / /
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-18
| | |\
* | | \ Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| | * | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-18
| | |\ \ | | |/ / | |/| |
| * | | Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
| | | |
| | | * WIP. Compiles and tests pass. Need to write specific tests.Gravatar David Garcia Quintas2015-06-16
| | |/ | |/|
| | * New chttp2 list implementationGravatar Craig Tiller2015-06-15
| | |
| | * Progress on splitting things upGravatar Craig Tiller2015-06-15
| | |
| | * Progress on splitting things upGravatar Craig Tiller2015-06-12
| | |
| | * Make some buckets to pour code intoGravatar Craig Tiller2015-06-12
| | |