Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-11-27 | Updated st to version 1.5.1. | gson | 1 | -5/+4 | |
Changes from 1.5.0 to 1.5.1. ---------------------------- o Andreas Gustafsson's USE_POLL fix. o Gene's st_set_utime_function() enhancement. Changes from 1.4 to 1.5.0. -------------------------- o Andreas Gustafsson's performance patch. o New extensions: Improved DNS resolver, generic LRU cache, in-process DNS cache, and a program to test the resolver and cache. o Support for AMD Opteron 64-bit CPUs under Linux. o Support for SPARC-64 under Solaris. o Andreas Gustafsson's support for VAX under NetBSD. o Changed unportable #warning directives in md.h to #error. | |||||
2003-04-03 | Added support for NetBSD/vax. | gson | 1 | -1/+2 | |
2003-04-03 | Updated to version 1.4. | gson | 1 | -6/+5 | |
2002-08-25 | Add st: non-preemptive thread library for Internet applications | gson | 1 | -0/+7 | |
The State Threads Library is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as web servers, proxy servers, mail transfer agents, and so on, really any network-data-driven application) on UNIX-like platforms. It combines the simplicity of the multithreaded programming paradigm, in which one thread supports each simultaneous connection, with the performance and scalability of an event-driven state machine architecture. In other words, this library offers a threading API for structuring an Internet application as a state machine. |