aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support
Commit message (Collapse)AuthorAge
* Add documentationGravatar Craig Tiller2016-09-21
|
* Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-14
|\
| * Merge pull request #7980 from thinkerou/fix_time_posix_convGravatar Craig Tiller2016-09-14
| |\ | | | | | | Fix time posix convert
| * | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | |
* | | Fix resource leakGravatar Craig Tiller2016-09-12
| | |
* | | Merge branch 'grand-unified-closures' into direct-callsGravatar Craig Tiller2016-09-08
|\| |
| * | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| |\ \
| | | * fix type convertGravatar thinkerou2016-09-04
| | | |
* | | | Merge branch 'grand-unified-closures' into direct-callsGravatar Craig Tiller2016-09-02
|\| | |
| * | | Revert barrier change to restore TSAN passingGravatar Craig Tiller2016-09-02
| | | |
* | | | Merge branch 'who-combines-the-combiners' into direct-callsGravatar Craig Tiller2016-09-02
|\| | |
| * | | Address review commentsGravatar Craig Tiller2016-09-02
| | | |
* | | | Reinstate RST_STREAM at EOSGravatar Craig Tiller2016-09-01
|/ / /
* | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
|\ \ \ | | |/ | |/|
| | * Add explanationsGravatar Craig Tiller2016-08-22
| | |
| | * Fix commentsGravatar Craig Tiller2016-08-18
| | |
| | * Fix commentsGravatar Craig Tiller2016-08-18
| | |
| | * Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
| | |
| | * Appease the casting godsGravatar Craig Tiller2016-08-18
| | |
| | * Percent encoding routinesGravatar Craig Tiller2016-08-18
| |/
| * Remove <linux/unistd.h> include for compatibility with non-glibcGravatar Brian2016-08-15
| | | | | | | | | | | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492.
* | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
|\|
* | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-07-24
|\ \
| | * Merge v1.0.x into masterGravatar murgatroid992016-07-22
| |/|
| * | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed.
| | * Make default log verbosity ERROR, run tests with DEBUGGravatar Craig Tiller2016-07-18
| | |
* | | Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-13
|\| |
| * | 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 github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
|\|
| * Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
| |\ | | | | | | Unifying error handling within core
| * \ Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
| |\ \
| | | * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | | |\ | | | |/ | | |/|
| | * | Rename gpr_strpad as gpr_leftpadGravatar Yuchen Zeng2016-06-13
| | | |
| * | | Set back to the default log function after using an overrideGravatar Vijay Pai2016-06-13
| | | |
| | * | Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
| | | |
| | * | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |/ /
| | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
| | |\ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| |\ \
* | \ \ Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-05-24
|\ \ \ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-22
| | | |\ | | |_|/ | |/| |
| | | * Move load_file into iomgrGravatar Craig Tiller2016-05-18
| | | |
| * | | Merge github.com:grpc/grpc into signal_handlerGravatar Craig Tiller2016-05-18
| |\ \ \
| | | | * Cleanup error handling for google_default_credentialsGravatar Craig Tiller2016-05-17
| | | | |
| | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-17
| | | | |\ | | | |_|/ | | |/| |
| | * | | use LANG_ENGLISH for windows api FormatMessageGravatar goldenbull2016-05-12
| | | | |
| | | | * Fix refcountingGravatar Craig Tiller2016-05-07
| | | | |
| | | | * Progress converting to new error systemGravatar Craig Tiller2016-05-07
| | | |/ | | |/|
| * / | Fix some ubsan issues: I fear no bugs were harmed in the making of this episodeGravatar Craig Tiller2016-05-03
| |/ /