Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c4033174 | 2025-02-12 23:07:57 | wip macos icons | ||
| e54b7d5a | 2025-02-12 19:15:50 | wip macos | ||
| c556339d | 2025-02-12 15:32:21 | wip sdl2 init opengl on macos | ||
| 817622f2 | 2025-02-12 19:14:22 | wip macos apps | ||
| 8e66a303 | 2025-02-12 19:12:45 | kc3 logo | ||
| 06671ac2 | 2025-02-12 14:18:47 | wip macos | ||
| 365db389 | 2025-02-12 00:57:15 | fixed http file upload | ||
| ab7472ae | 2025-02-11 22:52:44 | Configure macos for cairo demo | ||
| ae26ea16 | 2025-02-11 22:45:20 | Fix SDL2 OpenGL window creation on MacOS | ||
| ec2533ff | 2025-02-11 22:30:18 | wip macos | ||
| 2cfcf5de | 2025-02-10 15:55:57 | wip mba | ||
| 7ef0d682 | 2025-02-11 22:18:34 | fix http buf parse request for multipart body | ||
| 3b4abc12 | 2025-02-11 18:44:21 | wip file upload, filename and replace as params | ||
| 9384a8e6 | 2025-02-11 18:38:35 | wip file upload | ||
| 694d3f8b | 2025-02-11 18:03:42 | fix file_ensure_directory | ||
| 1673ad3c | 2025-02-11 17:04:34 | todo | ||
| cc47fc7d | 2025-02-11 16:35:11 | httpd | ||
| c8a66e0a | 2025-02-11 16:25:16 | print stacktrace in invalid cast | ||
| ff871d7c | 2025-02-07 17:59:23 | gtk4 fix deprecation warning | ||
| dccbdebf | 2025-02-07 01:22:14 | oauth2 | ||
| f5be373a | 2025-02-06 23:38:46 | fix httpd file upload | ||
| ccde0b7d | 2025-02-06 22:44:34 | fix file_dirname and http request | ||
| 0ff7e0bb | 2025-02-06 16:58:24 | wip file upload | ||
| 5d722a35 | 2025-02-06 14:24:03 | wip buf_inspect_struct_size bug | ||
| 0b1ece4f | 2025-02-06 11:26:06 | wip gtk4 gsk | ||
| 7e675af6 | 2025-02-06 00:52:23 | wip primes | ||
| 576abebd | 2025-02-05 23:51:24 | Math.pow | ||
| 15ef6aeb | 2025-02-04 18:13:07 | link() unlink() in file_mv() | ||
| b186fed5 | 2025-02-04 16:44:10 | fix HTTP.upload | ||
| 36680d45 | 2025-02-03 22:06:13 | fix file_ensure_directory | ||
| 792b0ffc | 2025-02-03 18:52:12 | fix file upload in HTTPd | ||
| d1b5e3c3 | 2025-02-01 23:17:55 | debug | ||
| 292c85de | 2025-02-01 18:32:54 | wip file upload in httpd | ||
| a6ecebb9 | 2025-02-04 00:07:06 | fix build | ||
| b0792b85 | 2025-02-03 22:08:04 | kubz | ||
| 4b89dce3 | 2025-02-06 01:30:08 | wip primes | ||
| 51cf5ef9 | 2025-02-06 00:52:23 | wip primes | ||
| cfb5a895 | 2025-02-05 23:51:24 | Math.pow | ||
| 9e299435 | 2025-02-05 22:35:22 | linux (PopOS) | ||
| be52e4fb | 2025-02-05 17:33:45 | make gdb_kubz | ||
| a00c706e | 2025-02-05 14:00:53 | kmsg makefile with asan (popOS) | ||
| 3ded0268 | 2025-02-05 13:56:02 | wip PopOS! | ||
| 93917318 | 2025-02-01 03:06:24 | wip http file upload | ||
| 6d8ae914 | 2025-01-30 22:00:15 | wip | ||
| e2b91e2a | 2025-01-30 18:29:27 | kubz | ||
| 2313dfdb | 2025-01-30 17:45:14 | wip request file upload | ||
| 314eb61e | 2025-01-30 16:56:40 | str_starts_with_case_insensitive | ||
| 377a06f3 | 2025-01-30 15:40:00 | wip | ||
| ba067c30 | 2025-01-27 00:36:46 | str | ||
| 93df7048 | 2025-01-25 04:01:05 | wip crypt and random str | ||
| 71dcfb34 | 2025-01-25 16:33:25 | str random | ||
| e13294cb | 2025-01-21 21:25:13 | New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path | ||
| 284dc8f5 | 2025-01-21 19:45:52 | fix make test_httpd | ||
| 46b42ca0 | 2025-01-21 17:31:47 | update_sources | ||
| 7d3f43e7 | 2025-01-21 17:07:09 | wip release | ||
| df437cf0 | 2025-01-21 16:15:41 | wip release 0.1.14 | ||
| f2fc3e0c | 2025-01-15 00:08:22 | fix make lib_links_bsd | ||
| 25472a60 | 2025-01-14 00:16:58 | fix str random base64 | ||
| bbc7830b | 2025-01-10 01:41:20 | security | ||
| 9c6fc769 | 2025-01-07 14:23:09 | ignore bank | ||
| 644bac2a | 2025-01-07 14:19:28 | smtp: sendmail | ||
| 7e04c425 | 2025-01-07 11:52:26 | tag_or, tag_and | ||
| 4da525ed | 2025-01-07 11:48:44 | env_and, env_or | ||
| 40acb9cd | 2025-01-06 18:13:38 | wip smtp | ||
| 593324b1 | 2025-01-06 18:13:26 | ignore www/ | ||
| ecc066f1 | 2025-01-06 16:53:56 | smtp_open, smtp_close | ||
| d8799d75 | 2025-01-06 10:05:04 | fix compilation (smtp) | ||
| 4d9b3bd8 | 2025-01-06 09:23:22 | update sources | ||
| ab97bf92 | 2025-01-05 20:42:40 | fix build for FreeBSD | ||
| b1339771 | 2025-01-05 20:26:24 | README | ||
| 5aec2df1 | 2025-01-05 14:25:57 | fix gtk4 version changes | ||
| b3a7847e | 2025-01-05 07:59:11 | smtp | ||
| 7c65e865 | 2025-01-05 06:23:33 | wip win32 | ||
| 0df57629 | 2025-01-04 20:37:43 | fix env_fork race condition | ||
| 7e04ab8a | 2025-01-04 19:33:26 | fix compilation on Ubuntu | ||
| 62ff1365 | 2025-01-03 16:12:23 | configure and update sources for smtp | ||
| 96cd1537 | 2025-01-03 16:09:30 | remove old build files | ||
| b48e511a | 2025-01-03 01:13:47 | smtp | ||
| 4dfd532f | 2025-01-03 01:11:36 | wip fix sysctl | ||
| 74f26a31 | 2025-01-02 19:54:43 | update_sources | ||
| 5c2d4bc6 | 2025-01-02 19:49:43 | deserialize | ||
| 5771a964 | 2025-01-02 18:18:08 | wip smtp | ||
| ff46f6f2 | 2025-01-02 17:46:40 | wip smtp | ||
| e0766269 | 2024-12-23 18:48:34 | kc3_sysctl | ||
| 446e0a48 | 2024-12-20 22:56:02 | kc3.facts, kc3_sysct~l | ||
| d866ecdc | 2025-01-01 21:04:09 | tag_is_integer | ||
| 804fcb5e | 2024-12-31 12:00:09 | configure fs | ||
| 77c7138f | 2024-12-31 06:35:59 | fix fuse for linux | ||
| 32edc147 | 2024-12-31 06:35:11 | fix fuse for linux | ||
| 0d8ab9fd | 2024-12-31 06:32:24 | fix fuse for linux | ||
| ea9ccd62 | 2024-12-31 06:30:48 | fuse_use_version | ||
| 275f6a8f | 2024-12-31 06:25:38 | add option parsing and set fuse version from arguments | ||
| e1b3ac96 | 2024-12-31 05:57:49 | fix env_init_args | ||
| 7ee82f33 | 2024-12-29 19:25:14 | revert alloc changes | ||
| bdc01abc | 2024-12-25 05:15:02 | wip | ||
| 848f7c46 | 2024-12-21 16:15:19 | libtommath: update config.subr | ||
| 4e291bf8 | 2024-12-21 16:14:13 | wip compatibility with C++ | ||
| ac77b4d6 | 2024-12-20 21:08:48 | whitespace | ||
| 2e835e1a | 2024-12-20 21:05:43 | wip cxx ncpu | ||
| a4b39ead | 2024-12-20 20:52:00 | libkc3/env.c ncpu |