aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
|\
* | Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
| * Merge pull request #14315 from kpayson64/fix_refcountingGravatar kpayson642018-02-05
| |\
| | * Add refcounts for async callbacks in auth and client filters.Gravatar Ken Payson2018-02-05
* | | Merge pull request #14272 from ncteisen/bug-chasingGravatar Jan Tattermusch2018-02-05
|\ \ \
* | | | fix typoGravatar Shohei Kamimori2018-02-05
* | | | Merge pull request #14275 from sreecha/enable-epollexGravatar Sree Kuchibhotla2018-02-04
|\ \ \ \
| | * | | Mark poll FD shutdown as UNAVAILABLEGravatar ncteisen2018-02-02
* | | | | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
|\ \ \ \ \
| | * | | | Batch size to 1 since it is better for latency (this is similar to whatGravatar Sree Kuchibhotla2018-02-01
| | * | | | enable epollex by defaultGravatar Sree Kuchibhotla2018-02-01
| |/ / / / |/| | | |
* | | | | Merge pull request #14264 from yang-g/to_scopeGravatar Yang Gao2018-02-01
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #14244 from sreecha/polling-api-traceGravatar Sree Kuchibhotla2018-02-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | * | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-31
| * | | | | Merge branch 'master' into polling-api-traceGravatar Sree Kuchibhotla2018-01-31
| |\| | | |
* | | | | | Shutdown timer manager first and then executorGravatar yang-g2018-01-31
| |/ / / / |/| | | |
| * | | | Fix format specifier for gpr_millisGravatar Sree Kuchibhotla2018-01-30
| * | | | Update ev_posix.ccGravatar Sree Kuchibhotla2018-01-30
| * | | | Debug statements for polling apiGravatar Sree Kuchibhotla2018-01-30
* | | | | Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_numberGravatar Jan Tattermusch2018-01-31
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #14217 from sreecha/epollex-fixGravatar Sree Kuchibhotla2018-01-30
|\ \ \ \ \ \
* | | | | | | Add timer trace annotations to epollexGravatar yang-g2018-01-30
| |_|/ / / / |/| | | | |
| * | | | | Update ev_epollex_linux.ccGravatar Sree Kuchibhotla2018-01-29
| * | | | | Fix an issue in epollex that was causing some workers to get indefinitely stu...Gravatar Sree Kuchibhotla2018-01-29
|/ / / / /
| * / / / magic number 13 probably a typo in manual mergeGravatar Jan Tattermusch2018-01-29
|/ / / /
| | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-26
| | * | Don't segfault on header replayGravatar Ken Payson2018-01-26
* | | | Merge pull request #14177 from jtattermusch/fix_epollex_shutdownGravatar Jan Tattermusch2018-01-26
|\ \ \ \
| * | | | explicitly initialize all grpc_pollset fields (epollex)Gravatar Jan Tattermusch2018-01-25
| * | | | fix: avoid doing a poll when already shutdownGravatar Jan Tattermusch2018-01-25
* | | | | Merge pull request #14146 from markdroth/inlined_vector_clearGravatar Mark D. Roth2018-01-25
|\ \ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #14171 from yang-g/cork_allGravatar Yang Gao2018-01-24
|\ \ \ \ \
* \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2018-01-24
|\ \ \ \ \ \
| | * | | | | Use DEBUG level for polling engine trace logs.Gravatar yang-g2018-01-24
| |/ / / / /
| | * | | | Initialize data members in a single place.Gravatar Mark D. Roth2018-01-24
| | * | | | Add const version of operator[].Gravatar Mark D. Roth2018-01-23
| | * | | | Add clear() method for InlinedVector<>.Gravatar Mark D. Roth2018-01-23
| |/ / / /
| * | | | Merge pull request #14093 from markdroth/arena_alignmentGravatar Mark D. Roth2018-01-23
| |\ \ \ \
| * \ \ \ \ Merge pull request #14079 from kpayson64/disable_fork_supportGravatar kpayson642018-01-22
| |\ \ \ \ \
| | | * | | | Fix arena to return aligned memory.Gravatar Mark D. Roth2018-01-22
| | |/ / / / | |/| | | |
| | | | * | regenerate projectsGravatar Jan Tattermusch2018-01-22
| | | * | | Removing grpc_alarm from core requires a major version bump for coreGravatar Vijay Pai2018-01-21
| | | * | | Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| | |/ / / | |/| | |
| * | | | Merge pull request #14092 from mehrdada/bump1-10Gravatar Mehrdad Afshari2018-01-19
| |\ \ \ \
| * \ \ \ \ Merge pull request #14089 from markdroth/no_plus_in_directory_namesGravatar Mark D. Roth2018-01-19
| |\ \ \ \ \
| | | * | | | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | |/ / / / | |/| | | |
| | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | |_|/ / | |/| | |
| | * | | Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
| | | * | PR feedback changesGravatar Ken Payson2018-01-19