rfm
|
a2b8f34661
|
Some web servers send empty headers ... tolerate it.
|
2024-04-04 10:59:00 +01:00 |
|
Riccardo Mottola
|
08858caf29
|
cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails
|
2023-12-23 02:44:50 +01:00 |
|
Richard Frith-Macdonald
|
5f92c87d78
|
Fix combining header values and warn about empty/bad header values
|
2023-09-06 17:49:05 +01:00 |
|
Frederik Seiffert
|
cb6c53b84d
|
Fix NSURLSession header fields not always being matched case insensitive.
|
2023-03-11 20:22:00 +01:00 |
|
Richard Frith-Macdonald
|
c76ebf2962
|
Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
and deprecate it. Searched for and removed obsolete references to
garbage collection in comments and documentation.
|
2022-02-17 10:08:18 +00:00 |
|
Richard Frith-Macdonald
|
1b7bf26bea
|
Merge changes for NSURLSession from EngageHub (formerly Brainstorm).
|
2020-11-29 06:57:47 -05:00 |
|
Richard Frith-Macdonald
|
05f442de8b
|
Fix for NSURLResponse does not allow for multiple Set-Cookie headers in the same response #85 ... combine multiple header values as a comma separated list.
|
2020-04-16 23:04:37 +01:00 |
|
Frederik Seiffert
|
5150ab1d5a
|
Fixed parsing of NSURLResponse content type header.
|
2020-03-12 11:44:13 +01:00 |
|
Gregory John Casamento
|
753c907938
|
Fix address for FSF and License name in all headers in base
|
2019-12-09 18:36:00 -05:00 |
|
Richard Frith-Macdonald
|
64732ce825
|
add comment and cast to void
|
2018-02-09 08:41:11 +00:00 |
|
Richard Frith-MacDonald
|
b2d5fd280c
|
Changes for 64bit clean printf format strings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36810 72102866-910b-0410-8b05-ffd578937521
|
2013-07-03 06:46:41 +00:00 |
|
Richard Frith-MacDonald
|
7ca6e56d39
|
prep for release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36208 72102866-910b-0410-8b05-ffd578937521
|
2013-02-28 16:50:37 +00:00 |
|
Richard Frith-MacDonald
|
26ffe755bb
|
Apply fixes for a couple of bug reports.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34855 72102866-910b-0410-8b05-ffd578937521
|
2012-03-01 19:39:20 +00:00 |
|
Richard Frith-MacDonald
|
59d4be1265
|
OSX compat tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32323 72102866-910b-0410-8b05-ffd578937521
|
2011-02-23 11:52:17 +00:00 |
|
Richard Frith-MacDonald
|
7cc69dfaae
|
Simplify header inclusion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29669 72102866-910b-0410-8b05-ffd578937521
|
2010-02-19 08:12:46 +00:00 |
|
Richard Frith-MacDonald
|
21d597e740
|
merge back reorganisation branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29615 72102866-910b-0410-8b05-ffd578937521
|
2010-02-14 10:48:10 +00:00 |
|
Richard Frith-MacDonald
|
b43991f8f6
|
fixups in changes made to avoid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29261 72102866-910b-0410-8b05-ffd578937521
|
2010-01-11 12:38:37 +00:00 |
|
Richard Frith-MacDonald
|
87c6d320c5
|
Tweaks for building with clang
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29254 72102866-910b-0410-8b05-ffd578937521
|
2010-01-10 14:38:16 +00:00 |
|
Richard Frith-MacDonald
|
b4e0b8fcf9
|
Fix some errors in header comments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28107 72102866-910b-0410-8b05-ffd578937521
|
2009-03-20 18:52:59 +00:00 |
|
Richard Frith-MacDonald
|
24d43481a8
|
Updates for 10.5 API changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27962 72102866-910b-0410-8b05-ffd578937521
|
2009-02-23 20:42:32 +00:00 |
|
Richard Frith-MacDonald
|
952af9c197
|
garbage collection fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27578 72102866-910b-0410-8b05-ffd578937521
|
2009-01-12 12:48:46 +00:00 |
|
Richard Frith-MacDonald
|
b2b14398d2
|
allow developers more time to adapt to LGPLv3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26606 72102866-910b-0410-8b05-ffd578937521
|
2008-06-08 10:38:33 +00:00 |
|
David Ayers
|
8d5b623c24
|
* Source/NSURLResponse.m: Add explicit include of NSDictionary.h.
Use available dictionary declartion.
* Source/NSURLProtocol.m: Add explicit import of NSData.h.
* Source/NSSerializer.m: Add explicit import of NSEnumerator.h.
* Source/NSURLConnection.m
([-initWithResponsePointer:andErrorPointer:]): Add declaration.
* Source/NSKeyValueMutableSet.m: Various non-functional variable
and parameter renames to avoid bogus compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25661 72102866-910b-0410-8b05-ffd578937521
|
2007-12-02 21:13:09 +00:00 |
|
Richard Frith-MacDonald
|
d6cfc0e91c
|
Improve MacOS-X compatibility of headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25638 72102866-910b-0410-8b05-ffd578937521
|
2007-11-29 20:53:26 +00:00 |
|
Richard Frith-MacDonald
|
62559023b9
|
Update to GPL3 and LGPL3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25482 72102866-910b-0410-8b05-ffd578937521
|
2007-09-14 11:36:11 +00:00 |
|
Richard Frith-MacDonald
|
9740458609
|
Tweka header parsing for http response.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25158 72102866-910b-0410-8b05-ffd578937521
|
2007-05-15 08:36:23 +00:00 |
|
Richard Frith-MacDonald
|
9a44af0e80
|
Various URL handling improvments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25154 72102866-910b-0410-8b05-ffd578937521
|
2007-05-14 16:55:16 +00:00 |
|
Richard Frith-MacDonald
|
1d562005d1
|
tweaks for url loading
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25142 72102866-910b-0410-8b05-ffd578937521
|
2007-05-11 15:47:06 +00:00 |
|
Richard Frith-MacDonald
|
43d9660c0e
|
Commit accidentally missed changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25138 72102866-910b-0410-8b05-ffd578937521
|
2007-05-11 06:15:05 +00:00 |
|
Richard Frith-MacDonald
|
ea4a13d07c
|
Improve initialisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24741 72102866-910b-0410-8b05-ffd578937521
|
2007-03-01 17:35:43 +00:00 |
|
Richard Frith-MacDonald
|
44ba76ce4f
|
Skeletal implementation of new URL laoding scheme
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23065 72102866-910b-0410-8b05-ffd578937521
|
2006-06-16 15:21:39 +00:00 |
|