0
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Linux fixes, removed commented out code, etc.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Fixed test case on Linux. Obviously, 10048 is a Windows only error code.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Fixes for Linux.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Fixes for linux makefile
ignacio
as Ignacio Burgueño
More... about 14 years ago
Fixes for the Windows build
ignacio
as Ignacio Burgueño
More... about 14 years ago
Added makefile and tweaks for Linux
ignacio
as Ignacio Burgueño
More... about 14 years ago
Some errors were not being propagated correctly. So failing test cases were not caught properly.
ignacio
as Ignacio Burgueño
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.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Implemented Hash functions, using LuaCrypto (for now).
ignacio
as Ignacio Burgueño
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.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Added new test cases.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Changed logs and states of the connection.
ignacio
as Ignacio Burgueño
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).
ignacio
as Ignacio Burgueño
More... about 14 years ago
Added OS::PlatformInit, to perform per-platform initializations.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Rename credentials to secure context and allow bypassing certificate verification
ignacio
as Ignacio Burgueño
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.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Fixed VS2008 project
ignacio
as Ignacio Burgueño
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.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Send Date header in http responses.
ignacio
as Ignacio Burgueño
More... about 14 years ago
Simplified script for running tests on Windows
ignacio
as Ignacio Burgueño
More... over 14 years ago
Updated LuaCppBridge51
ignacio
as Ignacio Burgueño
More... over 14 years ago
Updated http-parser
ignacio
as Ignacio Burgueño
More... over 14 years ago
Ignore .o files
ignacio
as Ignacio Burgueño
More... over 14 years ago
Added bash script for running the tests on msys / cygwin
ignacio
as Ignacio Burgueño
More... over 14 years ago
Moved non working tests to "disabled" folder
ignacio
as Ignacio Burgueño
More... over 14 years ago
Added makefile for mingw
ignacio
as Ignacio Burgueño
More... over 14 years ago
Removed warnings
ignacio
as Ignacio Burgueño
More... over 14 years ago
Fixed codelite and vs2008 projects
ignacio
as Ignacio Burgueño
More... over 14 years ago
Temporarily removed the dependency with libblogger2.
ignacio
as Ignacio Burgueño
More... over 14 years ago
Changed example SSL certificates and fixed the test cases accordingly.
ignacio
as Ignacio Burgueño
More... over 14 years ago