Skip to content

Conversation

@jordanmao
Copy link
Member

@jordanmao jordanmao commented Mar 23, 2025

Changes allow user to specify specific arguments in more flexible, intuitive way:
provider
requester

TonyxSun and others added 30 commits November 1, 2024 23:25
It is necessary to verify on the file requested is available and within the specific data/ directory. This change
ensures that communication refers to filenames, and all file access will be resolved against the data directory.
Additionally, a regex check ensures that arbituary file fetches fail.
[FTP-2] FTP File Resolution/Verification
* added ftp bug fix

* added path library fix for macos with bazelrc change

* close conn

* fixed subtask division
This reverts commit 173f8cf.
* added build files

* updated build
* added build files

* updated build

* proto files

* updated ip address
* added build files

* updated build

* proto files

* updated ip address

* header files

* updated includes for utility func
* added build files

* updated build

* proto files

* updated ip address

* header files

* updated includes for utility func

* serialization, deserialization code

* updated to use ip address proto
* added build files

* updated build

* proto files

* updated ip address

* header files

* updated includes for utility func

* serialization, deserialization code

* updated to use ip address proto

* logic code

* updated utility func
PalaashKolhe and others added 30 commits February 25, 2025 13:56
Co-authored-by: Rayaq Siddiqui <[email protected]>
Co-authored-by: Jordan Mao <[email protected]>
Co-authored-by: Wuyue (Tony) Sun <[email protected]>
Notable changes aside from small bugs:

- Peer to peer server/client C++ messages are preceded by message sizes (uint_32) to ensure enough buffer size is allocated for the message data. Previously, fixed buffer sizes of 1024 bytes were used, which truncated larger protobuf messages.
- ZMQ requests must be followed with a reply when using the REQ-REP model
- Message protobuf serialization into strings was missing braces around case blocks, and some blocks did not have the corresponding protobuf subtypes allocated.
[ML Integration] Integration Branch Combining C++ and Python Work
Modifications to allow P2P over Tailscale
* temp changes

* changes made

Co-authored-by: Wuyue (Tony) Sun <[email protected]>
Co-authored-by: Rayaq Siddiqui <[email protected]>

* fix build errors

* completed multiple iterations code

Co-authored-by: Jordan Mao <[email protected]>
Co-authored-by: Joon Kang <[email protected]>
Co-authored-by: Wuyue (Tony) Sun <[email protected]>
Co-authored-by: Rayaq Siddiqui <[email protected]>

* small bug fixes

---------

Co-authored-by: jordanmao <[email protected]>
Co-authored-by: Wuyue (Tony) Sun <[email protected]>
Co-authored-by: Rayaq Siddiqui <[email protected]>
Co-authored-by: Joon Kang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants