Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 |
|\ | |||
* \ | Merge pull request #2403 from ctiller/no-worries-i-can-wait | Nicolas Noble | 2015-07-17 |
|\ \ | |||
* \ \ | Merge pull request #2482 from vjpai/rename_schedule_callback | Craig Tiller | 2015-07-17 |
|\ \ \ | |||
* \ \ \ | Merge pull request #2472 from nicolasnoble/4000-is-infinite-right | Craig Tiller | 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 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | 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 |
* | | | | | | | 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 |
|\ \ \ \ \ \ \ \ | |||
| | | | | * | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add | vjpai | 2015-07-16 |
* | | | | | | | | | Merge with head | yang-g | 2015-07-16 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||
* | | | | | | | | | split iterator into its own file | yang-g | 2015-07-16 |
| * | | | | | | | | Merge pull request #2473 from hongweiwang/uri_parser | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Fix authority in uri_parser | Hongwei Wang | 2015-07-16 |
| | |/ / / / / / / | |/| | | | | | | | |||
| | | | | | | | * | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-16 |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| | | | | * | | | | Added more tests for GPR_BITCOUNT | David Garcia Quintas | 2015-07-15 |
| | | | | * | | | | rewrote bitcount function as a macro | David Garcia Quintas | 2015-07-15 |
| | | | | * | | | | Added population count function | David Garcia Quintas | 2015-07-15 |
| | | | | * | | | | Require a pointer + macro arg protection | David Garcia Quintas | 2015-07-15 |
| | | | | * | | | | Added bitset macro ops | David Garcia Quintas | 2015-07-15 |
| | |_|_|/ / / / | |/| | | | | | | |||
| | * | | | | | | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | * | | | | Added some methods to context inspector. Also minor tweak to server context I... | David Garcia Quintas | 2015-07-15 |
| | | | * | | | | clang-format'd. | David Garcia Quintas | 2015-07-15 |
| * | | | | | | | Merge pull request #2383 from vjpai/lockfree-stack | Craig Tiller | 2015-07-15 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #2406 from dgquintas/writeoptions | Craig Tiller | 2015-07-15 |
| |\ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | Remove const_iterator typedef and add a range based loop test | yang-g | 2015-07-15 |
| | | | * | | | | | | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | |_|/ / / / / / | |/| | | | | | | | |||
| | | | | | | | * | Adjust oustanding request count to meet new server algorithm | Craig Tiller | 2015-07-15 |
| | | | | | | * | | Fix tcp_client_posix_test on mac | Craig Tiller | 2015-07-15 |
| | | | | | | * | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-15 |
| | | | | | |/| | | | |_|_|_|_|/ / | |/| | | | | | | |||
* | | | | | | | | auth context iterator | yang-g | 2015-07-15 |
| | | * | | | | | clang-format changed files | Vijay Pai | 2015-07-14 |
| * | | | | | | | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 |
| * | | | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 | vjpai | 2015-07-14 |
|/ / / / / / / | |||
* | | | | | | | Adding a handler for abort(). | Nicolas "Pixel" Noble | 2015-07-14 |
| | | | | | * | Implement test for stack initial push edge | Craig Tiller | 2015-07-13 |
| | | |_|_|/ | | |/| | | | |||
| | | | * | | Introduced InteropContextInspector to be able to peek into server contexts du... | David Garcia Quintas | 2015-07-13 |
| * | | | | | Added WriteOptions for per-message flags and modified CallOps to use it. | David Garcia Quintas | 2015-07-13 |
| | |_|/ / | |/| | | | |||
| | | | * | Update C++ impl | Craig Tiller | 2015-07-13 |
| | | | * | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | | | * | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | | | * | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-13 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
* | | | | | Install simple Windows exception handlers. | Nicolas "Pixel" Noble | 2015-07-12 |
|/ / / / | |||
| * | | | Merge branch 'master' into lockfree-stack | vjpai | 2015-07-10 |
| |\ \ \ | |/ / / |/| | | | |||
| * | | | Multithreaded test of stack | Vijay Pai | 2015-07-10 |
| * | | | Test code | vjpai | 2015-07-10 |