aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gpr
Commit message (Expand)AuthorAge
* Remove unnecessary atmGravatar Juanli Shen2018-08-21
* Simplify call arena size growthGravatar Juanli Shen2018-08-17
* Replace atomics in gpr_arena_aloc with a mutex in the slow pathGravatar Hope Casey-Allen2018-07-23
* Reviewer feedbackGravatar ncteisen2018-07-12
* Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
* Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.Gravatar Mark D. Roth2018-06-27
* Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_checkGravatar kpayson642018-05-11
|\
* | c++ifyGravatar kpayson642018-04-30
* | Add exec_ctx check to fork handlersGravatar kpayson642018-04-30
| * Avoid low severity log message constructionGravatar Ara Ayvazyan2018-04-04
| * Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linuxGravatar Yash Tibrewal2018-03-14
| * Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
|/
* Merge pull request #14532 from ncteisen/cpuGravatar Vijay Pai2018-03-05
|\
* \ Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\ \
| * | Retry support.Gravatar Mark D. Roth2018-02-28
| | * Remain consitant with #14493Gravatar ncteisen2018-02-26
| |/
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-26
|\|
| * Merge pull request #14493 from nnorwitz/patch-1Gravatar Noah Eisen2018-02-26
| |\
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| |
| * | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| | * Use the total # of processors instead of # online.Gravatar nnorwitz2018-02-22
| |/
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\|
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| * Merge pull request #14401 from maxim-babenko/masterGravatar Noah Eisen2018-02-16
| |\
* | | 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
* | Manually fix build issueGravatar Noah Eisen2018-02-09
* | 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
| | |\ \ \ | | |/ / / | |/| | |
| | * | | 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
| * | | | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | fix typoGravatar Shohei Kamimori2018-02-05
| | | | | * Always fill "empty" on return from gpr_mpscq_pop_and_check_endGravatar maxim-babenko2018-02-04
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| |\| | |
* | | | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ / / |/| | |
| | * | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
| | |\ \ | |_|/ / |/| | |
| * | | Remove extern "C" since this is no longer a public headerGravatar Vijay Pai2018-02-02
* | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| * | | 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
|/
* Merge pull request #14093 from markdroth/arena_alignmentGravatar Mark D. Roth2018-01-23
|\
| * Fix arena to return aligned memory.Gravatar Mark D. Roth2018-01-22