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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-11
/
+16
*
More net/ method ordering.
erg@google.com
2011-01-26
9
-151
/
+155
*
Clean up net unit testing code.
erg@google.com
2011-01-26
5
-408
/
+473
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
5
-473
/
+408
*
Clean up net unit testing code.
erg@google.com
2011-01-25
5
-408
/
+473
*
Use QuitTask instead of Quit() to signal request completion.
satish@chromium.org
2011-01-25
1
-2
/
+2
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
3
-0
/
+97
*
Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...
ananta@chromium.org
2011-01-21
1
-1
/
+5
*
Disable enforced throttling for URL requests.
yzshen@chromium.org
2011-01-21
1
-9
/
+2
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Honor User-Agent header added by WebCore
caseq@google.com
2011-01-21
2
-13
/
+36
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
3
-9
/
+10
*
URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob().
rvargas@google.com
2011-01-20
1
-1
/
+0
*
Reorder the methods in net/url_request/.
erg@google.com
2011-01-20
18
-1154
/
+1152
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
4
-15
/
+12
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
4
-30
/
+28
*
net: Remove typedef net::URLRequestTestJob URLRequestTestJob;
tfarina@chromium.org
2011-01-11
4
-31
/
+28
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-3
/
+3
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
2
-1
/
+2
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
2
-2
/
+1
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-1
/
+2
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-2
/
+1
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-1
/
+2
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
12
-116
/
+148
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
2
-4
/
+4
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-4
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-5
/
+2
*
net: Add namespace net to URLRequestFileDirJob.
tfarina@chromium.org
2010-12-30
2
-27
/
+33
*
net: Add namespace net to URLRequestFilter.
tfarina@chromium.org
2010-12-26
2
-3
/
+8
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
2
-6
/
+39
*
Give user the ability to disable the URL request throttler:
yzshen@google.com
2010-12-23
3
-2
/
+15
*
net: Add namespace net to more files. Part 2.
tfarina@chromium.org
2010-12-20
5
-39
/
+52
*
net: Add namespace net to URLRequestStartEventParameters.
tfarina@chromium.org
2010-12-17
2
-5
/
+13
*
net: Add namespace net to more files.
tfarina@chromium.org
2010-12-17
5
-20
/
+32
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
3
-0
/
+11
*
net: Add namespace net to URLRequestErrorJob.
tfarina@chromium.org
2010-12-15
3
-7
/
+15
*
net: Add namespace net to URLRequestSimpleJob.
tfarina@chromium.org
2010-12-15
2
-9
/
+15
*
Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.
achuith@chromium.org
2010-12-14
1
-0
/
+1
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-1
/
+5
*
net: Add namespace net to URLRequestHttpJob.
tfarina@chromium.org
2010-12-13
5
-158
/
+169
*
net: Add namespace net to URLRequestDataJob.
tfarina@chromium.org
2010-12-12
3
-9
/
+14
*
net: Add namespace net to URLRequestFileJob.
tfarina@chromium.org
2010-12-12
3
-33
/
+41
*
net: Add namespace net to URLRequestFtpJob.
tfarina@chromium.org
2010-12-12
3
-45
/
+53
*
net: Add namespace net to URLRequestAboutJob.
tfarina@chromium.org
2010-12-11
3
-8
/
+16
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
25
-89
/
+89
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
6
-20
/
+42
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
3
-9
/
+10
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-1
/
+3
[next]