Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2167 from ctiller/everyone-is-special | David G. Quintas | 2015-06-24 |
|\ | | | | | Return dummy data for empty histograms | ||
* \ | Merge pull request #2141 from murgatroid99/core_support_conversion_warnings | Craig Tiller | 2015-06-23 |
|\ \ | | | | | | | Fix integer conversion warnings in src/core/support | ||
| * | | Reverted slice.c changes | murgatroid99 | 2015-06-22 |
| | | | |||
| * | | Made requested fixes | murgatroid99 | 2015-06-22 |
| | | | |||
| | * | Return dummy data for empty histograms | Craig Tiller | 2015-06-22 |
| |/ |/| | |||
| * | Fixed incorrect comment format | murgatroid99 | 2015-06-22 |
| | | |||
| * | Reverted incorrect type change | murgatroid99 | 2015-06-22 |
| | | |||
| * | Silenced conversion warnings in src/core/support | murgatroid99 | 2015-06-19 |
| | | |||
* | | clang-format affected files | Craig Tiller | 2015-06-17 |
|/ | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 |
|\ | |||
| * | include string_util.h for the prototype of gpr_strdup and typo. | Oliver Smith | 2015-06-14 |
| | | | | | | | | | | | | | | | | Fixes two warnings in log_win32.c under msvc2015 log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int' and corrects a typo in an error message | ||
* | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-04 |
|\| | |||
| * | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | |||
* | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-01 |
|\| | |||
| * | Add a test of cmdline usage strings - and make them saner | Craig Tiller | 2015-05-28 |
| | | |||
* | | Make C/C++ tests pass | Craig Tiller | 2015-05-27 |
|/ | |||
* | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-19 |
|\ | | | | | | | | | | | Conflicts: Makefile build.json | ||
| * | Extension should return a const char *. | Julien Boeuf | 2015-05-18 |
| | | |||
* | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-15 |
|\| | |||
* | | Crash handling test | Craig Tiller | 2015-05-15 |
| | | |||
| * | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash | Nicolas Noble | 2015-05-15 |
| |\ | |/ |/| | Add subprocess GPR API | ||
| * | ... | Craig Tiller | 2015-05-15 |
| | | |||
| * | GPR_ASSERT is not an expression | Craig Tiller | 2015-05-15 |
| | | |||
* | | Add subprocess GPR API | Craig Tiller | 2015-05-15 |
|/ | | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear | ||
* | Merge pull request #1395 from ctiller/swappy | David G. Quintas | 2015-05-05 |
|\ | | | | | Optimize a few core routines | ||
| * | Merge github.com:grpc/grpc into swappy | Craig Tiller | 2015-05-04 |
| |\ | |||
* | | | clang-format | Yang Gao | 2015-05-04 |
| |/ |/| | |||
* | | make Windows.h lowercase for cross compiling from Linux | Simon Koo | 2015-05-01 |
| | | |||
* | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows | zeliard | 2015-04-30 |
| | | |||
| * | Merge branch 'one-read' into swappy | Craig Tiller | 2015-04-29 |
| |\ | |/ |/| | |||
| * | Promote SWAP to GPR_SWAP | Craig Tiller | 2015-04-28 |
| | | |||
| * | Optimize slice_buffer_swap | Craig Tiller | 2015-04-28 |
| | | |||
* | | remove type casting on gpr_time_to_millis | zeliard | 2015-04-27 |
| | | |||
* | | merge VS solutions file from upstream master | zeliard | 2015-04-27 |
| | | |||
* | | undo time_t type casting | zeliard | 2015-04-27 |
| | | |||
* | | 64bit support on Windows | zeliard | 2015-04-23 |
| | | |||
| * | Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecond | vjpai | 2015-04-21 |
|/ | |||
* | Addressing comments. | Julien Boeuf | 2015-04-16 |
| | |||
* | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 |
| | | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string. | ||
* | Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsy | Vijay Pai | 2015-04-13 |
|\ | | | | | Inline initial slice buffer allocation | ||
| * | Inline initial slice buffer allocation | Craig Tiller | 2015-04-13 |
| | | |||
* | | Merge github.com:grpc/grpc into windows-fixes | Craig Tiller | 2015-04-13 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak | ||
* | | Implement gpr_sleep_until for Windows. | Craig Tiller | 2015-04-08 |
| | | |||
| * | Fixing msys2 compilation... | Nicolas "Pixel" Noble | 2015-04-08 |
| | | |||
| * | Fixing MacOS build breakage introduced in #1191. | Nicolas Noble | 2015-04-07 |
| | | |||
| * | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
|/ | |||
* | Merge pull request #1074 from jcanizales/makes-cpu-posix-portable | Abhishek Kumar | 2015-03-19 |
|\ | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c | ||
* | | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
| * | Creates cpu_iphone.c | Jorge Canizales | 2015-03-13 |
| | | | | | | | | So that cpu_posix.c can be left untouched for the other platforms. | ||
| * | Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into ↵ | Jorge Canizales | 2015-03-12 |
| |\ | |/ |/| | | | makes-cpu-posix-portable |