Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1328 from vjpai/clamp | Craig Tiller | 2015-04-23 |
|\ | | | | | Clamp histogram at 1.0 on low end to handle rare possibility of sub-1 entry (likely only for testing) | ||
* \ | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-22 |
|\ \ | |||
| * | | partial fix for #546 | Jan Tattermusch | 2015-04-21 |
| | | | |||
| * | | removed chatty log messages on windows | Jan Tattermusch | 2015-04-21 |
| | | | |||
| * | | remove nslices assertion on windows | Jan Tattermusch | 2015-04-21 |
| | | | |||
| * | | allow empty messages in gRPC on windows | Jan Tattermusch | 2015-04-21 |
| | | | |||
* | | | Add !=NULL | Craig Tiller | 2015-04-21 |
| | | | |||
* | | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
* | | | Use GPR_ASSERT here | Craig Tiller | 2015-04-21 |
| | | | |||
* | | | Add helpful log message | Craig Tiller | 2015-04-21 |
| | | | |||
* | | | Add != NULL | Craig Tiller | 2015-04-21 |
| | | | |||
* | | | Fix indentation | Craig Tiller | 2015-04-21 |
| | | | |||
* | | | Add /* NDEBUGS */ as appropriate | Craig Tiller | 2015-04-21 |
| | | | |||
| | * | Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecond | vjpai | 2015-04-21 |
| | | | |||
| * | | resolve comment | Yang Gao | 2015-04-20 |
| | | | |||
| * | | Tidying up proof of concept | Craig Tiller | 2015-04-20 |
| | | | |||
| * | | Proof of concept fix for flow control error | Yang Gao | 2015-04-20 |
| | | | |||
* | | | Remove expensive asserts from NDEBUG builds | Craig Tiller | 2015-04-20 |
| | | | |||
* | | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
|\| | | |||
* | | | Addressing comments | Craig Tiller | 2015-04-20 |
| | | | |||
| * | | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| |/ | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
* | | clang-format | Craig Tiller | 2015-04-17 |
| | | |||
* | | Fix remaining allocation bugs | Craig Tiller | 2015-04-17 |
| | | |||
* | | Random small fixes | Craig Tiller | 2015-04-17 |
| | | |||
* | | clang-format | Craig Tiller | 2015-04-17 |
| | | |||
* | | Got rid of GRPC_SEND_START | Craig Tiller | 2015-04-17 |
| | | |||
| * | Merge pull request #1292 from jboeuf/load_file_with_null_term | Craig Tiller | 2015-04-17 |
| |\ | | | | | | | Adding option to add a null terminator when loading a file. | ||
* | | | Progress towards transport using metadata batches | Craig Tiller | 2015-04-16 |
| | | | |||
| * | | Merge pull request #1288 from ctiller/init-fix2 | Nicolas Noble | 2015-04-16 |
| |\ \ | | | | | | | | | Get GRPC_TRACE tcp working again | ||
* | | | | Move metadata batching to stream_op | Craig Tiller | 2015-04-16 |
| | | | | |||
* | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | |||
* | | | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
|/ / / | |||
| | * | Addressing comments. | Julien Boeuf | 2015-04-16 |
| | | | |||
* | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | |||
* | | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| | | | |||
| | * | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 |
| |/ |/| | | | | | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string. | ||
| * | Get GRPC_TRACE tcp working again | Craig Tiller | 2015-04-15 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into timers | Vijay Pai | 2015-04-15 |
|\| | |||
* | | Fix some name choices | Vijay Pai | 2015-04-15 |
| | | |||
* | | Mark activation for read, write, and time spent in system calls | Vijay Pai | 2015-04-15 |
| | | |||
* | | Rename seq to id so that it's clear it can be any generic ID | Vijay Pai | 2015-04-15 |
| | | |||
* | | Change int sequence number to a void* for more generality | Vijay Pai | 2015-04-15 |
| | | |||
| * | Merge branch 'fast-unref' of github.com:ctiller/grpc into fast-unref | Craig Tiller | 2015-04-14 |
| |\ | |||
| * \ | Merge github.com:google/grpc into fast-unref | Craig Tiller | 2015-04-14 |
| |\ \ | |/ / |/| | | |||
| | * | Remove (void*)1 | Craig Tiller | 2015-04-14 |
| |/ | | | | | This was originally added for my sanity, but it proved unnecessary. | ||
* | | Merge pull request #1267 from vjpai/timers | Craig Tiller | 2015-04-14 |
|\ \ | | | | | | | Infrastructure for timer insertion, logging, and testing | ||
| * | | Explicit header path | vjpai | 2015-04-14 |
| | | | |||
| | * | Merge with other metadata changes | Craig Tiller | 2015-04-14 |
| | | | |||
| | * | Merge github.com:grpc/grpc into fast-unref | Craig Tiller | 2015-04-14 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #1259 from ctiller/metadata | David Klempner | 2015-04-14 |
|\ \ \ | | | | | | | | | Eliminate channel-wide lock for grpc_mdelem_ref. |