summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-11-15 04:15:13 +1100
committer Vas Crabb <vas@vastheman.com>2021-11-15 04:15:13 +1100
commit44ec6d2e0ee569202b75b73eea40972595866779 (patch)
treeb286443c264704198789514e0594dc24b3ca9f96 /3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp
parent137f254b918f1f1ebee43dfbed86793b0dae73eb (diff)
3rdparty: Updated ASIO to version 1.20.0.
The doc folder isn't included as it's pretty big. This required include/asio/detail/win_iocp_socket_accept_op.hpp due to mismatched order in the member declarations and initialiser list for the win_iocp_socket_accept_op class. I reversed the declaration order so it matches win_iocp_socket_move_accept_op.
Diffstat (limited to '3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp')
-rw-r--r--3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp b/3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp
index 6812a558879..3ab194a3ace 100644
--- a/3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp
+++ b/3rdparty/asio/src/examples/cpp11/http/server/request_parser.cpp
@@ -2,7 +2,7 @@
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
ries are generated. * Going forward you just store them in macro/modules and they will be automatically registered as device elements. * You need to do a "make generated" is src/lib/netlist/build * Some_device.cpp still needs to be added to netlist.lua * Added documentation on how to add devices to netlist. * Please refer to adding_devices.md for more information. * netlist: Fix various issues around include directories. couriersud2020-08-251-1/+1 | | | | | | | | | * removed include directory src/lib/netlist from various genie files to avoid potential issues. * Code using netlist should use #include "netlist/*". * Updated includes. * Fixed standalone makefile depend target to properly deal with relative paths. * -atarittl: Added netlist for Tank. currently runs at about 0.005% of full ↵ Ryan Holtz2020-08-161-0/+6 | | | | speed, unsure why. * netlist: more include untangling. couriersud2020-08-121-0/+2 | | | | * nl_base.h now basically only includes files from core. * all headers in core compile on their own. * netlist: align naming of files within the macro folder. couriersud2020-08-101-12/+12 | | | | * Use a consistent naming scheme. This is a preparational step towards improved parsing performance. * netlist: more header file separation couriersud2020-08-081-0/+6 | * -fireone: Committed netlist for couriersud to have a look at. Ryan Holtz2020-08-061-0/+1 | * netlist: Better fixes for Emscripten (#7031) Justin Kerk2020-08-041-5/+0 | | | | Silence indentation warning in 3rdparty/ under Emscripten (#7031) * netlist: Fix build under Emscripten (#7031) Justin Kerk2020-08-051-0/+5 | | | | netlist: Fix crash under Emscripten by disabling aligned optimizations * netlist: Added CD4017/4022 devices. Aaron Giles2020-08-011-0/+2 | | | | * Also contains squashed clang signedness fixes * netlist: Device refactoring Aaron Giles2020-08-011-2/+0 | | | | | | | * Move DIPs for 82S16, 82S115, and 2102A devices into nlm_proms * Moved 7448 DIP to a macro. Replaced 7442 with truthtable and macro. * Moved 74LS629 DIP into macro. * Expand truthtable to handle 10 outputs. * netlist: Fix an issue during proxy hookup. couriersud2020-07-281-0/+2 | | | | | * Add cd4053 to netlist.lua * Recreated nld_devinc.h * netlist: separate nl_base.h into separate header files. couriersud2020-07-251-0/+5 | | | | | | * This clean-up exercise will hopefully make it easier to navigate the core code. Another long term goal is to further straighten the object model. * netlist: Add 74113 device.