Patrick McManus
|
a585c52027
|
bug 819044 backout changes to spdy goaway handling r=backout
|
2013-02-13 10:50:42 -05:00 |
|
Mats Palmgren
|
7532b4e736
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Patrick McManus
|
145b8e5f66
|
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
|
2012-12-20 13:27:15 -05:00 |
|
Ed Morley
|
3e182b73c2
|
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
|
6834f7fe99
|
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
|
2012-12-18 22:28:24 -05:00 |
|
Patrick McManus
|
c9ca7e5a1a
|
bug 822456 - spdy stream id out of order r=honzab
|
2012-12-18 17:14:21 -05:00 |
|
Patrick McManus
|
5cba01713f
|
bug 816685 expand caps in protocol/http to 32bits r=jduell
|
2012-11-29 20:34:35 -05:00 |
|
Josh Matthews
|
c88986c829
|
Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer
|
2012-11-14 16:00:44 +00:00 |
|
Patrick McManus
|
0956b24295
|
bug 810152 - 0 len no fin spdy data frames r=honzab
|
2012-11-10 10:27:59 -05:00 |
|
Patrick McManus
|
0fea780c20
|
bug 797964 remove spdy ping experiment and change default to 58s r=honzab
|
2012-10-25 14:20:08 -04:00 |
|
Patrick McManus
|
587c5c7f68
|
bug 798243 spdy enable reading of ping reply r=honzab
|
2012-10-05 15:03:14 -04:00 |
|
Jason Duell
|
49298666dd
|
Bug 767516 - Rename: s/SSLConnect/ProxyConnect/ r=mcmanus
|
2012-06-22 12:06:00 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Honza Bambas
|
473edc0cbf
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Patrick McManus
|
aba48956ef
|
bug 780104 - fail gracefully on invalid spdy dictionary r=honzab
|
2012-08-07 21:49:53 -04:00 |
|
Patrick McManus
|
72e65f8917
|
bug 779413 r=bsmith
|
2012-08-07 10:44:51 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Patrick McManus
|
a0dd19a85a
|
bug 758972 - make spdysession::verifystream() a DEBUG only operation r=honzab
|
2012-07-20 08:44:21 -04:00 |
|
Patrick McManus
|
5e4c5ac3d2
|
bug 764186 spdy sessions closed prematurely if started with null transaction r=honzab
|
2012-06-21 21:14:40 -04:00 |
|
Patrick McManus
|
5d58221302
|
bug 759438 - crash in nsHttpTransaction::HandleContentStart due spdy restart r=honzab
|
2012-06-03 21:13:12 -04:00 |
|
Patrick McManus
|
56a0c93679
|
bug 757882 replace 250+ lines of redundant nsAHttpConnection implementations with macros r=jduell
|
2012-05-25 17:56:41 -04:00 |
|
Patrick McManus
|
cfdfcf2602
|
bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
|
2012-05-25 17:37:01 -04:00 |
|