This website requires JavaScript.
Explore
Help
Sign In
devs
/
cproof
Watch
1
Star
2
Fork
1
You've already forked cproof
Code
Issues
43
Pull Requests
8
Actions
Packages
Projects
1
Releases
Wiki
Activity
All Workflows
ci-api-docs.yml
ci-code.yml
docker-publish.yml
Actor
All actors
admin
jabber.developer
jabber.developer2
Status
All status
Success
Failure
Waiting
Running
refactor(flatfile): drop dead cursor_offset, guard inverted range
ci-code.yml #374
:
Commit
352eb26f71
pushed by
jabber.developer2
#94
2026-05-04 12:42:47 +00:00
11m31s
refactor(flatfile): drop dead cursor_offset, guard inverted range
ci-code.yml #373
:
Commit
36d260db88
pushed by
jabber.developer2
#94
2026-05-04 12:42:50 +00:00
13m39s
fix(flatfile): drop cursor optim + guard n_entries==0
ci-code.yml #372
:
Commit
875f8f4100
pushed by
jabber.developer2
#94
2026-05-04 12:18:04 +00:00
8m1s
fix(flatfile): page-up cursor must not stick on entries[0]
ci-code.yml #371
:
Commit
a7da9e2add
pushed by
jabber.developer2
#94
2026-05-04 12:06:33 +00:00
15m1s
style(export): gchar*/g_free consistency + auto_char in read loop
ci-code.yml #370
:
Commit
1fe3808b23
pushed by
jabber.developer2
#94
2026-05-02 13:31:24 +00:00
9m15s
style(export): gchar*/g_free consistency + auto_char in read loop
ci-code.yml #369
:
Commit
92f601d2ea
pushed by
jabber.developer2
#94
2026-05-02 13:21:59 +00:00
4m35s
fix(ai): return CURL_WRITEFUNC_ERROR on oversized response
ci-code.yml #368
:
Commit
e229ed1281
pushed by
jabber.developer
#113
2026-05-02 13:37:36 +00:00
6m3s
fix(ai): return CURL_WRITEFUNC_ERROR on oversized response
ci-code.yml #367
:
Commit
b3d0eec0bc
pushed by
jabber.developer
#113
2026-05-01 19:19:23 +00:00
3m56s
fix(ai): fix leak from ai_get_provider_key
ci-code.yml #366
:
Commit
f4221e27ac
pushed by
jabber.developer
#113
2026-05-01 18:54:36 +00:00
4m6s
fix(ai): use atomic operations for refcounting
ci-code.yml #365
:
Commit
f133d81a05
pushed by
jabber.developer
#113
2026-05-01 18:29:10 +00:00
4m3s
fix(ai): convert \n escape sequences to actual newlines in LLM responses
ci-code.yml #364
:
Commit
a16237d16b
pushed by
jabber.developer
#113
2026-05-01 18:25:52 +00:00
3m56s
feat(ai): disable request storage via store:false parameter
ci-code.yml #363
:
Commit
cfe6ea46e2
pushed by
jabber.developer
#113
2026-05-01 17:11:22 +00:00
5m30s
fix(ai): validate aiwin pointer to prevent UAF when window closed
ci-code.yml #362
:
Commit
2fc7f3d672
pushed by
jabber.developer
#113
2026-05-01 17:07:42 +00:00
3m45s
refactor(ai): add UI display helpers
ci-code.yml #361
:
Commit
fe0a46da58
pushed by
jabber.developer
#113
2026-05-01 16:40:05 +00:00
3m52s
refactor(ai): remove redundant callback layer from AI client
ci-code.yml #360
:
Commit
cead417e78
pushed by
jabber.developer
#113
2026-05-01 13:37:48 +00:00
3m39s
fix(ai): guard NULL search_str and update tests for new cycling behavior
ci-code.yml #359
:
Commit
00f11eb704
pushed by
jabber.developer
#113
2026-05-01 13:12:23 +00:00
3m46s
fix(ai): standardize lock handling in _ai_invoke_callback
ci-code.yml #358
:
Commit
634fb7d7eb
pushed by
jabber.developer
#113
2026-05-01 11:38:59 +00:00
3m20s
refactor(ai): use stateful autocomplete for provider name matching
ci-code.yml #357
:
Commit
461c0c32dd
pushed by
jabber.developer
#113
2026-04-30 23:20:09 +00:00
3m47s
refactor(ai): flatten autocomplete into sequential prefix-matching chain
ci-code.yml #356
:
Commit
002a6ed15b
pushed by
jabber.developer
#113
2026-04-30 23:15:07 +00:00
4m43s
fix(ai): move generic subcommand autocomplete outside nested conditionals
ci-code.yml #355
:
Commit
dc75f16221
pushed by
jabber.developer
#113
2026-04-30 22:56:01 +00:00
4m39s
fix(ai): join multi-word arguments in cmd_ai_correct
ci-code.yml #354
:
Commit
da0bf43d73
pushed by
jabber.developer
#113
2026-04-30 19:29:45 +00:00
4m54s
fix(ai): fix provider_name leak and const-cast in cmd_ai_start
ci-code.yml #353
:
Commit
9e1f9b666e
pushed by
jabber.developer
#113
2026-04-30 19:23:55 +00:00
8m55s
fix(ai): align ai_list_providers with documented contract
ci-code.yml #352
:
Commit
93ad7379e2
pushed by
jabber.developer
#113
2026-04-30 19:17:16 +00:00
7m4s
fix(ai): remove redundant g_strdup on api_key assignment
ci-code.yml #351
:
Commit
caa0b3ccba
pushed by
jabber.developer
#113
2026-04-30 19:13:58 +00:00
6m58s
fix(ai): remove API key from debug log
ci-code.yml #350
:
Commit
c9a5239117
pushed by
jabber.developer
#113
2026-04-30 19:09:50 +00:00
4m0s
fix(ai): remove duplicate assistant response in the message history
ci-code.yml #349
:
Commit
bccd3ecded
pushed by
jabber.developer
#113
2026-04-30 18:12:14 +00:00
5m47s
ref(ai): move unfitting functions out of window.c; create aiwin.c
ci-code.yml #348
:
Commit
cff05ca802
pushed by
jabber.developer
#113
2026-04-30 18:10:04 +00:00
8m26s
ref(ai): add stub, fix includes, move aiwin_send_message location
ci-code.yml #347
:
Commit
9c8ad57b59
pushed by
jabber.developer
#113
2026-04-30 17:45:07 +00:00
3m22s
perf+harden(export): 25x faster export at 1M, mkstemp, full-body dedup
ci-code.yml #346
:
Commit
555faaa232
pushed by
jabber.developer2
#94
2026-04-30 14:19:38 +00:00
4m39s
feat(ai): add AI client with multi-provider support and UI
ci-code.yml #345
:
Commit
e43e8378b0
pushed by
jabber.developer
#113
2026-04-29 19:39:56 +00:00
3m15s
First
Previous
...
6
7
8
9
10
...
Next
Last