summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Revert r6233, need to move the cert, there is a policy against dkegel@google.com2008-12-024-331/+23
* For http://code.google.com/p/chromium/issues/detail?id=4510dkegel@google.com2008-12-024-23/+331
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-028-8/+8
* Linux: fix layout test crash for security/block-test.html.agl@chromium.org2008-12-021-0/+2
* Add instrumentation to and tighten SDCH implementationjar@google.com2008-12-022-3/+12
* Roll back r6063. TBR.dank@chromium.org2008-11-264-332/+23
* Point nss at root certs so test_shell can talk to mail.google.com without war...dank@chromium.org2008-11-264-23/+332
* Fix a memory leak in the net directory lister.estade@chromium.org2008-11-251-4/+2
* Clarify file-stream comments.darin@chromium.org2008-11-251-0/+4
* Use StringPiece in the TLD service. This means we don't have to copy the TLD...deanm@chromium.org2008-11-252-138/+103
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-247-41/+48
* Adjust histograms to get better data for latency experimentsjar@google.com2008-11-224-26/+49
* 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