0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement reading process information from a core file. More... about 9 years ago
ADDED: include .c files and .html annotations in package More... about 9 years ago
Raise error from underlying read() on BPF device as an OSError. More... about 9 years ago
Actual read should be called without GIL too. More... about 9 years ago
Use kqueue to send shutdown notification to reader thread. More... about 9 years ago
Add sys/event.h definitions. More... about 9 years ago
Encode first statfs argument to a byte string More... over 9 years ago
Link getswapinfo() and SwapDevice in wrapper module. More... over 9 years ago
Implement getswapinfo() based on kvm_getswapinfo(3). More... over 9 years ago
Fix typo More... over 9 years ago
Add support for programming BPF filter. More... over 9 years ago
Apply minor fixes. More... over 9 years ago
Read BPF headers correctly. More... over 9 years ago
Implement writing to BPF. More... over 9 years ago
First pass at simple, yet working BPF bindings. More... over 9 years ago
Add net/bpf.h definitions. More... over 9 years ago
Fix deserializing sockaddrs. More... over 9 years ago
Use correct set syntax. More... over 9 years ago
Add Process.cwd property. More... over 9 years ago
Add Process.uid property. More... over 9 years ago
Implement OpenSocket.peer_address property, refactor sockaddr conversion into common get_sock_address routine(). More... over 9 years ago
Add forgotten return statement. More... over 9 years ago
Add ability to decode open socket information. More... over 9 years ago
Add Process.started_at property. More... over 9 years ago
Add Process.argv, Process.env and Process.path properties. More... over 9 years ago
Allow path to be None, convert binary strings to UTF-8 strings. More... over 9 years ago
Remove "nogil" for devinfo.h includes. More... over 9 years ago
Add process enumeration. More... over 9 years ago
Add support for listing files opened by a process. More... over 9 years ago
make strerror usage consistent and correct More... over 9 years ago