summaryrefslogtreecommitdiffstats
path: root/src/lib/http/client.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#2831] fixed static analizer warningsRazvan Becheriu2023-06-281-2/+2
* [#2799] fixed crash on Listener stop if start throwsRazvan Becheriu2023-03-241-2/+8
* [#2799] call setMode only on config-setRazvan Becheriu2023-03-241-8/+0
* [#2769] release changesAndrei Pavel2023-02-171-1/+1
* [#2704] fixed clang TSAN warnings by startong thread pools after setting up c...Razvan Becheriu2023-02-161-4/+4
* [#2581] HttpThreadPool to IoServiceThreadPoolThomas Markwalder2022-09-301-3/+4
* [#2505] release changesAndrei Pavel2022-07-251-1/+1
* [#2475] addressed reviewRazvan Becheriu2022-07-221-2/+3
* [#2153] release changesKea-2.1.0Andrei Pavel2021-10-251-1/+1
* [#2085] Address minor typos per review commentsThomas Markwalder2021-09-221-1/+1
* [#2085] Emit a warning when HTTP queue growsThomas Markwalder2021-09-221-1/+35
* [#2043] addressed commentsRazvan Becheriu2021-08-251-1/+1
* [#2043] add check permissions for current thread action on thread poolsRazvan Becheriu2021-08-241-0/+16
* [#1902] fixed log messageRazvan Becheriu2021-06-251-1/+1
* [#1818] fixed doxygen and formattingRazvan Becheriu2021-05-191-5/+5
* [#1818] clean up codeRazvan Becheriu2021-05-171-10/+12
* [#1818] make http thread pool state private and add missing interface functionsRazvan Becheriu2021-05-171-36/+20
* [#1818] Restored function after rebaseThomas Markwalder2021-05-171-13/+7
* [#1818] Minor refactor and cosmeticsThomas Markwalder2021-05-171-1/+1
* [#1818] Addressed some cosmetic review commentsThomas Markwalder2021-05-171-2/+2
* [#1818] Reimplemented HttpThreadPool internalsThomas Markwalder2021-05-171-4/+4
* [#1818] Minor house keepingThomas Markwalder2021-05-171-5/+18
* [#1818] Added pause and resume to HAServiceThomas Markwalder2021-05-171-1/+60
* [#1818] Improved client unit testsThomas Markwalder2021-05-171-1/+3
* [#1818] Added HttpClient thread pool deferred startThomas Markwalder2021-05-171-7/+16
* [#1818] Pausable HttpThreadPool initial implemenationThomas Markwalder2021-05-171-31/+63
* [#1798] Addressed wording commentsFrancis Dupont2021-05-141-4/+4
* [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Reword...Francis Dupont2021-05-111-9/+21
* [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Addres...Francis Dupont2021-05-111-3/+10
* [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Tried ...Francis Dupont2021-05-111-26/+60
* [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Fixed ...Francis Dupont2021-05-111-1/+1
* [(no branch, rebasing 1798-remove-tls-stream-clear-operation)] [#1798] Checkp...Francis Dupont2021-05-111-75/+161
* [#1732] Addressed more review comments.Thomas Markwalder2021-04-081-7/+10
* [#1732] Addressed review commentsThomas Markwalder2021-04-081-68/+43
* [#1732] Removed TOMS_TRACE from client.ccThomas Markwalder2021-04-081-27/+0
* [#1732] Refactored internal HttpClient classesThomas Markwalder2021-04-081-233/+256
* [#1732] HttpClient ST/MT modes fully function with unit testsThomas Markwalder2021-04-081-21/+39
* [#1732] Changes after rebasing and TSAN runjenkins2021-04-081-17/+21
* [#1732] Prelimnary commit of MT client changesjenkins2021-04-081-79/+387
* [#1661] Addressed some commentsFrancis Dupont2021-03-241-15/+15
* [#1661] Added HTTPS vs no TLS checkFrancis Dupont2021-03-241-0/+4
* [#1661] Regen certs, added samplesFrancis Dupont2021-03-241-3/+3
* [#1661] Finished libhttp core codeFrancis Dupont2021-03-241-29/+127
* [#1661] HTTP code half doneFrancis Dupont2021-03-241-20/+133
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-1/+1
* [#1390] Http connection closed on timeoutMarcin Siodelski2020-08-211-3/+3
* [#1272] replaced out-of-bandwidth with out-of-bound and added other minor dox...Razvan Becheriu2020-08-201-9/+9
* [#1308] cleanupRazvan Becheriu2020-08-131-5/+6
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-9/+16