summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoidpamg@google.com2008-12-161-0/+9
* message_pump_libevent refactor:jeremy@chromium.org2008-12-154-51/+71
* Reverting 6911.ojan@google.com2008-12-124-51/+47
* message_pump_libevent refactor:jeremy@chromium.org2008-12-124-47/+51
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+2
* no-op style change.ericroman@google.com2008-12-101-4/+4
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-102-0/+7
* no-op style change.ericroman@google.com2008-12-101-4/+4
* Fix some crashes by handling an NSS result value more carefully and revertingevanm@google.com2008-12-091-6/+13
* Third time's a charm?dkegel@google.com2008-12-074-41/+358
* Correctly handle (and log) receipt of gzip response to SDCH encode proposaljar@google.com2008-12-053-2/+29
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-042-12/+18
* 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