Showing 457 open source projects for "c"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    The httpd Garage project provides a home for a number of individual Apache Web server modules, bringing them and their developers together in a single location. This provides ease of location for end-users, and allows developers to backstop each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Want to play your Creative NJB (or other libnjb-compatible device) tracks through your soundcard? Want to access the thing from a browser? Well that's what this project aims to provide, via a specialized HTTP server and two browser-based GUIs!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FGL is a tightly-integrated self-contained development & execution environment utilizing best-of-breed programming tools and methodologies, optimized web/application server, highly-scalable relational/object database, and robust extension interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    httpdbg is an HTTP proxy server which is single-threaded and prints every HTTP request and response to a log file as well as to stdout. It effectively single-threads your browser, which can help in debugging race conditions.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    mod_tidy is a TidyLib based DSO module for the Apache HTTP Server Version 2 to parse, clean-up and pretty-print the webservers' (X)HTML output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A micro HTTP server with rsh-over-http emulation. The compiled binary is less than 4k, can serve parallel requests, and very fast. It is intended to run on headless embedded devices to facilitate configuration and status reporting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The goal is to develop a web server written in C. As an extra it wil have an embedded scripting language. The initial target platform is linux, but the final product should also run under windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Main focus of the project is the HTTP server-side API for use in other applications. However, the web server is the being developed as the test suite for the API. Development up to this point has been the sole work of Karlan Mitchell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An experimental distributed web server. Includes software that serves users' requests (intended to be run on machines distributed globally), and server software that routes requests to specific machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • One App to Replace Your Entire SaaS Stack Icon
    One App to Replace Your Entire SaaS Stack

    Projects, docs, chat, and AI in one workspace. Work faster, not across 10 tabs.

    ClickUp replaces your scattered tool stack with one AI-powered platform. Stop paying for project management, docs, chat, and time tracking separately when they all live in one place. Teams that consolidate into ClickUp cut software costs and move faster because everything is connected, not siloed across apps that don't talk to each other.
    Try ClickUp Free
  • 10
    Language: C, shell Platform: Linux Description: HTTP Redirect Server HTTP server that does only redirection. Works with the inetd framework in linux. The goal is a very small web server to be used in embedded systems running linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Scheme Module for Apache 2.0 and later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mod_auth_mysql is an Apache module that allows authentication using user and group data stored in MySQL databases. Originally by Vivek Khera for Apache1, now also includes a version for Apache 2.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    coronita is yet another tiny webserver, aiming to be the smallest and fastest. Next to no features but a very fast and flexible CGI-style "NCGI" interface. Comes with sslio extension and a SSI replacement called htld.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mod_gsoap is an Apache module that allows Apache to serve SOAP requests via the Gsoap library. Modules are available for both Apache 1.3 and 2.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple http server written in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    aoPHP is an extension to PHP that enables PHP programmers to use Aspect-Oriented Programming Techniques in their code through the use of an Apache Module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Absinth is a C++ Object-Oriented Multiprocess Multithreaded Proxy Server. Able to serve a great number of clients as a little LAN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This Apache module makes it possible authentication/authorization to be done by an external program. The external program can be provided as a CGI, PHP or any other schemes which allow dynamic content to Apache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A multiple site FTP server pool running as a Linux daemon, with local/remote administration. An administration tool (GUI) is also provided. Developped in C++ using STL, BOOST, wxWidgets libraries for maximum portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The aim of pServ (pico Server) is to create a portable, small webserver. Coded in portable C with Unix being the main reference platform, but porting is encouraged. Portability and small footprint should enable the use of pServ on a workstation as well as
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Apache module that integrates CAS into the famous webserver. The module is built upon libcas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    YATS is a PHP C extension that implements a custom templating language, similar to FastTemplate, for clean separation of code/logic from display/html. Coded with emphasis on simplicity and execution speed. Supports GNU Gettext for multi-lingual sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Minimal and strictly OO HTTP server written in C++. For easy creation of small special-purpose servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Apache web server relies on memory pools to easily manage memory allocation. This project provides some templates that will help you to take advantage of apache pool in your C++ modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SPipe (Secure Pipe) is a patch of mod_ssl package which allows the same corporate web server to be used as a secure access door to internal servers that do not use HTTPS protocol, while also retaining normal web server functionality for all HTTP requests
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo