Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2463 from dgquintas/bitsetmacros | Craig Tiller | 2015-07-17 |
|\ | | | | | Added bitset macro ops | ||
* \ | Merge pull request #2413 from dgquintas/interop_sniffer | Craig Tiller | 2015-07-17 |
|\ \ | | | | | | | Introduced InteropContextInspector | ||
* \ \ | Merge pull request #2385 from yang-g/timeout_interop | Craig Tiller | 2015-07-17 |
|\ \ \ | | | | | | | | | Add timeout interop test case | ||
* \ \ \ | 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 |
| |\ \ \ \ | | | | | | | | | | | | | Fix authority in uri_parser | ||
| * \ \ \ \ | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Make thread_pool.h a public header | ||
| | | * | | | | Fix authority in uri_parser | Hongwei Wang | 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 |
| | | | | | | | | | | | | | | | | | | | | appropriate | ||
| | | | * | Added some methods to context inspector. Also minor tweak to server context ↵ | David Garcia Quintas | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | IsCancelled() method | ||
| | | | * | clang-format'd. | David Garcia Quintas | 2015-07-15 |
| | | | | | |||
| * | | | | Merge pull request #2383 from vjpai/lockfree-stack | Craig Tiller | 2015-07-15 |
| |\ \ \ \ | | | | | | | | | | | | | Lockfree stack | ||
| * \ \ \ \ | Merge pull request #2406 from dgquintas/writeoptions | Craig Tiller | 2015-07-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it. | ||
* | | | | | | | 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 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files | ||
| * | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 | vjpai | 2015-07-14 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string> | ||
* | | | | | Adding a handler for abort(). | Nicolas "Pixel" Noble | 2015-07-14 |
| | | | | | | | | | | | | | | | | | | | | We want to have a chance to debug a call to abort() in case we have a debugger attached. | ||
| | | | * | Introduced InteropContextInspector to be able to peek into server contexts ↵ | David Garcia Quintas | 2015-07-13 |
| | | | | | | | | | | | | | | | | | | | | during interop testing. | ||
| * | | | | Added WriteOptions for per-message flags and modified CallOps to use it. | David Garcia Quintas | 2015-07-13 |
| | |_|/ | |/| | | |||
* / | | | Install simple Windows exception handlers. | Nicolas "Pixel" Noble | 2015-07-12 |
|/ / / | | | | | | | | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing. | ||
| * | | 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 |
| | | | |||
* | | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time | Vijay Pai | 2015-07-10 |
|\ \ \ | | | | | | | | | Introduce multiple clocks to GPR | ||
* \ \ \ | Merge pull request #2380 from ctiller/slartiwhatfast | Vijay Pai | 2015-07-10 |
|\ \ \ \ | | | | | | | | | | | Make naming a little more consistent | ||
* \ \ \ \ | Merge pull request #2384 from ctiller/spiderman-cant-compete | Vijay Pai | 2015-07-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix timeout (and probably TSAN builds...) | ||
* \ \ \ \ \ | Merge pull request #2347 from ctiller/simpler-cq | Vijay Pai | 2015-07-10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Rewrite completion queue | ||
| | | | | | * | Add timeout interop test case | yang-g | 2015-07-10 |
| |_|_|_|_|/ |/| | | | | | |||
| | * | | | | 1 != 10 | Craig Tiller | 2015-07-10 |
| |/ / / / |/| | | | | |||
| | * | | | Make naming a little more consistent | Craig Tiller | 2015-07-10 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #2369 from ctiller/mac-be-sadness | Yang Gao | 2015-07-10 |
|\ \ \ \ | | | | | | | | | | | Compile fix for Mac | ||
| | * \ \ | Merge github.com:grpc/grpc into simpler-cq | Craig Tiller | 2015-07-10 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | * | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-10 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds | Julien Boeuf | 2015-07-10 |
|\ \ \ \ \ | |||
| | * | | | | Compile fix for Mac | Craig Tiller | 2015-07-10 |
| |/ / / / | |||
| * | | | | Merge github.com:grpc/grpc into be-less-verbose | Craig Tiller | 2015-07-09 |
| |\ \ \ \ | |||
| | | * \ \ | Merge branch 'dont-shutdown-your-peers' into simpler-cq | Craig Tiller | 2015-07-09 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||
| | | * | | | clang-format affected files | Craig Tiller | 2015-07-09 |
| | | | | | | |||
| | | * | | | Merge github.com:grpc/grpc into simpler-cq | Craig Tiller | 2015-07-09 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||
| | * | | | | Add missing pieces | yang-g | 2015-07-09 |
| | | | | | | |||
| | * | | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||
| | * | | | | Resolve comments | yang-g | 2015-07-09 |
| | | | | | |