Patrick McManus
|
300766f367
|
bug 1050063 - consider tls client hello version in alpn/npn offer list r=hurley r=keeler
|
2014-08-15 09:39:53 -04:00 |
|
Patrick McManus
|
4108cd88f6
|
bug 1047698 - reorder alpn/npn offer lists r=hurley
|
2014-08-04 16:54:08 -04:00 |
|
Patrick McManus
|
173d1dc1d2
|
bug 378637 part 12 - proxy over TLS (i.e. https proxying) r=hurley
--HG--
extra : rebase_source : 85b4f6b3eb1a3977ff888fa70214055a41f72da5
|
2014-04-16 09:52:43 -04:00 |
|
Patrick McManus
|
4438318a70
|
bug 378637 part 7 - new spdysession() no longer takes first transaction r=hurley
--HG--
extra : rebase_source : af83fcffa83f1da4250b0a9528e148619f9e3838
|
2014-05-16 11:46:11 -04:00 |
|
Ryan VanderMeulen
|
db079aae32
|
Backed out 11 changesets (bug 378637) for Android crashes.
Backed out changeset 2a607cddc4cb (bug 378637)
Backed out changeset e416503aea99 (bug 378637)
Backed out changeset b2257226899f (bug 378637)
Backed out changeset dafd618c3f52 (bug 378637)
Backed out changeset dfde9d47d8c4 (bug 378637)
Backed out changeset cf9de5c367a5 (bug 378637)
Backed out changeset 62aa68e8b499 (bug 378637)
Backed out changeset 38efa8f2e56e (bug 378637)
Backed out changeset 2b5753e09a92 (bug 378637)
Backed out changeset 7a73873e133d (bug 378637)
Backed out changeset f58ce7ac1c7f (bug 378637)
|
2014-05-09 15:25:55 -04:00 |
|
Patrick McManus
|
f685e08634
|
bug 378637 part 11 - proxy over TLS (i.e. https proxying) r=hurley
--HG--
extra : rebase_source : 8962538247666781e30eaa3b9673b857ec150204
|
2014-04-16 09:52:43 -04:00 |
|
Patrick McManus
|
5356f30408
|
bug 378637 part 6 - implement nsAHttpTransaction::QueryHttpTransaction r=hurley
--HG--
extra : rebase_source : 9e08e2f136b217d62e69da2cb2bb1c16422be520
|
2014-04-15 17:40:23 -04:00 |
|
Patrick McManus
|
bc50e81c07
|
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
|
2013-10-09 17:21:49 -07:00 |
|
Patrick McManus
|
907a127b34
|
bug 912550 - remove spdy/2 r=hurley
|
2013-09-27 13:55:24 -04:00 |
|
Patrick McManus
|
70a6addf38
|
bug 912549 - spdy/3.1 r=hurley
--HG--
rename : netwerk/protocol/http/PSpdyPush3.h => netwerk/protocol/http/PSpdyPush.h
|
2013-07-26 17:22:46 -04:00 |
|
Robert Bindar
|
073400701a
|
Bug 888583 - Move SPDY protocol codes to nsHttp.h. r=mcmanus
|
2013-07-08 09:10:18 -04:00 |
|
Ryan VanderMeulen
|
a3a6e8df2c
|
Backed out changesets f9f13232e35f and 134b4feaff02 (bug 888583) for bustage.
|
2013-07-08 09:31:45 -04:00 |
|
Robert Bindar
|
d40cf81f32
|
Bug 888583 - Move SPDY protocol codes to nsHttp.h. r=mcmanus
|
2013-07-08 09:10:18 -04:00 |
|
Jason Duell
|
4fcb95e20e
|
Bug 558623 - Split out HTTP LOG macro definition from nsHttp.h r=jdm
--HG--
rename : netwerk/protocol/http/nsHttp.h => netwerk/protocol/http/HttpLog.h
extra : rebase_source : 3295c6472c846b24d3012343cf06798abf8774f9
|
2013-06-22 09:01:06 -07:00 |
|
Nick Hurley
|
04432df543
|
Bug 878594 - remove alternate-protocol support for spdy upgrades r=mcmanus
|
2013-06-06 09:10:33 -07:00 |
|
Patrick McManus
|
2e232b4bd1
|
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
|
2013-05-16 09:30:42 -04:00 |
|
Patrick McManus
|
68239ec0ca
|
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
|
2013-05-16 09:30:41 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Patrick McManus
|
dc58b91395
|
bug 764260 convert telemetry::SPDY_VERSION and DNS_LOOKUP_METHOD to be enumerations r=bsmith
|
2012-06-19 20:38:44 -04:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Patrick McManus
|
e68b6e9d07
|
bug 737470 patch 2 clone spdy/2 into spdy/3 r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession2.cpp => netwerk/protocol/http/SpdySession3.cpp
rename : netwerk/protocol/http/SpdySession2.h => netwerk/protocol/http/SpdySession3.h
rename : netwerk/protocol/http/SpdyStream2.cpp => netwerk/protocol/http/SpdyStream3.cpp
rename : netwerk/protocol/http/SpdyStream2.h => netwerk/protocol/http/SpdyStream3.h
|
2012-05-25 17:37:08 -04:00 |
|
Patrick McManus
|
ba5ffc3931
|
bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.h => netwerk/protocol/http/SpdyStream2.h
|
2012-05-25 17:37:01 -04:00 |
|