1. 234e62c Merge pull request #1395 from ctiller/swappy by David G. Quintas · 9 years ago
  2. 80abd54 Merge github.com:grpc/grpc into swappy by Craig Tiller · 9 years ago
  3. c71a9d2 clang-format by Yang Gao · 9 years ago
  4. 81b6711 make Windows.h lowercase for cross compiling from Linux by Simon Koo · 9 years ago
  5. 06d64cd implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows by zeliard · 9 years ago
  6. 455253f Merge branch 'one-read' into swappy by Craig Tiller · 9 years ago
  7. bae41c8 Promote SWAP to GPR_SWAP by Craig Tiller · 9 years ago
  8. 40158ed Optimize slice_buffer_swap by Craig Tiller · 9 years ago
  9. 28d051d remove type casting on gpr_time_to_millis by zeliard · 9 years ago
  10. 179be50 merge VS solutions file from upstream master by zeliard · 9 years ago
  11. 81f750e undo time_t type casting by zeliard · 9 years ago
  12. 8ae189b 64bit support on Windows by zeliard · 9 years ago
  13. 6db7224 Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecond by vjpai · 9 years ago
  14. 9d005cc Addressing comments. by Julien Boeuf · 9 years ago
  15. 28d75d9 Adding option to add a null terminator when loading a file. by Julien Boeuf · 9 years ago
  16. 5cfc4b9 Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsy by Vijay Pai · 9 years ago
  17. 721f362 Inline initial slice buffer allocation by Craig Tiller · 9 years ago
  18. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  19. 818efa6 Implement gpr_sleep_until for Windows. by Craig Tiller · 9 years ago
  20. c8f95e3 Fixing msys2 compilation... by Nicolas "Pixel" Noble · 9 years ago
  21. a397330 Fixing MacOS build breakage introduced in #1191. by Nicolas Noble · 9 years ago
  22. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  23. 2cff008 Merge pull request #1074 from jcanizales/makes-cpu-posix-portable by Abhishek Kumar · 10 years ago
  24. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  25. 30e666c Creates cpu_iphone.c by Jorge Canizales · 10 years ago
  26. ecf53c6 Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into makes-cpu-posix-portable by Jorge Canizales · 10 years ago
  27. ca767c0 Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer by Chilledheart · 10 years ago
  28. f282514 Print resource utilization by Craig Tiller · 10 years ago
  29. 76877c3 Generate latencies in driver by Craig Tiller · 10 years ago
  30. 7b1bb8b Makes cpu_posix.c portable by removing thread-local storage. by Jorge Canizales · 10 years ago
  31. c1f97ce Update log_posix.c by bjorn · 10 years ago
  32. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 10 years ago
  33. b5a79f6 Fix mac build by Craig Tiller · 10 years ago
  34. cb0a28e Merge pull request #755 from nicolasnoble/feedback by Craig Tiller · 10 years ago
  35. 085603c Second batch of feedback. by Nicolas Noble · 10 years ago
  36. 4090993 Remove redundant variable set by Craig Tiller · 10 years ago
  37. 65b0759 Addressing a first batch of feedback. by Nicolas Noble · 10 years ago
  38. 589cba2 Factorizing out function split_host_port. by Nicolas "Pixel" Noble · 10 years ago
  39. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago
  40. 20d6c1a Do not need a Mac-specific CPU header yet as there are no CPU-specific features by vjpai · 10 years ago
  41. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  42. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  43. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  44. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  45. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  46. 44cdd6e Merge pull request #522 from nicolasnoble/posix by Craig Tiller · 10 years ago
  47. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 10 years ago
  48. c234087 Fix header file for Mac by vjpai · 10 years ago
  49. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  50. df80ba8 Freeing the proper string in gpr_tmpfile. by Nicolas Noble · 10 years ago
  51. 2cdacb8 added log messages for cpu_windows.c by Jan Tattermusch · 10 years ago
  52. 6943fb3 added cpu_windows.c by Jan Tattermusch · 10 years ago
  53. 2dac797 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  54. d72ba6a Merge cleanup. by Nicolas Noble · 10 years ago
  55. 811b078 Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  56. 1801e42 Fix include paths by Craig Tiller · 10 years ago
  57. 0db1bef Progress by Craig Tiller · 10 years ago
  58. 4acf81e Merge pull request #418 from nicolasnoble/tmp-win32 by Craig Tiller · 10 years ago
  59. a0ec4fc Adding /tmp to prefix when creating posix temporary files. by Julien Boeuf · 10 years ago
  60. d6dcec5 Making the gpr_tmpfile's win32 version a bit more Windows-y. by Nicolas "Pixel" Noble · 10 years ago
  61. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 10 years ago
  62. 5f925a9 Addressing comments. by Julien Boeuf · 10 years ago
  63. 9be9860 Oooops. Forgot a the new file. by Julien Boeuf · 10 years ago
  64. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 10 years ago
  65. 900dadb Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  66. ee0c96c Second draft of the win32 implementation. by Nicolas "Pixel" Noble · 10 years ago
  67. 2078a7e Merge branch 'master' into source_cleanup by David Klempner · 10 years ago
  68. 01a0fb0 Merge branch 'master' into timespec by David Klempner · 10 years ago
  69. 5de3783 Merge pull request #392 from dklempner/timeval by Craig Tiller · 10 years ago
  70. c15622b Remove timeval functions by David Klempner · 10 years ago
  71. 78b7992 Fix up feature test macros by David Klempner · 10 years ago
  72. 32c1ad9 Merge pull request #369 from jboeuf/tsan_openssl by Nicolas Noble · 10 years ago
  73. 9b60fa3 Make gpr_timespec no longer be a typedef for struct timespec in posix by David Klempner · 10 years ago
  74. 0561896 Addressing comments. by Julien Boeuf · 10 years ago
  75. 9e1b10b undef and endif aren't the same thing by David Klempner · 10 years ago
  76. 9db67cb We should ifdef check the define of _GNU_SOURCE by David Klempner · 10 years ago
  77. d44f841 Have cpu_linux.c define _GNU_SOURCE at the beginning of the file by David Klempner · 10 years ago
  78. 21f627a First draft of the win32 implementation of iomgr. by Nicolas "Pixel" Noble · 10 years ago
  79. 57db88f Addressing nicolasnoble@ comments. by Julien Boeuf · 10 years ago
  80. 4a0a394 Fixing tsan errors in OpenSSL (#319) by Julien Boeuf · 10 years ago
  81. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago
  82. e1a03a6 Make _posix usage match 'the rules' by Craig Tiller · 10 years ago
  83. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  84. cb7abfd fixup compile error in log_android.c by Todd Poynor · 10 years ago
  85. 3ed874c sync up with master by Yang Gao · 10 years ago
  86. bdfae4b Merge pull request #188 from ctiller/bprintf by Nicolas Noble · 10 years ago
  87. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  88. 9074794 Fixing an extremely suspicious-looking paradigm in murmur_hash.c by Nicolas "Pixel" Noble · 10 years ago
  89. 3e33a50 Use a simpler growth algorithm by Craig Tiller · 10 years ago
  90. 96756e6 Added comments by Craig Tiller · 10 years ago
  91. 16ae23d Add out-param to signal length of buffer by Craig Tiller · 10 years ago
  92. 41b9c92 Merge branch 'kill-more-printf' into bprintf by Craig Tiller · 10 years ago
  93. 672cd42 Formatting by Craig Tiller · 10 years ago
  94. 913d026 src by Craig Tiller · 10 years ago
  95. 66a1c08 Utilities for concatenating many strings by Craig Tiller · 10 years ago
  96. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  97. c0fc6a1 Add gpr_ltoa by Craig Tiller · 10 years ago
  98. a83567d Fix math in time_posix.c by Craig Tiller · 10 years ago
  99. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  100. 32946d3 () --> (void) by Craig Tiller · 10 years ago