Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | |||
* | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
| | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
* | Remove unused references to malloc.h (which is non-standard, Linux-specific ↵ | Alexander Staubo | 2015-04-05 |
| | | | | and generally deprecated; use <cstdlib> instead). | ||
* | Fixed segfault by fixing scope issue | murgatroid99 | 2015-03-09 |
| | |||
* | Updated some c++ files for 0.11/0.12 compatibility | murgatroid99 | 2015-03-04 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Switched extension to return faster sliceable Buffers | murgatroid99 | 2015-01-29 |
| | |||
* | Moved extension and JS files to separate directories | murgatroid99 | 2015-01-26 |