summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-1413-13/+13
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-1454-312/+312
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-1418-280/+390
* Enable 307 net unit tests on Android.pliard@chromium.org2012-11-141-1/+3
* Implement QuicConnectionHelper::WritePacketToWire()rch@chromium.org2012-11-145-87/+200
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-147-74/+31
* Set blocked_on_delegate_ when a URLRequest is blocked bymmenke@chromium.org2012-11-145-9/+23
* Http cache: Increase the maximum number of entries tracked by the infinite ca...rvargas@google.com2012-11-141-1/+1
* [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test ...rsimha@chromium.org2012-11-141-0/+3
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-1333-308/+257
* [Sync] Add application logic for non-nigori control types (reland)zea@chromium.org2012-11-132-33/+37
* Move mru_cache to the new containers subdirectory.brettw@chromium.org2012-11-131-1/+1
* Update net/third_party/nss/ssl to NSS 3.14.wtc@chromium.org2012-11-1375-7262/+1191
* FTP: Clean up the server type histogram to use less space.phajdan.jr@chromium.org2012-11-132-13/+7
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-134-202/+208
* Fix TestGetExtensionsForMimeType unittest on iOS.blundell@chromium.org2012-11-131-1/+1
* Add header for Gaia sign in on redirects too.rogerta@chromium.org2012-11-133-2/+45
* Consistently use int64 not uint64 when we have to work with time in micro or ...rch@chromium.org2012-11-134-15/+15
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-134-208/+202
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-134-202/+208
* Ensure that NSS HTTP IO is initialized on iOS.blundell@chromium.org2012-11-131-1/+1
* Revert 167280 - [Sync] Add application logic for non-nigori control types.zea@chromium.org2012-11-132-37/+33
* [Sync] Add application logic for non-nigori control types.zea@chromium.org2012-11-132-33/+37
* FTP: fix compatibility with mod_ftp's LISTisNLST option.phajdan.jr@chromium.org2012-11-122-3/+9
* [net] Fix parsing of HostCacheSize field trial group name.szym@chromium.org2012-11-121-3/+3
* FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings.phajdan.jr@chromium.org2012-11-122-9/+74
* net: add DANE support for DNSSEC stapled certificates.agl@chromium.org2012-11-124-8/+187
* net: add a couple of entries to the HSTS preloaded list.agl@chromium.org2012-11-123-3/+9
* Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...dharani@google.com2012-11-122-45/+16
* Several cleanups of QuicSession, et al. as per the Chrome code review.rch@chromium.org2012-11-119-69/+58
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-119-128/+10
* Fix Bug in QuicClockTest.rch@chromium.org2012-11-111-1/+1
* QuicTime integrationrch@chromium.org2012-11-1141-370/+839
* Clean up style in QuicConnection, et. al. as per Chrome commentsrch@chromium.org2012-11-114-48/+93
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-1015-244/+216
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-1015-219/+246
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-1015-246/+219
* Make QuicClock::Now() const and change all QuicClock* to const QuicClock*.rch@chromium.org2012-11-1018-22/+23
* Fix uninitialized var in leaky_bucket.ccrch@chromium.org2012-11-101-0/+1
* For Cache Sensitivity Analysis, fix createentry/openentry race conditiontburkard@chromium.org2012-11-102-16/+45
* Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-1014-81/+459
* Revert 166977 - Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-0914-461/+81
* Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-0914-81/+461
* [sync] Add Mobile Bookmarks folder to chromiumsync.pyrsimha@chromium.org2012-11-091-1/+3
* Introduce HttpStreamBasebashi@chromium.org2012-11-099-121/+162
* Ensure that OCSPIOLoop is associated with right thread if restarted.blundell@chromium.org2012-11-092-0/+22
* Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-091-3/+3
* [net] Measure DNS.CacheEvicted and DNS.CacheExpired.szym@chromium.org2012-11-083-5/+61
* Fix uninitialized access in QuicConnectionHelperTestrch@chromium.org2012-11-081-1/+5
* Add run_isolate.py to all .isolate.maruel@chromium.org2012-11-081-0/+1