mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
91e85bbbee28475985452dbd18e2a53eed68bbb1
transmission/libutp@490874c Merge pull request #17 from tearfur/malformed-logs transmission/libutp@2d29ce9 Merge pull request #18 from tearfur/ftbfs-log transmission/libutp@6c7ee3f Merge pull request #16 from brad0/openbsd_monotonic transmission/libutp@1e7e6c6 fix: FTBFS when `UTP_DEBUG_LOGGING` is defined transmission/libutp@eedd8b9 fix: malformed logs produced by `struct_utp_context::log()` transmission/libutp@14d6f57 Use monotonic clock on OpenBSD transmission/libutp@52645d6 chore: remove invalid assertion transmission/libutp@4ed4d43 refactor: use std::unordered_map instead of bespoke utpHashTable transmission/libutp@13545a9 fixup! chore: savepoint transmission/libutp@d0f70e6 chore: add code comments for new code that needs it transmission/libutp@b109597 chore: remove extra include string.h transmission/libutp@13b5cb4 chore: remove unnecessary #include utp_hash.h transmission/libutp@958758b copyediting: tab damage, constify transmission/libutp@165a316 refactor: replace UTPSocketHT method with one more narrowly-scoped transmission/libutp@9bbf6b3 perf: do not rebuild UTPSocketKey in LookupAdjacent transmission/libutp@a271636 chore: savepoint transmission/libutp@d339167 feat: make UTPSocketKey std::hash-friendly transmission/libutp@1354618 refactor: use std::min(), std::max() instead of bespoke transmission/libutp@7480820 chore: remove redundant explicit types when invoking std::min, std::max transmission/libutp@3189aba chore: restore undefs transmission/libutp@1849bd1 chore: make vsc happy transmission/libutp@24c967b refactor: make explicit type for std::min, std::max transmission/libutp@1862df0 refactor: make explicit type for std::min, std::max transmission/libutp@8080115 refactor: use std::min(), std::max() instead of bespoke transmission/libutp@2589200 refactor: use std::vector instead of bespoke Array class transmission/libutp@09ef1be Fix build on *BSD (#10) transmission/libutp@4d4a3ce fixup! refactor: use std::vector instead of bespoke Array class transmission/libutp@1320d78 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1 transmission/libutp@8bdf5e8 Try to reduce the number of CI builds transmission/libutp@4ec3c96 Merge branch 'post-3.4-transmission' into refactor/replace-bespoke-to-std-pt-1 transmission/libutp@5820d8e Bump minimum CMake version to 3.12 to match Transmission (#9) transmission/libutp@d9d3754 refactor: use std::vector instead of bespoke Array class transmission/libutp@9cb9f9c build: Require C11 (#5) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.9%
Shell
32.7%
C
7.7%
UnrealScript
3%
C++
1.8%
Other
2.7%