| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-06 | refactor(http-response): take url directly instead of request map | nsfisis | |
| Response only ever reads the url out of the request array, so accept it as a String directly. With url always present the 'url key missing' LogicException can no longer fire, so Response::new and CurlResponse::new return Self instead of a double Result. Also drops the unused from_php_mixed/to_php_mixed stubs and the request_to_map helper. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-05-29 | refactor(io): unify IOInterface params to Rc<RefCell<dyn _>> | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-26 | feat(factory): construct PluginManager after Rc::new_cyclic | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-26 | refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 2026-05-23 | refactor(promise): drop \React\Promise | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix more random compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port CurlDownloader.php | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-16 | feat(port): port ProxyManager.php | nsfisis | |
| 2026-05-16 | feat(port): port RequestProxy.php | nsfisis | |
| 2026-05-15 | feat(port): port ProxyItem.php | nsfisis | |
| 2026-05-15 | feat(port): port Response.php | nsfisis | |
| 2026-05-12 | feat(port): port CurlResponse.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
