Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor provisioning. | Sebastien Vincent | 2011-12-19 | 1 | -2/+58 |
| | |||||
* | Fixes possible NullPointerExceptions related to packet logging, resources. | Lyubomir Marinov | 2011-11-23 | 1 | -0/+4 |
| | |||||
* | Fixes wrong param in httputils result (reported by Davide Corda). | Damian Minkov | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Update httputil bundle with common codec import. | Damian Minkov | 2011-10-14 | 1 | -0/+5 |
| | |||||
* | Increase visibility of some methods and introduce factory methods to allow ↵ | Ingo Bauersachs | 2011-08-20 | 1 | -0/+2 |
| | | | | customizations | ||||
* | Ignore manual entered SIP proxy data when autodetect is selected | Ingo Bauersachs | 2011-08-09 | 2 | -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 Minkov | 2011-06-20 | 1 | -55/+163 |
| | | | | password params in post parameters. | ||||
* | Ongoing work on Google Talk voice support. | Sebastien Vincent | 2011-06-09 | 1 | -2/+33 |
| | |||||
* | Fix posting requests in debug mode through http debug. Change the way delta ↵ | Damian Minkov | 2011-05-09 | 1 | -9/+1 |
| | | | | link is generated. | ||||
* | Update wrong string for server certificates. | Damian Minkov | 2011-04-29 | 1 | -15/+22 |
| | |||||
* | Fix Master Password background. | Damian Minkov | 2011-04-01 | 1 | -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 Minkov | 2011-04-01 | 2 | -15/+20 |
| | | | | tests. | ||||
* | Introduce HttpUtils, utility handling http get and post request. One place ↵ | Damian Minkov | 2011-04-01 | 3 | -0/+926 |
to handle certificates, http authentication, hostname verification, site redirects. |