aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Expand)AuthorAge
...
* | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | |\ | |_|/ |/| |
* | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \ \
| | * \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | |\ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | |\ \
| * | | | Added more tests for GPR_BITCOUNTGravatar David Garcia Quintas2015-07-15
| * | | | rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
| * | | | Added population count functionGravatar David Garcia Quintas2015-07-15
| * | | | Require a pointer + macro arg protectionGravatar David Garcia Quintas2015-07-15
| * | | | Added bitset macro opsGravatar David Garcia Quintas2015-07-15
| | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-15
| | | |\ | | |_|/ | |/| |
| * | | clang-format changed filesGravatar Vijay Pai2015-07-14
| | * | Implement test for stack initial push edgeGravatar Craig Tiller2015-07-13
| |/ /
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| * | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ \ | |/ / |/| |
| * | Multithreaded test of stackGravatar Vijay Pai2015-07-10
| * | Test codeGravatar vjpai2015-07-10
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\| |
| | * Modified gpr_slice_split to take a char* separator.Gravatar David Garcia Quintas2015-07-08
| | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-08
| | |\ | | |/ | |/|
| | * Split function now takes slices as input, performs no allocsGravatar David Garcia Quintas2015-07-08
| | * Added gpr_strsplit (with tests)Gravatar David Garcia Quintas2015-07-07
| | * PR comments + some more tests.Gravatar David Garcia Quintas2015-07-07
| | * Added convenience method gpr_strjoin_sepGravatar David Garcia Quintas2015-07-07
* | | clang-format changed filesGravatar Craig Tiller2015-07-06
* | | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |/ |/|
| * Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as...Gravatar Julien Boeuf2015-06-29
| * Adding util to get a NULL terminated string from a slice.Gravatar Julien Boeuf2015-06-24
|/
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
|\
| * Various minor fixesGravatar Yang Gao2015-06-01
* | Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
|/
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
* Thread local storage for grpcGravatar Craig Tiller2015-04-10
* Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
* Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\
| * Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
* | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
|/
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Addressing comments.Gravatar Julien Boeuf2015-02-03
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* run clang-formatGravatar Yang Gao2015-01-26
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* () --> (void)Gravatar Craig Tiller2015-01-15