1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 6 minutes ago. based on code collected 20 minutes ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
nopoll: * [fix] More updates into documentation.. More... over 12 years ago
noPoll: * [fix] More updates for the project web page.. More... over 12 years ago
nopoll: * [fix] More updates to the web.. More... over 12 years ago
nopoll: * [fix] Adding initial files for the webpage.. More... over 12 years ago
nopoll: * [fix] Fixed additional bugs while accepting sockets when using nopoll_conn_accept_complete. More... over 12 years ago
nopoll: * [new] Updated noPollCtx API to allow storing and quering about certificates associated to serverName (Host: header). Added regression test to check all features added (test_13). Several updates to make the engine to check this new store for certificates used by incoming TLS connections. API added: More... over 12 years ago
nopoll: * [fix] Updated nopoll conn API to split the accept websocket connection function into two parts where there is a function that accepts the socket and another function that completes the configuration process. This will help other libraries to implement port sharing detection. API added: More... over 12 years ago
nopoll: * [fix] Updated the library to restore __nopoll_tls_was_init when called library cleanup so the library can be later restarted again on the same process. More... over 12 years ago
nopoll: * [fix] Updated nopoll_conn_close to avoid releasing more references when a connection wasn't been watched by noPollCtx. More... over 12 years ago
nopoll: * [fix] Fixed nopoll_conn_is_tls_on. It wasn't working. Fixed regression test to properly check this. Updated SSL error handling to better show whats happening. More... over 12 years ago
nopoll: * [fix] Fixed documentation problem.. More... over 12 years ago
nopoll: * [new] Added support to deny or accept connections based on the origin header. More... over 12 years ago
nopoll: * [fix] Adding missing certificates...and adding new regression test (for the C client): test 08 to check failure while connecting to TLS port expecting normal connection. More... almost 13 years ago
nopoll: * [fix] Minor reg test update.. More... almost 13 years ago
nopoll: * [fix] More fixings to ensure the library do not leak. More... almost 13 years ago
nopoll: * [fix] Major stable update including full working support for TLS websockets (test_06 and test_07). Also added web reg test (test_04 and test_05) working properly in chrome. Nice! API added: More... almost 13 years ago
nopoll: * [fix] Added regression test and initial code to support TLS. Still more work required. More... almost 13 years ago
nopoll: * [new] Added initial files to implement a client regression test on the browsers (using dojo, javascript, etc). Added initial tests and fixings some issues around masking content over 125 bytes. BIG! More... almost 13 years ago
nopoll: * [fix] Adding initial code for a regression test run on a browser.. More... almost 13 years ago
nopoll: * [fix] Adding icons.. More... almost 13 years ago
nopoll: * [fix] Fixed pending buffer consumption while using streaming API. Added more regression tests to check it (test-04-a, test-04-b, test-04-c). More... almost 13 years ago
nopoll: * [fix] Adding more notes to test.. More... almost 13 years ago
nopoll: * [fix] Added additional note.. More... almost 13 years ago
nopoll: * [fix] More fixings. Now clients and servers are able to receive content with frame header size in the range of 127 - 65536. Updated regression test (test_04) which now passes. More... almost 13 years ago
nopoll: * [fix] Added additional code to support sending and receiving frames bigger than 65535 <. Added new regression test (test-04) but still not working. Added sigpipe handle to avoid having the server closed because connection close...added RFC to the base documentation. More... almost 13 years ago
nopoll: * [fix] More notes about elements to be tested.. More... almost 13 years ago
nopoll: * [new] Updated noPoll Connection API to include a function to read content using an streaming way API (so you don't have to bother with noPollMsg objects). Added regression test to check initial function (test_03). API added: More... almost 13 years ago
nopoll: * [fix] More fixings. Now we are able to read and write ws frames without a browser. Added a new regression test to check masking support. Fixed version notified by the nopoll client to be 13 (the RFC one). Fixed octet reading function to detect connection close. More... almost 13 years ago
nopoll: * [fix] Several fixings to make client connection work and to pass again first two tests. More... almost 13 years ago
nopoll: * [fix] Updated regression client to include additional notes about what we have to test to progress with the library. More... almost 13 years ago