aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ | | | | Lock free requested call fulfillment path
* \ Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
|\ \ | | | | | | Add a clock_type field to gpr_timespec
* \ \ Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
* \ \ \ Merge pull request #2472 from nicolasnoble/4000-is-infinite-rightGravatar Craig Tiller2015-07-17
|\ \ \ \ | | | | | | | | | | Changing a very long (4000s) deadline to 10s.
| | | * \ Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
| | | |\ \ | | | | | | | | | | | | | | | | | | no-worries-i-can-wait
| | | * \ \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | | * Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2463 from dgquintas/bitsetmacrosGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added bitset macro ops
| | * | | | | Changing a very long (4000s) deadline to 10s.Gravatar Nicolas "Pixel" Noble2015-07-17
| | | | | | |
* | | | | | | Merge pull request #2413 from dgquintas/interop_snifferGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Introduced InteropContextInspector
* \ \ \ \ \ \ \ Merge pull request #2385 from yang-g/timeout_interopGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add timeout interop test case
| | | | | * | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::AddGravatar vjpai2015-07-16
| | | | | | | | |
* | | | | | | | | Merge with headGravatar yang-g2015-07-16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | | | | | |
| * | | | | | | | Merge pull request #2473 from hongweiwang/uri_parserGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix authority in uri_parser
| * \ \ \ \ \ \ \ \ Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | Make thread_pool.h a public header
| | | * | | | | | | Fix authority in uri_parserGravatar Hongwei Wang2015-07-16
| | |/ / / / / / / | |/| | | | | | |
| | | | | | | | * Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | * | | | Added more tests for GPR_BITCOUNTGravatar David Garcia Quintas2015-07-15
| | | | | | | | |
| | | | | * | | | rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
| | | | | | | | |
| | | | | * | | | Added population count functionGravatar David Garcia Quintas2015-07-15
| | | | | | | | |
| | | | | * | | | Require a pointer + macro arg protectionGravatar David Garcia Quintas2015-07-15
| | | | | | | | |
| | | | | * | | | Added bitset macro opsGravatar David Garcia Quintas2015-07-15
| | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate
| | | | * | | | Added some methods to context inspector. Also minor tweak to server context ↵Gravatar David Garcia Quintas2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IsCancelled() method
| | | | * | | | clang-format'd.Gravatar David Garcia Quintas2015-07-15
| | | | | | | |
| * | | | | | | Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Lockfree stack
| * \ \ \ \ \ \ \ Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added WriteOptions for per-message flags and modified CallOps to use it.
* | | | | | | | | | Remove const_iterator typedef and add a range based loop testGravatar yang-g2015-07-15
| | | | | | | | | |
| | | | * | | | | | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| | | | | | | | * Adjust oustanding request count to meet new server algorithmGravatar Craig Tiller2015-07-15
| | | | | | | | |
| | | | | | | * | Fix tcp_client_posix_test on macGravatar Craig Tiller2015-07-15
| | | | | | | | |
| | | | | | | * | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-15
| | | | | | |/| | | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | auth context iteratorGravatar yang-g2015-07-15
| | | | | | | |
| | | * | | | | clang-format changed filesGravatar Vijay Pai2015-07-14
| | | | | | | |
| * | | | | | | Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang-format of changed files
| * | | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4Gravatar vjpai2015-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().Gravatar Nicolas "Pixel" Noble2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to have a chance to debug a call to abort() in case we have a debugger attached.
| | | | | | * Implement test for stack initial push edgeGravatar Craig Tiller2015-07-13
| | | |_|_|/ | | |/| | |
| | | | * | Introduced InteropContextInspector to be able to peek into server contexts ↵Gravatar David Garcia Quintas2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | during interop testing.
| * | | | | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
| | |_|/ / | |/| | |
| | | | * Update C++ implGravatar Craig Tiller2015-07-13
| | | | |
| | | | * Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | | | |
| | | | * Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | | | |
| | | | * Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* | | | | Install simple Windows exception handlers.Gravatar Nicolas "Pixel" Noble2015-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-stackGravatar vjpai2015-07-10
| |\ \ \ | |/ / / |/| | |
| * | | Multithreaded test of stackGravatar Vijay Pai2015-07-10
| | | |
| * | | Test codeGravatar vjpai2015-07-10
| | | |