summaryrefslogtreecommitdiffstats
path: root/net/base/nss_memio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix code formatting problems reported by PVS-Studio.wtc@chromium.org2013-08-131-4/+4
* Gracefully handle an asynchronous write disconnect when an SSL read is pendingrsleevi@chromium.org2013-06-171-0/+14
* SSLClientSocket::IsConnected should care for internal bufferstoyoshim@chromium.org2013-01-251-0/+8
* When using NSS, only schedule transport socket reads when the transport buffe...rsleevi@chromium.org2012-12-201-0/+11
* Increase the sizes of the circular buffers used by SSLClientSocketNSSwtc@chromium.org2012-09-111-3/+3
* net: When using False Start merge Finished and Application Data records.agl@chromium.org2010-09-081-5/+21
* memio_SetPeerName implicitly assumes that struct sockaddr is the same as PRNe...pvalchev@google.com2010-03-311-9/+3
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-2/+8
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-1/+0
* Delete more unused functions in nss_memio.c.thestig@chromium.org2009-04-141-32/+0
* Delete unused functions in nss_memio.c.willchan@chromium.org2009-04-131-30/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-13/+13
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-12/+12
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+547