1. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  2. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  3. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  4. fb0002c Renaming GCOV to GPR_GCOV. by Nicolas "Pixel" Noble · 9 years ago
  5. c61d0e1 Removing code coverage for unreachable code. by Nicolas "Pixel" Noble · 9 years ago
  6. 5925603 stream_op cleanup: miscellany by Craig Tiller · 9 years ago
  7. b063c87 mark unreachable code with a macro by yang-g · 9 years ago
  8. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  9. 7069da2 Repeat https://github.com/grpc/grpc/issues/3049 for OSX by Jorge Canizales · 9 years ago
  10. f2eb040 Merge pull request #3544 from ctiller/backtrace-on-crash by Nicolas Noble · 9 years ago
  11. 2bc3729 Enable backtraces on C tests by Craig Tiller · 9 years ago
  12. 499fb05 Restoring sanity. by Nicolas "Pixel" Noble · 9 years ago
  13. 0a775b3 Merge pull request #2920 from nicolasnoble/winnt-check by Craig Tiller · 9 years ago
  14. ebc7ef2 Mac build fixes by Craig Tiller · 9 years ago
  15. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  16. b70e3be Merge branch 'master' of github.com:grpc/grpc into winnt-check by Nicolas "Pixel" Noble · 9 years ago
  17. d6c98df clang-format all source by Craig Tiller · 9 years ago
  18. 38b32c0 Better handling of _WIN32_WINNT. by Nicolas "Pixel" Noble · 9 years ago
  19. a294487 Add Apple specific #define for IPV6_RECVPKTINFO by Robbie Shade · 9 years ago
  20. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  21. 717ea0e Install simple Windows exception handlers. by Nicolas "Pixel" Noble · 9 years ago
  22. ae65f1a Remove random includes of windows.h by Craig Tiller · 9 years ago
  23. ce40de5 clang-format by Craig Tiller · 9 years ago
  24. e850f3c Adding GRPC_MUST_USE_RESULT by Nicolas "Pixel" Noble · 9 years ago
  25. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago
  26. 2da0296 Eliminate need for SIGPIPE handling by Craig Tiller · 9 years ago
  27. 1cb8bbc Fix thread local storage error in iOS build by murgatroid99 · 9 years ago
  28. 6e91ffe minor fix in TLS error message by Wojtek Kubiak · 9 years ago
  29. 00b6585 add missing defines on windows (WIN64) by zeliard · 9 years ago
  30. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  31. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  32. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  33. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  34. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  35. 5a5032d Add a macro to enable replacing the default with a custom port picker by Yang Gao · 9 years ago
  36. f0863b0 Merge branch 'master' of github.com:google/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  37. 2cff008 Merge pull request #1074 from jcanizales/makes-cpu-posix-portable by Abhishek Kumar · 9 years ago
  38. b050ce9 Fixes for Windows atomics. by Nicolas "Pixel" Noble · 9 years ago
  39. 6b64c81 Fixes iPhone platform detection by Jorge Canizales · 9 years ago
  40. f358573 FreeBSD preliminary work. by Nicolas Noble · 9 years ago
  41. f5a5943 Adds GPR_CPU_IPHONE to the checks in port_platform.h by Jorge Canizales · 9 years ago
  42. 30e666c Creates cpu_iphone.c by Jorge Canizales · 9 years ago
  43. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  44. 085603c Second batch of feedback. by Nicolas Noble · 9 years ago
  45. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  46. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  47. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 10 years ago
  48. 6b6c3dd Merge pull request #500 from nicolasnoble/secure_getenv by Craig Tiller · 10 years ago
  49. d3ae976 Not all Linuxes are equal, and secure_getenv isn't always there. by Nicolas Noble · 10 years ago
  50. fdd42cf Actually include the port_platform.h epoll change too by David Klempner · 10 years ago
  51. 53eae7a Merge branch 'master' into epoll by David Klempner · 10 years ago
  52. baced4d Epoll based multipoller by David Klempner · 10 years ago
  53. 811b078 Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  54. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 10 years ago
  55. 21f627a First draft of the win32 implementation of iomgr. by Nicolas "Pixel" Noble · 10 years ago
  56. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago
  57. c8fd2d1 Properly selecting chunks of code for the wakeup fd codepath. by Nicolas "Pixel" Noble · 10 years ago
  58. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  59. 6e8bdb9 Merge branch 'master' into eventfd by David Klempner · 10 years ago
  60. 78dc6cd Refactor the pipe/eventfd abstraction by David Klempner · 10 years ago
  61. dbb4f94 Add support for eventfd based kicking on linux. by David Klempner · 10 years ago
  62. dedbae7 Typo fix by Craig Tiller · 10 years ago
  63. d14a1a5 Disable compilation of some files by Craig Tiller · 10 years ago
  64. dd330d6 Merge pull request #24 from nicolasnoble/win32 by Craig Tiller · 10 years ago
  65. 80d68c0 Fixing test_config.c by Nicolas "Pixel" Noble · 10 years ago
  66. 27be1a2 Removing a few more traces of libevent. by Nicolas "Pixel" Noble · 10 years ago
  67. 033afb3 Fix for the Windows build by ctiller · 10 years ago
  68. 58393c2 Remove libevent. by ctiller · 10 years ago
  69. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  70. 1a277ec Remove libevent. by ctiller · 10 years ago
  71. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  72. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  73. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago
  74. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  75. b7ebd3b Initial import. by Nicolas Noble · 10 years ago