| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 1 | -1/+0 | |
| | | |||||
| * | Add insp::find_value, insp::to_ptr and switch code to use them. | 2026-04-04 | 1 | -5/+3 | |
| | | |||||
| * | Avoid the direct use of intptr_t wherever possible. | 2026-03-29 | 1 | -1/+1 | |
| | | | | | | This may cause problems on systems like CheriBSD where the pointer type stores extra data. | ||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -10/+10 | |
| | | |||||
| * | Switch the extensible system to using shared pointers. | 2026-03-27 | 1 | -2/+2 | |
| | | |||||
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -1/+1 | |
| | | |||||
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -5/+5 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 1 | -3/+3 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 1 | -3/+3 | |
| | | |||||
| * | Massive rework of how internal service providers work. | 2026-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | - ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | ||||
| * | Move the event/ prefix of events to the parent class. | 2026-03-02 | 1 | -1/+1 | |
| | | |||||
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -1/+1 | |
| | | |||||
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+501 | |
