CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 16:02:37 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"7720b5403ccf7830b6dc2d7ddb411480"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=0y%2FgHO2NsaniTsyBo0Z%2FwYR7GXRzinvLaP1PC%2FaQ2clFw15%2Fzi9w%2BufVoTIrQ%2BCJ%2FYkbLfeTlHlUtcd9BjpYxMkHBHhWcCPL2Jky%2Bj7CHKDE2QTTYenZlwIpNw4X18lR%2FIxgbmc1V7UIcw1FQ0ZZFbaRR7QGWJbCSd7N5hq5ozsfkQUO3SeG798Ijcxjqxdh3YMSdkcCV68NeKipeJHkZamxW3PhsTwoxvFZi9C8csDerljrVb%2FfpvZZR19lb6rGKLzTHC6KvPN40jh%2FeNKT5g%3D%3D--VA0jgNmklOjLUsmd--mM0ZhJkn3EVMJfxa3NKpQw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1128901838.1753286556; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 16:02:36 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 16:02:36 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E6F2:167F3A:E473FC:10E29DF:6881079C
GitHub - atheme/libmowgli-2: mowgli development framework (version 2) -- generic runtime for atheme applications
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 28
mowgli development framework (version 2) -- generic runtime for atheme applications
License
atheme/libmowgli-2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libmowgli - A useful collection of routines for programming -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- libmowgli is a free but copyrighted library, check COPYING for details. Contents -------- 1. What is libmowgli? 2. Installation 3. Bug Reports What is libmowgli? ------------------ libmowgli is a class library containing performance and usability oriented extensions to C. It contains: - mowgli.alloc: A safe wrapper around malloc/free. - mowgli.argstack: Safe serialization of valists. - mowgli.assert: Various assertion routines that can be used. - mowgli.bitvector: Bitmasks with an unlimited level of precision. - mowgli.patricia: A dictionary implementation based on a modified patricia tree algorithm (uses nibbles instead of bits for branching). - mowgli.error_backtrace: Provide feedback to users on what caused the error they are recieving. - mowgli.formatter: A simple token formatter which is sometimes useful. - mowgli.global_storage: A simple global storage library. - mowgli.hash: A portable implementation of the FNV-1 hash. - mowgli.heap: An optimistic heap-based memory allocator - mowgli.hook: A simple hooks API you can use for your application, which allows for hooks to provide both application data and user data. - mowgli.json: A simple, flexible, reentrant JSON parser - mowgli.list: A high performance linked lists implementation with O(1) scalability for most common operations. - mowgli.logger: An internal class for handling logging of exceptions. - mowgli.module: A wrapper around dlopen(3) and dlsym(3). - mowgli.object: A simple class which provides reference counted pointers and polymorphism of structs. - mowgli.object_class: Classing and subclassing for objects. - mowgli.object_metadata: Metadata for objects. - mowgli.object_messaging: Messaging and signalling for objects. - mowgli.queue: A simple class which implements double-ended queues. - mowgli.random: A high performance psuedo-random number generator. - mowgli.signal: A wrapper for sigaction(2). - mowgli.eventloop: A portable event loop implementation. - mowgli.vio: An abstraction layer for I/O. - mowgli.linebuf: A line-buffering implementation for clients. - mowgli.thread: Minimal thread abstraction. More classes will be added with later releases. Please use GitHub's issue tracker if you have suggestions on what should be implemented. Installation ------------ Installation is fairly typical: $ ./configure $ make $ sudo make install (If sudo isn't on your system, su to root. On GNU systems you can even do "su -c 'make install'", which is basically the same thing as using sudo.) Bug Reports ----------- Bugs can be reported using the GitHub issue tracker on the libmowgli-2 project page: https://github.com/atheme/libmowgli-2/issues
About
mowgli development framework (version 2) -- generic runtime for atheme applications
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
You can’t perform that action at this time.