aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr
Commit message (Expand)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* removed accidental submodule updateGravatar Bill Feng2018-11-07
* Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
* Scale back concurrency of arena_testGravatar Noah Eisen2018-06-05
* Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
* Reduce thread count to reduce stack frame sizeGravatar Vijay Pai2018-02-24
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-22
|\
| * Add more bazel testsGravatar Adele Zhou2018-02-20
* | Minor bug fixesGravatar Vijay Pai2018-02-20
* | clang-fmtGravatar Vijay Pai2018-02-19
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| |
* | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \
| | | * Merge branch 'master' into gpr_review_tlsGravatar Vijay Pai2018-02-08
| | | |\ | | |_|/ | |/| |
| | * | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
| | |\ \ | | |/ / | |/| |
* | | | Move avl to its own directory and rename it to grpc_avlGravatar Vijay Pai2018-02-08
* | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| * | | Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/ / /
| | * Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
| |/ |/|
| * Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/
* Fix arena to return aligned memory.Gravatar Mark D. Roth2018-01-22
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18