aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/java/org/sonarqube/ws/client/HttpConnector.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-071-0/+1
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-0/+12
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-191-0/+10
* SONAR-21121 Add GitLab provisioning ITs for groups and groups membershipAurelien Poscia2024-01-181-2/+3
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-17/+14
* SONAR-18397 add ITs for permanent users de-provisioning triggered by Azure (S...Aurelien Poscia2023-02-101-7/+8
* SONAR-18396 - Support user soft deletion on Azure through SCIMAntoine Vigneau2023-02-101-16/+18
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17279 - Add ITs for scanning alerts in GitHub enterpriseKlaudio Sinani2022-10-071-1/+4
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14527 Use 30s write timeout when submitting scanner reportDuarte Meneses2021-03-031-6/+11
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-1/+0
* SONAR-7685 Remove guava dependency from sonar-wsJulien Lancelot2019-04-011-3/+3
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11113 Increase timeout for downloading pluginsEric Hartmann2018-10-101-7/+18
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9900 Support UTF-8 login and password in Java WS clientSimon Brandhof2017-10-021-1/+2
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-151-19/+60
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-131-0/+11
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-131-2/+5
* Revert "SONAR-9301 Support HTTP redirect on scanner side"Julien HENRY2017-06-011-58/+8
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-05-241-8/+58
* SONAR-9224 HTTP data parts must have filename to allow streamingSébastien Lesaint2017-05-121-5/+4
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8545 Fix encoding of POST request parameters in ws-clientSimon Brandhof2017-01-061-14/+26
* SONAR-8522 Support custom SSLSocketFactory and TrustManagerDuarte Meneses2016-12-081-0/+25
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-091-154/+9
* SONAR-8012 Restore support of client side certificatesJulien HENRY2016-09-051-0/+110
* SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-011-3/+4
* SONAR-8012 Restore support of IBM JVM in WS clientJulien HENRY2016-08-261-10/+0
* SONAR-8006 Decrease memory comsumption of FileMetadataJulien HENRY2016-08-231-1/+1
* SONAR-7741 remove support for Java 7 in HttpConnectorSébastien Lesaint2016-07-111-32/+7
* SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-111-24/+31
* SONAR-7535 ws-client throws functional exception when the server URL is malfo...Teryk Bellahsene2016-05-061-0/+1
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-071-2/+16
* SONAR-7498 OkHttpClient doesn't use ssl socket factory by defaultSébastien Lesaint2016-04-051-5/+15
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
* SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQub...Simon Brandhof2015-12-161-2/+42
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-021-24/+2
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-65/+182
* SONAR-6947 Add tests and bug fixesTeryk Bellahsene2015-11-171-1/+2
* SONAR-6947 New WsClientTeryk Bellahsene2015-11-171-0/+160