Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | | Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer | Chilledheart | 2015-03-10 |
| | | |||
* | | Print resource utilization | Craig Tiller | 2015-03-03 |
| | | |||
* | | Generate latencies in driver | Craig Tiller | 2015-03-03 |
| | | |||
| * | Makes cpu_posix.c portable by removing thread-local storage. | Jorge Canizales | 2015-03-02 |
|/ | | | | Thread-local variables aren’t supported on iOS. | ||
* | Update log_posix.c | bjorn | 2015-03-01 |
| | | | size error | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Fix mac build | Craig Tiller | 2015-02-24 |
| | |||
* | Merge pull request #755 from nicolasnoble/feedback | Craig Tiller | 2015-02-24 |
|\ | | | | | Second batch of feedback. | ||
| * | Second batch of feedback. | Nicolas Noble | 2015-02-24 |
| | | |||
* | | Remove redundant variable set | Craig Tiller | 2015-02-24 |
|/ | |||
* | Addressing a first batch of feedback. | Nicolas Noble | 2015-02-23 |
| | |||
* | Factorizing out function split_host_port. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Fixing Windows port. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Do not need a Mac-specific CPU header yet as there are no CPU-specific features | vjpai | 2015-02-18 |
| | | | | in use yet | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-18 |
|\ | |||
* | | Copyright checker | Craig Tiller | 2015-02-16 |
| | | | | | | | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it. | ||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-16 |
| |\ | |/ |/| | |||
* | | Merge pull request #522 from nicolasnoble/posix | Craig Tiller | 2015-02-13 |
|\ \ | | | | | | | Cleaning up our posix definition / usage. |