| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Refactor net::NetLog to provide implementation of observer pattern, not just ... | kouhei@chromium.org | 2013-06-07 | 1 | -19/+32 |
* | Revert 204861 "Refactor net::NetLog to provide implementation of..." | kouhei@chromium.org | 2013-06-07 | 1 | -32/+19 |
* | Refactor net::NetLog to provide implementation of observer pattern, not just ... | kouhei@chromium.org | 2013-06-07 | 1 | -19/+32 |
* | Disable ChromeNetLog when there are no observers. | mmenke@chromium.org | 2013-03-30 | 1 | -1/+9 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | A pair of changes to make it easier to use NetLogs in | mmenke@chromium.org | 2012-12-05 | 1 | -4/+4 |
* | Pre-populate net-internals with information about | mmenke@chromium.org | 2012-11-06 | 1 | -2/+5 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | (Finally) Remove NetLog::EventParameters. | mmenke@chromium.org | 2012-06-19 | 1 | -117/+0 |
* | NetLogEventParameter to Callback refactoring 11. | mmenke@chromium.org | 2012-06-14 | 1 | -0/+7 |
* | A pair of NetLog changes for ongoing refactoring: | mmenke@chromium.org | 2012-06-13 | 1 | -0/+5 |
* | Add a link to design doc for NetLog. | eroman@chromium.org | 2012-06-12 | 1 | -0/+3 |
* | NetLogEventParameter to Callback refactoring 1, | mmenke@chromium.org | 2012-06-12 | 1 | -0/+7 |
* | Make NetLog take in callbacks that return Values rather | mmenke@chromium.org | 2012-06-10 | 1 | -72/+131 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 1 | -1/+3 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -2/+14 |
* | Add a source id to global NetLog entries, which makes them | mmenke@chromium.org | 2012-03-15 | 1 | -26/+27 |
* | Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObserver | mmenke@chromium.org | 2012-02-29 | 1 | -18/+46 |
* | Remove hard-coded source ids from net_log_source_type_list.h, | mmenke@chromium.org | 2012-02-22 | 1 | -4/+10 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -2/+2 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -4/+1 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -3/+4 |
* | Add NetLog support to UDP sockets. | mmenke@chromium.org | 2011-10-18 | 1 | -1/+8 |
* | Mark net::NetLogStringParameter for export to fix component build for chrome. | sadrul@chromium.org | 2011-09-04 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -8/+8 |
* | Remove ChromeNetLog depenency from content/browser/debugger | dpranke@chromium.org | 2011-07-27 | 1 | -0/+52 |
* | Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c... | willchan@chromium.org | 2011-07-26 | 1 | -52/+0 |
* | Remove ChromeNetLog dependency from content/browser/debugger. | dpranke@chromium.org | 2011-07-26 | 1 | -0/+52 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -11/+13 |
* | Remove old comments. | eroman@chromium.org | 2011-07-08 | 1 | -6/+0 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -1/+1 |
* | Adds URLRequestJob bytes read to NetLog. | mmenke@chromium.org | 2011-06-01 | 1 | -0/+5 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -5/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -7/+7 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -2/+0 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -0/+9 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -9/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+9 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -9/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+9 |
* | A ScopedNetLogEvent that logs a NetLog begin event on creation, | mmenke@chromium.org | 2010-12-09 | 1 | -0/+24 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -3/+0 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -2/+2 |
* | Make NetLog::EventParameters RefCountedThreadSafe. | mmenke@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -1/+9 |
* | Render SpdySessionPools on the Data tab and on a new | mmenke@chromium.org | 2010-10-12 | 1 | -0/+4 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -3/+16 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -1/+1 |