index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
disk_cache
/
sparse_control.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Disk cache: Fix back some style changes made recently.
rvargas@google.com
2013-06-13
1
-43
/
+20
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
1
-7
/
+7
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-19
/
+40
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-6
/
+8
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-2
/
+2
*
Removed unnecessary DCHECK on entry
orenb@chromium.org
2012-07-26
1
-1
/
+0
*
Added sanity check for entry in ReadyToUse
orenb@chromium.org
2012-07-26
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+12
*
NetLogEventParameter to Callback refactoring 2.
mmenke@chromium.org
2012-06-12
1
-13
/
+10
*
Checked that |entry| and |entry->backend_| are non-NULL.
khorimoto@chromium.org
2012-03-28
1
-0
/
+1
*
Disk cache: Fix style and extra net:: specification.
rvargas@google.com
2012-03-23
1
-21
/
+18
*
Disk cache: Remove all non essential synchronization from the
rvargas@google.com
2012-03-20
1
-1
/
+7
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-29
/
+38
*
base::Bind conversion for net/disk_cache/...
adamk@chromium.org
2011-10-20
1
-7
/
+8
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
Disk Cache: If there are no abort_callbacks, we should not
rvargas@google.com
2011-09-16
1
-2
/
+8
*
Disk cache: Make a local copy of the operation result before
rvargas@google.com
2011-09-14
1
-1
/
+2
*
Adds memory cache logging, and updates disk cache logging.
mmenke@chromium.org
2011-03-17
1
-26
/
+59
*
Fix Coverity UNINIT_CTOR defect in the ChildrenDeleter constructor.
wtc@chromium.org
2011-02-11
1
-1
/
+1
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-2
/
+51
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-51
/
+2
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-2
/
+51
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-50
/
+2
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-2
/
+50
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-12
/
+12
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
1
-0
/
+11
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-2
/
+3
*
Disk Cache: Replace the backend pointer of the ChildrenDeleter
rvargas@google.com
2010-07-27
1
-3
/
+6
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-9
/
+9
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-9
/
+9
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-9
/
+9
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-9
/
+9
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-9
/
+9
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-5
/
+5
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-5
/
+5
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-4
/
+8
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
1
-1
/
+11
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
1
-2
/
+2
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-2
/
+3
*
Fix integer overflow in calculation of sparse I/O extent.
cevans@chromium.org
2009-11-10
1
-1
/
+1
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+3
*
A couple new io buffers that encapsulate more data and are therefore easier t...
vandebo@chromium.org
2009-10-14
1
-2
/
+2
*
Disk cache: Add a method to cancel pending sparse operations.
rvargas@google.com
2009-10-08
1
-1
/
+41
*
Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...
hclam@chromium.org
2009-09-02
1
-5
/
+9
*
Fixing a crash in disk_cache::SparseControl::UpdateRange()
hclam@chromium.org
2009-09-02
1
-0
/
+7
*
Disk cache: Add support for having a sparse entry block that
rvargas@google.com
2009-07-17
1
-44
/
+123
[next]