Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removed HTTPSender, HTTPNullSender, HTTPCapSender.
Moved UntrustedMessageCap storage into LLHost
Added boost libraries to PROJECT_x_TEST linkage.
|
|
Cleaned up dead an unused code.
MAINT-4952: Added COPY and MOVE methods to Core:Http adapter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converted All AISv3 commands (except copyLibrary) to coro model.
|
|
|
|
|
|
|
|
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems()
|
|
|
|
|
|
|
|
Removed some commented out code I had missed earlier
Moved costing to virtual function in uploadinfo.
|
|
|
|
LLNewFileResourceUploadInfo
|
|
|
|
|
|
uploads...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change and fixes notecard update)
|
|
Hopefully we no longer need to brute-force remove any more macros with the
same name.
|
|
|
|
|
|
|
|
Minor reorganization of Upload Info classes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Our first cut at tracking the "current" coroutine simply reset the pointer to
NULL every time we context-switched away. But that strategy doesn't handle the
case of coroutine A launching coroutine B.
Introduce LLCoros::CoroData to track, among other things, the previous value
of the current-coroutine pointer each time we switch into a coroutine. Restore
THAT value when we switch back out.
|