summaryrefslogtreecommitdiffstats
path: root/net/base/directory_lister.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-2/+1
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-66/+41
* Revert 116259 - base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-69/+110
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-110/+69
* base::Bind conversion for trivial cases in net/base.adamk@chromium.org2011-10-201-1/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-1/+1
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-147/+158
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-3/+3
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-67/+67
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-7/+7
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* net::DirectoryLister: mark another buggy use of IOevan@chromium.org2010-12-171-0/+3
* Temporarily whitelist DirectoryLister, which is blocking the IO thread.willchan@chromium.org2010-12-161-0/+4
* Actually allow recursive=true to be set in net::DirectoryListerjohnnyg@chromium.org2010-08-241-1/+1
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-211-37/+62
* Adding ability to sort by date to directory_lister.cc. Adding support for ti...dhg@chromium.org2010-08-131-7/+47
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-111-7/+10
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-111-0/+5
* Fix a couple of data races on booleanstimurrrr@chromium.org2009-12-041-8/+7
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-2/+2
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-10/+38
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-3/+3
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-1/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+2
* Fix a memory leak in the net directory lister.estade@chromium.org2008-11-251-4/+2
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-6/+5
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-61/+51
* revert 5730estade@chromium.org2008-11-191-51/+61
* Port directory lister to posix.estade@chromium.org2008-11-191-61/+51
* revert 5725estade@chromium.org2008-11-191-51/+61
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-61/+51
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-0/+4
* Add net to the repository.initial.commit2008-07-261-0/+163