Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sockets APIs out of src/chrome | rockot@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in chrome/browser/, part 5. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -4/+4 |
* | Introduce Multicast Socket API | ikarienator@chromium.org | 2013-04-30 | 1 | -2/+96 |
* | 1. Create ApiFunction, which is a new base class of AsyncApiFunction that is ... | miket@chromium.org | 2012-10-11 | 1 | -1/+1 |
* | Make sure that a given app/extension requests only its own resources. | miket@chromium.org | 2012-09-11 | 1 | -1/+1 |
* | Fix a bad parameter that was being sent to a std::string constructor. | miket@chromium.org | 2012-09-07 | 1 | -0/+44 |
* | Add bind(), recvFrom(), sendTo() for UDP socket. | penghuang@chromium.org | 2012-04-25 | 1 | -104/+0 |
* | - Changed the data structure being passed around in the socket API from a str... | miket@chromium.org | 2012-04-17 | 1 | -3/+10 |
* | - Simple layer over POSIX open/read/write. | miket@chromium.org | 2012-02-16 | 1 | -0/+97 |