aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/httputil
Commit message (Collapse)AuthorAgeFilesLines
* Refactor provisioning.Sebastien Vincent2011-12-191-2/+58
|
* Fixes possible NullPointerExceptions related to packet logging, resources.Lyubomir Marinov2011-11-231-0/+4
|
* Fixes wrong param in httputils result (reported by Davide Corda).Damian Minkov2011-10-201-1/+1
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Update httputil bundle with common codec import.Damian Minkov2011-10-141-0/+5
|
* Increase visibility of some methods and introduce factory methods to allow ↵Ingo Bauersachs2011-08-201-0/+2
| | | | customizations
* Ignore manual entered SIP proxy data when autodetect is selectedIngo Bauersachs2011-08-092-20/+23
| | | | Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
* Fix some http post issues while canceling authentication or having user and ↵Damian Minkov2011-06-201-55/+163
| | | | password params in post parameters.
* Ongoing work on Google Talk voice support.Sebastien Vincent2011-06-091-2/+33
|
* Fix posting requests in debug mode through http debug. Change the way delta ↵Damian Minkov2011-05-091-9/+1
| | | | link is generated.
* Update wrong string for server certificates.Damian Minkov2011-04-291-15/+22
|
* Fix Master Password background.Damian Minkov2011-04-011-0/+47
| | | | | Fix post http redirects in HttpUtils. Enable google contacts in separate thread to avoid blocking initial felix registering of accounts.
* Fix some exceptions kindly reported and tested by Sebastien Vincent. Fixing ↵Damian Minkov2011-04-012-15/+20
| | | | tests.
* Introduce HttpUtils, utility handling http get and post request. One place ↵Damian Minkov2011-04-013-0/+926
to handle certificates, http authentication, hostname verification, site redirects.