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