/[chrome]/trunk/src/net/spdy
Chromium logo

Index of /trunk/src/net/spdy

Files shown:79
Directory revision: 208184 (of 208249)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
buffered_spdy_framer.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
buffered_spdy_framer.h  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
buffered_spdy_framer_spdy2_unittest.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
buffered_spdy_framer_spdy3_unittest.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
spdy_bitmasks.h  146163  11 months  ajwong@chromium.org  Remove the rest of #pragma once in one big CL. For context see this thread: h
spdy_buffer.cc  194851  2 months  akalin@chromium.org  [SPDY] Avoid leaking bytes from the session flow control send window Add a Cons…
spdy_buffer.h  194851  2 months  akalin@chromium.org  [SPDY] Avoid leaking bytes from the session flow control send window Add a Cons…
spdy_buffer_producer.cc  194564  2 months  akalin@chromium.org  [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class Use SpdyBuffer for both S…
spdy_buffer_producer.h  194564  2 months  akalin@chromium.org  [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class Use SpdyBuffer for both S…
spdy_buffer_unittest.cc  194851  2 months  akalin@chromium.org  [SPDY] Avoid leaking bytes from the session flow control send window Add a Cons…
spdy_credential_builder.cc  194055  2 months  tfarina@chromium.org  net: Update the include paths of base/string_piece.h to its new location. strin…
spdy_credential_builder.h  188119  3 months  phajdan.jr@chromium.org  net: split net/ssl out of net/base Also moves transport_security_state files to…
spdy_credential_builder_unittest.cc  197077  8 weeks  mattm@chromium.org  ServerBoundCertService::GetDomainBoundCert should take a host string, not an URL…
spdy_credential_state.cc  205487  13 days  avi@chromium.org  Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, net…
spdy_credential_state.h  146163  11 months  ajwong@chromium.org  Remove the rest of #pragma once in one big CL. For context see this thread: h
spdy_credential_state_unittest.cc  128707  15 months  rch@chromium.org  Implement correct v3 CREDENTIAL frame support. BUG=106103 TEST=SpdyCredentialSt…
spdy_frame_builder.cc  200342  5 weeks  akalin@chromium.org  [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2. Re…
spdy_frame_builder.h  200342  5 weeks  akalin@chromium.org  [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2. Re…
spdy_frame_builder_test.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
spdy_frame_reader.cc  182875  4 months  akalin@chromium.org  Remove SpdyControlFrame, and associated cleanup. Useful for SPDY 4 development.…
spdy_frame_reader.h  194055  2 months  tfarina@chromium.org  net: Update the include paths of base/string_piece.h to its new location. strin…
spdy_frame_reader_test.cc  133791  14 months  rch@chromium.org  Clean up a raft of SPDY files to bring in sync with server Review URL: http://c
spdy_framer.cc  206453  10 days  akalin@chromium.org  Extend SpdyFramerDebugVisitorInterface interface. In chrome we need more detail…
spdy_framer.h  206453  10 days  akalin@chromium.org  Extend SpdyFramerDebugVisitorInterface interface. In chrome we need more detail…
spdy_framer_test.cc  206453  10 days  akalin@chromium.org  Extend SpdyFramerDebugVisitorInterface interface. In chrome we need more detail…
spdy_header_block.cc  206187  10 days  brettw@chromium.org  Make net and ipc explicitly use the base namespace for Values. They're currentl…
spdy_header_block.h  155413  9 months  mmenke@chromium.org  Add SPDY request headers to DevTools. R=eroman@chromium.org, yurys@chromium.org
spdy_header_block_unittest.cc  155413  9 months  mmenke@chromium.org  Add SPDY request headers to DevTools. R=eroman@chromium.org, yurys@chromium.org
spdy_http_stream.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_http_stream.h  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_http_stream_unittest.cc  208144  14 hours  akalin@chromium.org  Use a dummy HttpStream for proxy redirects We synthesize the response headers a…
spdy_http_utils.cc  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_http_utils.h  190481  2 months  akalin@chromium.org  [SPDY] Remove some setters in SpdyStream Instead pass parameters into SpdyStrea…
spdy_http_utils_unittest.cc  190481  2 months  akalin@chromium.org  [SPDY] Remove some setters in SpdyStream Instead pass parameters into SpdyStrea…
spdy_network_transaction_unittest.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_priority_forest.h  205584  13 days  brettw@chromium.org  Rename base/hash_tables to base/containers/hash_tables. Remove forwarding heade…
spdy_priority_forest_test.cc  192910  2 months  akalin@chromium.org  Add SpdyPriorityForest class This lands server change 44685956. Review URL: ht
spdy_protocol.cc  183305  4 months  akalin@chromium.org  Remove SpdyDataFrame references from VTL. Introduces API for creating SPDY DATA…
spdy_protocol.h  205450  13 days  akalin@chromium.org  Add BLOCKED frame type to SPDY 4 for increased debugability/tunability. Also som…
spdy_protocol_test.cc  189372  3 months  akalin@chromium.org  Clean up spdy_protocol* and spdy_test_utils.* files to match server version Rem…
spdy_proxy_client_socket.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_proxy_client_socket.h  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_proxy_client_socket_unittest.cc  205961  11 days  dcheng@chromium.org  Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. This is the result…
spdy_read_queue.cc  194564  2 months  akalin@chromium.org  [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class Use SpdyBuffer for both S…
spdy_read_queue.h  194564  2 months  akalin@chromium.org  [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class Use SpdyBuffer for both S…
spdy_read_queue_unittest.cc  194564  2 months  akalin@chromium.org  [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class Use SpdyBuffer for both S…
spdy_session.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_session.h  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_session_key.cc  200852  5 weeks  mef@chromium.org  ChannelID-less Connections in Chrome should be more granular. Added enum Privac…
spdy_session_key.h  200852  5 weeks  mef@chromium.org  ChannelID-less Connections in Chrome should be more granular. Added enum Privac…
spdy_session_pool.cc  206187  10 days  brettw@chromium.org  Make net and ipc explicitly use the base namespace for Values. They're currentl…
spdy_session_pool.h  200852  5 weeks  mef@chromium.org  ChannelID-less Connections in Chrome should be more granular. Added enum Privac…
spdy_session_test_util.cc  205487  13 days  avi@chromium.org  Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, net…
spdy_session_test_util.h  201882  4 weeks  xhwang@chromium.org  net: Use base::MessageLoop. BUG=236029 R=agl@chromium.org Review URL: https://
spdy_session_unittest.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_stream.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_stream.h  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_stream_test_util.cc  208184  10 hours  akalin@chromium.org  [SPDY] Add tests for speculative crash fix in r206851 Also refactor SpdyStream …
spdy_stream_test_util.h  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_stream_unittest.cc  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_test_util_common.cc  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_util_common.h  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_util_spdy2.cc  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_util_spdy2.h  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_util_spdy3.cc  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_util_spdy3.h  208139  14 hours  akalin@chromium.org  [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL It was used …
spdy_test_utils.cc  192764  2 months  dcheng@chromium.org  Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition. This changeli…
spdy_test_utils.h  183892  4 months  akalin@chromium.org  Add central logic for setting flags and length in frames for testing. Useful in…
spdy_websocket_stream.cc  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_websocket_stream.h  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_websocket_stream_spdy2_unittest.cc  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_websocket_stream_spdy3_unittest.cc  208169  12 hours  akalin@chromium.org  [SPDY] Refactor SpdyStream's handling of response headers Rename OnResponseHead…
spdy_websocket_test_util_spdy2.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
spdy_websocket_test_util_spdy2.h  152484  10 months  toyoshim@chromium.org  WebSocket over SPDY: unit test cleanup To prepare for new framing implementatio…
spdy_websocket_test_util_spdy3.cc  200568  5 weeks  akalin@chromium.org  Add SpdyMajorVersion enum and use it everywhere This is a bit more type-safe th…
spdy_websocket_test_util_spdy3.h  152484  10 months  toyoshim@chromium.org  WebSocket over SPDY: unit test cleanup To prepare for new framing implementatio…
spdy_write_queue.cc  204036  2 weeks  akalin@chromium.org  Fix even more remaining uses of WeakPtr<T>'s operator T* conversion These cases…
spdy_write_queue.h  199930  5 weeks  akalin@chromium.org  [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStream A…
spdy_write_queue_unittest.cc  203996  2 weeks  akalin@chromium.org  Fix remaining uses of WeakPtr<T>'s operator T* conversion These cases weren't c…

Powered by ViewVC 1.1.5 ViewVC Help