aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/httputil
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-203-4/+43
|
* Adds method to post http requests using httputil and specifying custom http ↵Damian Minkov2014-06-301-3/+83
| | | | headers.
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Fixes handling http redirect and handling it in provisioning service when we ↵Damian Minkov2013-11-271-23/+163
| | | | need to fill parameters.
* Fixes warnings.Lyubomir Marinov2013-08-011-1/+2
|
* Adds retry handler for http requests, to retry connections if they have ↵Damian Minkov2013-06-121-0/+7
| | | | expired while waiting for user input.
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-232-0/+4
|
* Creates authenticate windows service that will create the dialog and will ↵Damian Minkov2013-05-184-18/+203
| | | | | | | | show it to user used with different impl on android and desktop. Expose some common functionality in httputil and reuse it in xcap implementation in sip provider. Wraps sslSocketFactory to use the constructor that is common for android and desktop httpclient lib. Creates separate bundle for httpclient libs in order to separate it from httputil bundle which will be used in android.
* Moves jitsi in usr/share under debian. Fixes source package after new dns ↵Damian Minkov2013-02-051-1/+1
| | | | | | change. Adds dependency to dnsjava on debian source package. Adds empty lines in manifest files (may cause problem).
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-242-2/+2
| | | | and WindowsUtils from general GuiUtils.
* Fixes android and debian source package compatibility.Damian Minkov2013-01-221-2/+5
|
* Update Apache httpcore and httpclient to 4.2.3Ingo Bauersachs2013-01-211-3/+5
|
* Adds an optional signup link in provisioning authentication window.Yana Stamcheva2012-08-111-1/+4
|
* Shows error dialog if provisioning failed and is mandatory.Damian Minkov2012-07-111-58/+51
|
* Moves the ConfigurationService and FileAccessService implementations from ↵Lyubomir Marinov2012-07-102-3/+5
| | | | Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-7/+9
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-3/+5
|
* Replaces incorrect provisioning parameters, which do not correspond toVincent Lucas2012-06-041-10/+10
| | | | | "name=value": i.e. "name" is replaced by "name=".
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Adds error message to authentication window when user is not authorized.Damian Minkov2012-05-181-48/+38
|
* Fix add duplicate listeners. Doesn't allow empty username entering ↵Damian Minkov2012-05-171-9/+20
| | | | credentials for provisioning. Adds handling 403 http error code.
* Fixes style formating, javadoc and eclipse related warnings.Sebastien Vincent2012-03-091-4/+6
|
* 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.