summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-206-114/+122
* Cancel any pending IO and wait for it to be aborted beforewtc@google.com2008-11-201-1/+8
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-204-7/+9
* Revert "Make the net resource interface use StringPiece instead oftc@google.com2008-11-204-9/+7
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-204-7/+9
* revert 5730estade@chromium.org2008-11-194-92/+86
* Port directory lister to posix.estade@chromium.org2008-11-194-86/+92
* revert 5725estade@chromium.org2008-11-194-92/+86
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-194-86/+92
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-193-33/+124
* Avoid plausible DOS attack by malicious SDCH serverjar@google.com2008-11-183-5/+272
* Open up SDCH for all sites, in preparation for latency testsjar@google.com2008-11-153-7/+81
* Allow optimized builds on Linux.evanm@google.com2008-11-131-2/+2
* Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...erikkay@google.com2008-11-118-276/+597
* 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