aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Clang format againGravatar murgatroid992016-08-10
* Clang formatGravatar murgatroid992016-08-10
* Make usage of grpc_inet_ntop consistentGravatar murgatroid992016-08-09
* Changed grpc_inet_ntop signature to match Windows functionGravatar murgatroid992016-08-09
* Fixed copyright year in new fileGravatar murgatroid992016-08-09
* Fixed InetNtop function callGravatar murgatroid992016-08-09
* Move GPR_MANYLINUX1 to top of port.h checksGravatar murgatroid992016-08-09
* Removed GPR_POSIX_FILE, and changed the files that used itGravatar murgatroid992016-08-09
* Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
* Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
* refactor inet_ntop into a portability headerGravatar murgatroid992016-08-08
* Merge pull request #5803 from nicolasnoble/what-the-fuzzGravatar Nicolas Noble2016-08-03
|\
* \ Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzzGravatar Nicolas "Pixel" Noble2016-08-02
| | |\ | |_|/ |/| |
* | | Merge pull request #7522 from makdharma/enable_secure_endpoint_traceGravatar Nicolas Noble2016-08-02
|\ \ \
* \ \ \ Merge pull request #7024 from markdroth/filter_call_init_failureGravatar kpayson642016-08-02
|\ \ \ \
* \ \ \ \ Merge pull request #7601 from dgquintas/census_stuffGravatar kpayson642016-08-02
|\ \ \ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| | |\ \ \ \
* | | \ \ \ \ Merge pull request #7603 from vitalybuka/stack-use-after-scopeGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #7575 from vjpai/make_stack_small_againGravatar Vijay Pai2016-08-02
|\ \ \ \ \ \ \
| | * | | | | | Fix stack use after scope in call.cGravatar Vitaly Buka2016-08-01
| |/ / / / / / |/| | | | | |
| | * | | | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
|\ \ \ \ \ \
| | * | | | | Some compilers don't like big stack frames. There is no needGravatar Vijay Pai2016-07-29
| |/ / / / /
* | | | | | clang-formatGravatar David Garcia Quintas2016-07-28
| | * | | | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| * | | | | Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #7477 from yang-g/monotonicGravatar kpayson642016-07-26
| |\ \ \ \ \ \
| | | | | | * \ Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #7511 from nicolasnoble/doc-typoGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \
| | | | | | * | | removed hardcoded disable on loggingGravatar Makarand Dharmapurikar2016-07-25
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \ \ \
| | | | | * | | | clang-formatGravatar Mark D. Roth2016-07-25
| | | | | * | | | Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | Fixing documentation typo.Gravatar Nicolas "Pixel" Noble2016-07-23
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | * | | | | | Fixed incorrect mergesGravatar murgatroid992016-07-22
| | | | * | | | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | |_|/| | | | | | | |/| | | | | | | |
| | | | | | * | | | Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
| | | | |\ \ \ \ \
| | | | | | | * \ \ Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-21
| | | | | | | |\ \ \
| * | | | | | | | | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | * | | | | | | clang-formatGravatar Mark D. Roth2016-07-21
| | | | | | * | | | Convert deadline clock type in security handshake timerGravatar yang-g2016-07-20
| | |_|_|_|/ / / / | |/| | | | | | |
| | | * | | | | | Avoid allocating memory for each individual handshaker. Also fix memory leak.Gravatar Mark D. Roth2016-07-20
| | | * | | | | | Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
| | | * | | | | | clang-formatGravatar Mark D. Roth2016-07-20
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |