summaryrefslogtreecommitdiffstats
path: root/net/base/directory_lister.h
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-5/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-3/+4
* Revert 116259 - base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-10/+33
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-041-33/+10
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-35/+42
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+3
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-211-6/+32
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-3/+1
* Adding ability to sort by date to directory_lister.cc. Adding support for ti...dhg@chromium.org2010-08-131-1/+14
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Fix a couple of data races on booleanstimurrrr@chromium.org2009-12-041-1/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-4/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-7/+4
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-4/+7
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-10/+4
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-12/+18
* revert 5730estade@chromium.org2008-11-191-18/+12
* Port directory lister to posix.estade@chromium.org2008-11-191-12/+18
* revert 5725estade@chromium.org2008-11-191-18/+12
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-12/+18
* 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/+92