id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
592 | view_information.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_information.hpp | #pragma once
#include <hex/api/content_registry.hpp>
#include <hex/api/task_manager.hpp>
#include <hex/ui/view.hpp>
#include <ui/widgets.hpp>
namespace hex::plugin::builtin {
class ViewInformation : public View::Window {
public:
explicit ViewInformation();
~ViewInformation() override = defaul... | 859 | C++ | .h | 24 | 28.333333 | 113 | 0.658981 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
593 | view_pattern_data.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_pattern_data.hpp | #pragma once
#include <hex/ui/view.hpp>
#include <ui/pattern_drawer.hpp>
namespace hex::plugin::builtin {
class ViewPatternData : public View::Window {
public:
ViewPatternData();
~ViewPatternData() override;
void drawContent() override;
private:
bool m_rowColoring = fal... | 556 | C++ | .h | 16 | 28.8125 | 89 | 0.688555 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
594 | view_data_processor.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_data_processor.hpp | #pragma once
#include <imgui.h>
#include <hex/ui/view.hpp>
#include <hex/data_processor/node.hpp>
#include <hex/data_processor/link.hpp>
#include <imnodes_internal.h>
#include <string>
#include <hex/api/task_manager.hpp>
#include <nlohmann/json.hpp>
namespace hex::plugin::builtin {
class ViewDataProcessor : pu... | 2,431 | C++ | .h | 59 | 32.389831 | 85 | 0.639302 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
595 | view_provider_settings.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_provider_settings.hpp | #pragma once
#include <hex/ui/view.hpp>
namespace hex::plugin::builtin {
class ViewProviderSettings : public View::Modal {
public:
ViewProviderSettings();
~ViewProviderSettings() override;
void drawContent() override;
[[nodiscard]] bool hasViewMenuItemEntry() const override;... | 628 | C++ | .h | 17 | 29.823529 | 73 | 0.648425 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
596 | view_theme_manager.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_theme_manager.hpp | #pragma once
#include <hex/ui/view.hpp>
#include <string>
namespace hex::plugin::builtin {
class ViewThemeManager : public View::Floating {
public:
ViewThemeManager();
~ViewThemeManager() override = default;
void drawContent() override;
[[nodiscard]] bool shouldDraw() const... | 637 | C++ | .h | 18 | 29.055556 | 82 | 0.672668 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
597 | view_pattern_editor.hpp | WerWolv_ImHex/plugins/builtin/include/content/views/view_pattern_editor.hpp | #pragma once
#include <hex/api/achievement_manager.hpp>
#include <hex/ui/view.hpp>
#include <hex/ui/popup.hpp>
#include <hex/providers/provider.hpp>
#include <hex/helpers/default_paths.hpp>
#include <pl/pattern_language.hpp>
#include <pl/core/errors/error.hpp>
#include <ui/hex_editor.hpp>
#include <ui/pattern_drawe... | 14,227 | C++ | .h | 288 | 35.621528 | 165 | 0.575007 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
598 | popup_crash_recovered.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/popup_crash_recovered.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <llvm/Demangle/Demangle.h>
#include <string>
namespace hex::plugin::builtin {
class PopupCrashRecovered : public Popup<PopupCrashRecovered> {
public:
PopupCrashRecovered(const std::exception &e)
... | 1,306 | C++ | .h | 32 | 32.03125 | 137 | 0.624901 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
599 | popup_docs_question.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/popup_docs_question.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/ui/imgui_imhex_extensions.h>
#include <hex/api/localization_manager.hpp>
#include <hex/helpers/http_requests.hpp>
#include <functional>
#include <string>
namespace hex::plugin::builtin {
class PopupDocsQuestion : public Popup<PopupDocsQuestion> {
publ... | 6,044 | C++ | .h | 121 | 30.049587 | 156 | 0.459803 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
600 | popup_blocking_task.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/popup_blocking_task.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <string>
namespace hex::plugin::builtin {
class PopupBlockingTask : public Popup<PopupBlockingTask> {
public:
PopupBlockingTask(TaskHolder &&task) : hex::Popup<PopupBlockingTask>("hex.builtin.popup.blockin... | 1,249 | C++ | .h | 29 | 33.551724 | 153 | 0.622829 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
601 | popup_tasks_waiting.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/popup_tasks_waiting.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <string>
namespace hex::plugin::builtin {
class PopupTasksWaiting : public Popup<PopupTasksWaiting> {
public:
PopupTasksWaiting()
: hex::Popup<PopupTasksWaiting>("hex.builtin.popup.waiting_for_... | 1,328 | C++ | .h | 28 | 37.821429 | 114 | 0.632068 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
602 | popup_unsaved_changes.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/popup_unsaved_changes.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <functional>
#include <string>
namespace hex::plugin::builtin {
class PopupUnsavedChanges : public Popup<PopupUnsavedChanges> {
public:
PopupUnsavedChanges(std::string message, std::function<void()> yesFun... | 2,889 | C++ | .h | 59 | 37.152542 | 165 | 0.583097 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
603 | popup_hex_editor_find.hpp | WerWolv_ImHex/plugins/builtin/include/content/popups/hex_editor/popup_hex_editor_find.hpp | #pragma once
#include "content/views/view_hex_editor.hpp"
#include "hex/api/task_manager.hpp"
#include <atomic>
#include <optional>
#include <string>
namespace hex::plugin::builtin {
class PopupFind : public ViewHexEditor::Popup {
public:
explicit PopupFind(ViewHexEditor *editor) noexce... | 1,628 | C++ | .h | 44 | 27.454545 | 87 | 0.624113 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
604 | toast_notification.hpp | WerWolv_ImHex/plugins/ui/include/toasts/toast_notification.hpp | #pragma once
#include <hex/ui/imgui_imhex_extensions.h>
#include <hex/ui/toast.hpp>
#include <fonts/codicons_font.h>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/logger.hpp>
#include <popups/popup_notification.hpp>
namespace hex::ui {
namespace impl {
template<typename T>
struct Toas... | 2,520 | C++ | .h | 54 | 35.277778 | 144 | 0.604328 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
605 | pattern_drawer.hpp | WerWolv_ImHex/plugins/ui/include/ui/pattern_drawer.hpp | #pragma once
#include <hex/api/task_manager.hpp>
#include <hex/api/content_registry.hpp>
#include <pl/patterns/pattern.hpp>
#include <pl/pattern_visitor.hpp>
#include <pl/formatters.hpp>
#include <set>
struct ImGuiTableSortSpecs;
namespace hex::ui {
class PatternDrawer : public pl::PatternVisitor {
publi... | 6,209 | C++ | .h | 105 | 50.657143 | 218 | 0.676543 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
606 | widgets.hpp | WerWolv_ImHex/plugins/ui/include/ui/widgets.hpp | #pragma once
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>
namespace pl::ptrn { class Pattern; }
namespace hex::prv { class Provider; }
namespace hex::ui {
enum class RegionType : int {
EntireData,
Selection,
Region
};
inline void regionSelectionPicker(Region *r... | 2,197 | C++ | .h | 49 | 32.346939 | 147 | 0.552644 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
607 | hex_editor.hpp | WerWolv_ImHex/plugins/ui/include/ui/hex_editor.hpp | #pragma once
#include <hex.hpp>
#include <hex/api/imhex_api.hpp>
#include <hex/api/content_registry.hpp>
#include <hex/providers/provider.hpp>
#include <hex/helpers/encoding_file.hpp>
#include <imgui.h>
#include <hex/ui/view.hpp>
namespace hex::ui {
class ScrollPosition {
public:
ScrollPosition() = ... | 13,295 | C++ | .h | 298 | 33.718121 | 184 | 0.608227 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
608 | popup_question.hpp | WerWolv_ImHex/plugins/ui/include/popups/popup_question.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <functional>
#include <string>
namespace hex::ui {
class PopupQuestion : public Popup<PopupQuestion> {
public:
PopupQuestion(std::string message, std::function<void()> yesFunction, std::function<void()> no... | 3,636 | C++ | .h | 84 | 32.047619 | 123 | 0.565968 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
609 | popup_notification.hpp | WerWolv_ImHex/plugins/ui/include/popups/popup_notification.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <hex/api/imhex_api.hpp>
#include <functional>
#include <string>
namespace hex::ui {
namespace impl {
template<typename T>
class PopupNotification : public Popup<T> {
public:
PopupN... | 2,727 | C++ | .h | 68 | 29.970588 | 127 | 0.584091 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
610 | popup_text_input.hpp | WerWolv_ImHex/plugins/ui/include/popups/popup_text_input.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/imhex_api.hpp>
#include <hex/api/localization_manager.hpp>
#include <functional>
#include <string>
#include <fonts/codicons_font.h>
namespace hex::ui {
class PopupTextInput : public Popup<PopupTextInput> {
public:
PopupTextInput(Unlocalize... | 2,270 | C++ | .h | 54 | 31.851852 | 127 | 0.590992 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
611 | popup_file_chooser.hpp | WerWolv_ImHex/plugins/ui/include/popups/popup_file_chooser.hpp | #pragma once
#include <hex/ui/popup.hpp>
#include <hex/api/localization_manager.hpp>
#include <wolv/utils/string.hpp>
#include <fonts/codicons_font.h>
#include <functional>
#include <string>
#include <vector>
#include <set>
namespace hex::ui {
template<typename T>
class PopupNamedFileChooserBase : public ... | 6,380 | C++ | .h | 129 | 35.565891 | 317 | 0.556003 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
612 | visualizer_helpers.hpp | WerWolv_ImHex/plugins/visualizers/include/content/visualizer_helpers.hpp | #pragma once
#include <pl/pattern_language.hpp>
#include <pl/patterns/pattern.hpp>
namespace hex::plugin::visualizers {
template<typename T>
std::vector<T> patternToArray(pl::ptrn::Pattern *pattern){
const auto bytes = pattern->getBytes();
std::vector<T> result;
result.resize(bytes.s... | 494 | C++ | .h | 14 | 29.357143 | 70 | 0.625263 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
613 | yara_rule.hpp | WerWolv_ImHex/plugins/yara_rules/include/content/yara_rule.hpp | #pragma once
#include <hex/providers/provider.hpp>
#include <string>
#include <vector>
#include <wolv/utils/expected.hpp>
namespace hex::plugin::yara {
class YaraRule {
public:
YaraRule() = default;
explicit YaraRule(const std::string& content);
explicit YaraRule(const std::fs::path&... | 1,375 | C++ | .h | 45 | 21.244444 | 90 | 0.56307 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
614 | view_yara.hpp | WerWolv_ImHex/plugins/yara_rules/include/content/views/view_yara.hpp | #pragma once
#include <hex.hpp>
#include <hex/ui/view.hpp>
#include <hex/api/task_manager.hpp>
#include <content/yara_rule.hpp>
#include <wolv/container/interval_tree.hpp>
namespace hex::plugin::yara {
class ViewYara : public View::Window {
public:
ViewYara();
~ViewYara() override;
... | 802 | C++ | .h | 23 | 28.869565 | 86 | 0.675781 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
615 | view_hashes.hpp | WerWolv_ImHex/plugins/hashes/include/content/views/view_hashes.hpp | #pragma once
#include <hex/api/content_registry.hpp>
#include <hex/ui/view.hpp>
namespace hex::plugin::hashes {
class ViewHashes : public View::Window {
public:
explicit ViewHashes();
~ViewHashes() override;
void drawContent() override;
private:
bool importHashes(prv::P... | 659 | C++ | .h | 18 | 30.388889 | 90 | 0.687797 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
616 | view_tty_console.hpp | WerWolv_ImHex/plugins/windows/include/views/view_tty_console.hpp | #pragma once
#include <hex/ui/view.hpp>
#include <mutex>
#include <thread>
#include <jthread.hpp>
#include <vector>
namespace hex::plugin::windows {
class ViewTTYConsole : public View::Window {
public:
ViewTTYConsole();
~ViewTTYConsole() override = default;
void drawContent() overri... | 1,987 | C++ | .h | 67 | 20.059701 | 85 | 0.501576 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
617 | view_diff.hpp | WerWolv_ImHex/plugins/diffing/include/content/views/view_diff.hpp | #pragma once
#include <hex.hpp>
#include <hex/ui/view.hpp>
#include <hex/api/task_manager.hpp>
#include <array>
#include <vector>
#include "ui/hex_editor.hpp"
namespace hex::plugin::diffing {
class ViewDiff : public View::Window {
public:
ViewDiff();
~ViewDiff() override;
void dra... | 1,250 | C++ | .h | 34 | 29.617647 | 134 | 0.663342 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
618 | window.hpp | WerWolv_ImHex/main/gui/include/window.hpp | #pragma once
#include <filesystem>
#include <memory>
#include <string>
#include <list>
#include <vector>
#include <hex/ui/view.hpp>
struct GLFWwindow;
struct ImGuiSettingsHandler;
namespace hex {
void nativeErrorMessage(const std::string &message);
class Window {
public:
Window();
~Wi... | 1,378 | C++ | .h | 47 | 22.148936 | 56 | 0.6356 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
619 | stacktrace.hpp | WerWolv_ImHex/main/gui/include/stacktrace.hpp | #pragma once
#include <hex.hpp>
#include <string>
#include <vector>
namespace hex::stacktrace {
struct StackFrame {
std::string file;
std::string function;
u32 line;
};
void initialize();
struct StackTraceResult {
std::vector<StackFrame> stackFrames;
std::st... | 394 | C++ | .h | 17 | 17.941176 | 44 | 0.664865 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
620 | messaging.hpp | WerWolv_ImHex/main/gui/include/messaging.hpp | #pragma once
#include <string>
#include <vector>
#include <hex/helpers/types.hpp>
/**
* Cross-instance (cross-process) messaging system
* As of now, this system may not be stable for use beyond its current use:
* forwarding providers opened in new instances
*/
namespace hex::messaging {
/**
* @brief Se... | 1,025 | C++ | .h | 28 | 32.285714 | 99 | 0.708629 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
621 | tasks.hpp | WerWolv_ImHex/main/gui/include/init/tasks.hpp | #pragma once
#include <vector>
#include <init/splash_window.hpp>
namespace hex::init {
/**
* @brief Runs the exit tasks and print them to console
*/
void runExitTasks();
std::vector<Task> getInitTasks();
std::vector<Task> getExitTasks();
} | 270 | C++ | .h | 11 | 20.818182 | 59 | 0.678431 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
622 | splash_window.hpp | WerWolv_ImHex/main/gui/include/init/splash_window.hpp | #pragma once
#include <functional>
#include <future>
#include <list>
#include <ranges>
#include <string>
#include <mutex>
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>
struct GLFWwindow;
namespace hex::init {
using TaskFunction = std::function<bool()>;
struct Task {
std::string na... | 1,803 | C++ | .h | 58 | 23.827586 | 100 | 0.630966 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
623 | run.hpp | WerWolv_ImHex/main/gui/include/init/run.hpp | #pragma once
#include <init/splash_window.hpp>
namespace hex::init {
void handleFileOpenRequest();
std::unique_ptr<WindowSplash> initializeImHex();
void deinitializeImHex();
}
| 193 | C++ | .h | 7 | 24.142857 | 52 | 0.756906 | WerWolv/ImHex | 43,494 | 1,905 | 221 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
765 | UtilTest1.cc | aria2_aria2/test/UtilTest1.cc | #include "util.h"
#include <cmath>
#include <cstring>
#include <string>
#include <cassert>
#include <iostream>
#include <cppunit/extensions/HelperMacros.h>
#include "FixedNumberRandomizer.h"
#include "DlAbortEx.h"
#include "BitfieldMan.h"
#include "ByteArrayDiskWriter.h"
#include "FileEntry.h"
#include "File.h"
#inc... | 61,368 | C++ | .cc | 1,268 | 38.271293 | 80 | 0.561181 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
772 | HttpRequestTest.cc | aria2_aria2/test/HttpRequestTest.cc | #include "HttpRequest.h"
#include <sstream>
#include <cppunit/extensions/HelperMacros.h>
#include "prefs.h"
#include "AuthConfigFactory.h"
#include "PiecedSegment.h"
#include "Piece.h"
#include "Range.h"
#include "Request.h"
#include "Option.h"
#include "array_fun.h"
#include "CookieStorage.h"
#include "util.h"
#inc... | 32,113 | C++ | .cc | 756 | 34.271164 | 80 | 0.642623 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
779 | SimpleRandomizerTest.cc | aria2_aria2/test/SimpleRandomizerTest.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2022 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,372 | C++ | .cc | 59 | 37.983051 | 79 | 0.755864 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
794 | TimeTest.cc | aria2_aria2/test/TimeTest.cc | #include "TimeA2.h"
#include <iostream>
#include <cppunit/extensions/HelperMacros.h>
#include "Exception.h"
#include "util.h"
namespace aria2 {
class TimeTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(TimeTest);
CPPUNIT_TEST(testParseRFC1123);
CPPUNIT_TEST(testParseRFC850);
CPPUNIT_TEST(testParse... | 2,800 | C++ | .cc | 87 | 29.252874 | 79 | 0.729399 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
800 | CookieBoxTest.cc | aria2_aria2/test/CookieBoxTest.cc | #include "CookieBox.h"
#include <string>
#include <cppunit/extensions/HelperMacros.h>
namespace aria2 {
class CookieBoxTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(CookieBoxTest);
CPPUNIT_TEST(testCriteriaFind);
CPPUNIT_TEST_SUITE_END();
private:
public:
void setUp() {}
void testCriteriaFind()... | 2,044 | C++ | .cc | 51 | 37.235294 | 79 | 0.70187 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
819 | File.cc | aria2_aria2/src/File.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 10,809 | C++ | .cc | 379 | 24.604222 | 80 | 0.629783 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
835 | AbstractSingleDiskAdaptor.cc | aria2_aria2/src/AbstractSingleDiskAdaptor.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 5,254 | C++ | .cc | 148 | 31.351351 | 80 | 0.725054 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | false |
836 | BtSeederStateChoke.cc | aria2_aria2/src/BtSeederStateChoke.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 5,219 | C++ | .cc | 155 | 30.245161 | 79 | 0.703615 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
837 | BtChokeMessage.cc | aria2_aria2/src/BtChokeMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,264 | C++ | .cc | 57 | 37.789474 | 79 | 0.765561 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
838 | RequestSlot.cc | aria2_aria2/src/RequestSlot.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,795 | C++ | .cc | 41 | 41.902439 | 79 | 0.760708 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
839 | SimpleRandomizer.cc | aria2_aria2/src/SimpleRandomizer.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,143 | C++ | .cc | 136 | 27.845588 | 79 | 0.700175 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
859 | SpeedCalc.cc | aria2_aria2/src/SpeedCalc.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,211 | C++ | .cc | 132 | 28.166667 | 80 | 0.684379 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
933 | LibsslARC4Encryptor.cc | aria2_aria2/src/LibsslARC4Encryptor.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2010 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,435 | C++ | .cc | 88 | 36.431818 | 79 | 0.723807 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
981 | RandomStreamPieceSelector.cc | aria2_aria2/src/RandomStreamPieceSelector.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,913 | C++ | .cc | 67 | 38.477612 | 80 | 0.721733 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
993 | BtNotInterestedMessage.cc | aria2_aria2/src/BtNotInterestedMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,480 | C++ | .cc | 65 | 36.153846 | 79 | 0.770253 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
994 | TimeA2.cc | aria2_aria2/src/TimeA2.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,747 | C++ | .cc | 115 | 30.226087 | 79 | 0.691946 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,006 | SftpDownloadCommand.cc | aria2_aria2/src/SftpDownloadCommand.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,677 | C++ | .cc | 93 | 36.494624 | 79 | 0.745312 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,021 | BtInterestedMessage.cc | aria2_aria2/src/BtInterestedMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,460 | C++ | .cc | 66 | 35.212121 | 79 | 0.766261 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,022 | SHA1IOFile.cc | aria2_aria2/src/SHA1IOFile.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,450 | C++ | .cc | 66 | 35.166667 | 79 | 0.746199 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,035 | BtCheckIntegrityEntry.cc | aria2_aria2/src/BtCheckIntegrityEntry.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,671 | C++ | .cc | 91 | 37.406593 | 79 | 0.75042 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,037 | BtUnchokeMessage.cc | aria2_aria2/src/BtUnchokeMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,131 | C++ | .cc | 53 | 38.283019 | 79 | 0.764479 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,054 | HaveEraseCommand.cc | aria2_aria2/src/HaveEraseCommand.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,622 | C++ | .cc | 70 | 34.571429 | 79 | 0.738601 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,061 | StreamFileAllocationEntry.cc | aria2_aria2/src/StreamFileAllocationEntry.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,902 | C++ | .cc | 104 | 34.269231 | 79 | 0.72948 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,067 | SocketRecvBuffer.cc | aria2_aria2/src/SocketRecvBuffer.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2011 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,353 | C++ | .cc | 66 | 33.5 | 79 | 0.731343 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,075 | BtHandshakeMessage.cc | aria2_aria2/src/BtHandshakeMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,298 | C++ | .cc | 107 | 37.504673 | 80 | 0.719626 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,092 | IndexBtMessage.cc | aria2_aria2/src/IndexBtMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2009 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,235 | C++ | .cc | 57 | 37.122807 | 79 | 0.74379 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,113 | SftpFinishDownloadCommand.cc | aria2_aria2/src/SftpFinishDownloadCommand.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,122 | C++ | .cc | 109 | 33.192661 | 79 | 0.700475 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,116 | TimerA2.cc | aria2_aria2/src/TimerA2.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,482 | C++ | .cc | 65 | 36.138462 | 79 | 0.728785 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,118 | BtFileAllocationEntry.cc | aria2_aria2/src/BtFileAllocationEntry.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,902 | C++ | .cc | 103 | 34.116505 | 79 | 0.716623 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,122 | SftpNegotiationCommand.cc | aria2_aria2/src/SftpNegotiationCommand.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 11,756 | C++ | .cc | 308 | 32.344156 | 80 | 0.677905 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,131 | SSHSession.cc | aria2_aria2/src/SSHSession.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 6,309 | C++ | .cc | 235 | 23.502128 | 79 | 0.676194 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,167 | BtKeepAliveMessage.cc | aria2_aria2/src/BtKeepAliveMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,918 | C++ | .cc | 47 | 38.787234 | 79 | 0.754687 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,181 | EvictSocketPoolCommand.cc | aria2_aria2/src/EvictSocketPoolCommand.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,287 | C++ | .cc | 56 | 37.982143 | 79 | 0.750562 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,182 | AsyncNameResolver.cc | aria2_aria2/src/AsyncNameResolver.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 5,667 | C++ | .cc | 169 | 30.260355 | 80 | 0.704375 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,196 | DHTGetPeersMessage.cc | aria2_aria2/src/DHTGetPeersMessage.cc | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 5,187 | C++ | .cc | 140 | 33.828571 | 80 | 0.733174 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
1,233 | gettext.h | aria2_aria2/lib/gettext.h | /* Convenience header for conditional use of GNU <libintl.h>.
Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
by the Free Software Foundation; eit... | 3,049 | C++ | .h | 57 | 50.596491 | 80 | 0.729195 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | true | false | false |
1,261 | getaddrinfo.h | aria2_aria2/src/getaddrinfo.h | /*
* Copyright (c) 2001, 02 Motoyuki Kasahara
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the fo... | 8,569 | C++ | .h | 258 | 31.217054 | 80 | 0.666828 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
1,276 | timespec.h | aria2_aria2/src/timespec.h | /*
* aria2 - The high speed download utility
*
* Copyright (C) 2010 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your o... | 1,736 | C++ | .h | 42 | 39.404762 | 79 | 0.760947 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,307 | a2netcompat.h | aria2_aria2/src/a2netcompat.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,004 | C++ | .h | 130 | 29.238462 | 79 | 0.743117 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,316 | Platform.h | aria2_aria2/src/Platform.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,335 | C++ | .h | 62 | 35.709677 | 79 | 0.75586 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,323 | localtime_r.h | aria2_aria2/src/localtime_r.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2007 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,891 | C++ | .h | 46 | 39.282609 | 79 | 0.75136 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,354 | gai_strerror.h | aria2_aria2/src/gai_strerror.h | /*
* Copyright (c) 2001, 02 Motoyuki Kasahara
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the fo... | 2,233 | C++ | .h | 60 | 35.55 | 77 | 0.754621 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
1,420 | a2io.h | aria2_aria2/src/a2io.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 7,143 | C++ | .h | 189 | 36.57672 | 79 | 0.699741 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,435 | message.h | aria2_aria2/src/message.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 18,949 | C++ | .h | 285 | 64.105263 | 299 | 0.699812 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,441 | libgen.h | aria2_aria2/src/libgen.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,948 | C++ | .h | 50 | 37.16 | 79 | 0.747485 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
1,451 | asctime_r.h | aria2_aria2/src/asctime_r.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2008 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,861 | C++ | .h | 46 | 38.630435 | 79 | 0.749447 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,469 | usage_text.h | aria2_aria2/src/usage_text.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 87,393 | C++ | .h | 1,129 | 73.566873 | 98 | 0.45073 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
1,474 | a2time.h | aria2_aria2/src/a2time.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,332 | C++ | .h | 63 | 35.349206 | 79 | 0.758636 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,483 | timegm.h | aria2_aria2/src/timegm.h | /*
* aria2 - The high speed download utility
*
* Copyright (C) 2012 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your o... | 1,902 | C++ | .h | 49 | 37.020408 | 79 | 0.755014 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
1,490 | DHTConstants.h | aria2_aria2/src/DHTConstants.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,491 | C++ | .h | 56 | 42.660714 | 79 | 0.768595 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,530 | SHA1IOFile.h | aria2_aria2/src/SHA1IOFile.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,619 | C++ | .h | 64 | 38.84375 | 79 | 0.758932 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,538 | BtConstants.h | aria2_aria2/src/BtConstants.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,324 | C++ | .h | 53 | 41.981132 | 79 | 0.764628 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,548 | strptime.h | aria2_aria2/src/strptime.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2007 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,871 | C++ | .h | 45 | 39.755556 | 79 | 0.751099 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
1,555 | uri_split.h | aria2_aria2/src/uri_split.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2012 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,803 | C++ | .h | 80 | 32.8875 | 79 | 0.742352 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
1,576 | libssl_compat.h | aria2_aria2/src/libssl_compat.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2016 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,110 | C++ | .h | 46 | 44 | 80 | 0.73301 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,587 | SSHSession.h | aria2_aria2/src/SSHSession.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,979 | C++ | .h | 115 | 40.695652 | 79 | 0.742302 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,601 | TimeA2.h | aria2_aria2/src/TimeA2.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 4,243 | C++ | .h | 96 | 41.5625 | 79 | 0.732702 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,629 | SocketRecvBuffer.h | aria2_aria2/src/SocketRecvBuffer.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2011 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,696 | C++ | .h | 67 | 38.014925 | 79 | 0.747706 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,634 | common.h | aria2_aria2/src/common.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,240 | C++ | .h | 93 | 33.419355 | 79 | 0.739726 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
1,649 | GenericParser.h | aria2_aria2/src/GenericParser.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2012 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,848 | C++ | .h | 108 | 32.157407 | 79 | 0.708501 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,672 | SocketCore.h | aria2_aria2/src/SocketCore.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 14,733 | C++ | .h | 354 | 37.847458 | 80 | 0.725963 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,674 | DHKeyExchange.h | aria2_aria2/src/DHKeyExchange.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,957 | C++ | .h | 47 | 39.93617 | 79 | 0.765723 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
1,679 | LibsslARC4Encryptor.h | aria2_aria2/src/LibsslARC4Encryptor.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,498 | C++ | .h | 62 | 38.354839 | 79 | 0.75299 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,680 | gettimeofday.h | aria2_aria2/src/gettimeofday.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2007 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 2,132 | C++ | .h | 54 | 37.259259 | 79 | 0.738395 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,711 | SftpNegotiationCommand.h | aria2_aria2/src/SftpNegotiationCommand.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,000 | C++ | .h | 80 | 33.7875 | 79 | 0.73299 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,714 | AsyncNameResolver.h | aria2_aria2/src/AsyncNameResolver.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,299 | C++ | .h | 88 | 34.670455 | 79 | 0.747722 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,752 | TimerA2.h | aria2_aria2/src/TimerA2.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2015 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 3,160 | C++ | .h | 78 | 38.012821 | 79 | 0.730065 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
1,777 | ARC4Encryptor.h | aria2_aria2/src/ARC4Encryptor.h | /* <!-- copyright */
/*
* aria2 - The high speed download utility
*
* Copyright (C) 2006 Tatsuhiro Tsujikawa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lice... | 1,943 | C++ | .h | 47 | 39.617021 | 79 | 0.768093 | aria2/aria2 | 35,165 | 3,564 | 1,088 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.