richΛrd
791eb85914
feat: replace picotls by BoringSSL ( #21 )
2025-10-15 21:40:54 -04:00
vladopajic
525d9cfe25
chore: remove absolute path prefix from comments ( #16 )
2025-03-11 11:15:45 -04:00
richΛrd
95412ee90a
chore: add DNGTCP2_STATICLIB and expose unexported anon structs ( #13 )
2025-03-11 11:00:18 -04:00
vladopajic
98372a266e
chore(docs): improved instructions for generating new version ( #14 )
2025-03-11 14:56:31 +01:00
richΛrd
0a746cef2e
feat: wrap picotls backend ( #10 )
2025-02-28 14:22:43 -04:00
diegomrsantos
024ce6202c
chore: upgrade ngtcp2 to 1.6.0 ( #6 )
...
Upgrades ngtcp2 to 1.6.0 with all the necessary fixes.
2024-08-16 13:35:36 +02:00
Tanguy
76bf92475f
Style check fixes ( #5 )
...
* Style check fixes
* ngtcp2.nim generation
* fix ci
2022-08-26 12:03:55 +02:00
Mark Spanbroek
371e2d86aa
Remove our custom sockaddr* objects
...
Use the ones in nativesockets instead.
2020-10-08 15:56:41 +02:00
Mark Spanbroek
01eda24799
Import sockets code instead of copying it
2020-09-10 17:22:27 +02:00
Mark Spanbroek
b8b333baa1
Ensure that C includes are relative to the nim source
...
Added code to determine the include directories in compile time, instead of
the default nimterop behaviour, which is to include paths relative to the
current working directory.
2020-09-08 10:57:14 +02:00
Mark Spanbroek
759934a90a
Ensure that static linking is used on Windows
2020-09-08 10:57:14 +02:00
Mark Spanbroek
abe116bb7b
Do not generate {.header.}
...
It was using absolute paths.
2020-09-08 10:57:14 +02:00
Mark Spanbroek
da8939e160
Add {.compile.} pragma's to generated file
2020-09-08 10:57:14 +02:00
Mark Spanbroek
b1f9dd4ab1
Add build script that converts C headers to a single nim source
...
Removes the need to have CMake when requiring this package.
2020-09-08 10:57:14 +02:00