aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix memory leakGravatar Craig Tiller2015-05-04
|
* C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Merge pull request #1396 from ctiller/one-readGravatar Yang Gao2015-05-04
|\ | | | | Deliver data up from tcp immediately
* \ Merge pull request #1460 from ctiller/fast-timerGravatar Vijay Pai2015-05-04
|\ \ | | | | | | 25ns overhead latency timers
* \ \ Merge pull request #1457 from nicolasnoble/win32-fixes-once-againGravatar Craig Tiller2015-05-04
|\ \ \ | | | | | | | | Another round of win32 fixes and documentation.
| | * \ Merge branch 'fast-timer' of github.com:ctiller/grpc into fast-timerGravatar Craig Tiller2015-05-04
| | |\ \
| | | * | clang-formatGravatar Craig Tiller2015-05-04
| | | | |
| | * | | Delete debugGravatar Craig Tiller2015-05-04
| | |/ /
| | * | Thread local storage for profile dataGravatar Craig Tiller2015-05-04
| | | |
* | | | correct win32-related API usageGravatar zeliard2015-05-04
| | | |
| * | | Another round of win32 fixes and documentation.Gravatar Nicolas "Pixel" Noble2015-05-04
|/ / / | | | | | | | | | | | | -) Fixed a few more (much more rare) race conditions on shutdown. -) Fixed a degenerate case if we create a server but never start it.
* | | More win32 fixes + documentation.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | | | | | | | | Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion.
* | | Wave of Win32 fixes.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | | | | | | | | | | | -) tcp client and server should no longer starve waiting on orphans -) proper server shutdown sequence to prevent use-after-free.
* | | Fixing generated code under Windows.Gravatar Nicolas "Pixel" Noble2015-05-02
|/ / | | | | | | | | | | By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use.
* | Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
| |
* | Merge pull request #1437 from jtattermusch/trace_batch_fixGravatar Craig Tiller2015-05-01
|\ \ | | | | | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tag
| | * Merge branch 'one-read' of github.com:ctiller/grpc into one-readGravatar Craig Tiller2015-05-01
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
| | * \ Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-05-01
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_posix.c src/core/profiling/basic_timers.c
* | | | Merge pull request #1363 from murgatroid99/objective_c_batch_migrationGravatar Jorge Canizales2015-05-01
|\ \ \ \ | | | | | | | | | | Migrated Objective C library to C batch API
* \ \ \ \ Merge pull request #1394 from yang-g/bugfixGravatar Craig Tiller2015-05-01
|\ \ \ \ \ | | | | | | | | | | | | Fix flow control issue
| | * | | | Resolved some commentsGravatar murgatroid992015-05-01
| | | | | |
* | | | | | Merge pull request #1397 from ctiller/delete-the-old-apiGravatar Yang Gao2015-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Delete the old api
| | * \ \ \ \ merge with headGravatar Yang Gao2015-05-01
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #1436 from ctiller/crash-cxxGravatar Yang Gao2015-05-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for a crash seen in the wild
| | * \ \ \ \ \ Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-05-01
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak
* | | | | | | | remove unused function from grpc_csharp_extGravatar Jan Tattermusch2015-05-01
| | | | | | | |
* | | | | | | | Merge pull request #1421 from zeliard/masterGravatar Nicolas Noble2015-04-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows
| * | | | | | | | make Windows.h lowercase for cross compiling from LinuxGravatar Simon Koo2015-05-01
| | | | | | | | |
| | | * | | | | | Remove another old functionGravatar Craig Tiller2015-04-30
| | | | | | | | |
* | | | | | | | | Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-itGravatar Nicolas Noble2015-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Ensure call alarms are cancelled when the underlying stream closes
| | | | | | | * | | added param names for grpc_call_start_batch trace.Gravatar Jan Tattermusch2015-04-30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1439 from nicolasnoble/python-c89Gravatar Masood Malekghassemi2015-04-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C89-ify the python code.
| * | | | | | | | | | C89-ify the python code.Gravatar Nicolas "Pixel" Noble2015-05-01
| | | | | | | | | | |
* | | | | | | | | | | Release Python 0.5.0a2Gravatar Masood Malekghassemi2015-04-30
|/ / / / / / / / / /
| | | | | | | * | | fix: trace for grpc_call_start_batch only displayed lower 32bits of tagGravatar Jan Tattermusch2015-04-30
| | | | | | | | | |
| | | * | | | | | | Fix for a crash seen in the wildGravatar Craig Tiller2015-04-30
| | | | | | | | | |
* | | | | | | | | | Extern-ify symbols so they don't collideGravatar Masood Malekghassemi2015-04-30
| |_|/ / / / / / / |/| | | | | | | |
| | | * | | | | | Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-04-30
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete-the-old-api
| | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | | * Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-04-30
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1426 from ctiller/bad-frameGravatar Yang Gao2015-04-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix errant empty data frame after trailers
| | | | * \ \ \ \ \ \ Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1408 from dgquintas/stapGravatar Craig Tiller2015-04-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Integration of Systemtap as a profiling mechanism.
* | | | | | | | | | | | Release Python 0.5.0a1Gravatar Masood Malekghassemi2015-04-30
| | | | | | | | | | | |
| | | | | * | | | | | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
| | | | | |\ \ \ \ \ \ \
* | | | | | | | | | | | | more commentsGravatar Stanley Cheung2015-04-30
| | | | | | | | | | | | |
| | | | | | | | | | | | * Merge github.com:grpc/grpc into one-readGravatar Craig Tiller2015-04-30
| | | | | | | | | | | | |\ | | | | | | | |_|_|_|_|_|/ | | | | | | |/| | | | | |
| | | * | | / | | | | | | Ensure call alarms are cancelled when the underlying stream closesGravatar Craig Tiller2015-04-30
| | | | |_|/ / / / / / / | | | |/| | | | | | | |
* | | / | | | | | | | | add php service account credentials auth interop test, tested against cloud ↵Gravatar Stanley Cheung2015-04-30
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server
| | * | | | | | | | | Fix errant empty data frame after trailersGravatar Craig Tiller2015-04-30
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the metadata batching changes recently, I introduced a bug whereby the http2 stream encoder would end up not being able to set the close bit on a header frame, and instead placed it on a new data frame, which is illegal by the HTTP2 spec.