Commit message (Expand) | Author | Age | |
---|---|---|---|
* | documentation for windows testing using grpc.mak | Michael Larson | 2015-07-21 |
* | mark not building windows tests as platforms = posix in build.json | Michael Larson | 2015-07-20 |
* | changes to grpc.mak.template to support c++ test building | Michael Larson | 2015-07-19 |
* | nmake: continue on error | Michael Larson | 2015-07-19 |
* | documentation of new vcxproj/.sln debug buildgen | Michael Larson | 2015-07-19 |
* | old not parallel version of generate_projects.sh, for debuggin | Michael Larson | 2015-07-19 |
* | helper script to build all .proto files in /test/ in-place | Michael Larson | 2015-07-19 |
* | new includes / one less warning | Michael Larson | 2015-07-19 |
* | changed generate_debug_projects.sh to use the .sln hint when making vcxproj t... | Michael Larson | 2015-07-19 |
* | changed .sln to include hint about lib vs. target | Michael Larson | 2015-07-19 |
* | changed vsproject generation to make c++ tests; put a hint in the .sln about ... | Michael Larson | 2015-07-19 |
* | new .props that has c++ dependencies | Michael Larson | 2015-07-19 |
* | Merge pull request #2319 from dgquintas/str_join_with_sep | Nicolas Noble | 2015-07-19 |
|\ | |||
* \ | Merge pull request #2476 from murgatroid99/ruby_fix_warnings | Nicolas Noble | 2015-07-19 |
|\ \ | |||
* \ \ | Merge pull request #2404 from yang-g/oauth_interop | jboeuf | 2015-07-18 |
|\ \ \ | |||
| * \ \ | Merge with head and resolve conflict | yang-g | 2015-07-17 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 |
|\ \ \ \ | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | David Garcia Quintas | 2015-07-17 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #2403 from ctiller/no-worries-i-can-wait | Nicolas Noble | 2015-07-17 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #2489 from yang-g/header_guard | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ | |||
| | | | | * | | | update according to spec change | yang-g | 2015-07-17 |
* | | | | | | | | Merge pull request #2472 from nicolasnoble/4000-is-infinite-right | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ | |||
| | | * | | | | | | set header guard | yang-g | 2015-07-17 |
| |_|/ / / / / / |/| | | | | | | | |||
| | | * | | | | | Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worri... | Craig Tiller | 2015-07-17 |
| | | |\ \ \ \ \ | |||
| | | * \ \ \ \ \ | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| | | | | * | | | | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-17 |
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||
| | | | | * | | | | Spelling correction | Craig Tiller | 2015-07-17 |
| | | | * | | | | | Reflect new gpr_timespec type in C# | Craig Tiller | 2015-07-17 |
* | | | | | | | | | Merge pull request #2485 from ctiller/thread-stress=craig-stress | David G. Quintas | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2486 from murgatroid99/node_error_status_test | Jan Tattermusch | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #2488 from jcanizales/subclass-grxwriter | Michael Lumish | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | | | Added tests for UNKNOWN status when the handler does not specify | murgatroid99 | 2015-07-17 |
* | | | | | | | | | | | | Merge pull request #2479 from grpc/pick_first_h_docstring | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2478 from grpc/pollset_set_comment_fix | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2463 from dgquintas/bitsetmacros | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | | | | | Changing a very long (4000s) deadline to 10s. | Nicolas "Pixel" Noble | 2015-07-17 |
| | | | * | | | | | | | | | | | Remove GRXWriter wrappers that are now unnecessary | Jorge Canizales | 2015-07-17 |
| | | | * | | | | | | | | | | | Subclass GRXWriter instead of conforming to protocol | Jorge Canizales | 2015-07-17 |
| | | | * | | | | | | | | | | | Codegen GRXWriter* instead of id<GRXWriter> | Jorge Canizales | 2015-07-17 |
| | | | * | | | | | | | | | | | id<GRXWriter> -> GRXWriter * in the tests | Jorge Canizales | 2015-07-17 |
| | | | * | | | | | | | | | | | id<GRXWriter> -> GRXWriter * in the runtime | Jorge Canizales | 2015-07-17 |
| * | | | | | | | | | | | | | | Moar parenthesis! | David Garcia Quintas | 2015-07-17 |
| | | | * | | | | | | | | | | | Separate GRXForwardingWriter, delete the protocol | Jorge Canizales | 2015-07-17 |
* | | | | | | | | | | | | | | | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2385 from yang-g/timeout_interop | Craig Tiller | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | | | | | | | Add tests for translating server handler errors to status objects | murgatroid99 | 2015-07-17 |
| |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | | Fix leaked completions (leading to leaked calls in thread_stress_test) | Craig Tiller | 2015-07-17 |
* | | | | | | | | | | | | | | | | Merge pull request #2483 from stanley-cheung/add_homebrew_to_jenkins | Jan Tattermusch | 2015-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | rename script to run_distribution | Stanley Cheung | 2015-07-17 |
|/ / / / / / / / / / / / / / / / |