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
/
url_request
/
url_request_job_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable FTP on iOS
droger@chromium.org
2012-08-30
1
-0
/
+2
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-16
/
+22
*
Removed checks that verify URLRequest has a Context
shalev@chromium.org
2012-08-13
1
-6
/
+3
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
1
-4
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-5
/
+4
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-4
/
+5
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-5
/
+4
*
Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.
willchan@chromium.org
2011-05-26
1
-22
/
+48
*
Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...
willchan@chromium.org
2011-05-26
1
-48
/
+16
*
Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.
willchan@chromium.org
2011-05-26
1
-16
/
+48
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-1
/
+31
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove all "net::" prefixes under net/url_request for code that's
adamk@chromium.org
2011-03-24
1
-26
/
+26
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-9
/
+9
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
net: Add namespace net to more files.
tfarina@chromium.org
2010-12-17
1
-7
/
+11
*
net: Add namespace net to URLRequestErrorJob.
tfarina@chromium.org
2010-12-15
1
-3
/
+3
*
net: Add namespace net to URLRequestHttpJob.
tfarina@chromium.org
2010-12-13
1
-2
/
+2
*
net: Add namespace net to URLRequestDataJob.
tfarina@chromium.org
2010-12-12
1
-1
/
+1
*
net: Add namespace net to URLRequestFileJob.
tfarina@chromium.org
2010-12-12
1
-1
/
+1
*
net: Add namespace net to URLRequestFtpJob.
tfarina@chromium.org
2010-12-12
1
-1
/
+1
*
net: Add namespace net to URLRequestAboutJob.
tfarina@chromium.org
2010-12-11
1
-1
/
+1
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-8
/
+9
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-0
/
+6
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-10
/
+10
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-1
/
+1
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
1
-0
/
+2
*
Rename url_request_new_ftp_job -> url_request_ftp_job
phajdan.jr@chromium.org
2010-03-16
1
-2
/
+2
*
Remove WinInet FTP code.
phajdan.jr@chromium.org
2010-01-05
1
-8
/
+0
*
Moved patch from 297003 over to committer repository.
rolandsteiner@chromium.org
2009-10-22
1
-0
/
+2
*
Enable ExtensionApiTest.Toolstrip and add additional debug output.
rafaelw@chromium.org
2009-09-29
1
-0
/
+1
*
Change the URLs used to access "view-cache:" and "view-net-internals:".
eroman@chromium.org
2009-09-14
1
-4
/
+0
*
Add skeleton for an about:net-internal page.
eroman@chromium.org
2009-09-01
1
-0
/
+2
*
[Second attempt]
wtc@chromium.org
2009-06-25
1
-2
/
+2
*
Revert the previous checkin r19037 because it causes test_shell to
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Use the new portable FTP implementation on non-Windows platforms.
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...
michaeln@google.com
2009-04-16
1
-2
/
+42
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
add file:// handling to mac and linux builds
pinkerton@google.com
2008-10-10
1
-2
/
+2
*
fix build bustage due to missing header
darin@google.com
2008-09-29
1
-0
/
+2
*
Review URL: http://codereview.chromium.org/2942
jeremy@chromium.org
2008-09-17
1
-2
/
+17
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
More net files brought into compilation for Mac/Linux.
avi@google.com
2008-08-21
1
-1
/
+2
*
Rename URLRequestHttpCacheJob to URLRequestHttpJob.
darin@google.com
2008-07-30
1
-3
/
+3
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+178