Patrick McManus
|
d93b7ba831
|
bug 957093 - namespace consistency for netwerk/protocol/http r=sworkman
|
2014-01-07 17:05:56 -05:00 |
|
Ehsan Akhgari
|
deb5a6a21b
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Jason Duell
|
1c8005d335
|
Bug 558623 - Split out HTTP LOG macro definition from nsHttp.h r=jdm
|
2013-06-22 09:01:06 -07:00 |
|
Patrick McManus
|
8b9ed05d20
|
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
|
2013-05-16 09:30:42 -04:00 |
|
Valentin Gosu
|
c2124622b0
|
Bug 745296 - Enable FAIL_ON_WARNINGS in more of /netwerk r=jduell
|
2012-08-25 11:19: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 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian Smith
|
09aec65e80
|
Bug 759019 - Make nsHttpResponseHead and nsHttpRequestHead copy-constructable, assignable, and const-correct, r=biesi
|
2012-04-05 01:21:02 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jason Duell
|
cd5af6b11c
|
Bug 742174 - Allow empty Location header. r=mcmanus
|
2012-04-09 16:50:35 -07:00 |
|
Patrick McManus
|
50ca2516c3
|
bug 704227 muddle through on some minor problems with content-length r=jduell
|
2012-02-09 14:47:30 -05:00 |
|
Jason Duell
|
848334f019
|
Bug 716801: Location parsing. r=bz
|
2012-01-20 09:33:01 -08:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Jason Duell
|
34cab29bf4
|
bug 655389 - CRLF Injection and the parsing of HTTP headers. r=bz
|
2011-07-04 23:12:32 -07:00 |
|
Patrick McManus
|
f869994105
|
bug 597706 - response header smuggling r=honzab
reject responses with multiple non identical or invalid
content-length headers
|
2011-05-31 19:51:51 -04:00 |
|
Mitchell Field
|
bc63774d7e
|
Bug 542222 - Reduce recursion in netwerk makefiles.
|
2010-06-05 21:18:12 -04:00 |
|