index
:
viewer.git
2024.09-ExtraFPS
main
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
llhttpretrypolicy.cpp
Age
Commit message (
Collapse
)
Author
2015-09-15
MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib
Rider Linden
2015-07-08
Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵
Rider Linden
intrusive_ptr<> for refrence counting.
2015-03-16
Removal of RPCXML dep on LLCurl switching to LLCore::Html
Rider Linden
2014-05-16
merge fix
Brad Payne (Vir Linden)
2014-05-14
v-r -> s-e merge WIP
Brad Payne (Vir Linden)
2013-07-03
SH-4226 WIP - try to be smarter about when to send appearance update ↵
Brad Payne (Vir Linden)
requests, removed many redundant calls
2013-05-10
SH-4176 WIP - allow retries on 4xx errors if enabled by flag. So enable in ↵
Brad Payne (Vir Linden)
the case of appearance requests.
2013-04-16
SH-4061 WIP - fix for build issues on mac, reset the retry policy on success.
Brad Payne (Vir Linden)
2013-04-15
SH-4061 - integrated LLHttpRetryPolicy with new corehttp header parsing
Brad Payne (Vir Linden)
2013-04-12
SH_4061 WIP - retry policy org and tests
Brad Payne (Vir Linden)
2013-04-12
SH-4061 WIP - moved retry policy to newview so it can work with either ↵
Brad Payne (Vir Linden)
llmessage or CoreHttp libraries. Updated tests.