summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* SocketStream::Close() disconnect the socket after all pending data sent.ukai@chromium.org2010-05-211-0/+132
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-8/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-2/+4
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-7/+4
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-1/+1
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-131-0/+12
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-4/+4
* Add proxy basic auth support in net/socket_stream.ukai@chromium.org2009-10-271-0/+210