aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Fixing msys2 compilation...Gravatar Nicolas "Pixel" Noble2015-04-08
* Fixing MacOS build breakage introduced in #1191.Gravatar Nicolas Noble2015-04-07
* Merge pull request #1191 from nicolasnoble/gpr_thd_joinGravatar Jan Tattermusch2015-04-06
|\
* | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.Gravatar Vijay Pai2015-04-04
| * Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
|/
* Add in a racy check for min deadline in run_some_expired_alarms beforeGravatar Vijay Pai2015-04-02
* Eliminate a redundant unlock-lock pair since this code is only invoked fromGravatar Vijay Pai2015-04-02
* Shutting off warnings about control paths.Gravatar Nicolas "Pixel" Noble2015-04-01
* Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-fieldGravatar David Klempner2015-03-27
|\
* \ Merge pull request #989 from murgatroid99/core_start_batch_traceGravatar Nicolas Noble2015-03-26
|\ \
* \ \ Merge pull request #1114 from nicolasnoble/windows-fixesGravatar Jan Tattermusch2015-03-25
|\ \ \
* | | | Fixing errors found by clang static analysis.Gravatar Julien Boeuf2015-03-24
| | | * Fix server crash if host header field is translated to :authorityGravatar Tatsuhiro Tsujikawa2015-03-25
| |_|/ |/| |
| * | Various Windows fixes.Gravatar Nicolas Noble2015-03-24
|/ /
* | Merge pull request #1074 from jcanizales/makes-cpu-posix-portableGravatar Abhishek Kumar2015-03-19
|\ \
* | | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
* | | Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-availableGravatar David Klempner2015-03-17
|\ \ \
* | | | Removing src/core/security/roots.pemGravatar Julien Boeuf2015-03-16
* | | | Remove dead codeGravatar Craig Tiller2015-03-16
| | * | Creates cpu_iphone.cGravatar Jorge Canizales2015-03-13
* | | | Merge pull request #1012 from dklempner/nobarrierGravatar Vijay Pai2015-03-13
|\ \ \ \
* \ \ \ \ Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-idGravatar Vijay Pai2015-03-13
|\ \ \ \ \
| * | | | | Update doc as requested in reviewGravatar Tatsuhiro Tsujikawa2015-03-13
| | | * | | Use "host" header field if ":authority" is not presentGravatar Tatsuhiro Tsujikawa2015-03-13
| |_|/ / / |/| | | |
* | | | | Merge pull request #983 from jboeuf/refresh_token_parsingGravatar Yang Gao2015-03-12
|\ \ \ \ \
| | | | * \ Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into makes-cpu-posix-...Gravatar Jorge Canizales2015-03-12
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | * | | | Fix client sending invalid GOAWAY last-stream-idGravatar Tatsuhiro Tsujikawa2015-03-12
| |/ / / / |/| | | |
| | * | | Add a no_barrier_load atomic operation.Gravatar David Klempner2015-03-11
| |/ / / |/| | |
* | | | Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\ \ \ \
| | * | | Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
| | | | * Added missing log argumentGravatar murgatroid992015-03-09
| | | | * Added batch GRPC_TRACE option to trace calls to grpc_call_start_batchGravatar murgatroid992015-03-09
| |_|_|/ |/| | |
| * | | Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| | * | Adding refresh token parsingGravatar Julien Boeuf2015-03-09
| |/ / |/| |
* | | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* | | Merge pull request #835 from ctiller/creditGravatar Nicolas Noble2015-03-06
|\ \ \
* | | | Reintroduce sleep on backup threadGravatar Craig Tiller2015-03-06
| |/ / |/| |
| * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
| |\ \ | |/ / |/| |
* | | Merge pull request #964 from ctiller/i-am-so-very-lazyGravatar Nicolas Noble2015-03-06
|\ \ \
| * | | Rename to save confusionGravatar Craig Tiller2015-03-05
| | * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| | |\ \ | |_|/ / |/| | |
| * | | Crash in channel/server creation if grpc_init not calledGravatar Craig Tiller2015-03-05
| | * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| | |\ \ | | |/ / | |/| |
* / | | Don't call grpc_create_chttp2_transport after destroying the serverGravatar David Klempner2015-03-05
|/ / /
* | | Merge pull request #837 from ctiller/qps_driverGravatar Vijay Pai2015-03-04
|\ \ \
* \ \ \ Merge pull request #951 from rauls5382/service_namesGravatar Abhishek Kumar2015-03-04
|\ \ \ \
* | | | | Fix ref countingGravatar Craig Tiller2015-03-05
| | | * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Manually resolve well-known service namesGravatar Raul Silvera2015-03-04
| | * | | Print resource utilizationGravatar Craig Tiller2015-03-03