index
:
dpibreak.git
master
System-wide DPI circumvention with minimal configuration
Hee-Suk Kim
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
linux: implement socket and mmap wrapper for rxring
dilluti0n
2026-07-07
2
-32
/
+39
|
*
linux: libc_s: add syscall! macro to reduce redundant error handling
dilluti0n
2026-07-06
1
-29
/
+15
|
*
linux: add PACKET_RX_RING to libc_s::setsockopt apstraction
dilluti0n
2026-07-06
2
-30
/
+27
|
*
linux: add safe abstraction for setsockopt(SO_ATTACH_FILTER)
dilluti0n
2026-07-06
2
-12
/
+32
|
*
linux: move poll_s() to mod libc_s
dilluti0n
2026-07-06
2
-13
/
+11
|
*
nit: remove unused crate::
dilluti0n
2026-07-06
1
-2
/
+2
|
*
nit: move use libc::sock_filter to inside open_rxring()
dilluti0n
2026-07-06
1
-4
/
+2
|
*
linux: drop nix, add wrapper libc_s instead
dilluti0n
2026-07-06
4
-76
/
+136
|
*
nit: update email
dilluti0n
2026-07-06
1
-1
/
+1
*
|
pkt: fix infer_hops again
dilluti0n
2026-06-29
1
-1
/
+1
*
|
opt: fix help messages
dilluti0n
2026-06-29
1
-15
/
+14
|
/
*
linux: inline poll_once and lift fds init outside the loop
dilluti0n
2026-06-29
1
-41
/
+31
*
linux: drop ctrlc crate and use signalfd instead
dilluti0n
2026-06-29
3
-92
/
+45
*
install.sh: prevent tarball fetch and log during uninstallation
dilluti0n
2026-05-02
1
-22
/
+23
*
docs: README: fix typo
dilluti0n
2026-04-21
1
-10
/
+10
*
docs: dpibreak.1: improve bugs section
dilluti0n
2026-04-21
2
-10
/
+21
*
docs: dpibreak.1: fix typo
dilluti0n
2026-04-21
2
-2
/
+2
*
docs: README: describe what install.sh does
dilluti0n
2026-04-21
1
-4
/
+5
*
docs: README: update
dilluti0n
2026-04-21
1
-3
/
+10
*
install.sh: remove -v on tar, fix/add logs and add SVERSION variable
dilluti0n
2026-04-18
1
-8
/
+11
*
scripts: add sign.sh
dilluti0n
2026-04-18
1
-0
/
+35
*
pkg: aur: dpibreak: bump version to 0.6.1
dilluti0n
2026-04-16
1
-0
/
+0
*
ci: nit: fix indent issue on publish-winget
v0.6.1
dilluti0n
2026-04-16
1
-1
/
+1
*
Bump version to 0.6.1
dilluti0n
2026-04-16
4
-43
/
+36
*
docs: README: update winget installed version to use `dpibreak -h`
dilluti0n
2026-04-16
1
-2
/
+2
*
ci: add publish-winget
dilluti0n
2026-04-16
1
-0
/
+26
*
docs: CHANGELOG: update by 199b7783fdd4c81b322c33ba6bad5fd60a300e8a
dilluti0n
2026-04-16
1
-0
/
+3
*
windows: wait for keypress before exit on --help
dilluti0n
2026-04-16
1
-1
/
+16
*
docs: README.md: add winget instruction
dilluti0n
2026-04-16
3
-16
/
+36
*
docs: CHANGELOG: update by 722a3b008dd7c7aa32ec541bf6326e56751e7cb9
dilluti0n
2026-04-08
1
-0
/
+3
*
build: declare MSRV as 1.88
dilluti0n
2026-04-08
2
-2
/
+3
*
linux: drain rxring before nfqueue in poll loop
dilluti0n
2026-04-08
1
-7
/
+7
*
docs: README: move Quickstart upper
dilluti0n
2026-04-05
1
-38
/
+36
*
docs: README: update
dilluti0n
2026-04-05
1
-44
/
+23
*
opt: fix -D deprecation warning condition
dilluti0n
2026-04-05
2
-1
/
+6
*
pkg: aur: dpibreak: bump version to 0.6.0
dilluti0n
2026-04-05
1
-0
/
+0
*
Bump version to 0.6.0
v0.6.0
dilluti0n
2026-04-05
5
-40
/
+47
*
Add shopt -t, -a for --fake-ttl, --fake-autottl, respectively
dilluti0n
2026-04-05
5
-15
/
+17
*
Add short option -d for --daemon, deprecating -D.
dilluti0n
2026-04-05
6
-11
/
+19
*
Merge branch 'feat/segment-order'
dilluti0n
2026-04-05
6
-36
/
+203
|
\
|
*
docs: CHANGELOG: update
dilluti0n
2026-04-05
1
-0
/
+8
|
*
docs: README: update segmentation section and add error note
dilluti0n
2026-04-05
1
-3
/
+11
|
*
docs: dpibreak.1: add description for --segment-order
dilluti0n
2026-04-05
2
-2
/
+58
|
*
opt: add shopt for --segment-order and description
dilluti0n
2026-04-05
1
-2
/
+3
|
*
pkt: implement segment-order aware send_split
dilluti0n
2026-04-05
2
-28
/
+43
|
*
opt: implement SegmentOrder::new and Display
dilluti0n
2026-04-05
1
-4
/
+49
|
*
opt: add SegmentOrder type and --segment-order option
dilluti0n
2026-04-05
2
-15
/
+49
|
/
*
linux: rxring: nit: add SPDX header
dilluti0n
2026-03-15
1
-0
/
+3
*
pkg: aur: dpibreak: bump version to 0.5.1
dilluti0n
2026-03-10
1
-0
/
+0
*
Bump version to 0.5.1
v0.5.1
dilluti0n
2026-03-10
4
-119
/
+34
[prev]
[next]