| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 2 | -158/+0 |
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -1/+2 |
| * | Merged main. | Per Larsson | 2021-12-14 | 11 | -34/+62 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -1/+11 |
| | |\ | |||||
| | * \ | Merged main | Martin Ridgers | 2021-12-08 | 3 | -39/+107 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-29 | 4 | -89/+124 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-11-25 | 1 | -62/+60 |
| | |\ \ \ \ | |||||
| | * | | | | | Fixed http-parser linker error | Martin Ridgers | 2021-11-02 | 1 | -1/+4 |
| | * | | | | | 'return std::move(local_object)' prevents copy elision | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | * | | | | | Removed unnecessary include | Martin Ridgers | 2021-10-25 | 2 | -3/+0 |
| | * | | | | | Fixed unused-variable warning | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | * | | | | | Removed unused include | Martin Ridgers | 2021-10-25 | 1 | -2/+0 |
| | * | | | | | Fixed narrowing warning | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | * | | | | | UINT16 -> uint16_t | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | * | | | | | Use zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | * | | | | | Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIX | Martin Ridgers | 2021-10-25 | 1 | -8/+7 |
| | * | | | | | HttpAsioServer::Run() implementation for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -8/+22 |
| | * | | | | | Use StrCaseCompare() instead of Windows-only _stricmp() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | * | | | | | Merged main | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-20 | 2 | -19/+43 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-16 | 4 | -14/+16 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 9 | -125/+1263 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | A null httpd main loop for POSIX platforms | Martin Ridgers | 2021-10-15 | 1 | -1/+17 |
| | * | | | | | | | | | Fixed httpsys.cpp WideToUtf8() link errors | Martin Ridgers | 2021-10-13 | 1 | -3/+3 |
| * | | | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 4 | -25/+21 |
| * | | | | | | | | | | Merged main. | Per Larsson | 2021-12-09 | 5 | -128/+241 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | | Wrap asio call to Service->HandleRequest in try/catch like http.sys. | Zousar Shaker | 2021-12-01 | 1 | -1/+11 |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| | * | | | | | | | | Address review feedback/comments. | Zousar Shaker | 2021-12-01 | 1 | -26/+32 |
| | * | | | | | | | | Handle double slashes in URL path by normalizing them away like http.sys. | Zousar Shaker | 2021-11-30 | 1 | -1/+31 |
| | * | | | | | | | | Address review feedback and fix issue when deploying. | Zousar Shaker | 2021-11-29 | 2 | -2/+2 |
| | * | | | | | | | | Allow http.sys mode to operate in local-only mode for non-admin users. | Zousar Shaker | 2021-11-29 | 2 | -38/+70 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | Address review feedback. | Zousar Shaker | 2021-11-26 | 1 | -2/+2 |
| | * | | | | | | | Move HandlePackageOffers out of ifdef to fix static compile error. | Zousar Shaker | 2021-11-25 | 1 | -38/+40 |
| | * | | | | | | | Fix asio bug where input of less than 16 bytes would not get consumed. | Zousar Shaker | 2021-11-25 | 1 | -1/+1 |
| | * | | | | | | | Make asio trace messages controlled by a compile-time verbosity define. | Zousar Shaker | 2021-11-25 | 1 | -8/+16 |
| | * | | | | | | | Fix handling of packages/offers in asio mode to match http.sys mode. | Zousar Shaker | 2021-11-25 | 4 | -76/+91 |
| | * | | | | | | | Fix asio request routing so that a url of "/cas" will route to the service fo... | Zousar Shaker | 2021-11-24 | 1 | -4/+14 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merged main. | Per Larsson | 2021-11-25 | 1 | -62/+60 |
| |\| | | | | | | |||||
| | * | | | | | | Changed the asio acceptor initialization to allow dual stack IPV6 | Zousar Shaker | 2021-11-24 | 1 | -1/+6 |
| | * | | | | | | Prevent destroying ASIO server connection until callbacks complete | Per Larsson | 2021-11-23 | 1 | -61/+54 |
| | | |_|_|_|/ | |/| | | | | |||||
| * / | | | | | rpc: tactical checkin | Stefan Boberg | 2021-11-18 | 2 | -0/+52 |
| |/ / / / / | |||||
| * | | | / | Format fix. | Per Larsson | 2021-10-20 | 1 | -1/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | httpasio: Implemented some handling for Expect: header | Stefan Boberg | 2021-10-18 | 1 | -17/+33 |
| * | | | | httpsys: Added automatic translation of 200 OK -> 204 NO CONTENT for case whe... | Stefan Boberg | 2021-10-18 | 1 | -2/+10 |
| | |_|/ |/| | | |||||
| * | | | Fixed up some more windows include issues | Stefan Boberg | 2021-10-15 | 1 | -2/+1 |
| * | | | Fixed logic for picking a default http implementation, which was caused by in... | Stefan Boberg | 2021-10-15 | 1 | -5/+5 |
| * | | | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar... | Stefan Boberg | 2021-10-15 | 2 | -7/+10 |
| | |/ |/| | |||||
| * | | httpasio: Implemented support for specifying accept type via url suffix | Stefan Boberg | 2021-10-15 | 1 | -3/+37 |
| * | | clang-format | Stefan Boberg | 2021-10-15 | 1 | -2/+1 |
| * | | httpasio: implemented proper handling of query strings | Stefan Boberg | 2021-10-15 | 1 | -44/+63 |