| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fs-tracer: keep track of seen file's contents | Baitinq | 2024-07-30 | 4 | -21/+68 |
| | | |||||
| * | fs-tracer: add retries when sending requests to backend | Baitinq | 2024-07-29 | 1 | -9/+19 |
| | | |||||
| * | fs-tracer: update file contents across multiple writes | Baitinq | 2024-07-29 | 4 | -28/+67 |
| | | |||||
| * | misc: Update gitignore | Baitinq | 2024-07-29 | 2 | -1/+3 |
| | | |||||
| * | fs-tracer: handle fseek syscall | Baitinq | 2024-07-29 | 9 | -15/+159 |
| | | |||||
| * | fs-tracer: store file offset | Baitinq | 2024-07-29 | 4 | -10/+27 |
| | | |||||
| * | fs-tracer: use time based batching | Baitinq | 2024-07-22 | 1 | -4/+7 |
| | | |||||
| * | fs-tracer: handle close syscall and properly serialize reqs | Baitinq | 2024-07-22 | 11 | -49/+153 |
| | | |||||
| * | fs-tracer: open files should be referenced with pid+fd | Baitinq | 2024-07-21 | 1 | -4/+8 |
| | | |||||
| * | fs-tracer: properly serialize file contents and path to json | Baitinq | 2024-07-21 | 2 | -4/+8 |
| | | |||||
| * | Misc: Add TODO | Baitinq | 2024-07-20 | 1 | -0/+1 |
| | | |||||
| * | Syscalls: Write: Fix struct packing | Baitinq | 2024-07-20 | 3 | -3/+16 |
| | | |||||
| * | Syscalls: Write: Fix types | Baitinq | 2024-07-20 | 1 | -1/+1 |
| | | |||||
| * | fs-tracer: cleanup syscall handler | Baitinq | 2024-06-13 | 2 | -40/+44 |
| | | |||||
| * | fs-tracer: batch messages acoording to kafka max message size | Baitinq | 2024-06-12 | 1 | -13/+15 |
| | | |||||
| * | fs-tracer: use hashmap with ttl for storing syscall state | Baitinq | 2024-06-12 | 3 | -4/+7 |
| | | |||||
| * | fs-tracer: cleanup imports | Baitinq | 2024-06-11 | 1 | -3/+1 |
| | | |||||
| * | fs-tracer: remove unneeded comment | Baitinq | 2024-06-11 | 1 | -4/+1 |
| | | |||||
| * | fs-tracer: handle sending unbatched requests when exiting | Baitinq | 2024-06-11 | 1 | -8/+18 |
| | | |||||
| * | fs-tracer: fix threads not exiting | Baitinq | 2024-06-11 | 3 | -10/+16 |
| | | |||||
| * | fs-tracer: cleanup | Baitinq | 2024-06-11 | 1 | -3/+1 |
| | | |||||
| * | fs-tracer: Handle open files state | Baitinq | 2024-06-09 | 5 | -28/+40 |
| | | |||||
| * | fs-tracer: Cleanup | Baitinq | 2024-06-09 | 2 | -26/+9 |
| | | |||||
| * | BATCHING BROKE FS_TRACER EXITING | Baitinq | 2024-05-31 | 1 | -9/+10 |
| | | |||||
| * | fs-tracer: create syscall handler | Baitinq | 2024-05-31 | 2 | -38/+100 |
| | | |||||
| * | fs-tracer: change api endpoint | Baitinq | 2024-05-30 | 1 | -6/+8 |
| | | |||||
| * | fs-tracer: send requests to new intake with api key | Baitinq | 2024-05-29 | 2 | -6/+22 |
| | | |||||
| * | misc: Update readme | Baitinq | 2024-05-27 | 3 | -19/+4 |
| | | |||||
| * | Add todo | Baitinq | 2024-05-02 | 1 | -0/+1 |
| | | |||||
| * | Send stringified syscall data to backend | Baitinq | 2024-05-02 | 1 | -3/+3 |
| | | |||||
| * | Set default port for api connection | Baitinq | 2024-05-02 | 1 | -1/+1 |
| | | |||||
| * | Properly detach bpf program and report dummy data to backend | Baitinq | 2024-05-02 | 2 | -12/+37 |
| | | |||||
| * | Add tests | Baitinq | 2024-04-22 | 4 | -0/+30 |
| | | |||||
| * | TODO | Baitinq | 2024-04-22 | 3 | -38/+60 |
| | | |||||
| * | fix undefined fn | Baitinq | 2024-04-06 | 1 | -13/+13 |
| | | |||||
| * | Fix build | Baitinq | 2024-04-06 | 1 | -0/+2 |
| | | |||||
| * | TODO | Baitinq | 2024-03-31 | 8 | -56/+46923 |
| | | |||||
| * | Update aya | Baitinq | 2024-03-28 | 7 | -6455/+6530 |
| | | |||||
| * | TODO | Baitinq | 2024-03-26 | 1 | -31/+51 |
| | | |||||
| * | Update llvm | Baitinq | 2024-02-06 | 1 | -2/+2 |
| | | |||||
| * | start traversing pwd path | Baitinq | 2024-02-01 | 2 | -10/+32 |
| | | |||||
| * | cleanup | Baitinq | 2024-01-31 | 6 | -57/+34 |
| | | |||||
| * | start fetching pwd recursively | Baitinq | 2024-01-30 | 1 | -78/+55 |
| | | |||||
| * | cleanup | Baitinq | 2024-01-28 | 1 | -32/+45 |
| | | |||||
| * | get correct dfd | Baitinq | 2024-01-27 | 5 | -16/+24 |
| | | |||||
| * | Read fd partial path | Baitinq | 2024-01-27 | 1 | -14/+27 |
| | | |||||
| * | Use sharedCpuArray for buf | Baitinq | 2024-01-27 | 3 | -18/+36 |
| | | |||||
| * | Continue | Baitinq | 2024-01-27 | 3 | -16/+33 |
| | | |||||
| * | Add missing files | Baitinq | 2024-01-27 | 4 | -0/+46846 |
| | | |||||
| * | Start with openat syscall | Baitinq | 2024-01-27 | 3 | -82/+34 |
| | | |||||