- getAbout
void getAbout()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAdvancedUsage
void getAdvancedUsage()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCommandLineDocs
void getCommandLineDocs()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDevelop
void getDevelop()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDownload
void getDownload()
Undocumented in source. Be warned that the author may not have intended to support it.
- getGettingStarted
void getGettingStarted()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLatest
void getLatest(HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMyPackages
void getMyPackages(User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMyPackagesPackage
void getMyPackagesPackage(string _packname, User _user, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPackageFormat
void getPackageFormat(string lang)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPublish
void getPublish()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRegisterPackage
void getRegisterPackage(User _user, string kind, string owner, string project, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUsage
void getUsage()
Undocumented in source. Be warned that the author may not have intended to support it.
- postRegisterPackage
void postRegisterPackage(string kind, string owner, string project, User _user, bool ignore_fork)
Undocumented in source. Be warned that the author may not have intended to support it.
- postRemovePackage
void postRemovePackage(string _packname, User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- postSetPackageCategories
void postSetPackageCategories(string[] categories, string _packname, User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- postSetPackageRepository
void postSetPackageRepository(string kind, string owner, string project, string _packname, User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- postShowRemovePackage
void postShowRemovePackage(string _packname, User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- postUpdatePackage
void postUpdatePackage(string _packname, User _user)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySearch
void querySearch(string q)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_registry
DubRegistry m_registry;
Undocumented in source.
- m_userman
UserManController m_userman;
Undocumented in source.
- m_categories
Category[] m_categories;
Undocumented in source.
- m_categoryMap
Category[string] m_categoryMap;
Undocumented in source.
- m_packages
DbPackage[] m_packages;
Undocumented in source.
- getHome
void getHome(string sort, string category, ulong skip, ulong limit)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAvailable
void getAvailable(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPackages
void getPackages(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRedirectViewPackage
void getRedirectViewPackage(string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPackage
void getPackage(HTTPServerRequest req, HTTPServerResponse res, string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPackageVersion
void getPackageVersion(HTTPServerRequest req, HTTPServerResponse res, string _packname, string _version)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAllPackageVersions
void getAllPackageVersions(HTTPServerRequest req, HTTPServerResponse res, string _packname)
Undocumented in source. Be warned that the author may not have intended to support it.