summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SSLClientSocketNSS full-duplexukai@chromium.org2009-10-132-99/+238
* Add a command line switch to enable flip sockets.mbelshe@google.com2009-10-133-1/+31
* Use ASCII strings for switch names.evan@chromium.org2009-10-133-8/+8
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-139-3/+79
* Use size_t rather than uint32 in a few more placesmbelshe@chromium.org2009-10-122-4/+4
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-127-9/+16
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-1213-74/+104
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-104-14/+21
* Change the SSL Socket to be capable of having reads andmbelshe@google.com2009-10-102-235/+335
* Fix one more size_t/uint32 casting issue for the mac.mbelshe@chromium.org2009-10-102-2/+2
* Make our Mock Sockets capable of running full duplex.mbelshe@google.com2009-10-092-18/+6
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-094-4/+4
* A few more misc fixes for the linux port.mbelshe@chromium.org2009-10-094-24/+18
* Add net/socket_stream.ukai@chromium.org2009-10-093-0/+879
* One more try to get the FilePath usage right.mbelshe@google.com2009-10-091-3/+4
* Disable CancelSparseIO unit test while I see what's going on.rvargas@google.com2009-10-081-1/+1
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-0810-9/+285
* Detect NULL characters in certificate Subject commonwtc@chromium.org2009-10-081-17/+87
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-083-14/+43
* Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt...michaeln@google.com2009-10-083-124/+150