aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2022-11-09Merge branch 'maint-0.4.7'David Goulet
2022-11-09metrics: Use N_EWMA for moving avg, with N=100.Mike Perry
2022-11-08Merge branch 'maint-0.4.7'David Goulet
2022-11-07math: Replace naughty macro by an inline functionDavid Goulet
2022-11-07metrics: Add running average of CC cwnd when exiting slow startDavid Goulet
2022-11-05fix: %s/param.sh/param.hVinícius Zavam
2022-11-05fix: we shall not produce warnings compiling torVinícius Zavam
2022-11-05present __DragonFly_version, from DragonFlyBSDVinícius Zavam
2022-11-05once NetBSD was presented, return its versionVinícius Zavam
2022-11-05make tor_libc_get_name aware of NetBSDVinícius Zavam
2022-11-05return what OpenBSD gives as base system versionVinícius Zavam
2022-11-05should we identify __FreeBSD__, return its versionVinícius Zavam
2022-11-05return BSD if tor_libc_get_name sees __BSD_VISIBLEVinícius Zavam
2022-11-01Remove `BUG()` in Windows process read callback.Alexander Færøy
2022-10-31Merge branch 'tor-gitlab/mr/579'David Goulet
2022-10-31Merge branch 'maint-0.4.7'David Goulet
2022-10-28thread: Bump max detectable CPU from 16 to 128David Goulet
2022-10-14Merge branch 'maint-0.4.7'David Goulet
2022-10-14Merge branch 'maint-0.4.5' into maint-0.4.7David Goulet
2022-10-13Fix a completely wrong calculation in mach monotime_init_internal()Nick Mathewson
2022-07-07LibreSSL 3.5 compatibilityAlex Xu (Hello71)
2022-06-15Enable IP_BIND_ADDRESS_NO_PORT if supportedAlex Xu (Hello71)
2022-06-13sandbox: Allow use with fragile hardening on AArch64 and elsewhereSimon South
2022-06-13sandbox: Filter "fchownat" on systems using generic syscallsSimon South
2022-06-13sandbox: Filter "fchmodat" on systems using generic syscallsSimon South
2022-06-13sandbox: Filter "newfstatat" on systems using generic syscallsSimon South
2022-06-13sandbox: Filter "renameat", "renameat2" where "rename" unavailableSimon South
2022-06-13sandbox: Assume "openat" syscall is used where "open" is unavailableSimon South
2022-05-31Fix dispatch_cfg_t commentAlex Xu (Hello71)
2022-05-16Merge branch 'tor-gitlab/mr/561'David Goulet
2022-05-16Merge branch 'tor-gitlab/mr/562'David Goulet
2022-05-09Merge branch 'maint-0.4.6' into maint-0.4.7Alexander Færøy
2022-05-09Merge branch 'maint-0.4.7'Alexander Færøy
2022-05-09Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2022-05-09sandbox: Permit rseq syscall as wellpmu-ipf
2022-05-04sandbox: replace SCMP_CMP_NEG with masked equality checksPierre Bourdon
2022-04-30sandbox: filter {chown,chmod,rename} via their *at variant on Aarch64Pierre Bourdon
2022-04-30sandbox: fix openat filtering on AArch64Pierre Bourdon
2022-04-23geoip: make geoip_get_country_by_* STATICAlex Xu (Hello71)
2022-04-20Use tor_event_free instead of event_del+tor_freeAlex Xu (Hello71)
2022-03-28Merge branch 'maint-0.4.6'David Goulet
2022-03-28Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-28Merge branch 'tor-gitlab/mr/556' into maint-0.4.5David Goulet
2022-03-27Sandbox: Permit the clone3 system callNick Mathewson
2022-03-16Merge branch 'tor-gitlab/mr/490'David Goulet
2022-03-15crypto: Clarifying comment for the random hostname calculationDavid Goulet
2022-02-25Fix typosDimitris Apostolou
2022-02-09Merge branch 'tor-gitlab/mr/518'David Goulet
2022-02-08nss: Don't write empty payload on the wireDavid Goulet
2022-01-23conn: add ClientHello Padding TLS extensionpseudonymisaTor