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
*
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
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-2
/
+5
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-12
/
+15
*
Add a CHECK() to make sure thread creation succeeded.
eroman@chromium.org
2010-12-10
1
-1
/
+1
*
Remove unused histogram that races in single process mode
jar@chromium.org
2010-12-03
1
-19
/
+2
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
7
-116
/
+157
*
Make a copy of the proxy bypass list rules when assigning, rather than refere...
eroman@chromium.org
2010-12-01
2
-21
/
+65
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
3
-24
/
+23
*
Prevent re-entrancy into ProxyScriptFetcherImpl from ~URLRequestContext.
willchan@chromium.org
2010-11-23
1
-0
/
+3
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-1
/
+1
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-1
/
+1
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-1
/
+1
*
Fix ThreadChecker to use Locks and not use scoped_ptr.
willchan@chromium.org
2010-11-21
2
-38
/
+31
*
Address a TODO about not using recursion to handle synchronous completions of...
eroman@chromium.org
2010-11-20
2
-23
/
+41
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-1
/
+1
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-1
/
+1
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
1
-2
/
+2
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-0
/
+6
*
Make GConf dependency optional.
phajdan.jr@chromium.org
2010-11-09
1
-0
/
+6
[next]