Ring Daemon 16.0.0
|
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 |
|
constexpr |
Definition at line 36 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::parseOrder().
|
constexpr |
Definition at line 34 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::sendPackData(), and jami::GitServer::Impl::sendReferenceCapabilities().
|
constexpr |
Definition at line 38 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::parseOrder().
|
constexpr |
Definition at line 35 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::NAK().
|
constexpr |
Definition at line 39 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::sendReferenceCapabilities().
|
constexpr |
Definition at line 37 of file gitserver.cpp.
Referenced by jami::GitServer::Impl::parseOrder().