summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_dir_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-37/+9
* More net/ method ordering.erg@google.com2011-01-261-33/+33
* net: Add namespace net to URLRequestFileDirJob.tfarina@chromium.org2010-12-301-15/+17
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+2
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-3/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-4/+4
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-211-11/+11
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-141-21/+0
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* In the local file listing, we should pass time in UTC to ICU's date/time form...jshin@chromium.org2009-11-191-3/+4
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-4/+6
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-4/+13
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-4/+4
* revert r8603rvargas@google.com2009-01-241-4/+4
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-4/+4
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-251-0/+21
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-3/+7
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-14/+28
* revert 5730estade@chromium.org2008-11-191-28/+14
* Port directory lister to posix.estade@chromium.org2008-11-191-14/+28
* revert 5725estade@chromium.org2008-11-191-28/+14
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-14/+28
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+207