phoenix-firestorm/indra
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
..
cmake revise test for hg to detect and ignore incorrect results from cygwin hg 2013-05-21 15:44:08 -04:00
copy_win_scripts
integration_tests
lib/python
linux_crash_logger
linux_updater
llappearance
llaudio NORSPEC-196: fix frame stalls caused by FmodEx logging 2013-05-21 17:10:30 -04:00
llcharacter
llcommon Merge. Refresh from viewer-release merged with in-progress work. 2013-06-03 13:59:11 -04:00
llcorehttp SH-4106 Significantly upgrade the HttpHeaders interface for SSB. 2013-04-15 16:55:35 +00:00
llcrashlogger
llimage
llimagej2coj
llinventory
llkdu
llmath
llmessage
llplugin
llprimitive
llrender
llui CHUI-967: fix display of % escapes in chat 2013-05-22 06:26:54 -04:00
llvfs
llwindow
llxml
lscript merge 2013-05-03 21:48:17 +00:00
mac_crash_logger
media_plugins
newview SH-4106 Significantly upgrade the HttpHeaders interface for SSB. 2013-04-15 16:55:35 +00:00
test
test_apps/llplugintest
tools/vstool
viewer_components CHOP-942: fix crash if update check times out 2013-05-13 16:28:50 -04:00
win_crash_logger
win_updater
CMakeLists.txt
edit-me-to-trigger-new-build.txt
fix-incredibuild.py