Patrick McManus
|
f8eb9535d0
|
bug 790388 part 3 - spdy/3 server push r=hurley
--HG--
extra : rebase_source : 1ed60ebda0b790f0ff1578abe7a7732676b495cf
|
2013-05-29 00:07:03 -04:00 |
|
Patrick McManus
|
2591c786a2
|
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
|
2013-05-16 09:30:42 -04:00 |
|
Patrick McManus
|
ae5e534f2d
|
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
|
2013-05-16 09:30:41 -04:00 |
|
Patrick McManus
|
2ce9a088b7
|
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
--HG--
extra : rebase_source : c3c1bebdbd75029630b7ab6030c945b2998cc653
|
2012-12-20 13:27:15 -05:00 |
|
Patrick McManus
|
69b6b4f595
|
bug 819044 backout changes to spdy goaway handling r=backout
--HG--
extra : rebase_source : 9e45cf2f9b25a015c3f39dcee162d144d1343640
|
2013-02-13 10:50:42 -05:00 |
|
Masatoshi Kimura
|
484ed727bd
|
Bug 827824 - Use uint8_t for mTxInlineFrame. r=mcmanus
|
2013-01-17 08:25:03 +09:00 |
|
Patrick McManus
|
54a456b860
|
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
--HG--
extra : rebase_source : 36de16ee094b4902e942546db3d681d2cdf2a4c0
|
2012-12-20 13:27:15 -05:00 |
|
Ed Morley
|
bef828ecda
|
Backout d0797dfcab56 (bug 819044) on suspicion of Linux32 mochitest-4 leaks on a CLOSED TREE
|
2012-12-19 14:14:08 +00:00 |
|
Patrick McManus
|
6bf5938ddc
|
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
|
2012-12-18 22:28:24 -05:00 |
|
Patrick McManus
|
567ccc010f
|
bug 822456 - spdy stream id out of order r=honzab
|
2012-12-18 17:14:21 -05:00 |
|
Patrick McManus
|
e96ec1a3d1
|
bug 790184 spdy: fix tcp send buffers to bound ping rtt r=honzab sr=biesi
|
2012-10-06 20:48:20 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Ehsan Akhgari
|
c8be8664d9
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell
|
2012-06-05 23:18:25 -04:00 |
|
Patrick McManus
|
1c016167c2
|
bug 737470 new spdy v3 files had old mpl header r=trivial
|
2012-05-30 12:23:05 -04:00 |
|
Patrick McManus
|
8de00a032e
|
bug 737470 patch 3 implement spdy v3 (pref off) r=honzab
|
2012-05-25 17:43:10 -04:00 |
|
Patrick McManus
|
c02e9fa5c8
|
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 |
|