Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • base_class
  • master default protected
  • on_connection_close
  • on_openclose
  • synchronous_request_fix
  • v3.1.1
  • v3.1
  • v3.0.2
  • v3.0.1
  • v3.0
  • v3.0.0-rc3
  • v3.0.0-rc2
  • v3.0.0-rc1
  • v2.1.1
  • v2.1
  • v2.0
  • v1.4.2
  • v1.4.1
  • v1.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3
  • v1.2
  • v1.1
25 results
Created with Raphaël 2.2.06Feb4Sep25Apr431Mar927Nov161096Oct30Sep2719516Aug16Jun31May18Feb9Nov13Apr9226Mar17Feb5Jan29Nov26Oct922Sep1631Aug2726828Jul28Jun2613May1218Apr17328Feb19181443114Jan331Dec30291461Nov29Oct30Sep1716151426Aug25135131Jul3029282624181510325Jun242321191413328May27222029Apr1028Mar238514Feb1312810Jan330Dec30Nov29141323Oct1921Sep26Aug129Jul23121110416Jun1293227May519Apr29Mar264127Feb2614825Jan248321Dec11925Nov191816151410875229Oct30Sep27262524854229Aug221312126Jul242221201918151210987543130Jun2928262524232220191817121075230May2726618Apr27Feb2414524Jan21112131Dec30292821201918161211426Nov25242310725Oct2419187Sep43124Aug22211810931Jul30Jun29283May218Apr16Mar1110724Feb23206Jan9Dec28Nov2726242220181524Oct151129Sep28211964323Aug27Jun18May1615625Feb23222030Jan10928Nov2110Oct28Sep2530Aug2913121197542131Jul221413121110765Slight improvement of !276mastermasterFix pipelined requests handlingAdded -Wsign-conversionMerge branch 'better-gitignore' of https://gitlab.com/stertingen/Simple-Web-ServerMerge branch 'better-find-asio' of https://gitlab.com/stertingen/Simple-Web-ServerCorrected ASIO_STANDALONE definition checksCMake: find_package(asio) if availableAdd build and .cache to .gitignoreResolved conflictsMerge branch 'remove-target-link-options' of https://gitlab.com/stertingen/Simple-Web-ServerMerge branch 'refactor-boot-linking' of https://gitlab.com/stertingen/Simple-Web-ServerSet CXX_STANDARD property for declared targetsRemove use of target_link_options which was introduced in CMake 3.13Only link Boost libraries which are actually needed.Use system includes for asio and if used as subdirectoryUse OpenSSL::* CMake targetsUse Boost::* CMake targetsUse CMake target Threads::ThreadsRequire CMake 3.7Fix build with Asio 1.13-1.17asio already aliased for boost::asioChanged callbacks type from std::vector with std::list in send_from_queue()Renmaed read_write_strand to write_strandWrapped async_write calls in a strand since these calls might not be safe to call outside of the context runners if tls is usedFixed ci for doxygen pagesMerge https://gitlab.com/CosmicPegasis/Simple-Web-ServerFixed OPENSSL_ROOT_DIR for MacOS m1 and m2 setupsFix Doxygen outputUpdated the write_header method to not write Content-Length: 0 for SSE resppnses.Added missing header in crypto.hppChanged http to https output in https_examples.cppImproved SSL_R_SHORT_READ checkIgnore SSL_R_SHORT_READRenamed DEPRECATED to SW_DEPRECATED to avoid name conflictsUpdated crypto.hpp: deprecated functions replacedSet a timeout for https async_resolveDon't access this before alive checkClient: enables TLS 1.3Reverted context::tls_server to context::ssl23_server change, and fixed stretch CIMerge https://gitlab.com/Eswcvlad/Simple-Web-Server
Loading