| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-06-11 | fs-tracer: cleanup imports | Baitinq | 1 | -3/+1 |
| 2024-06-11 | fs-tracer: remove unneeded comment | Baitinq | 1 | -4/+1 |
| 2024-06-11 | fs-tracer: handle sending unbatched requests when exiting | Baitinq | 1 | -8/+18 |
| 2024-06-11 | fs-tracer: fix threads not exiting | Baitinq | 3 | -10/+16 |
| 2024-06-11 | fs-tracer: cleanup | Baitinq | 1 | -3/+1 |
| 2024-06-09 | fs-tracer: Handle open files state | Baitinq | 5 | -28/+40 |
| 2024-06-09 | fs-tracer: Cleanup | Baitinq | 2 | -26/+9 |
| 2024-05-31 | BATCHING BROKE FS_TRACER EXITING | Baitinq | 1 | -9/+10 |
| 2024-05-31 | fs-tracer: create syscall handler | Baitinq | 2 | -38/+100 |
| 2024-05-30 | fs-tracer: change api endpoint | Baitinq | 1 | -6/+8 |
| 2024-05-29 | fs-tracer: send requests to new intake with api key | Baitinq | 2 | -6/+22 |
| 2024-05-27 | misc: Update readme | Baitinq | 3 | -19/+4 |
| 2024-05-02 | Add todo | Baitinq | 1 | -0/+1 |
| 2024-05-02 | Send stringified syscall data to backend | Baitinq | 1 | -3/+3 |
| 2024-05-02 | Set default port for api connection | Baitinq | 1 | -1/+1 |
| 2024-05-02 | Properly detach bpf program and report dummy data to backend | Baitinq | 2 | -12/+37 |
| 2024-04-22 | Add tests | Baitinq | 4 | -0/+30 |
| 2024-04-22 | TODO | Baitinq | 3 | -38/+60 |
| 2024-04-06 | fix undefined fn | Baitinq | 1 | -13/+13 |
| 2024-04-06 | Fix build | Baitinq | 1 | -0/+2 |
| 2024-03-31 | TODO | Baitinq | 8 | -56/+46923 |
| 2024-03-28 | Update aya | Baitinq | 7 | -6455/+6530 |
| 2024-03-26 | TODO | Baitinq | 1 | -31/+51 |
| 2024-02-06 | Update llvm | Baitinq | 1 | -2/+2 |
| 2024-02-01 | start traversing pwd path | Baitinq | 2 | -10/+32 |
| 2024-01-31 | cleanup | Baitinq | 6 | -57/+34 |
| 2024-01-30 | start fetching pwd recursively | Baitinq | 1 | -78/+55 |
| 2024-01-28 | cleanup | Baitinq | 1 | -32/+45 |
| 2024-01-27 | get correct dfd | Baitinq | 5 | -16/+24 |
| 2024-01-27 | Read fd partial path | Baitinq | 1 | -14/+27 |
| 2024-01-27 | Use sharedCpuArray for buf | Baitinq | 3 | -18/+36 |
| 2024-01-27 | Continue | Baitinq | 3 | -16/+33 |
| 2024-01-27 | Add missing files | Baitinq | 4 | -0/+46846 |
| 2024-01-27 | Start with openat syscall | Baitinq | 3 | -82/+34 |
| 2024-01-20 | Use common SyscallInfo enum to transfer data | Baitinq | 3 | -14/+15 |
| 2024-01-20 | Cleanup | Baitinq | 1 | -70/+62 |
| 2024-01-18 | Add comment | Baitinq | 1 | -0/+2 |
| 2024-01-17 | Match syscall_enter and syscall_exits to get return value | Baitinq | 3 | -33/+99 |
| 2024-01-15 | Add comments | Baitinq | 2 | -2/+3 |
| 2024-01-14 | Send write_syscall events to userspace | Baitinq | 4 | -20/+109 |
| 2024-01-14 | Handle write syscall | Baitinq | 1 | -12/+26 |
| 2024-01-13 | todo | Baitinq | 2 | -3/+53 |