Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Wire Protocol Overhaul, Message Handling Refactor #2204

Merged
merged 32 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a921575
mein gott
dr7ana Aug 29, 2023
11e54f6
More message refactoring
dr7ana Aug 31, 2023
511c20c
Message handling methods
dr7ana Sep 13, 2023
0b6506a
oxen-libquic version bump
dr7ana Sep 13, 2023
81aa044
kitware CI deps
dr7ana Sep 13, 2023
7ce517b
oxen-libquic update; no leak warn deprecated
dr7ana Sep 13, 2023
821cbea
warnings_as_errors fixes
dr7ana Sep 13, 2023
7f8207d
Nuked superfluous interface classes
dr7ana Sep 13, 2023
a4272c4
Added span backport
dr7ana Sep 14, 2023
d1b7eee
Zlib version bump 1.2.13 -> 1.3
dr7ana Sep 14, 2023
fd527d6
Carving through llarp/link
dr7ana Sep 14, 2023
ffb90e8
libquic bump
dr7ana Sep 14, 2023
aaf688c
Deleted a lot
dr7ana Sep 15, 2023
bfa9629
More carving + libquic bump
dr7ana Sep 18, 2023
a3e6cec
Address type migration + libquic bump
dr7ana Sep 19, 2023
d0c3837
libquic bparser merged
dr7ana Sep 21, 2023
ae31909
libquic bump
dr7ana Sep 26, 2023
d9ead7d
crypto and message encoding
dr7ana Sep 27, 2023
ad007ff
libquic/oxen-mq/oxenc version bumps
dr7ana Sep 29, 2023
1a9f977
Message method implementation continued
dr7ana Sep 29, 2023
206bd0b
wawaweewa
dr7ana Oct 3, 2023
f35f7fe
refactor path build message construction, no more async nonsense
tewinget Oct 4, 2023
4ed6a01
following up before Tom meeting
dr7ana Oct 4, 2023
65bd224
Exit endpoints implemented
dr7ana Oct 6, 2023
bd81357
Path message transmission
dr7ana Oct 10, 2023
2cc02d7
handle path build requests, generate responses
tewinget Oct 11, 2023
c8dae87
Path routing partially implementing
dr7ana Oct 11, 2023
5ccec24
callsafe
dr7ana Oct 12, 2023
577f5e6
De-mutexing
dr7ana Oct 12, 2023
a6f901a
RIP everything
dr7ana Oct 12, 2023
6b1e3fb
Touched up path build message handling
dr7ana Oct 16, 2023
e4315cd
More message handling underway
dr7ana Oct 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions llarp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ add_library(lokinet-layer-wire
# a series of layer 1 symbols which are then transmitted between lokinet instances
add_library(lokinet-layer-link
STATIC
link/connection.cpp
link/endpoint.cpp
link/link_manager.cpp
link/session.cpp
link/server.cpp
Expand Down