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
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow ProxyConfigService to report "no configuration set"
mnissler@chromium.org
2011-04-11
13
-93
/
+228
*
Add a bug annotation to a TODO.
eroman@chromium.org
2011-03-29
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
14
-29
/
+29
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
2
-4
/
+4
*
Prepare for late binding of SpdyHttpStreams.
willchan@chromium.org
2011-02-25
1
-1
/
+3
*
Add an explanation for the divergenace from WPAD DNS protocol.
eroman@chromium.org
2011-02-23
2
-2
/
+12
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-14
/
+14
*
Revert 75143 - Reland r74842
willchan@chromium.org
2011-02-16
1
-14
/
+14
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-14
/
+14
*
Implementation of custom PAC scripts in Proxy Settings API.
battre@chromium.org
2011-02-16
3
-2
/
+56
*
Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?
willchan@chromium.org
2011-02-14
1
-14
/
+14
*
Revert r74728 which reverted r74561 for exposing a ChromeOS bug.
willchan@chromium.org
2011-02-14
1
-14
/
+14
*
Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."
oshima@google.com
2011-02-12
1
-14
/
+14
*
Reland r74561 after fixing ChromeOS build breakage.
willchan@chromium.org
2011-02-11
1
-14
/
+14
*
Revert 74561 for breaking the ChromeOS build
willchan@chromium.org
2011-02-11
1
-14
/
+14
*
Introduce OffTheRecordProfileIOData and ProfileImplIOData.
willchan@chromium.org
2011-02-11
1
-14
/
+14
*
Even more test cleanup.
erg@google.com
2011-02-10
2
-73
/
+134
*
Migrate Proxy Settings API to net::ProxyServer
battre@chromium.org
2011-02-09
2
-9
/
+21
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-15
/
+10
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-15
/
+6
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-16
/
+33
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-11
/
+11
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-1
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
Introduce incognito preference settings.
battre@chromium.org
2011-01-25
1
-0
/
+6
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
3
-33
/
+34
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-9
/
+9
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
3
-30
/
+30
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
6
-55
/
+55
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-2
/
+2
*
Suppress a ThreadAssertion warning when joining worker thread for PAC scripts.
eroman@chromium.org
2011-01-15
1
-2
/
+8
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
6
-24
/
+24
*
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
1
-0
/
+1
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
3
-6
/
+8
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
5
-5
/
+5
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
2
-4
/
+4
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
3
-9
/
+9
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
4
-4
/
+4
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+3
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-4
/
+4
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
2
-1
/
+7
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
15
-18
/
+92
[next]