aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Merge github.com:ctiller/grpc into formatGravatar Craig Tiller2015-01-13
|\
* | clang-format codebaseGravatar Craig Tiller2015-01-13
* | Merge pull request #4 from ctiller/vasprintGravatar yang-g2015-01-12
|\ \
| | * Merge github.com:google/grpcGravatar Craig Tiller2015-01-12
| | |\ | |_|/ |/| |
* | | Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* | | Factoring out []2 artefacts from the transport security interface.Gravatar jboeuf2015-01-12
* | | Return bound port number from grpc_server_add_http2_port.Gravatar ctiller2015-01-12
* | | Avoid clobbering potential defines that were set up externally.Gravatar nnoble2015-01-12
| * | Check return value for errorGravatar Craig Tiller2015-01-12
|/ /
| * Merge github.com:google/grpcGravatar Craig Tiller2015-01-12
| |\ | |/ |/|
* | grpc census hash_table test coverage improvements.Gravatar hongyu2015-01-12
* | Pre-allocate, check, and consume method, scheme, and content-type headers atGravatar ctiller2015-01-12
* | Ensure flow control callbacks happen outside the transport lock.Gravatar ctiller2015-01-12
* | Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
* | Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* | Grpc census: v0 trace_printf() implementation in C.Gravatar hongyu2015-01-12
* | C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* | Don't log on EINTR.Gravatar ctiller2015-01-09
* | Remove libevent.Gravatar ctiller2015-01-09
* | Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
| * Fix win32 build error.Gravatar Craig Tiller2015-01-09
|/
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08
* Fixing include paths for cmdline.Gravatar nnoble2015-01-07
* Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
* Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.Gravatar klempner2014-12-29
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
* Fix poll kicking, unflaking _low_test.pyGravatar klempner2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Pre allocate client side strings per channel for method, scheme, path, andGravatar klempner2014-12-19
* Don't allow trailing metadata from the client.Gravatar ctiller2014-12-19
* Properly handle cancellation during downwards propagation.Gravatar ctiller2014-12-19
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Allow overriding httpcli behavior by tests.Gravatar ctiller2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Fix include guards.Gravatar ctiller2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Replacing pthread_once by gpr_once, in the opensource conversion.Gravatar nnoble2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Add an assertion to prevent return-without-value warning.Gravatar vpai2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Fix mixing function, and make it universally used.Gravatar ctiller2014-12-15
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12