summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
...
* Rename tcp_client_socket.cc to _win.cc (should have been done long ago).dkegel@google.com2008-11-102-6/+6
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-34/+39
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+1
* Insert histograms to support latency experiments with SDCHjar@google.com2008-11-074-1/+38
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-062-5/+15
* Preserve the output vector for cookie loading. This prevents a few unneeded ...deanm@chromium.org2008-11-061-10/+13
* Allow DoLoop to be called even while no userdkegel@google.com2008-11-051-21/+97
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-052-16/+8
* Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).ericroman@google.com2008-11-051-0/+5
* Remove the debugging instrumentation.ericroman@google.com2008-11-042-10/+0
* Enable SSL session resumption by using shared Schannelwtc@google.com2008-11-042-68/+155
* More instrumentation.ericroman@google.com2008-11-032-0/+10
* fix a typo that caused test failures in debug modeerikkay@google.com2008-11-031-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-037-296/+537
* Try to fix Mac and Linux compiles.pkasting@chromium.org2008-11-012-4/+6
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-013-21/+106
* There's no Objective in this C++.avi@google.com2008-10-311-0/+0
* Implement a TODO (purge expired cookies in GetAllCookies()) and some small st...pkasting@chromium.org2008-10-302-85/+111
* Timeout persistent idle connections after 5 minutes, and increase the socket ...ericroman@google.com2008-10-292-30/+53
* Fix "expected, actual" order in cookie monster unittest (which was mostly "ac...pkasting@chromium.org2008-10-281-110/+110
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-0/+10
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2714-29/+53
* Cleanup of DNS prefetch related filesjar@google.com2008-10-271-4/+5
* Clean up filter and content encoding handling jar@google.com2008-10-279-251/+345
* Pull in latest file from Mozilla.pamg@google.com2008-10-241-8/+34
* The constructor should initialize callback_ to NULL.wtc@google.com2008-10-241-4/+5
* Port:mark@chromium.org2008-10-231-3/+2
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-231-0/+3
* Add a net error code for not implemented.ericroman@google.com2008-10-221-0/+3
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-2210-50/+1269
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-0/+30
* Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatiblewtc@google.com2008-10-211-0/+4
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-215-40/+204
* Implement the getinfo call for Macavi@google.com2008-10-202-3/+151
* Remove typo in file name *unitest* vs *unittest*jar@google.com2008-10-201-0/+0
* Fix problem where "text/xml" responses get buffered past 512 bytes, causing t...ericroman@google.com2008-10-172-1/+16
* Increase socket buffer size from default (8KB) to 64KB.mbelshe@google.com2008-10-171-0/+45
* Initial Mac implementation of SSL. Requires the full-duplex socket introduced...avi@google.com2008-10-174-20/+765
* Don't call the callback in an unexpected case that will never happen anyway.mark@chromium.org2008-10-161-1/+2
* Don't user uninitialized variables. We should at least fail predictably inmark@chromium.org2008-10-161-1/+1
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-161-0/+3
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-1510-262/+718
* Reset server_cert_ to NULL after freeing it to preventwtc@google.com2008-10-151-1/+3
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-156-217/+244
* Support servers that request but don't require SSLwtc@google.com2008-10-142-1/+24
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-132-0/+6
* Remove WatchObject calls from FileInputStream.rvargas@google.com2008-10-101-22/+20
* Enable AddTrust External CA Root for EV. The patch iswtc@google.com2008-10-101-0/+6
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.abarth@chromium.org2008-10-092-75/+30
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-081-0/+4