Linux fixes, removed commented out code, etc. |
|
More...
|
about 14 years ago
|
Fixed test case on Linux. Obviously, 10048 is a Windows only error code. |
|
More...
|
about 14 years ago
|
Fixes for Linux. |
|
More...
|
about 14 years ago
|
Fixes for linux makefile |
|
More...
|
about 14 years ago
|
Fixes for the Windows build |
|
More...
|
about 14 years ago
|
Added makefile and tweaks for Linux |
|
More...
|
about 14 years ago
|
Some errors were not being propagated correctly. So failing test cases were not caught properly. |
|
More...
|
about 14 years ago
|
Added LuaNode.Class module. It encapsulates the stuff regarding to inheritance. Thanks to Renato Maia for letting me take parts of Loop. |
|
More...
|
about 14 years ago
|
Implemented Hash functions, using LuaCrypto (for now). |
|
More...
|
about 14 years ago
|
When a write is issued and there is a pending write, the data was being reinserted on the write queue at the tail instead of the head. |
|
More...
|
about 14 years ago
|
Added new test cases. |
|
More...
|
about 14 years ago
|
Changed logs and states of the connection. |
|
More...
|
about 14 years ago
|
Commented out the seperate handling of handlers based on the number of arguments. Just do it the Lua way (passing ... around). |
|
More...
|
about 14 years ago
|
Added OS::PlatformInit, to perform per-platform initializations. |
|
More...
|
about 14 years ago
|
Rename credentials to secure context and allow bypassing certificate verification |
|
More...
|
about 14 years ago
|
Pausing ServerRequest stops 'data' and 'end' events from emitting. Adds support for 4 new HTTP request methods to be parsable and handleable with an http.Server. The new methods are M-SEARCH, NOTIFY, SUBSCRIBE, and UNSUBSCRIBE. |
|
More...
|
about 14 years ago
|
Fixed VS2008 project |
|
More...
|
about 14 years ago
|
Event propagation. Event handlers should return false if they want to stop propagation. Http upgrade handler should stop propagation if they want to accept the upgrade. |
|
More...
|
about 14 years ago
|
Send Date header in http responses. |
|
More...
|
about 14 years ago
|
Simplified script for running tests on Windows |
|
More...
|
over 14 years ago
|
Updated LuaCppBridge51 |
|
More...
|
over 14 years ago
|
Updated http-parser |
|
More...
|
over 14 years ago
|
Ignore .o files |
|
More...
|
over 14 years ago
|
Added bash script for running the tests on msys / cygwin |
|
More...
|
over 14 years ago
|
Moved non working tests to "disabled" folder |
|
More...
|
over 14 years ago
|
Added makefile for mingw |
|
More...
|
over 14 years ago
|
Removed warnings |
|
More...
|
over 14 years ago
|
Fixed codelite and vs2008 projects |
|
More...
|
over 14 years ago
|
Temporarily removed the dependency with libblogger2. |
|
More...
|
over 14 years ago
|
Changed example SSL certificates and fixed the test cases accordingly. |
|
More...
|
over 14 years ago
|