aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_earlyGravatar yang-g2016-07-18
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | | * | | | | Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| | | | | | | | | |
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
| | | | | | | |\ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
| | | | | | | | | |
| * | | | | | | | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Make network status follow the normal init/shutdown pathGravatar Craig Tiller2016-07-14
| | | | | | | | | |
| | | | * | | | | | Use handshake_manager API in client and server.Gravatar Mark D. Roth2016-07-14
| | | | | | | | | |
| | * | | | | | | | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| |/ / / / / / / /
| | | * | | | | | Fix build problems.Gravatar Mark D. Roth2016-07-14
| | | | | | | | |
| * | | | | | | | Remove now redundant lineGravatar Craig Tiller2016-07-14
| | | | | | | | |
| * | | | | | | | Correct direction of inequalityGravatar Craig Tiller2016-07-14
| | | | | | | | |
| | | * | | | | | clang-formatGravatar Mark D. Roth2016-07-14
| | | | | | | | |
| | | * | | | | | Tweaked grpc_handshaker API and added grpc_handshake_manager API.Gravatar Mark D. Roth2016-07-14
| | | | | | | | |
| * | | | | | | | Document refcountingGravatar Craig Tiller2016-07-13
| | | | | | | | |
| * | | | | | | | Document creation functionGravatar Craig Tiller2016-07-13
| | | | | | | | |
| * | | | | | | | Describe workqueue_enqueue betterGravatar Craig Tiller2016-07-13
| | | | | | | | |
| | | | | * | | | And remaining random leftover items.Gravatar Nicolas "Pixel" Noble2016-07-14
| | | | | | | | |
| | | | | * | | | Use the new socket creation api in udp_server.cGravatar Robbie Shade2016-07-13
| | | | | | | | |
| | | | | * | | | Use grpc_error instead of bool in udp_server's on_readGravatar Robbie Shade2016-07-13
| | | | | | | | |
| | | | | * | | | Correct error handling for failed set_sockopt calls in udp_server.cGravatar Robbie Shade2016-07-13
| | | | |/ / / /
| | | | | | * | Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | | | | | | |
| | | * | | | | Add handshaker API.Gravatar Mark D. Roth2016-07-13
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Better error messageGravatar Craig Tiller2016-07-12
| | | | | | |
| * | | | | | Make request freelists per cq, to allow drastically higher requested call countsGravatar Craig Tiller2016-07-12
| | | | | | |
| | | | | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #7330 from dgquintas/fix_tsanGravatar kpayson642016-07-12
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix tsan race
| | * \ \ \ \ \ Merge pull request #6595 from thinkerou/timeGravatar kpayson642016-07-12
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged some codes to the common function for maintainability in time.c file
| * | | | | | | | Merge github.com:grpc/grpc into delayed-writeGravatar 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
| | | | | | | |
* | | | | | | | fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16Gravatar David Garcia Quintas2016-07-11
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fix tsan raceGravatar David Garcia Quintas2016-07-11
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #7291 from ctiller/better_statusGravatar Nicolas Noble2016-07-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Make it more likely to correctly report deadline exceeded
| | | | | * | | Shutdown the listeners early when destroying the tcp_serverGravatar yang-g2016-07-11
| | |_|_|/ / / | |/| | | | |
| | | * | | | Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-11
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
| | | | * | | Fixed code formatGravatar thinkerou2016-07-09
| | | | | | |
| | | | * | | Update the clearer name of functionGravatar thinkerou2016-07-09
| | | | | | |
| | | | * | | Merged some codes to the common function for maintainabilityGravatar thinkerou2016-07-09
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into importGravatar yang-g2016-07-08
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Convert time to monotonic internallyGravatar Craig Tiller2016-07-08
| | | | | | |
| | * | | | | Merge pull request #7268 from ctiller/smaller_max_message_sizeGravatar Nicolas Noble2016-07-08
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | Reduce default max message size
| | * | | | | Merge pull request #7239 from jboeuf/fix_7182Gravatar kpayson642016-07-08
| |/| | | | | |/| | | | | | | | | | | | | Change the return status codes according to the doc
| | | * | | | Merge github.com:grpc/grpc into smaller_max_message_sizeGravatar Craig Tiller2016-07-07
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #7190 from dgquintas/bb_reader_errorGravatar Nicolas Noble2016-07-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Return success status of grpc_byte_buffer_reader_init
| | | | | * \ \ Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-07
| | | | | |\ \ \
| | | | | * | | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
| | | | | | | | |