root/hydranode/hnbase
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| doc | 1489 | 3 years | New directory hierarchy and build system. | |
| test | 2779 | 3 years | Added endian-stream testcase. | |
| bind_placeholders.h | 2.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| config.cpp | 4.1 kB | 2613 | 3 years | Copyright notice update for 2006. |
| config.h | 8.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| endian.h | 3.5 kB | 2788 | 3 years | Use BOOST_BIG_ENDIAN to detect endianess rather than BIG_ENDIAN … |
| event.h | 20.8 kB | 2613 | 3 years | Copyright notice update for 2006. |
| eventbase.cpp | 2.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| eventbase.h | 5.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| fwd.h | 3.3 kB | 2956 | 3 years | Object now exposes 'objectUpdated' signal. Disable Object notifications on … |
| gettickcount.h | 3.0 kB | 2718 | 3 years | Define WIN32_LEAN_AND_MEAN to reduce compile time. |
| hash.cpp | 7.2 kB | 2613 | 3 years | Copyright notice update for 2006. |
| hash.h | 16.9 kB | 2613 | 3 years | Copyright notice update for 2006. |
| hostinfo.cpp | 2.2 kB | 2613 | 3 years | Copyright notice update for 2006. |
| hostinfo.h | 3.6 kB | 2613 | 3 years | Copyright notice update for 2006. |
| ipv4addr.cpp | 2.0 kB | 2613 | 3 years | Copyright notice update for 2006. |
| ipv4addr.h | 3.1 kB | 2613 | 3 years | Copyright notice update for 2006. |
| Jamfile | 0.9 kB | 2535 | 3 years | Rewrote DNS resolver API. Now using WorkThread? API to perform a blocking … |
| lambda_placeholders.h | 1.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| log.cpp | 9.1 kB | 2663 | 3 years | Errors are now always in bold red, not dark red. |
| log.h | 15.3 kB | 2641 | 3 years | Adds --disable-colors and --transform-colors command-line options. First … |
| md4transform.cpp | 6.2 kB | 2238 | 3 years | Removed some obsolete error messages and changed some self-checks to … |
| md4transform.h | 2.7 kB | 1745 | 3 years | hnbase file headers now all standarized. |
| md5transform.cpp | 8.8 kB | 1745 | 3 years | hnbase file headers now all standarized. |
| md5transform.h | 1.5 kB | 1745 | 3 years | hnbase file headers now all standarized. |
| object.cpp | 6.9 kB | 2973 | 3 years | Trivial. |
| object.h | 17.8 kB | 2958 | 3 years | Added findChild method, which is faster than the static findObject method. |
| osdep.h | 9.2 kB | 2972 | 3 years | Version bump. |
| pch.h | 1.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| prefs.cpp | 1.1 kB | 2613 | 3 years | Copyright notice update for 2006. |
| prefs.h | 1.3 kB | 2613 | 3 years | Copyright notice update for 2006. |
| range.h | 7.4 kB | 2613 | 3 years | Copyright notice update for 2006. |
| rangelist.h | 13.1 kB | 2613 | 3 years | Copyright notice update for 2006. |
| schedbase.cpp | 14.7 kB | 2881 | 3 years | Properly adheres to half-open connection limit (exceeded by one before). … |
| schedbase.h | 9.9 kB | 2872 | 3 years | Writes default values to config on first startup. |
| scheduler.h | 31.5 kB | 2748 | 3 years | Handles some race conditions, where events come from backend when frontend … |
| sha1transform.cpp | 7.0 kB | 1738 | 3 years | Optimizing directory structure, Part 1: Header and Source files for … |
| sha1transform.h | 1.7 kB | 1738 | 3 years | Optimizing directory structure, Part 1: Header and Source files for … |
| signals.cpp | 3.3 kB | 2613 | 3 years | Copyright notice update for 2006. |
| sockets.cpp | 30.5 kB | 2859 | 3 years | Set hasData false before throwing exceptions to avoid crashes. |
| sockets.h | 17.8 kB | 2666 | 3 years | EXPERIMENTAL: Using handcrafted event multiplexing system in sockets to … |
| speedmeter.cpp | 3.2 kB | 2613 | 3 years | Copyright notice update for 2006. |
| speedmeter.h | 4.3 kB | 2613 | 3 years | Copyright notice update for 2006. |
| ssocket.h | 12.0 kB | 3015 | 2 years | Adds SSocket::listen(string, int) convenience method. |
| timed_callback.cpp | 1.3 kB | 2261 | 3 years | Function name change: EventTable::delHandler -> EventTable::delHandlers. |
| timed_callback.h | 7.1 kB | 2533 | 3 years | Now using thread-safe smart pointers in event tables and validators. |
| tsptrs.cpp | 0.9 kB | 2613 | 3 years | Copyright notice update for 2006. |
| tsptrs.h | 1.7 kB | 2613 | 3 years | Copyright notice update for 2006. |
| unchain_ptr.h | 2.6 kB | 2613 | 3 years | Copyright notice update for 2006. |
| upnp.cpp | 10.3 kB | 2666 | 3 years | EXPERIMENTAL: Using handcrafted event multiplexing system in sockets to … |
| upnp.h | 4.9 kB | 2613 | 3 years | Copyright notice update for 2006. |
| utils.cpp | 8.8 kB | 2887 | 3 years | Fixes builds on unix variants w/o execinfo.h |
| utils.h | 17.1 kB | 2794 | 3 years | Fixed getFileSize for mingw for >2gb files. |
| workthread.cpp | 2.3 kB | 2745 | 3 years | Recursive usage of WorkThread::Pauser works correctly now (the thread is … |
| workthread.h | 6.0 kB | 2745 | 3 years | Recursive usage of WorkThread::Pauser works correctly now (the thread is … |
Note: See TracBrowser for help on using the browser.
