| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,12 @@ | |||
| 1 | + Sat Jan 27 21:59:11 2018 -0800 | ||
| 2 | + libhttpserver now includes set of examples to demonstrate the main capabilities of the library | ||
| 3 | + "examples" are now optionally disabled. | ||
| 4 | + Adds valgrind memcheck to the build system on travis | ||
| 5 | + Travis now tests performance with apache benchmark | ||
| 6 | + Reduced the CPU time spent in normalizing URLs (thus saving ~15% on average per request). | ||
| 7 | + All classes now implement move constructor and move assignment operator | ||
| 8 | + The library now avoids collecting connection properties (headers, arguments, footers, cookies, etc...) unless explicitly asked by the client code. | ||
| 9 | + | ||
| 1 | 10 | Sat Jan 12 00:51:00 2018 -0800 | |
| 2 | 11 | Removed the support for integrated COMET logic. | |
| 3 | 12 | Removed the support for caching logic. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | AC_PREREQ(2.57) | |
| 23 | 23 | m4_define([libhttpserver_MAJOR_VERSION],[0])dnl | |
| 24 | 24 | m4_define([libhttpserver_MINOR_VERSION],[17])dnl | |
| 25 | - m4_define([libhttpserver_REVISION],[0])dnl | ||
| 25 | + m4_define([libhttpserver_REVISION],[5])dnl | ||
| 26 | 26 | m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl | |
| 27 | 27 | m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl | |
| 28 | 28 | AC_INIT([libhttpserver], libhttpserver_PKG_VERSION, [electrictwister2000@gmail.com]) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments