summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcorehttputil.cpp
AgeCommit message (Expand)Author
2024-07-29Update boost to 1.85 and fix deprecation warningsRye Mutt
2024-07-05Reduce LLSD::Binary temporariesRye Mutt
2024-06-10Post-merge - trim trailing whitespaceAndrey Lihatskiy
2024-04-06Port from JsonCPP to Boost.Json for json parsing and serializing (#1054)Rye Mutt
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-05-15SL-19676 - more IL control, added Reset Interest List Debug menu commandsimon
2023-03-29Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2022-04-18jsoncpp includepath should not include json/. jsoncpp includes a header "feat...Nicky
2022-04-15SL-17219 WIP - Texture pipeline overhaulDave Parks
2021-03-09This set of changes reverts the merge with master (git revert c83e740) and re...Callum Prentice
2021-03-08Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ...Brad Payne (Vir Linden)
2020-09-24Complete the change from lldiskcache -> llfilesystem and then addition of new...Callum Prentice
2020-09-16Renamed the references to LLVFile and llvfile.* source code plus cmake script...Callum Prentice
2020-09-16First part of change to remove LLVFS from the Viewer. Consists of code change...Callum Prentice
2019-10-23SL-11727 Fix build warningsandreykproductengine
2018-01-17merge 5.1.0-releaseOz Linden
2017-08-08MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes.Rider Linden
2016-11-16merge changes for 4.1.2-releaseOz Linden
2016-08-18further tone down http error response logging; not all http error responses a...Oz Linden
2016-07-21tone down http error response loggingOz Linden
2016-06-23MAINT-6521: Allow anonymous connections to bypass the dependency and order tr...Rider Linden
2016-04-25MAINT-6338: Add methods for getting and setting boolean properties from gSave...Rider Linden
2015-11-03MAINT-5820: Add a success/failure result to HTTP body parse method and react ...Rider Linden
2015-10-14MAINT-5732: Change to the way event polling handles error conditions and canc...Rider Linden
2015-10-07MAINT-5691: Browser was using deprecated outbox display type AND not correctl...Rider Linden
2015-10-06MAINT-5693: Consolidated the avatar appearance request into a coroutine. If ...Rider Linden
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-09-14MAINT-5507: Remove HTTPClient and related cruft.Rider Linden
2015-09-10MAINT-5575: Finished converting experience cache to singletonRider Linden
2015-08-12MAINT-5500: Finish converting the AIS responders to the new coroutine model, ...Rider Linden
2015-07-30Added patchAndYield to httputil adapterRider Linden
2015-07-11MAINT-5351: Finish messy merge restoring 'selfless' changes.Nat Goodspeed
2015-07-10Merge restore of more selfless changesNat Goodspeed
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
2015-07-10Merge restore of selfless changesNat Goodspeed
2015-07-10Backed out changeset 6e1fa9518747: reapply 'selfless' changesNat Goodspeed
2015-07-08Enforcing constness of refsRider Linden
2015-07-08Replace ref parameter with valueRider Linden
2015-07-08Change HttpOptions::ptr_t to be shared_ptr<> rather than intrusive.Rider Linden
2015-07-08Convert LLCore::HttpHeaders to use shared_ptr<> rather than an intrusive_ptr<...Rider Linden
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-07Backed out selfless mergeRider Linden
2015-07-02MAINT-5357: Introduce and populate llcoro:: namespace.Nat Goodspeed
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
2015-06-29MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions.Nat Goodspeed
2015-06-25Added file upload interface to core HTTP utils.Rider Linden
2015-06-08Added a way to pass a policy Id to the coroadapter.Rider Linden
2015-06-04Default headers added.Rider Linden
2015-05-27Memory leak (extra ref) in webprofileRider Linden
2015-05-22Floater IM Session to trivial coroutine.Rider Linden