summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux port for flip_session.mbelshe@chromium.org2009-10-072-18/+25
* Fix signed/unsigned mismatch for linuxmbelshe@chromium.org2009-10-071-1/+1
* Change many of the int and uint32 uses to size_t.mbelshe@chromium.org2009-10-072-24/+24
* Turn off the X509Certificate::Verify call for non-Windows platformswtc@chromium.org2009-10-071-3/+5
* Add a certificate blacklist for Windows and put thewtc@chromium.org2009-10-072-0/+191
* Linux port fixup.mbelshe@chromium.org2009-10-071-4/+4
* Fix the UrlToFilenameEncoder to be more cross platform.mbelshe@chromium.org2009-10-071-29/+30
* Remove VLOG statements which aren't needed and don't work well in chrome.mbelshe@chromium.org2009-10-074-46/+10
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-062-0/+12
* Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.eroman@chromium.org2009-10-061-1/+8
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-066-3/+18
* Increase the maximum headers size from 32Kb to 256Kb.eroman@chromium.org2009-10-062-3/+3
* Add a response_info() accessor to URLRequest to get a reference to the net::H...michaeln@google.com2009-10-052-0/+7
* Make the font sizes on about:net-internals consistent.evan@chromium.org2009-10-051-3/+4
* Coverity: Assert that socket() returns a successful value.jhawkins@chromium.org2009-10-051-3/+4
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-26/+2
* Second try. r27819 was missing a null pointer check forwtc@chromium.org2009-10-021-38/+22
* The Python test server now ignores querystrings params when serving local files.finnur@chromium.org2009-10-021-2/+8
* Handle range request on a truncated entryhclam@chromium.org2009-10-023-3/+48
* Revert r27819 because it causes net_unittests to crash in thewtc@chromium.org2009-10-021-20/+38
* Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) towtc@chromium.org2009-10-021-38/+20
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-013-5/+5
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-013-1/+7
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-012-0/+24
* Two features:mbelshe@google.com2009-10-014-14/+116
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-013-1/+31