tobtoht
c572e1ad00
Merge pull request #9908
...
9891fe8
epee: fix string_tools on Windows (0xFFFC0000)
2025-06-14 18:59:52 +00:00
tobtoht
c2e3835223
Merge pull request #9910
...
d106e21b7
src: fix clangd warnings (0xFFFC0000)
2025-05-07 03:32:02 +00:00
0xFFFC0000
d106e21b74
src: fix clangd warnings
2025-05-01 05:27:35 +00:00
tobtoht
c5cb8e1b78
Merge pull request #9916
...
98b79485d
msys2 build: include int headers (jeffro256)
2025-04-30 05:29:25 +00:00
jeffro256
98b79485df
msys2 build: include int headers
2025-04-29 00:57:37 -05:00
tobtoht
02fba21846
Merge pull request #9881
...
8af33c71c
epee: syncobj: replace shims with Boost classes (jeffro256)
2025-04-23 16:31:56 +00:00
tobtoht
03de3ad5a6
Merge pull request #9879
...
18376ca57
epee: remove reg_exp_definer.h (jeffro256)
2025-04-23 16:27:03 +00:00
tobtoht
ee497cc172
Merge pull request #9857
...
332d92ffb
epee: span::operator[] allow mut ref from const span (jeffro256)
2025-04-23 16:13:36 +00:00
tobtoht
9be4b92e89
Merge pull request #9892
...
de5a4a1cf
guix: drop support for i686-linux-gnu (tobtoht)
2025-04-23 16:04:23 +00:00
tobtoht
e3cf0d4792
Merge pull request #9893
...
b1728a95a
guix: unset HOST env variable (tobtoht)
2025-04-23 16:03:47 +00:00
tobtoht
cef67a7412
Merge pull request #9896
...
348ed19d9
guix: ask for confirmation before deleting files (tobtoht)
2025-04-22 13:32:42 +00:00
0xFFFC0000
9891fe8238
epee: fix string_tools on Windows
2025-04-22 13:22:02 +00:00
tobtoht
348ed19d9c
guix: ask for confirmation before deleting files
2025-04-07 10:58:56 +02:00
tobtoht
b1728a95a8
guix: unset HOST env variable
2025-04-06 21:40:39 +02:00
tobtoht
de5a4a1cf7
guix: drop support for i686-linux-gnu
2025-04-06 18:26:12 +02:00
tobtoht
fc80dc6e97
guix: remove --user option
2025-04-05 19:15:25 +02:00
jeffro256
8af33c71cf
epee: syncobj: replace shims with Boost classes
...
a. `critical_section` is functionally identical to a `boost::recursive_mutex`
b. `critical_region_t` is functionally identical to a `boost::unique_lock`
c. remove some vestigial definitons `g_test_dbg_lock_sleep` as a variable
2025-04-01 11:09:26 -05:00
jeffro256
18376ca57d
epee: remove reg_exp_definer.h
...
Locking to initialize static block variables isn't necessary since C++11:
https://en.cppreference.com/w/cpp/language/storage_duration#Static_block_variables
2025-03-31 14:02:15 -05:00
jeffro256
332d92ffbe
epee: span::operator[] allow mut ref from const span
...
Changes the `operator[]` method so we can get mutable
references to elements even if the span is `const`.
The operator is now also `constexpr`.
This behavior matches `std::span`.
C++ standard reference: https://en.cppreference.com/w/cpp/container/span/operator_at
2025-03-22 16:53:17 -05:00
Lee *!* Clagett
50897a6871
Limit scope of TCP checks to incoming only
2025-02-24 21:55:35 -05:00
woodser
02e2a4f4cd
assign default port for http and https clients
2025-02-17 08:11:44 -05:00
tobtoht
94188d1a4a
Merge pull request #9428
...
92b671c56
contrib: smaller and more reasonable log size. (0xFFFC0000)
2025-02-17 10:23:19 +00:00
tobtoht
5b30213057
ci: containerize depends jobs
2025-02-14 10:45:02 +01:00
tobtoht
257db6dff2
Merge pull request #9765
...
ec74ff4a3
Set response limits on http server connections (Lee *!* Clagett)
2025-02-14 07:33:45 +00:00
Lee *!* Clagett
ec74ff4a3d
Set response limits on http server connections
2025-02-13 23:55:17 -05:00
tobtoht
a1b3468f26
Merge pull request #9671
...
325e317a3
depends: always pass --with-pic to autoconf builds (tobtoht)
2025-02-14 03:54:04 +00:00
tobtoht
203af950fd
Merge pull request #9654
...
eee5838aa
guix: remove automake & autoconf (tobtoht)
2025-02-14 03:52:14 +00:00
tobtoht
6343e3ecf6
Merge pull request #9773
...
000d75777
depends: use staging_prefix_dir where possible (tobtoht)
2025-02-14 03:50:14 +00:00
tobtoht
915c5dc1d9
Merge pull request #9456
...
b746d0152
depends: android_ndk: update to 27 (latest LTS) (tobtoht)
2025-02-13 19:34:44 +00:00
tobtoht
2511f8579d
brew: use latest protobuf
2025-02-09 11:42:14 +01:00
tobtoht
325e317a3e
depends: always pass --with-pic to autoconf builds
2025-02-09 11:40:54 +01:00
tobtoht
000d757773
depends: use staging_prefix_dir where possible
2025-02-06 07:06:08 +01:00
tobtoht
f58dde6ced
Merge pull request #9681
...
040c16321
depends: remove expat (tobtoht)
2025-02-04 18:42:09 +00:00
tobtoht
c57a429b2b
Merge pull request #9675
...
e7e00df83
depends: remove eudev (tobtoht)
2025-02-04 18:41:24 +00:00
tobtoht
4118bd8721
Merge pull request #9467
...
5cb0b263d
guix: bump time-machine to 9d09b0cf841fb657a1aec12e9bab68e00c2b493c (tobtoht)
2025-02-04 18:39:57 +00:00
tobtoht
59882b5d71
Merge pull request #9713
...
7110d180d
guix: readme update (hinto.janai)
2025-02-04 17:00:58 +00:00
tobtoht
040c16321f
depends: remove expat
2025-01-25 05:57:21 +01:00
tobtoht
34d3e5201a
Merge pull request #9715
...
e38c175d9
gtest: add submodule (tobtoht)
2025-01-25 04:48:01 +00:00
tobtoht
996986b3af
Merge pull request #9642
...
f150ff177
depends: unbound: update to 1.22.0 (tobtoht)
2025-01-25 04:46:08 +00:00
tobtoht
e7e00df831
depends: remove eudev
2025-01-24 10:52:42 +01:00
tobtoht
eee5838aaf
guix: remove automake & autoconf
2025-01-24 01:53:25 +01:00
tobtoht
f150ff177a
depends: unbound: update to 1.22.0
2025-01-24 01:50:30 +01:00
tobtoht
73638a9e35
Merge pull request #9643
...
a8292fcf8
depends: hidapi: update to 0.14.0 (tobtoht)
2025-01-22 22:50:17 +00:00
tobtoht
8ab643adb0
Merge pull request #9523
...
3c25d6e3b
build: bump minimum macos version to 10.15 (tobtoht)
2025-01-22 22:49:01 +00:00
tobtoht
0e253622b2
Merge pull request #9459
...
7e766e13c
Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett)
2025-01-22 22:39:57 +00:00
tobtoht
e38c175d92
gtest: add submodule
2025-01-19 12:31:02 +01:00
tobtoht
c182428c35
depends: don't run auto(re)conf anywhere
2025-01-19 04:58:02 +01:00
tobtoht
249977ac32
Merge pull request #9650
...
84a56ae
guix: remove moreutils (tobtoht)
2025-01-19 03:54:16 +00:00
tobtoht
b63122617e
Merge pull request #9648
...
1d56b84
guix: remove p7zip (tobtoht)
2025-01-19 03:49:51 +00:00
tobtoht
d22e82dcb0
Merge pull request #9646
...
c3bb84f
depends: sodium: drop unneeded patch (tobtoht)
2025-01-19 03:49:17 +00:00