Patrick McManus
|
9af4381ba2
|
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
|
2013-10-09 17:21:49 -07:00 |
|
Patrick McManus
|
496d8c380f
|
bug 912550 - remove spdy/2 r=hurley
|
2013-09-27 13:55:24 -04:00 |
|
Patrick McManus
|
193cb6ff7e
|
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
|
8430ec3f4f
|
Bug 888583 - Move SPDY protocol codes to nsHttp.h. r=mcmanus
|
2013-07-08 09:10:18 -04:00 |
|
Ryan VanderMeulen
|
c0d1b5ed27
|
Backed out changesets f9f13232e35f and 134b4feaff02 (bug 888583) for bustage.
|
2013-07-08 09:31:45 -04:00 |
|
Robert Bindar
|
abd37ba30b
|
Bug 888583 - Move SPDY protocol codes to nsHttp.h. r=mcmanus
|
2013-07-08 09:10:18 -04:00 |
|
Jason Duell
|
3b0cfa0c6f
|
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
|
276d70ed10
|
Bug 878594 - remove alternate-protocol support for spdy upgrades r=mcmanus
|
2013-06-06 09:10:33 -07:00 |
|
Patrick McManus
|
e81bfaced3
|
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
|
2013-05-16 09:30:42 -04:00 |
|
Patrick McManus
|
4a68023aa5
|
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
|
2013-05-16 09:30:41 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
abd77bb045
|
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
|
d4eb7d5782
|
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
|
66ac486485
|
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
|
fada1ab692
|
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 |
|