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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect stats to investigate the viability of UDP
rtenneti@chromium.org
2011-06-09
1
-1
/
+84
*
Reloaded the device-management file before every policy request is answered.
sfeuz@chromium.org
2011-06-01
1
-24
/
+37
*
Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.
joi@chromium.org
2011-05-27
1
-4
/
+67
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
5
-14
/
+13
*
Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.
ahendrickson@chromium.org
2011-05-24
1
-0
/
+68
*
net: Add NET_API to a few more files.
rvargas@google.com
2011-05-21
1
-1
/
+2
*
Enable DevTools network size/timing/headers tests.
vsevik@chromium.org
2011-05-20
1
-0
/
+49
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-0
/
+1
*
Reland 85821 - Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-19
1
-0
/
+5
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+0
*
Revert 85821 - Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-19
1
-5
/
+0
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-0
/
+1
*
Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-18
1
-0
/
+5
*
Changes for not reading ssl prefs from user_prefs since we have
rtenneti@chromium.org
2011-05-13
1
-2
/
+2
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-1
/
+2
*
The flip server's --http-server and --spdy-server switches for don't function
leighton@cis.udel.edu
2011-05-11
1
-1
/
+5
*
disk cache: Add NET_API for net.dll
rvargas@google.com
2011-05-07
1
-7
/
+11
*
Fix error reporting in the test server.
mnissler@chromium.org
2011-04-29
1
-8
/
+5
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-3
/
+3
*
Undo raw DNS resolver changes, this will be implemented differently, on IO-th...
agayev@chromium.org
2011-04-27
1
-2
/
+2
*
Revert 82858 - Added network panel timing, size and raw headers text tests fo...
jar@chromium.org
2011-04-26
1
-50
/
+0
*
Added network panel timing, size and raw headers text tests for DevTools
vsevik@chromium.org
2011-04-25
1
-0
/
+50
*
Python sync server support for MIGRATION_DONE errors.
nick@chromium.org
2011-04-23
3
-68
/
+475
*
Merge server-side changes of the cloud policy protocol
gfeher@chromium.org
2011-04-19
1
-5
/
+0
*
Support for repeated strings in policy definitions.
mnissler@chromium.org
2011-04-18
1
-1
/
+7
*
Support key rotation in the policy test server.
mnissler@chromium.org
2011-04-18
2
-12
/
+24
*
Make run_testserver.exe complain if the given --doc-root parameter
darin@chromium.org
2011-04-15
1
-1
/
+8
*
Support decoding GenericNamedValue based policy.
jkummerow@chromium.org
2011-04-15
1
-1
/
+1
*
Update device policy code in test server.
mnissler@chromium.org
2011-04-14
1
-8
/
+41
*
Support signatures in the policy test server.
mnissler@chromium.org
2011-04-11
3
-31
/
+137
*
Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...
ananta@chromium.org
2011-04-07
1
-13
/
+9
*
Protect header that requires SSE2 on gcc4.4 and remove unused header.
mmoss@google.com
2011-04-04
2
-5
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
5
-9
/
+9
*
Add an opt-out header for HTTP throttling. Never throttle for localhost.
joi@chromium.org
2011-03-25
1
-0
/
+51
*
Clean up unload-related state after the ack is received.
creis@google.com
2011-03-25
1
-0
/
+9
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
1
-2
/
+2
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
2
-55
/
+32
*
Support loading of chained certificates from the cert file.
mbelshe@chromium.org
2011-03-09
1
-3
/
+2
*
2 Bug fixes:
mbelshe@chromium.org
2011-03-08
1
-2
/
+10
*
Responses using connection close to signal end of message were failing to
mbelshe@chromium.org
2011-03-08
1
-0
/
+7
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
2
-2
/
+2
*
Remove bzip2-encoded test data file left behind when bzip2 support was remove...
adamk@chromium.org
2011-03-02
1
-74
/
+0
*
Make chromium-style violations errors if -Werror is set.
erg@google.com
2011-03-02
1
-1
/
+1
*
Fix Linux OOL issue that came up since yesterday.
erg@google.com
2011-03-02
2
-10
/
+16
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
2
-4
/
+4
*
Update policy backend and testserver for the latest policy protocol
gfeher@chromium.org
2011-03-01
1
-85
/
+141
*
Patch from kelindsay@gmail.com
mbelshe@chromium.org
2011-02-28
8
-9
/
+137
*
Fix compilation on ubuntu 10.10.
maruel@chromium.org
2011-02-21
1
-0
/
+1
*
New policy protobuf protocol.
jkummerow@chromium.org
2011-02-17
1
-3
/
+2
*
Revert 75106 - New policy protobuf protocol.
jkummerow@chromium.org
2011-02-16
1
-2
/
+3
[next]