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
*
sync: Count and report reflected updates
rlarocque@chromium.org
2012-03-24
1
-2
/
+4
*
Retry the auto-enrollment check when the server asks for a smaller modulus.
joaodasilva@chromium.org
2012-03-23
1
-0
/
+6
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
1
-1
/
+1
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
3
-55
/
+30
*
Add a few owners for net/tools/testserver.
pastarmovj@chromium.org
2012-03-22
1
-0
/
+5
*
Rename enterprise policy proto fields from KIOSK to RETAIL.
pastarmovj@chromium.org
2012-03-22
1
-1
/
+1
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-2
/
+3
*
Revert "Revert "Revert "Revert "net: add OCSP tests.""""
agl@chromium.org
2012-03-20
3
-20
/
+586
*
Revert "Revert "Revert "net: add OCSP tests."""
agl@chromium.org
2012-03-19
3
-586
/
+20
*
Revert "Revert "net: add OCSP tests.""
agl@chromium.org
2012-03-19
3
-20
/
+586
*
Revert "net: add OCSP tests."
agl@chromium.org
2012-03-19
3
-586
/
+20
*
net: add OCSP tests.
agl@chromium.org
2012-03-19
3
-20
/
+586
*
Don't trigger second request on missing instance size in Content-Range.
fischman@chromium.org
2012-03-16
1
-1
/
+1
*
Extended policy device_management support at the testserver to handle lists o...
joaodasilva@chromium.org
2012-03-16
1
-2
/
+15
*
[Sync] Add support for associating a new Synced Bookmarks node.
zea@chromium.org
2012-03-16
3
-14
/
+93
*
Add "run_testserver --sync-test" for easy chromiumsync_test.py launching.
tim@chromium.org
2012-03-15
1
-0
/
+34
*
Fix a -Wstring-plus-int warning in (linux-only) flip_server.
thakis@chromium.org
2012-03-14
1
-2
/
+2
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
2
-4
/
+4
*
SPDY - pass spdy protocol version that will be used by the SpdyFramer.
rtenneti@chromium.org
2012-03-08
1
-2
/
+2
*
Cleanup: Remove deprecated version of file_util::AppendToPath() from net/.
thestig@chromium.org
2012-03-07
5
-81
/
+57
*
Add the first version of GDataTest.
satorux@chromium.org
2012-03-07
1
-0
/
+61
*
sync: remove use of protobuf extensions in protocol to reduce static init ove...
tim@chromium.org
2012-03-04
2
-53
/
+55
*
Support reading PEM files in TLSLite
rsleevi@chromium.org
2012-03-02
1
-3
/
+1
*
Update clients to use new TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-2
/
+4
*
Add the registration mode field to the protobuf.
pastarmovj@chromium.org
2012-02-24
1
-1
/
+11
*
SPDY - Better SPDY error logging in NetLog.
rtenneti@chromium.org
2012-02-23
1
-2
/
+3
*
Add '--host' option to testserver.py and expose it via a new TestServer const...
erikwright@chromium.org
2012-02-22
1
-17
/
+50
*
Refactor BufferedSpdyFramer so that SpdySession is not a visitor of
rch@chromium.org
2012-02-20
2
-118
/
+76
*
Add myself to OWNERS for Python test server.
phajdan.jr@chromium.org
2012-02-16
1
-0
/
+3
*
net: Split FileStream::Read/Write() into sync and async versions.
satorux@chromium.org
2012-02-15
1
-1
/
+1
*
SPDY - pass stream_id instread contol frame to
rtenneti@chromium.org
2012-02-15
2
-8
/
+6
*
Retry r121912 downloads.onChanged
benjhayden@chromium.org
2012-02-14
1
-5
/
+25
*
Revert 121912 - Implement chrome.experimental.downloads.onChanged
vollick@google.com
2012-02-14
1
-25
/
+5
*
Implement chrome.experimental.downloads.onChanged
benjhayden@chromium.org
2012-02-14
1
-5
/
+25
*
Add client for background testing of HTTP pipelining.
simonjam@chromium.org
2012-02-13
1
-1
/
+15
*
Revert 121572 - Add client for background testing of HTTP pipelining.
simonjam@chromium.org
2012-02-11
1
-15
/
+1
*
Add client for background testing of HTTP pipelining.
simonjam@chromium.org
2012-02-11
1
-1
/
+15
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-1
/
+1
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-1
/
+1
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-1
/
+1
*
We make the server return error during the sync setup(configuration) and we m...
lipalani@chromium.org
2012-02-08
1
-3
/
+39
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-2
/
+2
*
Fix PostOnlyFileHandler in testserver.py
cbentzel@chromium.org
2012-01-31
1
-1
/
+1
*
Temporary preventative build fix
joth@chromium.org
2012-01-24
2
-4
/
+6
*
SPDY - FlipServer - changes to use BufferedSpdyFramer.
rtenneti@chromium.org
2012-01-18
2
-30
/
+52
*
chrome.experimental.downloads.download works for non-GET methods.
cbentzel@chromium.org
2012-01-13
1
-4
/
+13
*
sync: Merge the server-side protocol changes.
albertb@chromium.org
2012-01-04
1
-6
/
+7
*
Added DMServer updates to the auto-enrollment protobuf fields.
joaodasilva@chromium.org
2011-12-28
1
-3
/
+3
*
Add support to SpdyFramer for the CREDENTIAL frame.
rch@chromium.org
2011-12-27
2
-1
/
+7
*
net: add a Serialize method to CRLSet.
agl@chromium.org
2011-12-27
1
-7
/
+16
[next]