summaryrefslogtreecommitdiffstats
path: root/blimp/net/blimp_message_output_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* blimp: Increase max payload size limit.khushalsagar2016-03-231-1/+4
* Add detailed logging support for BlimpMessage and subtypes.kmarshall2016-03-011-1/+2
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Implementation and fixes for Blimp client/engine E2E communication.kmarshall2016-01-051-7/+9
* Switch to standard integer types in blimp/.avi2015-12-201-1/+1
* Convert remaining instances of scoped_ptr::Pass() to std::move.kmarshall2015-12-041-3/+3
* Implementation for the Blimp Message Buffer.kmarshall2015-12-021-6/+131
* Change BlimpMessageProcessor to take scoped_ptr messages.kmarshall2015-11-121-1/+1
* Add interfaces for most major Blimp net components.kmarshall2015-11-121-0/+29