summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* WebSocket protocol handler for live experiment (again)ukai@chromium.org2009-10-214-0/+874
* Revert r29614 "WebSocket protocol handler for live experiment."ukai@chromium.org2009-10-214-871/+0
* WebSocket protocol handler for live experiment.ukai@chromium.org2009-10-214-0/+871
* I had some debug URL handling turned on in chromembelshe@google.com2009-10-212-4/+5
* Update eTLD list to stay in sync with Mozilla. Also correct the URL atop the...pkasting@chromium.org2009-10-202-2/+14
* Fix a data race found by ThreadSanitizer in LoadLog::Release().eroman@chromium.org2009-10-201-2/+3
* Fixup the flip_framer eof-handling semantics now that we havembelshe@google.com2009-10-207-90/+257
* Remove some unnecessary manual AddRef/Release.eroman@chromium.org2009-10-201-9/+0
* Display the full address list rather than just the first item, in about:net-i...eroman@chromium.org2009-10-192-8/+22
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-1710-634/+1255
* Enable Mac EV cert validation w/o requiring the user to explicitly enable rev...hawk@chromium.org2009-10-161-6/+4
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-4/+4
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-162-0/+17
* Reverting 29316.vandebo@chromium.org2009-10-1610-1255/+634
* Mark flaky FTP tests as flaky.phajdan.jr@chromium.org2009-10-161-5/+10
* Classify more types of input as queries.pkasting@chromium.org2009-10-163-0/+90
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-1610-634/+1255
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-163-4/+29
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-161-3/+3
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-163-0/+34
* Enable certificate revocation and EV certificate validation for Machawk@chromium.org2009-10-162-4/+13
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-152-9/+9
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-152-4/+131
* net: Add another unit test.rvargas@google.com2009-10-151-0/+7
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-1512-124/+98
* Don't call AuthOrigin(target) multiple times inwtc@chromium.org2009-10-152-16/+22
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-1/+1
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+1
* Coverity: check file_util::WriteFile return.mattm@chromium.org2009-10-141-3/+3
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-0/+4
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-145-51/+209
* Update the flip_protocol header to add flags to all framesmbelshe@google.com2009-10-144-35/+108
* Enable SSL in FLIP.mbelshe@google.com2009-10-144-41/+43
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-149-64/+123
* Don't run DiskCacheEntryTest.CancelSparseIO under ThreadSanitizer on Mactimurrrr@chromium.org2009-10-141-0/+1
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+1
* Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIOrvargas@google.com2009-10-141-2/+2
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-1313-35/+34
* Fix a bug that caused the Mac SSL config service only check the system OCSP s...hawk@chromium.org2009-10-131-1/+1
* Remember the server certificate on Mac OS X even if the handshake failshawk@chromium.org2009-10-131-1/+4
* View Certificate dialog sometimes shows incorrect status because it didn't ha...hawk@chromium.org2009-10-131-0/+5
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-1311-49/+46
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-132-4/+2
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-4/+3
* Add an interface to report the amount of data after a chunked encoding. This ...vandebo@chromium.org2009-10-133-13/+56
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-132-7/+8
* Do not run FlipNetworkTransactionTest.Connect under ThreadSanitizer on Mac OStimurrrr@chromium.org2009-10-131-0/+1
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-133-13/+68
* Mix mismatched new[] with delete. (should be delete[]).mbelshe@google.com2009-10-132-8/+8