Ring Daemon 16.0.0
Loading...
Searching...
No Matches
gitserver.cpp File Reference
Include dependency graph for gitserver.cpp:

Go to the source code of this file.

Classes

class  jami::GitServer::Impl
 

Namespaces

namespace  jami
 

Functions

std::string jami::toGitHex (size_t value)
 

Variables

constexpr auto DONE_CMD = "done\n"sv
 
constexpr auto FLUSH_PKT = "0000"sv
 
constexpr auto HAVE_CMD = "have"sv
 
constexpr auto NAK_PKT = "0008NAK\n"sv
 
constexpr auto SERVER_CAPABILITIES = " HEAD\0side-band side-band-64k shallow no-progress include-tag"sv
 
constexpr auto WANT_CMD = "want"sv
 

Variable Documentation

◆ DONE_CMD

constexpr auto DONE_CMD = "done\n"sv
constexpr

Definition at line 36 of file gitserver.cpp.

Referenced by jami::GitServer::Impl::parseOrder().

◆ FLUSH_PKT

constexpr auto FLUSH_PKT = "0000"sv
constexpr

◆ HAVE_CMD

constexpr auto HAVE_CMD = "have"sv
constexpr

Definition at line 38 of file gitserver.cpp.

Referenced by jami::GitServer::Impl::parseOrder().

◆ NAK_PKT

constexpr auto NAK_PKT = "0008NAK\n"sv
constexpr

Definition at line 35 of file gitserver.cpp.

Referenced by jami::GitServer::Impl::NAK().

◆ SERVER_CAPABILITIES

constexpr auto SERVER_CAPABILITIES = " HEAD\0side-band side-band-64k shallow no-progress include-tag"sv
constexpr

Definition at line 39 of file gitserver.cpp.

Referenced by jami::GitServer::Impl::sendReferenceCapabilities().

◆ WANT_CMD

constexpr auto WANT_CMD = "want"sv
constexpr

Definition at line 37 of file gitserver.cpp.

Referenced by jami::GitServer::Impl::parseOrder().