SVCS - English Documentation
Loading...
Searching...
No Matches
Server.cxx File Reference

Implementation of the Server class for SVCS remote operations. More...

#include "Server.hxx"
#include <boost/asio.hpp>
#include <iostream>
#include <sstream>
#include <thread>

Namespaces

namespace  svcs::server
 Server-side components and administration commands.

Detailed Description

Implementation of the Server class for SVCS remote operations.

Provides TCP server functionality for handling Git protocol connections and delegating to RemoteProtocol for actual push/pull operations.