1
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solved problems with travis More... over 13 years ago
Made order in binders More... over 13 years ago
Created documentation subsection More... over 13 years ago
Created documentation subsection More... over 13 years ago
Added a new test dedicated to unimplemented methods More... over 13 years ago
Solved a bug in mirrors initialization More... over 13 years ago
Added hello_world example More... over 13 years ago
Optimized http_resource matching avoiding to construct http_endpoint when not needed More... over 13 years ago
Removed assignment operator from webserver class and made constants its unchangeable attributes More... over 13 years ago
Created COMPARATOR macro to avoid repetition in http_utils code to compare headers and arguments. Changed http_endpoint to use comparator to compare string. More... over 13 years ago
Removed SWIG artifacts for mutable in http_utils More... over 13 years ago
Changed method discrimination to ignore case More... over 13 years ago
Added OPTIONS to evalued methods by the ws More... over 13 years ago
Created a macro to specialize http_response in order to avoid repetitions in code More... over 13 years ago
Changed repository addresses to make travis work More... over 13 years ago
Solved some style problems signaled by cppcheck More... over 13 years ago
Removed SWIG artifacts that are no more useful More... over 13 years ago
Cleaned some code to avoid lines to be longer than 80 chars More... over 13 years ago
Changed code in examples to compile with the new interface More... over 13 years ago
Added binders.hpp between installed headers More... over 13 years ago
Added forgotten header More... over 13 years ago
Removed "virtual" usage in response processing More... over 13 years ago
Solved some problems with tests More... over 13 years ago
Changed http_resource_mirror to class Changed event_tuple to class Moved mirrors to the hpp avoiding heap usage More... over 13 years ago
Created mirrors classes to avoid virtuality More... over 13 years ago
changed event_tuple construtor to use initialization list More... over 13 years ago
Removed logging_delegate an substituted with two explicit callbacks (access_log and error_log) More... over 13 years ago
Changed event supplier to avoid polymorphic inheritance More... over 13 years ago
Removed code that managed python GIL More... over 13 years ago
Removed wrappers More... over 13 years ago