aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* clang-formatGravatar Craig Tiller2015-01-14
* Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-14
|\
| * Run clang-format-all.shGravatar Yang Gao2015-01-14
* | Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
* | Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-14
|\|
| * Merge pull request #11 from ctiller/macGravatar Nicolas Noble2015-01-14
| |\
| | * Format changeGravatar Craig Tiller2015-01-13
| * | Fixing log_win32.cGravatar Nicolas "Pixel" Noble2015-01-13
| * | Fixing time.c for win32 - MIN_INT can't work with 0x80000000 under win32.Gravatar Nicolas "Pixel" Noble2015-01-13
* | | Use the first received status as authoritative.Gravatar Craig Tiller2015-01-13
* | | Only request more data once stream is connected.Gravatar Craig Tiller2015-01-13
* | | Calls are always started on the server.Gravatar Craig Tiller2015-01-13
* | | clang-format codebaseGravatar Craig Tiller2015-01-13
* | | Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-13
|\| |
* | | Moving prototype from Google to GitHubGravatar Craig Tiller2015-01-13
| | * Merge github.com:google/grpc into macGravatar Craig Tiller2015-01-13
| | |\ | | |/ | |/|
| * | Merge github.com:ctiller/grpc into formatGravatar Craig Tiller2015-01-13
| |\ \
| * | | clang-format codebaseGravatar Craig Tiller2015-01-13
| | | * Compile fix for macGravatar 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