aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen/Doxyfile.core.internal
Commit message (Expand)AuthorAge
...
| | | * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \ \
| | | | | | | * | Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-25
|\| | | | | | |
* | | | | | | | Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
| |/ / / / / / |/| | | | | |
* | | | | | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| * | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|/| | | | | |
| * | | | | | Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| * | | | | | Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
| |\ \ \ \ \ \
| | | * | | | | Percent encoding routinesGravatar Craig Tiller2016-08-18
| |_|/ / / / / |/| | | | | |
| * | | | | | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.Gravatar Nicolas "Pixel" Noble2016-08-17
| | * | | | | Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| |/ / / / /
| | | | | * Removed GPR_POSIX_FILE, and changed the files that used itGravatar murgatroid992016-08-09
| | | | | * Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
| | | | | * refactor inet_ntop into a portability headerGravatar murgatroid992016-08-08
| |_|_|_|/ |/| | | |
| | | | * Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-04
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \ \ \ \
| | | | | * Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \ \ \ \
| | | | | | * Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-02
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | * | added gpr_types.hGravatar David Garcia Quintas2016-08-01
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
|\ \ \ \ \ \ \
| | | | * | | | Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
| | | | | | * | removed codegen/slice_buffer.h and scrubbed codegen/slice.hGravatar David Garcia Quintas2016-07-27
| | | | | | * | removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| | | | | | * | removed codegen/time.hGravatar David Garcia Quintas2016-07-27
| | | | | | * | removed codegen/byte_buffer.hGravatar David Garcia Quintas2016-07-27
| | | | | | * | removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
| | |_|_|_|/ / | |/| | | | |
| | | * | | | Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * Update build files.Gravatar Mark D. Roth2016-07-22
| | |_|_|_|/ | |/| | | |
| | * | | | merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Added handshaker.[ch] to build.yaml.Gravatar Mark D. Roth2016-07-14
| |/ / / / /
| | | * / / Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | |/ / / | |/| | |
| | | | * Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-12
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
| | |/ / | |/| |
| * | | Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
| | | * Rename async_execution_lock --> combiner, make it use closures, unroll previo...Gravatar Craig Tiller2016-07-07
| | | * Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
| | | |\ | | |_|/ | |/| |
| * | | Resolved merge conflicts with masterGravatar murgatroid992016-06-27
| |\ \ \
| | * \ \ Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
| | |\ \ \
| | * \ \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
| | |\ \ \ \
| | * | | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| | | * | | | Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-06-20
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | | * | | more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | |_|/ / / | |/| | | |
| | * | | | Resolved merge conflicts with masterGravatar murgatroid992016-06-20
| | |\ \ \ \ | | |/ / / / | |/| | | |