Go to file
Monty Brandenberg 4eef1c8a2e SH-4106 Significantly upgrade the HttpHeaders interface for SSB.
Header container moves from a vector of raw lines to a vector
of string pairs representing name/value pairs in headers.  For
incoming headers, we normalize the name to lowercase and trim
it.  Values are only left-trimmed.  Outgoing headers are left
as-is.  Simple find() method for the common case, forward and
reverse iterators for those few who need to do it themselves.
The HTTP status line (e.g. 'HTTP/1.1 200 Ok') is no longer treated
as a header to be returned to caller.  Unit tests, as usual,
were a bear but they absolutely ensured outgoing HTTP header
conformance after the change.  Grunt work paid off.

LLTextureFetch was also given a second options structure
for texture fetches.  Same as the original but with header return
to caller requested.  Baked textures should use this, the other
20,000 texture fetch requests should continue to use the original.
2013-04-15 16:55:35 +00:00
debian
doc BUG-2432: Crashfix. Don't call map::erase when the iterator is not valid. 2013-05-21 17:25:51 -04:00
etc
indra SH-4106 Significantly upgrade the HttpHeaders interface for SSB. 2013-04-15 16:55:35 +00:00
scripts merge up to latest viewer-development for merge to 3.5.2 2013-04-19 14:42:56 -04:00
.hgignore
.hgtags Added tag 3.5.3-release for changeset a277b841729f 2013-05-29 10:44:30 -04:00
BuildParams Override default channel from buildscripts project 2013-04-30 14:19:34 -04:00
autobuild.xml merge changes for DRTVWR-299 2013-05-07 15:11:55 -04:00
build.sh CHOP-947: create summary.json (really python) metadata file for TeamCity results 2013-05-21 12:45:44 -04:00