[go: nahoru, domu]

  1. f214f87 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
  2. a95986a Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  3. 22b42c5 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  4. c7f91e8 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  5. 9a44a4db6 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  6. 8bf7b53 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  7. a329ecd Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  8. f9e9049 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  9. 3ca1235 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  10. c0b0a69 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  11. 2d71bd1 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  12. 21fa3a1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by jam@chromium.org · 14 years ago
  13. 7a4de7a6 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  14. 0cfe5da Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  15. 6edce23 FBTF: Reapplies r55259, the first new IPC definition patch. by erg@google.com · 14 years ago
  16. 071b4b9 Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by pinkerton@google.com · 14 years ago
  17. c5406e5c FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by erg@google.com · 14 years ago
  18. 7ee1a44c Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  19. f3b1afd Remove <iostream> where possible. by erg@google.com · 14 years ago
  20. 1d88c7f Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  21. 9eea71c Up the warnings in ipc by thomasvl@google.com · 14 years ago
  22. 6f91f59 Removed the unnecessary NULL checks from sync_socket_unittest.cc. by sehr@google.com · 15 years ago
  23. 1e1f1a7 Add an implementation of base::SyncSocket::Peek for posix platforms. Also by sehr@google.com · 15 years ago
  24. d8b6591 Add non-blocking peek for the syncsocket - Windows only by cpu@chromium.org · 15 years ago
  25. 182c44fa Implement SyncSocket class for Posix targets (Linux, Mac), and enable the by sehr@google.com · 15 years ago
  26. 0840cc7 This adds the first version of SyncSocket to base, along with a trivial unittest. by sehr@google.com · 15 years ago