| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -12/+25 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -1/+11 |
| | |\ | |||||
| | * \ | Merged main | Martin Ridgers | 2021-12-08 | 1 | -1/+37 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-29 | 1 | -14/+37 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-11-25 | 1 | -62/+60 |
| | |\ \ \ \ | |||||
| | * | | | | | UINT16 -> uint16_t | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | * | | | | | Use zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 1 | -1/+1 |
| | * | | | | | HttpAsioServer::Run() implementation for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -8/+22 |
| * | | | | | | Format fix. | Per Larsson | 2021-12-09 | 1 | -19/+15 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | 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. | Zousar Shaker | 2021-11-26 | 1 | -2/+2 |
| * | | | 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 | 1 | -1/+6 |
| * | | | Fix asio request routing so that a url of "/cas" will route to the service fo... | Zousar Shaker | 2021-11-24 | 1 | -4/+14 |
| | |/ |/| | |||||
| * | | 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 |
| |/ | |||||
| * | 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 |
| * | httpasio: Implemented support for specifying accept type via url suffix | Stefan Boberg | 2021-10-15 | 1 | -3/+37 |
| * | httpasio: implemented proper handling of query strings | Stefan Boberg | 2021-10-15 | 1 | -44/+63 |
| * | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -0/+1125 |